aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mc13xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03rtc: rtc-mc13xxx: remove unnecessary platform_set_drvdata()Jingoo Han1-4/+0
2013-04-29rtc: rtc-mc13xxx: use devm_*() functionsJingoo Han1-8/+3
2013-04-29rtc: rtc-mc13xxx: use module_platform_driver_probe()Jingoo Han1-11/+1
2012-07-30rtc/mc13xxx: add support for the rtc in the mc34708 pmicUwe Kleine-König1-0/+2
2012-07-30rtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIASUwe Kleine-König1-2/+2
2012-01-10drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin1-1/+1
2011-11-02drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit.textUwe Kleine-König1-3/+3
2011-05-06rtc: mc13xxx: Don't call rtc_device_register while holding lockUwe Kleine-König1-2/+6
2011-04-14drivers/rtc/rtc-mc13xxx.c: fix unterminated platform_device_id tableAxel Lin1-0/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-7/+0
2010-10-29rtc: Add support for the rtc found in the MC13892 PMICUwe Kleine-König1-0/+437