summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c64xx/dev-rtc.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-18ARM: SAMSUNG: Move RTC device definitions in plat-samsungAtul Dahiya1-43/+0
This patch moves RTC device definitions from mach-s3c64xx to plat-samsung, to enable the other SoCs to use same device definition. Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com> Signed-off-by: Sangbeom Kim <sbkim73@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2010-02-21ARM: S3C64XX: Move device and device setup into mach-s3c64xxBen Dooks1-0/+43
Move the S3C64XX specific device and setup files into mach-s3c64xx as they are unlikely to be used outside of this code. Signed-off-by: Ben Dooks <ben-linux@fluff.org>