]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: gpio: implement MAX77663 GPIO cell
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 15 Jul 2023 19:25:03 +0000 (22:25 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 19 Dec 2023 18:53:53 +0000 (20:53 +0200)
commit6b24c372c1e59e461e2f00e09dd1f8da29263450
treedca65430d56c7557b1e636ed52495e46ca116e96
parent936d0f9dd713a913fe952eae576c893e1d5ecbd1
drivers: gpio: implement MAX77663 GPIO cell

MAXIM Semiconductor's PMIC, MAX77663 has 8 GPIO pins and 3 GPIO-like
pins. It also supports interrupts from these pins.

Add GPIO driver for these pins to control via GPIO APIs.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/max77663_gpio.c [new file with mode: 0644]
drivers/power/pmic/max77663.c
include/dt-bindings/pmic/max77663.h [new file with mode: 0644]
include/power/max77663.h