commit | 8e3ab9248f321b2adfade2a63ed0d093d42eae70 | [log] [tgz] |
---|---|---|
author | Titouan Christophe <moiandme@gmail.com> | Sun May 09 13:03:23 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Jul 15 19:23:16 2021 -0400 |
tree | 01ed9c341261f48e430eec6c9dec1c3d01da2296 | |
parent | a168454814706a15b409d0294c6878954d1876e3 [diff] |
drivers: gpio: add new driver for STMPE1600 gpio expander The STMPE1600 is an I2C based GPIO expander. This initial patch only supports reading from/writing to the pins on the STMPE1600, and there is currently no support for interrupts. Signed-off-by: Titouan Christophe <moiandme@gmail.com>