aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tcc8k/common.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Add common platform devices for TCC8xxx SoCsHans J. Koch2010-09-171-0/+4
| | | | | | | | | This patch introduces a first set of platform devices for integrated peripherals of TCC8xxx processors. Drivers for these devices are available and will be posted in a second step. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* ARM: Basic IO mappings for mach-tcc8kHans J. Koch2010-09-171-0/+1
| | | | | | | Map the IO ranges of TCC8xxx peripherals. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* ARM: Add TCC8xxx system timerHans J. Koch2010-09-171-0/+3
| | | | | | | | Add the system timer using clockevents with the internal TC32 timer. This also adds a clocksource using the same timer. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* ARM: Introduce plat-tcc irq frameworkHans J. Koch2010-09-171-0/+1
| | | | | | | Introduce lowlevel interrupt routines. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* ARM: Add the clock framework for Telechips TCC8xxx processors.Hans J. Koch2010-09-171-0/+6
This adds definitions and low-level functions to handle clocks in TCC8xxx processors. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>