]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: regmap: add the .fixed_direction_output configuration parameter
authorIoana Ciornei <ioana.ciornei@nxp.com>
Tue, 14 Oct 2025 15:53:53 +0000 (18:53 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 22 Oct 2025 06:52:17 +0000 (08:52 +0200)
commit00aaae60faf554c27c95e93d47f200a93ff266ef
tree982d7fc3dd747b844accbae21e59eff576d541dd
parentd37623132a6347b4ab9e2179eb3f2fa77863c364
gpio: regmap: add the .fixed_direction_output configuration parameter

There are GPIO controllers such as the one present in the LX2160ARDB
QIXIS FPGA which have fixed-direction input and output GPIO lines mixed
together in a single register. This cannot be modeled using the
gpio-regmap as-is since there is no way to present the true direction of
a GPIO line.

In order to make this use case possible, add a new configuration
parameter - fixed_direction_output - into the gpio_regmap_config
structure. This will enable user drivers to provide a bitmap that
represents the fixed direction of the GPIO lines.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-regmap.c
include/linux/gpio/regmap.h