]> git.ipfire.org Git - thirdparty/linux.git/commit
gpio: Congatec Board Controller gpio driver
authorThomas Richard <thomas.richard@bootlin.com>
Tue, 1 Oct 2024 11:53:28 +0000 (13:53 +0200)
committerLee Jones <lee@kernel.org>
Wed, 9 Oct 2024 15:32:04 +0000 (16:32 +0100)
commit4342bf63b64b09561f4ad1537de2e1a971cfb197
treee2ee4b9a4c074fdfd8fcc379fd27a1ec93ce98d7
parent6f1067cfbee72b04fc42234f7f1588f838cec0b6
gpio: Congatec Board Controller gpio driver

Add gpio support for the Congatec Board Controller.
This Board Controller has 14 GPIO pins.

The driver is probed by the Congatec Board Controller MFD driver.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20241001-congatec-board-controller-v3-2-39ceceed5c47@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-cgbc.c [new file with mode: 0644]