linux/drivers/clk/pxa
Arnd Bergmann ea7743e271 ARM: pxa: define clock registers as __iomem
We should not dereference registers as pointers, so use readl/writel
instead for these registers.

The clock registers are accessed in multiple files, so we have to
change them all at once.

I stumbled over these registers while looking at something unrelated.
There are in fact other registers with the same problem, but I did
not try to address those at this point.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
2016-02-01 21:43:41 +01:00
..
clk-pxa3xx.c ARM: pxa: define clock registers as __iomem 2016-02-01 21:43:41 +01:00
clk-pxa25x.c ARM: pxa: define clock registers as __iomem 2016-02-01 21:43:41 +01:00
clk-pxa27x.c ARM: pxa: define clock registers as __iomem 2016-02-01 21:43:41 +01:00
clk-pxa.c clk: Replace explicit clk assignment with __clk_hw_set_clk 2015-02-18 09:40:11 -08:00
clk-pxa.h clk: pxa: Fix const discarding warning 2015-06-12 14:30:12 -07:00
Makefile clk: pxa: add pxa3xx clock driver 2015-01-27 17:03:52 -08:00