[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1409216559-22402-1-git-send-email-cw00.choi@samsung.com>
Date: Thu, 28 Aug 2014 18:02:34 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: a.zummo@...ertech.it
Cc: kgene.kim@...sung.com, akpm@...ux-foundation.org,
kyungmin.park@...sung.com, rtc-linux@...glegroups.com,
linux-kernel@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
Chanwoo Choi <cw00.choi@...sung.com>
Subject: [PATCHv3 0/5] rtc: s3c: Refactoring s3c-rtc driver and support
Exynos3250 RTC
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 v2:
- Drop the checking statement of 'info->base' because it is un-needed
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 | 851 ++++++++++++++--------
3 files changed, 535 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists