[PATCHv2 0/5] rtc: s3c: Refactoring s3c-rtc driver and support Exynos3250 RTC

From: y
Date: Mon Aug 11 2014 - 22:01:53 EST


From: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>

This patchset clean up codes to improve readability as following and support
the RTC of Exynos3250 SoC.
- Remove global variables and then use new s3c_rtc structure
- Remove warn message with checking checkpatch script
- Use variant structure according to SoC type instead of legacy enum variable(s3c_cpu_type)

Changes from v1:
- Fix NULL pointer panic of s3c_rtc_settime()
- Check info->base value to protect NULL pointer panic

Chanwoo Choi (5):
rtc: s3c: Define s3c_rtc structure to remove global variables.
rtc: s3c: Remove warning message when checking coding style with checkpatch script
rtc: s3c: Add s3c_rtc_data structure to use variant data instead of s3c_cpu_type
rtc: s3c: Add support for RTC of Exynos3250 SoC
ARM: dts: Fix wrong compatible string of Exynos3250 RTC dt node

Documentation/devicetree/bindings/rtc/s3c-rtc.txt | 3 +
arch/arm/boot/dts/exynos3250.dtsi | 2 +-
drivers/rtc/rtc-s3c.c | 869 ++++++++++++++--------
3 files changed, 553 insertions(+), 321 deletions(-)

--
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/