Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1360141

Re: [PATCH 1/4] gpio: Add AXP209 GPIO driver

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/4] gpio: Add AXP209 GPIO driver
Date 2016-03-17 20:20 +0100
Message-ID <rdLCF-2YV-3@gated-at.bofh.it> (permalink)
References <raKa6-735-13@gated-at.bofh.it> <raKa6-735-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@free-electrons.com>
> ---
>  .../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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] gpio: Add AXP209 GPIO driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-03-09 12:10 +0100
  Re: [linux-sunxi] [PATCH 1/4] gpio: Add AXP209 GPIO driver Peter Korsgaard <peter@korsgaard.com> - 2016-03-09 14:30 +0100
    Re: [linux-sunxi] [PATCH 1/4] gpio: Add AXP209 GPIO driver Linus Walleij <linus.walleij@linaro.org> - 2016-03-16 11:00 +0100
  Re: [PATCH 1/4] gpio: Add AXP209 GPIO driver Linus Walleij <linus.walleij@linaro.org> - 2016-03-16 11:00 +0100
  Re: [PATCH 1/4] gpio: Add AXP209 GPIO driver Rob Herring <robh@kernel.org> - 2016-03-17 20:20 +0100

csiph-web