ARM: SAMSUNG: Move PWM device definition from plat-s3c24xx to plat-samsung
authorBanajit Goswami <banajit.g@samsung.com>
Mon, 28 Feb 2011 16:54:51 +0000 (22:24 +0530)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 3 Mar 2011 01:09:58 +0000 (10:09 +0900)
commit2ce30137094969123a8846ca4f68c2628ea4a658
treed9bd096eedc9cb8b4d977c0342b8aa60d709925b
parentdd9c1549edef02290edced639f67b54a25abbe0e
ARM: SAMSUNG: Move PWM device definition from plat-s3c24xx to plat-samsung

This patch does the following:-
1. It moves file pwm.c from plat-s3c24xx to plat-samsung. This will
   enable all machines with Samsung SoCs to make use of the same code.
2. The device definitions have been separated to a new file dev-pwm.c
   for better clarity and structure.
3. It will enable all Samsung S3C and S5P series SoC's to use common
   PWM Kconfig definition.

Signed-off-by: Banajit Goswami <banajit.g@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/Kconfig
arch/arm/plat-s3c24xx/Kconfig
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/dev-pwm.c [new file with mode: 0644]
arch/arm/plat-samsung/pwm.c