/linux/arch/arm/mach-spear/ |
H A D | spear320.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | spear3xx.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | spear6xx.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | spear1310.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | generic.h | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | spear13xx.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
/linux/drivers/clk/spear/ |
H A D | spear6xx_clock.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | spear3xx_clock.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | spear1310_clock.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|
H A D | spear1340_clock.c | diff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> 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>
|