Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512199
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH 01/13] pinctrl: meson: Add GXL pinctrl definitions |
| Date | 2016-10-30 21:50 +0100 |
| Message-ID | <sy5dg-16O-29@gated-at.bofh.it> (permalink) |
| References | <suJiV-6ZU-7@gated-at.bofh.it> <suJiW-6ZU-39@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [RFC PATCH 01/13] pinctrl: meson: Add GXL pinctrl definitions Rob Herring <robh@kernel.org> - 2016-10-30 21:50 +0100
csiph-web