u-boot-brain/drivers/pinctrl/uniphier
Masahiro Yamada 186c133444 pinctrl: uniphier: allow to have pinctrl node under syscon node
Currently, the UniPhier pinctrl driver itself is a syscon, but it
turned out much more reasonable to make it a child node of a syscon
because our syscon node consists of a bunch of system configuration
registers, not only pinctrl, but also phy, and misc registers.
It is difficult to split the node.  This commit allows to migrate to
the new DT structure.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-07-02 05:44:29 +09:00
..
Kconfig pinctrl: uniphier: support UniPhier PH1-LD11 pinctrl driver 2016-04-01 00:57:19 +09:00
Makefile pinctrl: uniphier: support UniPhier PH1-LD20 pinctrl driver 2016-04-01 00:57:15 +09:00
pinctrl-uniphier-core.c pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00
pinctrl-uniphier-ld4.c pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00
pinctrl-uniphier-ld6b.c pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00
pinctrl-uniphier-ld20.c pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00
pinctrl-uniphier-pro4.c pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00
pinctrl-uniphier-pro5.c pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00
pinctrl-uniphier-pxs2.c pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00
pinctrl-uniphier-sld8.c pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00
pinctrl-uniphier.h pinctrl: uniphier: allow to have pinctrl node under syscon node 2016-07-02 05:44:29 +09:00