linux-stable/drivers/clk/pxa
Stephen Boyd 84558ff770 clk: pxa: Use __iomem properly and staticize lock variable
This function is passed an __iomem pointer but we use a u32
pointer instead which makes checkers like spare complain.
Furthermore, "lock" is a pretty poor variable name for a string
that will go into lockdep reports and the symbol isn't marked
static. Cleanup all this.

Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2016-11-09 12:43:19 -08:00
..
clk-pxa.c clk: pxa: Use __iomem properly and staticize lock variable 2016-11-09 12:43:19 -08:00
clk-pxa.h clk: pxa: Use __iomem properly and staticize lock variable 2016-11-09 12:43:19 -08:00
clk-pxa3xx.c The clk changes for this release cycle are mostly dominated by 2016-03-23 06:06:45 -07:00
clk-pxa25x.c clk: pxa: transfer CPU clock setting from pxa2xx-cpufreq 2016-11-04 13:25:03 -07:00
clk-pxa27x.c clk: pxa: transfer CPU clock setting from pxa2xx-cpufreq 2016-11-04 13:25:03 -07:00
Makefile clk: pxa: add pxa3xx clock driver 2015-01-27 17:03:52 -08:00