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.rip...@free-electrons.com>
> ---
>  .../devicetree/bindings/gpio/gpio-axp209.txt       |  30 ++++

Acked-by: Rob Herring <r...@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

Reply via email to