summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/id.c
Commit message (Collapse)AuthorAgeFilesLines
* davinci: add arch_ioremap() which uses existing static mappingsKevin Hilman2009-04-231-3/+3
| | | | | | | | | | | Add arch-specific ioremap() which uses any existing static mappings in place of doing a new mapping. From now on, drivers should always use ioremap() instead of IO_ADDRESS(). In addition, remove the davinci_[read|write]* macros in favor of using ioremap. Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
* davinci: add runtime CPU detection supportKevin Hilman2009-04-231-3/+26
| | | | Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
* [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-2/+1Star
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] 4303/3: base kernel support for TI DaVinciKevin Hilman2007-05-111-0/+94
Add base kernel support for the TI DaVinci platform. This patch only includes interrupts, timers, CPU identification, serial support and basic power and sleep controller init. More drivers to come. Signed-off-by: Kevin Hilman <khilman@mvista.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>