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


Groups > linux.kernel > #1512199 > unrolled thread

Re: [RFC PATCH 01/13] pinctrl: meson: Add GXL pinctrl definitions

Started byRob Herring <robh@kernel.org>
First post2016-10-30 21:50 +0100
Last post2016-10-30 21:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RFC PATCH 01/13] pinctrl: meson: Add GXL pinctrl definitions Rob Herring <robh@kernel.org> - 2016-10-30 21:50 +0100

#1512199 — Re: [RFC PATCH 01/13] pinctrl: meson: Add GXL pinctrl definitions

FromRob Herring <robh@kernel.org>
Date2016-10-30 21:50 +0100
SubjectRe: [RFC PATCH 01/13] pinctrl: meson: Add GXL pinctrl definitions
Message-ID<sy5dg-16O-29@gated-at.bofh.it>
On Fri, Oct 21, 2016 at 04:40:26PM +0200, Neil Armstrong wrote:
> Add support for the Amlogic Meson GXL SoC, this is a partially complete
> definition only based on the Amlogic Vendor tree.
> 
> This definition differs a lot from the GXBB and needs a separate entry.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  .../devicetree/bindings/pinctrl/meson,pinctrl.txt  |   2 +

Acked-by: Rob Herring <robh@kernel.org>

>  drivers/pinctrl/meson/Makefile                     |   3 +-
>  drivers/pinctrl/meson/pinctrl-meson-gxl.c          | 589 +++++++++++++++++++++
>  drivers/pinctrl/meson/pinctrl-meson.c              |   8 +
>  drivers/pinctrl/meson/pinctrl-meson.h              |   2 +
>  include/dt-bindings/gpio/meson-gxl-gpio.h          | 131 +++++
>  6 files changed, 734 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/pinctrl/meson/pinctrl-meson-gxl.c
>  create mode 100644 include/dt-bindings/gpio/meson-gxl-gpio.h

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web