linux-sg2042/arch/arm/mach-at91
Quentin Schulz 0865805d82 clk: at91: add audio pll clock drivers
This new clock driver set allows to have a fractional divided clock that
would generate a precise clock particularly suitable for audio
applications.

The main audio pll clock has two children clocks: one that is connected
to the PMC, the other that can directly drive a pad. As these two routes
have different enable bits and different dividers and divider formulas,
they are handled by two different drivers. Each of them could modify the
rate of the main audio pll parent.

The main audio pll clock can output 620MHz to 700MHz.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2017-09-01 15:46:52 -07:00
..
Kconfig clk: at91: add audio pll clock drivers 2017-09-01 15:46:52 -07:00
Makefile ARM: at91: handle CONFIG_PM for armv7m configurations 2017-06-02 10:11:44 +02:00
Makefile.boot ARM: at91: Add armv7m support 2017-06-02 10:11:38 +02:00
at91rm9200.c ARM: at91: move SoC detection to its own driver 2017-03-31 20:36:10 +02:00
at91sam9.c ARM: at91: move SoC detection to its own driver 2017-03-31 20:36:10 +02:00
generic.h ARM: at91: pm: Add sama5d2 backup mode 2017-05-15 11:55:17 +02:00
pm.c SoC for 4.13: 2017-06-18 22:53:20 -07:00
pm.h ARM: at91: pm: allow selecting standby and suspend modes 2017-05-15 11:55:24 +02:00
pm_data-offsets.c ARM: at91: pm: Add sama5d2 backup mode 2017-05-15 11:55:17 +02:00
pm_suspend.S ARM: at91: pm: Add sama5d2 backup mode 2017-05-15 11:55:17 +02:00
sama5.c ARM: at91: pm: Add sama5d2 backup mode 2017-05-15 11:55:17 +02:00
samv7.c ARM: at91: fix at91_suspend_entering_slow_clock link error 2017-06-13 11:51:11 +02:00