gpio-nct5104d: Add nct5104d driver package
authorChris Blake <chrisrblake93@gmail.com>
Mon, 23 Jan 2017 08:12:35 +0000 (02:12 -0600)
committerFelix Fietkau <nbd@nbd.name>
Fri, 27 Jan 2017 10:18:27 +0000 (11:18 +0100)
commita5eee54fd3691732885f0c80ecbf4530ff78d03f
tree2dbdb74643e4326d3c92ea3ce9a9d1a7f54f5588
parente3271d545d8f29f42a79d7cd5595858e67eb95e7
gpio-nct5104d: Add nct5104d driver package

This adds support for the SuperIO chip nct5104d found on the PC Engines
APU boards, which allows for a handful of additional ports, such as 2x
additional UART pinouts, enabling an external watchdog (no driver for
this functionality yet), and 16 GPIO pins. More info can be found at
https://pcengines.ch/ht_gpio.htm

Thanks to @feckert for helping package this.

Cc: Florian Eckert <Eckert.Florian@googlemail.com>
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
package/kernel/gpio-nct5104d/Makefile [new file with mode: 0644]
package/kernel/gpio-nct5104d/src/Kconfig [new file with mode: 0644]
package/kernel/gpio-nct5104d/src/Makefile [new file with mode: 0644]
package/kernel/gpio-nct5104d/src/gpio-nct5104d.c [new file with mode: 0644]