u-boot-brain/drivers/clk
Simon Glass 5ddf5d7705 rockchip: clk: Make rkclk_get_clk() SoC-specific
The current method assumes that clocks are numbered from 0 and we can
determine a clock by its number. It is safer to use an ID in the clock's
platform data to avoid the situation where another clock is bound before
the one we expect.

Move the existing code into rk3036 since it still works there. Add a new
implementation for rk3288.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-01-21 20:42:35 -07:00
..
clk_fixed_rate.c clk: add fixed rate clock driver 2016-01-21 19:46:47 -07:00
clk_rk3036.c rockchip: clk: Make rkclk_get_clk() SoC-specific 2016-01-21 20:42:35 -07:00
clk_rk3288.c rockchip: clk: Make rkclk_get_clk() SoC-specific 2016-01-21 20:42:35 -07:00
clk_sandbox.c clk: add static qualifier to local functions 2016-01-20 19:06:23 -07:00
clk-uclass.c dm: clk: Add a simple version of clk_get_by_index() 2016-01-21 20:42:35 -07:00
Kconfig clk: move Kconfig options into sub-menu 2016-01-20 19:06:23 -07:00
Makefile clk: add fixed rate clock driver 2016-01-21 19:46:47 -07:00