u-boot/drivers/clk/at91
Wenyou Yang 6cadaa046b clk: at91: Improve the clock implementation
For the peripheral clock, provide the clock ops for the clock
provider, such as spi0_clk. The .of_xlate is to get the clk->id,
the .enable is to enable the spi0 peripheral clock, the .get_rate
is to get the clock frequency.

The driver for periph32ck node is responsible for recursively
binding its children as clk devices, not provide the clock ops.

So do the generated clock and system clock.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
2016-10-28 18:37:14 +02:00
..
Kconfig clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
Makefile clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-generated.c clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
clk-h32mx.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-main.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-master.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-peripheral.c clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
clk-plla.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-slow.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
clk-system.c clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
clk-utmi.c clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
pmc.c clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
pmc.h clk: at91: Improve the clock implementation 2016-10-28 18:37:14 +02:00
sckc.c clk: at91: Fix at91-pmc and at91-sckc's class ID 2016-10-28 18:37:14 +02:00