summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear/spear6xx.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: spear: rename duplicate pl080_plat_dataArnd Bergmann2013-03-121-2/+2
| | | | | | | | | | | Both spear3xx and spear6xx have a global symbol named pl080_plat_data. Eventually, both should be removed, but for now, we can rename one to pl080_plat_data and declare it static, since that one does not actually need to be visible outside of spear6xx.c. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
* ARM: spear: make clock driver independent of headersArnd Bergmann2013-03-121-4/+5
| | | | | | | | | | | | | | 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>
* ARM: spear: move generic.h and pl080.h into private dirArnd Bergmann2013-03-121-2/+2
| | | | | | | | No file outside of mach-spear includes these files any more, so they don't have to be globally visible now. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
* ARM: spear: move all files to mach-spearArnd Bergmann2013-03-121-0/+430
There are no conflicting files between the three mach-spear* directories and plat-spear any more, so we can now move all file to a common mach-spear directory. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
OpenPOWER on IntegriCloud