linux_dsm_epyc7002/drivers/clk/spear
Arnd Bergmann d9909ebe65 ARM: spear: make clock driver independent of headers
Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
2013-03-12 17:39:58 +01:00
..
clk-aux-synth.c CLK: SPEAr: Set CLK_SET_RATE_PARENT for few clocks 2012-11-21 11:45:45 -08:00
clk-frac-synth.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk-gpt-synth.c Viresh has moved 2012-06-20 14:39:36 -07:00
clk-vco-pll.c clk: SPEAr: Vco-pll: Fix compilation warning 2012-10-29 11:04:34 -07:00
clk.c CLK: SPEAr: Correct index scanning done for clock synths 2012-11-21 11:46:06 -08:00
clk.h Viresh has moved 2012-06-20 14:39:36 -07:00
Makefile SPEAr13xx: Add common clock framework support 2012-05-14 17:34:05 +02:00
spear3xx_clock.c ARM: spear: make clock driver independent of headers 2013-03-12 17:39:58 +01:00
spear6xx_clock.c ARM: spear: make clock driver independent of headers 2013-03-12 17:39:58 +01:00
spear1310_clock.c ARM: spear: make clock driver independent of headers 2013-03-12 17:39:58 +01:00
spear1340_clock.c ARM: spear: make clock driver independent of headers 2013-03-12 17:39:58 +01:00