[U-Boot] [PATCH 2/2] pinctrl: Add pinctrl driver support for Exynos7420 SoC

Simon Glass sjg at chromium.org
Sat Apr 9 20:35:54 CEST 2016


On 5 April 2016 at 19:45, Thomas Abraham <thomas.ab at samsung.com> wrote:
> 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 at socionext.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Minkyu Kang <mk7.kang at samsung.com>
> Signed-off-by: Thomas Abraham <thomas.ab at samsung.com>
> ---
>  drivers/pinctrl/Kconfig                     |    1 +
>  drivers/pinctrl/Makefile                    |    1 +
>  drivers/pinctrl/exynos/Kconfig              |   10 ++
>  drivers/pinctrl/exynos/Makefile             |    9 ++
>  drivers/pinctrl/exynos/pinctrl-exynos.c     |  141 +++++++++++++++++++++++++++
>  drivers/pinctrl/exynos/pinctrl-exynos.h     |   77 +++++++++++++++
>  drivers/pinctrl/exynos/pinctrl-exynos7420.c |  121 +++++++++++++++++++++++
>  7 files changed, 360 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/pinctrl/exynos/Kconfig
>  create mode 100644 drivers/pinctrl/exynos/Makefile
>  create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos.c
>  create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos.h
>  create mode 100644 drivers/pinctrl/exynos/pinctrl-exynos7420.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list