ARM: 5682/1: Add cpu.c and dev.c and modify some files of w90p910 platform
authorwanzongshun <mcuos.com@gmail.com>
Fri, 21 Aug 2009 06:07:46 +0000 (07:07 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 2 Sep 2009 10:22:23 +0000 (11:22 +0100)
commit35c9221acb133ecc9abd701a1fb6fa909d177a77
treee2a283112398450001410b5f3fa9a471c34738a7
parenta8bc4eadd936bbad9e99b89fe692679451ad75c9
ARM: 5682/1: Add cpu.c and dev.c and modify some files of w90p910 platform

Add the cpu.c and dev.c and modify w90p910 platform
to apply to use the common API(provided by cpu.c and dev.c)
at the same time, I renamed all w90x900 to nuc900 in every
c file of w90x900 platform and touchscreen's driver name.

Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
16 files changed:
arch/arm/mach-w90x900/Makefile
arch/arm/mach-w90x900/clksel.c
arch/arm/mach-w90x900/clock.c
arch/arm/mach-w90x900/clock.h
arch/arm/mach-w90x900/cpu.c [moved from arch/arm/mach-w90x900/w90p910.c with 53% similarity]
arch/arm/mach-w90x900/cpu.h
arch/arm/mach-w90x900/dev.c [new file with mode: 0644]
arch/arm/mach-w90x900/gpio.c
arch/arm/mach-w90x900/irq.c
arch/arm/mach-w90x900/mach-nuc910evb.c [new file with mode: 0644]
arch/arm/mach-w90x900/mach-w90p910evb.c [deleted file]
arch/arm/mach-w90x900/mfp.c [moved from arch/arm/mach-w90x900/mfp-w90p910.c with 77% similarity]
arch/arm/mach-w90x900/nuc910.c [new file with mode: 0644]
arch/arm/mach-w90x900/nuc910.h [new file with mode: 0644]
arch/arm/mach-w90x900/time.c
drivers/input/touchscreen/w90p910_ts.c