pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Fri, 1 Mar 2024 13:29:24 +0000 (14:29 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 5 Mar 2024 22:26:31 +0000 (23:26 +0100)
commit576623d706613feec2392ef16b84e23a46200552
tree68bcb6c6952bddbc4439dcd7e23c416b682141ff
parent5384b7d3e0d53fd4962b26347af52d83fea3e005
pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander

The Awinic AW9523(B) is a multi-function I2C gpio expander in a
TQFN-24L package, featuring PWM (max 37mA per pin, or total max
power 3.2Watts) for LED driving capability.

It has two ports with 8 pins per port (for a total of 16 pins),
configurable as either PWM with 1/256 stepping or GPIO input/output,
1.8V logic input; each GPIO can be configured as input or output
independently from each other.

This IC also has an internal interrupt controller, which is capable
of generating an interrupt for each GPIO, depending on the
configuration, and will raise an interrupt on the INTN pin to
advertise this to an external interrupt controller.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: David Bauer <mail@david-bauer.net>
Link: https://lore.kernel.org/r/20210624214458.68716-2-mail@david-bauer.net
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240301-awinic-aw9523-v8-1-7ec572f5dfb4@linaro.org
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-aw9523.c [new file with mode: 0644]