summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-s3c.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rtc-s3c: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-041-7/+2Star
* drivers/rtc: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
* Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-021-2/+1Star
|\
| * rtc: s3c: make header file localArnd Bergmann2013-04-191-2/+1Star
* | drivers/rtc/rtc-s3c.c: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2013-04-301-2/+3
* | drivers/rtc/rtc-s3c.c: convert s3c_rtc to dev_pm_opsJingoo Han2013-04-301-13/+13
* | rtc: rtc-s3c: use devm_rtc_device_register()Jingoo Han2013-04-301-5/+1Star
|/
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-221-9/+9
|\
| * drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug()Jingoo Han2013-02-221-9/+9
* | rtc: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+3Star
|/
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat2012-12-181-3/+1Star
* drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera2012-12-181-37/+8Star
* drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera2012-12-181-4/+1Star
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe()Sachin Kamat2012-10-051-2/+2
* drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/*Sachin Kamat2012-07-311-2/+2
* drivers/rtc/rtc-s3c.c: fix compiler warningSachin Kamat2012-05-301-1/+1
* drivers/rtc/rtc-s3c.c: add placeholder for driver private dataTushar Behera2012-04-121-5/+18
* drivers/rtc/rtc-s3c.c: fix compilation errorTushar Behera2012-04-121-4/+4
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-13/+58
|\
| * rtc-s3c: add variants for S3C2443 and S3C2416Heiko Stuebner2012-02-071-4/+36
| * rtc-s3c: make room for more variants in devicetree blockHeiko Stuebner2012-02-071-9/+22
* | drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-241-2/+2
|/
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-111-15/+1Star
* rtc: rtc-s3c: Add device tree supportThomas Abraham2011-12-231-1/+20
* drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issuesJonghwan Choi2011-12-091-1/+1
* drivers/rtc/rtc-s3c.c: fix no occurrence of alarm interruptDonggeun Kim2011-09-151-0/+26
* drivers/rtc/rtc-s3c.c: allow multiple open / allow no-ioctl-open'ed rtc to ha...MyungJoo Ham2011-08-261-42/+25Star
* drivers/rtc/rtc-s3c.c: correct debug messagesMyungJoo Ham2011-08-261-6/+6
* Merge 'akpm' patch seriesLinus Torvalds2011-07-261-1/+26
|\
| * drivers/rtc/rtc-s3c.c: support clock gatingDonggeun Kim2011-07-261-1/+26
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-3/+2Star
|/
* drivers/rtc/rtc-s3c.c: fixup wake support for rtcBen Dooks2011-05-121-3/+10
* RTC: Fix s3c compile error due to missing s3c_rtc_setpieVasily Khoruzhick2011-03-301-2/+0Star
* RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz2011-03-091-1/+0Star
* RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-32/+0Star
* drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie()Axel Lin2011-03-051-5/+7
* rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime()Kukjin Kim2010-10-281-1/+1
* rtc: rtc-s3c: fix RTC initialization methodChanghwan Youn2010-10-281-5/+13
* rtc: rtc-s3c: Fix debug message format on RTCKukjin Kim2010-10-281-9/+9
* rtc: rtc-s3c: fix on support RTC AlarmChanghwan Youn2010-10-281-1/+2
* rtc: rtc-s3c: fix setting missing field of getalarmChanghwan Youn2010-10-281-6/+6
* rtc: rtc-s3c: fix access unit from byte to word on RTCCONChanghwan Youn2010-10-281-18/+21
* rtc: s3c: balance state changes of wakeup flagVladimir Zapolskiy2010-09-231-5/+8
* rtc: rtc-s3c: Add BCD register initialization codesTaekgyun Ko2010-08-051-0/+10
* rtc: rtc-s3c: Updates driver for S3C64XX and newer SoCsAtul Dahiya2010-08-051-2/+10
* rtc: rtc-s3c: Updates RTC driver for clock enabling supportAtul Dahiya2010-08-051-0/+22
* rtc: s3c: initialize s3c_rtc_cpu_type before using itMaurus Cuelenaere2010-06-051-2/+2
* rtc: s3c: initialize driver data before using itMaurus Cuelenaere2010-06-051-2/+3