Searched hist:ea7743e2719d34eacb4cb206ae227120029d06c6 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/clk/pxa/ |
H A D | clk-pxa25x.c | diff ea7743e2719d34eacb4cb206ae227120029d06c6 Fri Jan 29 08:06:25 CST 2016 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | clk-pxa3xx.c | diff ea7743e2719d34eacb4cb206ae227120029d06c6 Fri Jan 29 08:06:25 CST 2016 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | clk-pxa27x.c | diff ea7743e2719d34eacb4cb206ae227120029d06c6 Fri Jan 29 08:06:25 CST 2016 Arnd Bergmann <arnd@arndb.de> 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>
|
/openbmc/linux/drivers/cpufreq/ |
H A D | pxa2xx-cpufreq.c | diff ea7743e2719d34eacb4cb206ae227120029d06c6 Fri Jan 29 08:06:25 CST 2016 Arnd Bergmann <arnd@arndb.de> 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>
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | gumstix.c | diff ea7743e2719d34eacb4cb206ae227120029d06c6 Fri Jan 29 08:06:25 CST 2016 Arnd Bergmann <arnd@arndb.de> 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>
|