summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vt8500/common.h
Commit message (Collapse)AuthorAgeFilesLines
* timer: vt8500: Move timer code to drivers/clocksourceTony Prisk2013-01-141-1/+0
| | | | | | | This patch moves arch-vt8500/timer.c into drivers/clocksource and updates the necessary Kconfig/Makefile options. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
* arm: vt8500: Convert irq.c for multiplatform integrationTony Prisk2012-10-261-0/+3
| | | | | | | | | | | This patch converts arch-vt8500/irq.c to MULTI_IRQ_HANDLER and SPARSE_IRQ. IRQ domain is changed from legacy to linear. Also, remove legacy code in include/mach/entry-macro.S and include/mach/irq.h to prepare for multiplatform. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Acked-by: Arnd Bergmann <arnd@arndb.de>
* arm: vt8500: Update arch-vt8500 to devicetree support.Tony Prisk2012-09-211-0/+28
Merged existing board files to a single dt-capable file. Converted irq and timer code to devicetree. Removed existing device files that are no longer required with devicetree support. All existing platform devices are converted to devicetree nodes except PWM. Removed restart.c and moved code into vt8500.c to remove duplicate PMC code. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Acked-by: Arnd Bergmann <arnd@arndb.de>
OpenPOWER on IntegriCloud