]> git.ipfire.org Git - people/ms/u-boot.git/commit
pinctrl: Add pinctrl driver support for Exynos7420 SoC
authorThomas Abraham <thomas.ab@samsung.com>
Sat, 23 Apr 2016 16:48:08 +0000 (22:18 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
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 <yamada.masahiro@socionext.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
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]