linux_dsm_epyc7002/drivers/clk/at91
Boris Brezillon 863a81c3be clk: at91: make use of syscon to share PMC registers in several drivers
The PMC block is providing several functionnalities:
 - system clk management
 - cpuidle
 - platform suspend

Replace the void __iomem *regs field by a regmap (retrieved using syscon)
so that we can later share the regmap across several drivers without
exporting a new specific API or a global void __iomem * variable.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
2016-02-17 17:52:58 +01: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 clk: at91: Revert "keep slow clk enabled to prevent system hang" 2015-11-20 10:53:12 -08: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
Makefile clk: at91: add generated clock driver 2015-10-01 12:48:11 -07:00
pmc.c clk: at91: make use of syscon to share PMC registers in several drivers 2016-02-17 17:52:58 +01:00
pmc.h clk: at91: make use of syscon to share PMC registers in several drivers 2016-02-17 17:52:58 +01: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