[U-Boot] Please pull u-boot-rockchip (take 2)

Hi Tom,
I've moved the offending CONFIG to Kconfig. Sorry I missed this.
The following changes since commit a2ed3f452dd1cf4982fe46d5111d200909786686:
Merge git://git.denx.de/u-boot-dm (2016-09-20 09:34:53 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-rockchip.git
for you to fetch changes up to 4f0b8efa50a543efd407fb8b2e9ad0de49467a15:
clk: rk3288: add PWM clock get rate (2016-09-22 07:57:02 -0600)
---------------------------------------------------------------- Kever Yang (15): rk3399: syscon: add support for pmugrf pinctrl: add driver for rk3399 config: evb-rk3399: enable pinctrl driver rk3399: enable the pwm2/3 pinctrl in board init dts: rk3399: add pinctrl for sdmmc rk_pwm: use clock framework API to get module clock rk_pwm: remove grf setting code from driver rk3288: add arch_cpu_init for rk3288 usb: host: add Kconfig for USB_XHCI_ROCKCHIP dts: rk3399-evb: add regulator-fixed for usb host vbus config: evb-rk3399: enable fixed regulator board: evb-rk3399: enable usb 2.0 host vbus power on board_init rk3399: add a empty "sys_proto.h" header file clk: rk3399: add pmucru controller support clk: rk3288: add PWM clock get rate
MengDongyang (4): usb: xhci-rockchip: add rockchip dwc3 controller driver rockchip: select DM_USB for rockchip SoC config: rk3399: add usb related configs dts: rk3399: add dwc3_typec node for rk3399
Xu Ziyuan (2): rockchip: use dummy byte only enable OF_PLATDATA rockchip: rk3288: skip lowlevel_init process
arch/arm/Kconfig | 1 + arch/arm/dts/rk3399-evb.dts | 14 ++ arch/arm/dts/rk3399.dtsi | 82 +++++++++ arch/arm/include/asm/arch-rockchip/clock.h | 1 + arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 321 +++++++++++++++++++++++++++++++++ arch/arm/include/asm/arch-rockchip/sdram.h | 4 + arch/arm/include/asm/arch-rockchip/sys_proto.h | 10 ++ arch/arm/mach-rockchip/board.c | 4 - arch/arm/mach-rockchip/rk3288-board-spl.c | 4 - arch/arm/mach-rockchip/rk3288/Makefile | 1 + arch/arm/mach-rockchip/rk3288/rk3288.c | 19 ++ arch/arm/mach-rockchip/rk3399/syscon_rk3399.c | 1 + board/rockchip/evb_rk3399/evb-rk3399.c | 44 ++++- configs/evb-rk3399_defconfig | 11 ++ drivers/clk/rockchip/clk_rk3288.c | 2 + drivers/clk/rockchip/clk_rk3399.c | 177 ++++++++++++++++++- drivers/pinctrl/Kconfig | 9 + drivers/pinctrl/rockchip/Makefile | 1 + drivers/pinctrl/rockchip/pinctrl_rk3399.c | 439 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pwm/rk_pwm.c | 26 +-- drivers/usb/host/Kconfig | 7 + drivers/usb/host/Makefile | 1 + drivers/usb/host/xhci-rockchip.c | 211 ++++++++++++++++++++++ include/configs/rk3288_common.h | 1 + include/configs/rk3399_common.h | 12 ++ include/linux/usb/dwc3.h | 14 ++ 26 files changed, 1391 insertions(+), 26 deletions(-) create mode 100644 arch/arm/include/asm/arch-rockchip/grf_rk3399.h create mode 100644 arch/arm/include/asm/arch-rockchip/sys_proto.h create mode 100644 arch/arm/mach-rockchip/rk3288/rk3288.c create mode 100644 drivers/pinctrl/rockchip/pinctrl_rk3399.c create mode 100644 drivers/usb/host/xhci-rockchip.c
Regards, Simon

On Thu, Sep 22, 2016 at 02:08:30PM -0600, Simon Glass wrote:
Hi Tom,
I've moved the offending CONFIG to Kconfig. Sorry I missed this.
The following changes since commit a2ed3f452dd1cf4982fe46d5111d200909786686:
Merge git://git.denx.de/u-boot-dm (2016-09-20 09:34:53 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-rockchip.git
for you to fetch changes up to 4f0b8efa50a543efd407fb8b2e9ad0de49467a15:
clk: rk3288: add PWM clock get rate (2016-09-22 07:57:02 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini