gpio: adp5585: add gpio driver for ADP5585 I/O Expander Controller
authorAlice Guo <alice.guo@nxp.com>
Sun, 9 Oct 2022 03:19:22 +0000 (11:19 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 21 Oct 2022 20:06:13 +0000 (16:06 -0400)
commit71858454fedd1e9d975d43e82f2fbaf2640460b0
tree81aa7db6f53c282fb9fef7727684c37c80bece67
parente8f58df17861c6175797815d44f48eee8a527ec6
gpio: adp5585: add gpio driver for ADP5585 I/O Expander Controller

Add gpio driver for ADP5585 I/O Expander Controller. The ADP5585 is a 10
input/output port expander and can be used to increase the number of
I/Os available to a processor.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/adp5585_gpio.c [new file with mode: 0644]