aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap54xx.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-08-13ARM: DRA7: Reuse io tables and add a new .init_earlyR Sricharan1-0/+4
The IO descriptor tables for DRA7 are a complete reuse from OMAP5. A new dra7xx_init_early() does the base address inits. Signed-off-by: R Sricharan <r.sricharan@ti.com> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
2013-03-19ARM: OMAP5: Update SAR RAM base addressSantosh Shilimkar1-0/+1
Update SAR RAM base address for OMAP5 based devices. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2012-09-12ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2Tony Lindgren1-0/+32
These can now be moved to be local headers in mach-omap2. Note that this patch removes arch/arm/plat-omap/devices.c as it will get removed anyways with Paul Walmsley's patch "ARM: OMAP: split OMAP1, OMAP2+ RNG device registration". Signed-off-by: Tony Lindgren <tony@atomide.com>