On 16 August 2016 at 03:58, Kever Yang <[email protected]> wrote: > > This patch add pinctrl driver for rk3399. > > Signed-off-by: Kever Yang <[email protected]> > --- > > Changes in v2: > - move and reg value MACRO in C source, and use MASK/SHIFT > > arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 321 +++++++++++++++++ > drivers/pinctrl/Kconfig | 9 + > drivers/pinctrl/rockchip/Makefile | 1 + > drivers/pinctrl/rockchip/pinctrl_rk3399.c | 439 > ++++++++++++++++++++++++ > 4 files changed, 770 insertions(+) > create mode 100644 arch/arm/include/asm/arch-rockchip/grf_rk3399.h > create mode 100644 drivers/pinctrl/rockchip/pinctrl_rk3399.c
Acked-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

