All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] meson-gxl pinctrl - add the missing PWM pins
@ 2017-03-04 21:23 ` Martin Blumenstingl
  0 siblings, 0 replies; 57+ messages in thread
From: Martin Blumenstingl @ 2017-03-04 21:23 UTC (permalink / raw)
  To: linux-amlogic, linux-gpio, linus.walleij, khilman, carlo
  Cc: devicetree, will.deacon, catalin.marinas, mark.rutland, robh+dt,
	linux-arm-kernel, Martin Blumenstingl

Due to the lack of a public GXL or GXM datasheet most of the PWM pin
definitions are currently missing.
However, the people behind the Khadas VIM boards were kind enough to
share the PWM pins and their corresponding register offsets and bits
with me.

This patch adds all missing PWM pins to the GXL pinctrl driver. The
upcoming Khadas VIM board support patch only needs PWM_F and PWM_AO_A.
I still decided to add all PWM pins just in case there's no public GXL
datasheet release soon.


Martin Blumenstingl (2):
  pinctrl: meson: gxl: add the missing PWM pin definitions
  ARM64: dts: amlogic: meson-gxl: add the missing PWM pins

 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 56 ++++++++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson-gxl.c  | 64 ++++++++++++++++++++++++++++++
 2 files changed, 120 insertions(+)

-- 
2.12.0


^ permalink raw reply	[flat|nested] 57+ messages in thread

end of thread, other threads:[~2017-03-23 19:09 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-04 21:23 [PATCH 0/2] meson-gxl pinctrl - add the missing PWM pins Martin Blumenstingl
2017-03-04 21:23 ` Martin Blumenstingl
2017-03-04 21:23 ` Martin Blumenstingl
2017-03-04 21:23 ` [PATCH 1/2] pinctrl: meson: gxl: add the missing PWM pin definitions Martin Blumenstingl
2017-03-04 21:23   ` Martin Blumenstingl
2017-03-04 21:23   ` Martin Blumenstingl
     [not found]   ` <20170304212318.27076-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-03-06 14:42     ` Jerome Brunet
2017-03-06 14:42       ` Jerome Brunet
2017-03-06 14:42       ` Jerome Brunet
2017-03-09 19:47       ` Martin Blumenstingl
2017-03-09 19:47         ` Martin Blumenstingl
2017-03-09 19:47         ` Martin Blumenstingl
     [not found]         ` <CAFBinCDty8v80tLxHJPR+SHv32LX834dPJUruRNqr6angx3OOQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-11  0:16           ` Kevin Hilman
2017-03-11  0:16             ` Kevin Hilman
2017-03-11  0:16             ` Kevin Hilman
2017-03-14 15:42           ` Linus Walleij
2017-03-14 15:42             ` Linus Walleij
2017-03-14 15:42             ` Linus Walleij
2017-03-15  9:59             ` Neil Armstrong
2017-03-15  9:59               ` Neil Armstrong
2017-03-15  9:59               ` Neil Armstrong
2017-03-15 19:12               ` Kevin Hilman
2017-03-15 19:12                 ` Kevin Hilman
2017-03-15 19:12                 ` Kevin Hilman
2017-03-15 20:11                 ` Martin Blumenstingl
2017-03-15 20:11                   ` Martin Blumenstingl
2017-03-15 20:11                   ` Martin Blumenstingl
     [not found]                   ` <CAFBinCCCgbSvh8B81nXP6D11d5WZZ+71jDgvsjYDsWTb=V78Xg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-16 13:54                     ` Neil Armstrong
2017-03-16 13:54                       ` Neil Armstrong
2017-03-16 13:54                       ` Neil Armstrong
2017-03-16 18:52                       ` Kevin Hilman
2017-03-16 18:52                         ` Kevin Hilman
2017-03-16 18:52                         ` Kevin Hilman
     [not found] ` <20170304212318.27076-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-03-04 21:23   ` [PATCH 2/2] ARM64: dts: amlogic: meson-gxl: add the missing PWM pins Martin Blumenstingl
2017-03-04 21:23     ` Martin Blumenstingl
2017-03-04 21:23     ` Martin Blumenstingl
2017-03-06 16:14 ` [PATCH 0/2] meson-gxl pinctrl - " Neil Armstrong
2017-03-06 16:14   ` Neil Armstrong
2017-03-06 16:14   ` Neil Armstrong
2017-03-18 12:27 ` [PATCH v2 " Martin Blumenstingl
2017-03-18 12:27   ` Martin Blumenstingl
2017-03-18 12:27   ` Martin Blumenstingl
2017-03-18 12:27   ` [PATCH v2 1/2] pinctrl: meson: gxl: add the missing PWM pin definitions Martin Blumenstingl
2017-03-18 12:27     ` Martin Blumenstingl
2017-03-18 12:27     ` Martin Blumenstingl
2017-03-23  8:46     ` Linus Walleij
2017-03-23  8:46       ` Linus Walleij
2017-03-23  8:46       ` Linus Walleij
2017-03-18 12:27   ` [PATCH v2 2/2] ARM64: dts: amlogic: meson-gxl: add the missing PWM pins Martin Blumenstingl
2017-03-18 12:27     ` Martin Blumenstingl
2017-03-18 12:27     ` Martin Blumenstingl
2017-03-23  8:47     ` Linus Walleij
2017-03-23  8:47       ` Linus Walleij
2017-03-23  8:47       ` Linus Walleij
2017-03-23 19:09       ` Kevin Hilman
2017-03-23 19:09         ` Kevin Hilman
2017-03-23 19:09         ` Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.