commit | 16360b875530f0e0474ccef63400849e51de2b3a | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Sat Jul 15 22:25:03 2023 +0300 |
committer | Svyatoslav Ryhel <clamor95@gmail.com> | Tue Dec 19 20:53:53 2023 +0200 |
tree | dca65430d56c7557b1e636ed52495e46ca116e96 | |
parent | b73c79862314b59ef79d7049ad9fcc1653b3b6ce [diff] |
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>