linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Amlogic Meson8b pinctrl driver support
@ 2015-03-29 10:56 Carlo Caione
  2015-03-29 10:56 ` [PATCH v4 1/3] pinctrl: Cleanup Meson8 driver Carlo Caione
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Carlo Caione @ 2015-03-29 10:56 UTC (permalink / raw)
  To: linux-arm-kernel

From: Carlo Caione <carlo@endlessm.com>

This patchset extends the pinctrl driver to support AmLogic Meson8b.
The driver for Meson8 has been revised to make it shorter.

Changelog:

v4: * Add ACKs
    * Fix overlapping GPIO numbers for the DIF_* pins
v3: * shorten the meson8/meson8b support files
    * document GPIO banks for meson8b
v2: * fix holes in GPIOs numbering
v1: * initial version

Carlo Caione (3):
  pinctrl: Cleanup Meson8 driver
  documentation: Extend pinctrl docs for Meson8b
  pinctrl: Add support for Meson8b

 .../devicetree/bindings/pinctrl/meson,pinctrl.txt  |    2 +-
 drivers/pinctrl/meson/Makefile                     |    2 +-
 drivers/pinctrl/meson/pinctrl-meson.c              |    9 +-
 drivers/pinctrl/meson/pinctrl-meson.h              |    9 +-
 drivers/pinctrl/meson/pinctrl-meson8.c             | 1050 +++++++++-----------
 drivers/pinctrl/meson/pinctrl-meson8b.c            |  899 +++++++++++++++++
 include/dt-bindings/gpio/meson8b-gpio.h            |   32 +
 7 files changed, 1402 insertions(+), 601 deletions(-)
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson8b.c
 create mode 100644 include/dt-bindings/gpio/meson8b-gpio.h

-- 
1.9.1

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

end of thread, other threads:[~2015-04-07  9:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 10:56 [PATCH v4 0/3] Amlogic Meson8b pinctrl driver support Carlo Caione
2015-03-29 10:56 ` [PATCH v4 1/3] pinctrl: Cleanup Meson8 driver Carlo Caione
2015-03-29 10:56 ` [PATCH v4 2/3] documentation: Extend pinctrl docs for Meson8b Carlo Caione
2015-03-29 10:56 ` [PATCH v4 3/3] pinctrl: Add support " Carlo Caione
2015-03-30 21:31   ` Beniamino Galvani
2015-04-07  9:45   ` Linus Walleij

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).