]> Git Repo - J-u-boot.git/commit
pinctrl: Add pinctrl driver support for Exynos7420 SoC
authorThomas Abraham <[email protected]>
Sat, 23 Apr 2016 16:48:08 +0000 (22:18 +0530)
committerMinkyu Kang <[email protected]>
Wed, 25 May 2016 01:00:18 +0000 (10:00 +0900)
commit16ca80adc551808b6be1d43f30997f8b4fdfbd39
tree4bfa80487fe1e552afa8b9f961d76948f74783f9
parentac985273135762a596482812551221019c319731
pinctrl: Add pinctrl driver support for Exynos7420 SoC

Add pinctrl driver support for Samsung's Exynos7420 SoC. The changes
have been split into Exynos7420 specific and common Exynos specific
portions so that this implementation is reusable on other Exynos
SoCs as well.

The Exynos pinctrl driver supports only device tree based pin
configuration. The bindings used are similar to the ones used in the
linux kernel.

Cc: Masahiro Yamada <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Minkyu Kang <[email protected]>
Signed-off-by: Thomas Abraham <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Minkyu Kang <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/exynos/Kconfig [new file with mode: 0644]
drivers/pinctrl/exynos/Makefile [new file with mode: 0644]
drivers/pinctrl/exynos/pinctrl-exynos.c [new file with mode: 0644]
drivers/pinctrl/exynos/pinctrl-exynos.h [new file with mode: 0644]
drivers/pinctrl/exynos/pinctrl-exynos7420.c [new file with mode: 0644]
This page took 0.036178 seconds and 4 git commands to generate.