commit | 6b24c372c1e59e461e2f00e09dd1f8da29263450 | [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 | 936d0f9dd713a913fe952eae576c893e1d5ecbd1 [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>