Re: [PATCH 1/4] gpio: Add AXP209 GPIO driver
From: Rob Herring
Date: Thu Mar 17 2016 - 15:11:13 EST
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 <maxime.ripard@xxxxxxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/gpio/gpio-axp209.txt | 30 ++++
Acked-by: Rob Herring <robh@xxxxxxxxxx>
> 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