[PATCH 1/4] gpio: Add AXP209 GPIO driver
From: robh@kernel.org (Rob Herring)
Date: 2016-03-17 19:11:07
Also in:
linux-devicetree, linux-gpio, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-03-17 19:11:07
Also in:
linux-devicetree, linux-gpio, lkml
On Wed, Mar 09, 2016 at 11:50:11AM +0100, Maxime Ripard wrote:
The AXP209 PMIC has a bunch of GPIOs accessible, that are usually used to control LEDs or backlight. Add a driver for them Signed-off-by: Maxime Ripard <redacted> --- .../devicetree/bindings/gpio/gpio-axp209.txt | 30 ++++
Acked-by: Rob Herring <robh@kernel.org>
drivers/gpio/Kconfig | 6 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-axp209.c | 166 +++++++++++++++++++++ 4 files changed, 203 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-axp209.txt create mode 100644 drivers/gpio/gpio-axp209.c