Home
last modified time | relevance | path

Searched hist:ea7743e2719d34eacb4cb206ae227120029d06c6 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/clk/pxa/
H A Dclk-pxa25x.cdiff 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 Dclk-pxa3xx.cdiff 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 Dclk-pxa27x.cdiff 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 Dpxa2xx-cpufreq.cdiff 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 Dgumstix.cdiff 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>