linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] pinctrl: uniphier: UniPhier pinctrl updates for v4.14
@ 2017-07-31  6:21 Masahiro Yamada
  2017-07-31  6:21 ` [PATCH 1/6] pinctrl: uniphier: remove unneeded EXPORT_SYMBOL_GPL() Masahiro Yamada
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Masahiro Yamada @ 2017-07-31  6:21 UTC (permalink / raw)
  To: linux-arm-kernel

This series includes:
  - Clean up redundant pin data
  - Add simple suspend / resume support
  - Add a driver for a new SoC



Masahiro Yamada (6):
  pinctrl: uniphier: remove unneeded EXPORT_SYMBOL_GPL()
  pinctrl: uniphier: fix pin_config_get() for input-enable
  pinctrl: uniphier: clean up GPIO port muxing
  pinctrl: uniphier: omit redundant input enable bit information
  pinctrl: uniphier: add suspend / resume support
  pinctrl: uniphier: add UniPhier PXs3 pinctrl driver

 drivers/pinctrl/uniphier/Kconfig                 |   4 +
 drivers/pinctrl/uniphier/Makefile                |   1 +
 drivers/pinctrl/uniphier/pinctrl-uniphier-core.c | 277 +++++--
 drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c | 660 ++++-----------
 drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c | 709 +++++-----------
 drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c  | 273 +------
 drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c | 386 +--------
 drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c | 451 +----------
 drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c | 458 +----------
 drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c | 386 +--------
 drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c | 989 +++++++++++++++++++++++
 drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c | 273 +------
 drivers/pinctrl/uniphier/pinctrl-uniphier.h      |  40 +-
 13 files changed, 1809 insertions(+), 3098 deletions(-)
 create mode 100644 drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c

-- 
2.7.4

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

end of thread, other threads:[~2017-08-01  8:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31  6:21 [PATCH 0/6] pinctrl: uniphier: UniPhier pinctrl updates for v4.14 Masahiro Yamada
2017-07-31  6:21 ` [PATCH 1/6] pinctrl: uniphier: remove unneeded EXPORT_SYMBOL_GPL() Masahiro Yamada
2017-08-01  8:10   ` Linus Walleij
2017-07-31  6:21 ` [PATCH 2/6] pinctrl: uniphier: fix pin_config_get() for input-enable Masahiro Yamada
2017-08-01  8:11   ` Linus Walleij
2017-07-31  6:21 ` [PATCH 4/6] pinctrl: uniphier: omit redundant input enable bit information Masahiro Yamada
2017-08-01  8:15   ` Linus Walleij
2017-07-31  6:21 ` [PATCH 5/6] pinctrl: uniphier: add suspend / resume support Masahiro Yamada
2017-08-01  8:16   ` Linus Walleij
2017-07-31  6:21 ` [PATCH 6/6] pinctrl: uniphier: add UniPhier PXs3 pinctrl driver Masahiro Yamada
2017-08-01  8:18   ` Linus Walleij
     [not found] ` <1501482071-9819-4-git-send-email-yamada.masahiro@socionext.com>
2017-08-01  8:14   ` [PATCH 3/6] pinctrl: uniphier: clean up GPIO port muxing 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).