aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1216.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-4/+2
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-3/+0
2015-06-25rtc: simplify use of devm_ioremap_resourceJulia Lawall1-3/+1
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-03drivers/rtc/rtc-ds1216.c: use module_platform_driver_probe()Fabio Porcedda1-12/+1
2013-07-03drivers/rtc/rtc-ds1216.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-ds1216: use devm_*() functionsJingoo Han1-35/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-01-06rtc: rtc-ds1216 fixesAlessandro Zummo1-16/+14
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-13/+13
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-07-17RTC driver for DS1216 chipsThomas Bogendoerfer1-0/+226