]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
pinctrl: UniPhier: add UniPhier PH1-Pro5 pinctrl driver
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Jul 2015 02:40:05 +0000 (11:40 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Jul 2015 07:40:08 +0000 (09:40 +0200)
commit1950b0488780d0d93481e17c56bc7a97a6037459
tree61f5fbf1511c13b4acab84569021e6e90b239430
parent95372f9dc892a79bce1e81b8862bb4ad15cf4f76
pinctrl: UniPhier: add UniPhier PH1-Pro5 pinctrl driver

Add pin configuration and pinmux support for UniPhier PH1-Pro5 SoC.

Changes in v2:
  - sort groups and funcs alphabetically
  - add i2c pin-mux settings
  - sort members of platform_driver
  - change to tristate
  - add THIS_MODULE to pinctrl_desc
  - use module_platform_driver

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/uniphier/Kconfig
drivers/pinctrl/uniphier/Makefile
drivers/pinctrl/uniphier/pinctrl-ph1-pro5.c [new file with mode: 0644]