u-boot-brain/drivers/clk
Michal Simek 9e0758b7ff dm: clk: Remove simple version of clk_get_by_index/name()
Simple version of clk_get_by_index() added by:
"dm: clk: Add a simple version of clk_get_by_index()"
(sha1: a4b10c088c)
is only working for #clock-cells=<1> but not for
any other values. Fixed clocks is using #clock-cells=<0>
which requires full implementation.

Remove simplified versions of clk_get_by_index() and use full version.
Also remove empty clk_get_by_name() which is failing when it is called
which is useless.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
2016-07-22 14:05:50 +02:00
..
exynos clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
uniphier clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
clk_fixed_rate.c dm: clk: Add support for of-platdata 2016-07-14 20:40:24 -06:00
clk_pic32.c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
clk_rk3036.c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
clk_rk3288.c rockchip: clk: Update the rk3288 driver to support of-platdata 2016-07-14 20:40:24 -06:00
clk_sandbox_test.c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
clk_sandbox.c clk: sandbox: don't check clk ID against 0 2016-06-24 17:24:35 -04:00
clk-uclass.c dm: clk: Remove simple version of clk_get_by_index/name() 2016-07-22 14:05:50 +02:00
Kconfig clk: exynos: add clock driver for Exynos7420 Soc 2016-05-25 10:00:18 +09:00
Makefile clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00