arm: vt8500: Update arch-vt8500 to devicetree support.
authorTony Prisk <linux@prisktech.co.nz>
Fri, 3 Aug 2012 09:00:06 +0000 (21:00 +1200)
committerTony Prisk <linux@prisktech.co.nz>
Fri, 21 Sep 2012 07:24:00 +0000 (19:24 +1200)
commite9a91de7602a0a6999f23a2981db68b69aa695a7
tree7f28d03f69835ead9232c7849c3b2ac1eb8fa9c4
parent4e48b1c56019868b34efcd0e2334b7cdfac14092
arm: vt8500: Update arch-vt8500 to devicetree support.

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>
20 files changed:
arch/arm/Kconfig
arch/arm/mach-vt8500/Kconfig [deleted file]
arch/arm/mach-vt8500/Makefile
arch/arm/mach-vt8500/bv07.c [deleted file]
arch/arm/mach-vt8500/common.h [new file with mode: 0644]
arch/arm/mach-vt8500/devices-vt8500.c [deleted file]
arch/arm/mach-vt8500/devices-wm8505.c [deleted file]
arch/arm/mach-vt8500/devices.c [deleted file]
arch/arm/mach-vt8500/devices.h [deleted file]
arch/arm/mach-vt8500/gpio.c [deleted file]
arch/arm/mach-vt8500/include/mach/restart.h
arch/arm/mach-vt8500/include/mach/vt8500_irqs.h [deleted file]
arch/arm/mach-vt8500/include/mach/vt8500_regs.h [deleted file]
arch/arm/mach-vt8500/include/mach/wm8505_irqs.h [deleted file]
arch/arm/mach-vt8500/include/mach/wm8505_regs.h [deleted file]
arch/arm/mach-vt8500/irq.c
arch/arm/mach-vt8500/restart.c [deleted file]
arch/arm/mach-vt8500/timer.c
arch/arm/mach-vt8500/vt8500.c [new file with mode: 0644]
arch/arm/mach-vt8500/wm8505_7in.c [deleted file]