Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-11 | arm64: rk3399: update rockchip_get_cru API | Kever Yang | |
rk3399 has two clock-controller: cru and pmucru, update the rockchip_get_crui() API, and rockchip_get_clk() do not used for other module. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> | |||
2016-10-30 | rockchip: rk3399: Move rockchip_get_cru() out of the driver | Simon Glass | |
This function is called from outside the driver. It should be placed into common SoC code. Move it. Also rename the driver symbol to be more consistent with the other rockchip clock drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> |