[U-Boot] [PATCH v3 4/7] rockchip: rk3328: add pinctrl driver

Simon Glass sjg at chromium.org
Thu Feb 23 16:20:01 UTC 2017


On 23 February 2017 at 00:37, Kever Yang <kever.yang at rock-chips.com> wrote:
> Add rk3328 pinctrl driver and grf/iomux structure definition.
>
> Signed-off-by: William Zhang <william.zhang at rock-chips.com>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2:
> - fix include header file order
> - add space around operators in header file
>
>  arch/arm/include/asm/arch-rockchip/grf_rk3328.h | 134 ++++++++
>  drivers/pinctrl/Kconfig                         |   9 +
>  drivers/pinctrl/rockchip/Makefile               |   1 +
>  drivers/pinctrl/rockchip/pinctrl_rk3328.c       | 419 ++++++++++++++++++++++++
>  4 files changed, 563 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-rockchip/grf_rk3328.h
>  create mode 100644 drivers/pinctrl/rockchip/pinctrl_rk3328.c

Applied to u-boot-rockchip, thanks!


More information about the U-Boot mailing list