From: Bartosz Golaszewski bartosz.golaszewski@linaro.org
On Mon, 20 Oct 2025 17:51:43 +0900, William Breathitt Gray wrote:
The migration of IDIO-16 GPIO drivers to the regmap API resulted in some regressions to the gpio-104-idio-16, gpio-pci-idio-16, and gpio-idio-16 modules. Specifically, the 104-idio-16 and pci-idio-16 GPIO drivers utilize regmap caching and thus must set max_register for their regmap_config, while gpio-idio-16 requires fixed_direction_output to represent the fixed direction of the IDIO-16 GPIO lines. Fixes for these regressions are provided by this series.
[...]
Applied, thanks!
[3/3] gpio: idio-16: Define fixed direction of the GPIO lines https://git.kernel.org/brgl/linux/c/2ba5772e530f73eb847fb96ce6c4017894869552
Best regards,