]> Git Repo - J-u-boot.git/commit - drivers/gpio/Makefile
gpio: Add support for Qualcomm PM8916 gpios
authorMateusz Kulikowski <[email protected]>
Thu, 31 Mar 2016 21:12:31 +0000 (23:12 +0200)
committerTom Rini <[email protected]>
Fri, 1 Apr 2016 21:18:13 +0000 (17:18 -0400)
commit120800df720095a3c60c72a6bdcf6904dc3c4b20
tree0b31215304a939c7a785bd796a7ac8c90126a5c3
parentc2f74c8f53bd2333d85d5063e9d043382df2a987
gpio: Add support for Qualcomm PM8916 gpios

This driver supports GPIOs present on PM8916 PMIC.
There are 2 device drivers inside:
- GPIO driver (4 "generic" GPIOs)
- Keypad driver that presents itself as GPIO with 2 inputs (power and reset)

Signed-off-by: Mateusz Kulikowski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
doc/device-tree-bindings/gpio/pm8916_gpio.txt [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/pm8916_gpio.c [new file with mode: 0644]
This page took 0.037541 seconds and 4 git commands to generate.