OSDN Git Service

clk: at91: make use of syscon to share PMC registers in several drivers
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 5 Sep 2014 07:54:13 +0000 (09:54 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 17 Feb 2016 16:52:58 +0000 (17:52 +0100)
commit863a81c3be1d931bdae6426e231add9334311f13
tree425f5509a766c4025821457a5c10cb258fc343f7
parent92e963f50fc74041b5e9e744c330dca48e04f08d
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>
arch/arm/mach-at91/Kconfig
drivers/clk/at91/pmc.c
drivers/clk/at91/pmc.h