commit | 5dc626f836190fa2ef27f34e263b53641c14087c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Sep 11 20:17:32 2015 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 23 23:21:32 2015 +0900 |
tree | b16bd73d7f97fb42a95502b61d0c41048c34f070 | |
parent | 8a5f6129d1450f5ff92a55cfcfd7b96ee019e303 [diff] [blame] |
pinctrl: uniphier: add UniPhier pinctrl core support The core support for the pinctrl drivers for all the UniPhier SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/pinctrl/uniphier/Makefile b/drivers/pinctrl/uniphier/Makefile new file mode 100644 index 0000000..748aa1b --- /dev/null +++ b/drivers/pinctrl/uniphier/Makefile
@@ -0,0 +1 @@ +obj-$(CONFIG_PINCTRL_UNIPHIER_CORE) += pinctrl-uniphier-core.o