devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Amlogic Meson pinctrl driver
@ 2015-01-17 18:15 Beniamino Galvani
  2015-01-17 18:15 ` [PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs Beniamino Galvani
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Beniamino Galvani @ 2015-01-17 18:15 UTC (permalink / raw)
  To: Linus Walleij, Carlo Caione
  Cc: linux-gpio, linux-arm-kernel, linux-kernel, devicetree,
	Arnd Bergmann, Russell King, Soren Brinkmann, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Jerry Cao,
	Victor Wan, Beniamino Galvani

Hi,

this series adds a pinctrl driver for Amlogic Meson, providing common
code for all the SoCs of the family and configuration data specific
for Meson8.

DT binding documentation for the driver has already been merged and is
not included in the series. The first patch is for the pinctrl/devel
tree, the others for Carlo's meson tree.

Thanks,
Beniamino

Changes since v3 [ https://lkml.org/lkml/2014/11/16/171 ]
 - add 'static' to meson8 structs and arrays
 - use ERR_CAST() to avoid sparse warning in meson_map_resource()
 - declare group list as 'const char * const *'

Changes since v2 [ https://lkml.org/lkml/2014/10/14/423 ]
 - move modifications to mach-meson Kconfig to a separate patch
 - use regmap_mmio
 - use generic gpio xlate function
 - don't hardcode gpio base number
 - use gpiochip_add_pin_range()
 - add kerneldoc documentation
 - use plain module_platform_driver() instead of postcore_initcall
 - avoid unneeded copies of platform data

Changes since v1 [ https://lkml.org/lkml/2014/10/7/712 ]
 - added missing checks of return values
 - indentation fixes
 - added missing definitions of groups and functions for Meson8

Beniamino Galvani (3):
  pinctrl: add driver for Amlogic Meson SoCs
  ARM: meson: select PINCTRL_MESON and ARCH_REQUIRE_GPIOLIB
  ARM: dts: meson8: add pinctrl node

 arch/arm/boot/dts/meson8.dtsi          |   68 ++
 arch/arm/mach-meson/Kconfig            |    3 +
 drivers/pinctrl/Kconfig                |    8 +
 drivers/pinctrl/Makefile               |    1 +
 drivers/pinctrl/meson/Makefile         |    2 +
 drivers/pinctrl/meson/pinctrl-meson.c  |  761 ++++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson.h  |  209 ++++++
 drivers/pinctrl/meson/pinctrl-meson8.c | 1089 ++++++++++++++++++++++++++++++++
 include/dt-bindings/gpio/meson8-gpio.h |  157 +++++
 9 files changed, 2298 insertions(+)
 create mode 100644 drivers/pinctrl/meson/Makefile
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson.c
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson.h
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson8.c
 create mode 100644 include/dt-bindings/gpio/meson8-gpio.h

-- 
2.1.4


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

end of thread, other threads:[~2015-01-30 13:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-17 18:15 [PATCH v4 0/3] Amlogic Meson pinctrl driver Beniamino Galvani
2015-01-17 18:15 ` [PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs Beniamino Galvani
     [not found]   ` <1421518516-26976-2-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-01-20  9:59     ` Linus Walleij
2015-01-22  3:02       ` 48169172
     [not found]         ` <2015012211022773401912-9Onoh4P/yGk@public.gmane.org>
2015-01-22  8:37           ` Linus Walleij
2015-01-22  9:12             ` 48169172
2015-01-23  2:25             ` 48169172
2015-01-30 13:49               ` Linus Walleij
     [not found] ` <1421518516-26976-1-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-01-17 18:15   ` [PATCH v4 2/3] ARM: meson: select PINCTRL_MESON and ARCH_REQUIRE_GPIOLIB Beniamino Galvani
2015-01-17 18:15 ` [PATCH v4 3/3] ARM: dts: meson8: add pinctrl node Beniamino Galvani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).