This patch set clean the rkpwm driver by using clock API for module clock instead of hardcode, move the grf setting to soc level init.
Kever Yang (5): clk: rk3399: add pmucru controller support clk: rk3288: add PWM clock get rate 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 arch/arm/mach-rockchip/rk3288/Makefile | 1 + arch/arm/mach-rockchip/rk3288/rk3288.c | 19 ++++ drivers/clk/rockchip/clk_rk3288.c | 2 + drivers/clk/rockchip/clk_rk3399.c | 177 ++++++++++++++++++++++++++++++++- drivers/pwm/rk_pwm.c | 26 ++--- 5 files changed, 208 insertions(+), 17 deletions(-) create mode 100644 arch/arm/mach-rockchip/rk3288/rk3288.c -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot