]> git.ipfire.org Git - people/ms/u-boot.git/commit
pinctrl: uniphier: split pinctrl driver for PH1-LD11 and PH1-LD20
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 29 Jun 2016 10:38:58 +0000 (19:38 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 1 Jul 2016 20:44:29 +0000 (05:44 +0900)
commit3379987e26956d9eab668a0811a0f0a9a056754f
treefc1d3577d9ad84fde5a300ae01f72f8998990084
parent186c133444152005473955f1feea2e3184740dd6
pinctrl: uniphier: split pinctrl driver for PH1-LD11 and PH1-LD20

PH1-LD11 and PH1-LD20 have much pin controlling in common, so I
added a single driver shared between them in the initial commit.

However, the Ethernet pin-mux settings I am going to add are
different with each other, and they may diverge more as the
progress of development.  Split it into two dedicated drivers.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/pinctrl/uniphier/Kconfig
drivers/pinctrl/uniphier/Makefile
drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c [new file with mode: 0644]
drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c