1
0
Fork 0
alistair23-linux/drivers/clk/at91
Nicolas Ferre df70aeef60 clk: at91: add generated clock driver
Add a new type of clocks that can be provided to a peripheral.
In addition to the peripheral clock, this new clock that can use several
input clocks as parents can generate divided rates.
This would allow a peripheral to have finer grained clocks for generating
a baud rate, clocking an asynchronous part or having more
options in frequency.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
[sboyd@codeaurora.org: Transition to new clk_hw provider APIs]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-10-01 12:48:11 -07:00
..
Makefile clk: at91: add generated clock driver 2015-10-01 12:48:11 -07:00
clk-generated.c clk: at91: add generated clock driver 2015-10-01 12:48:11 -07:00
clk-h32mx.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
clk-main.c clk: at91: make use of of_clk_parent_fill helper function 2015-07-28 11:58:59 -07:00
clk-master.c clk: at91: make use of of_clk_parent_fill helper function 2015-07-28 11:58:59 -07:00
clk-peripheral.c clk: at91: modify PMC peripheral clock to deal with newer register layout 2015-10-01 12:39:43 -07:00
clk-pll.c Merge branch 'clk-fixes' into clk-next 2015-07-06 15:54:58 -07:00
clk-plldiv.c clk: at91: add PMC pll clocks 2013-12-02 15:31:22 +01:00
clk-programmable.c clk: at91: Convert to clk_hw based provider APIs 2015-08-24 16:48:47 -07:00
clk-slow.c Merge branch 'cleanup-clk-h-includes' into clk-next 2015-07-28 11:59:09 -07:00
clk-smd.c clk: at91: make use of of_clk_parent_fill helper function 2015-07-28 11:58:59 -07:00
clk-system.c clk: at91: system: don't try to free_irq when there is no IRQ 2015-09-16 15:22:22 -07:00
clk-usb.c clk: at91: Convert to clk_hw based provider APIs 2015-08-24 16:48:47 -07:00
clk-utmi.c clk: at91: utmi: use pmc_read when the at91_pmc is available 2015-09-16 15:22:20 -07:00
pmc.c clk: at91: add generated clock driver 2015-10-01 12:48:11 -07:00
pmc.h clk: at91: add generated clock driver 2015-10-01 12:48:11 -07:00
sckc.c clk: at91: add slow clks driver 2014-05-07 18:27:45 +02:00
sckc.h clk: at91: add slow clks driver 2014-05-07 18:27:45 +02:00