]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: S3C2443/S3C2416: add s3c_rtc_setname and rename rtc devices
authorHeiko Stuebner <heiko@sntech.de>
Sat, 24 Dec 2011 01:52:23 +0000 (10:52 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 6 Feb 2012 23:03:43 +0000 (08:03 +0900)
commitb2994d318dc78c9a4a43605629f00217335ada28
tree998c5f37a7e317569993718c92b86c56c24d3d52
parent25c1a2466008a75955e80df3cc0698410a0cec72
ARM: S3C2443/S3C2416: add s3c_rtc_setname and rename rtc devices

As the S3C24xx SoCs use the same rtc device a renaming capability like in
the adc driver is necessary.

This patch adds a s3c_rtc_setname function and names the rtc devices for
S3C2443 and S3C2416 accordingly.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2416/s3c2416.c
arch/arm/mach-s3c2443/s3c2443.c
arch/arm/plat-samsung/include/plat/rtc-core.h [new file with mode: 0644]