Re: [U-Boot] [PATCH 6/9] pinctrl: rockchip: Add common rockchip pinctrl driver

2018-02-03 Thread Kever Yang
Hi David, On 02/03/2018 02:56 PM, David Wu wrote: > Use this driver to fit all Rockchip SOCs and to support > the desired pinctrl configuration via DTS. > > Signed-off-by: David Wu Reviewed-by: Kever Yang Tested-by: Kever Yang Thanks, - Kever > --- > > drivers/pinctrl/Kconfig|

[U-Boot] [PATCH 6/9] pinctrl: rockchip: Add common rockchip pinctrl driver

2018-02-02 Thread David Wu
Use this driver to fit all Rockchip SOCs and to support the desired pinctrl configuration via DTS. Signed-off-by: David Wu --- drivers/pinctrl/Kconfig| 98 +- drivers/pinctrl/Makefile |2 +- drivers/pinctrl/pinctrl-rockchip.c | 2440 ++