]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: gpio: implement PALMAS GPIO cell
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 21 Jul 2023 07:50:15 +0000 (10:50 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 19 Dec 2023 18:53:53 +0000 (20:53 +0200)
commit52b6bbf162cb88b2c26fe5567eb32e027081407a
tree18bc4dbaed71cd2dad21774be36e60433b9fa0cd
parent6b24c372c1e59e461e2f00e09dd1f8da29263450
drivers: gpio: implement PALMAS GPIO cell

Add gpio driver for TI Palmas series PMIC. This has 8 gpio which can
work as input/output.

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