ARM: 6597/1: Add basic architecture support for VIA/WonderMedia 85xx SoC's
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>
Showing
- arch/arm/mach-vt8500/include/mach/memory.h 28 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/memory.h
- arch/arm/mach-vt8500/include/mach/system.h 18 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/system.h
- arch/arm/mach-vt8500/include/mach/timex.h 26 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/timex.h
- arch/arm/mach-vt8500/include/mach/uncompress.h 37 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/uncompress.h
- arch/arm/mach-vt8500/include/mach/vmalloc.h 20 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/vmalloc.h
- arch/arm/mach-vt8500/include/mach/vt8500_irqs.h 88 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/vt8500_irqs.h
- arch/arm/mach-vt8500/include/mach/vt8500_regs.h 79 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/vt8500_regs.h
- arch/arm/mach-vt8500/include/mach/vt8500fb.h 31 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/vt8500fb.h
- arch/arm/mach-vt8500/include/mach/wm8505_irqs.h 115 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/wm8505_irqs.h
- arch/arm/mach-vt8500/include/mach/wm8505_regs.h 78 additions, 0 deletionsarch/arm/mach-vt8500/include/mach/wm8505_regs.h
- arch/arm/mach-vt8500/irq.c 177 additions, 0 deletionsarch/arm/mach-vt8500/irq.c
- arch/arm/mach-vt8500/pwm.c 265 additions, 0 deletionsarch/arm/mach-vt8500/pwm.c
- arch/arm/mach-vt8500/timer.c 155 additions, 0 deletionsarch/arm/mach-vt8500/timer.c
- arch/arm/mach-vt8500/wm8505_7in.c 77 additions, 0 deletionsarch/arm/mach-vt8500/wm8505_7in.c
Loading
Please register or sign in to comment