u-boot/drivers/clk
Simon Glass 898d64395c rockchip: Use a separate clock ID for clocks
At present we use the same peripheral ID for clocks and pinctrl. While this
works it is probably better to use the device tree clock binding ID for
clocks. We can use the clk_get_by_index() function to find this.

Update the clock drivers and the code that uses them.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-01-21 20:42:34 -07:00
..
clk-uclass.c dm: clk: Add support for decoding clocks from the device tree 2016-01-21 19:47:29 -07:00
clk_fixed_rate.c clk: add fixed rate clock driver 2016-01-21 19:46:47 -07:00
clk_rk3036.c rockchip: Use a separate clock ID for clocks 2016-01-21 20:42:34 -07:00
clk_rk3288.c rockchip: Use a separate clock ID for clocks 2016-01-21 20:42:34 -07:00
clk_sandbox.c clk: add static qualifier to local functions 2016-01-20 19:06:23 -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