Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vt8500: Fix header in mach-vt8500/timer.c | Tony Prisk | 2012-10-14 |
| | | | | | | Correct filename reference in file header. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> | ||
* | arm: vt8500: Update arch-vt8500 to devicetree support. | Tony Prisk | 2012-09-21 |
| | | | | | | | | | | | | | | | 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> | ||
* | ARM: 6597/1: Add basic architecture support for VIA/WonderMedia 85xx SoC's | Alexey Charkov | 2011-01-25 |
This adds support for the family of Systems-on-Chip produced initially by VIA and now its subsidiary WonderMedia that have recently become widespread in lower-end Chinese ARM-based tablets and netbooks. Support is included for both VT8500 and WM8505, selectable by a configuration switch at kernel build time. Included are basic machine initialization files, register and interrupt definitions, support for the on-chip interrupt controller, high-precision OS timer, GPIO lines, necessary macros for early debug, pulse-width-modulated outputs control, as well as platform device configurations for the specific drivers implemented elsewhere. Signed-off-by: Alexey Charkov <alchark@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |