summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1302.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-ds1302.c: handle write protectionSergey Yanovich2013-07-031-0/+7
* drivers/rtc/rtc-ds1302.c: remove empty functionSachin Kamat2013-07-031-6/+0
* rtc: rtc-ds1302: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-2/+0
* rtc: rtc-ds1302: use devm_rtc_device_register()Jingoo Han2013-04-291-4/+1
* rtc: rtc-ds1302: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* rtc: rtc-ds1302: add __exit annotationJingoo Han2013-04-291-2/+2
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* sh: mach-snapgear: Kill off machtype, consolidate board def.Paul Mundt2010-10-291-1/+1
* rtc-ds1302: add some abstraction for new platform supportMarc Zyngier2010-05-251-18/+67
* rtc: fix driver data issues in several rtc driversAlessandro Zummo2009-12-161-1/+0
* rtc: don't use __exit_p to wrap ds1302_rtc_removeUwe Kleine-König2009-11-251-1/+1
* rtc: rtc-ds1302: Kill off unused variables.Paul Mundt2009-08-201-3/+0
* rtc: rtc-ds1302 fixesAlessandro Zummo2009-08-201-51/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-10-201-1/+1
|\
| * sh: Migrate common board headers to mach-common/.Paul Mundt2008-10-201-1/+1
* | drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-14/+14
|/
* rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* rtc: ds1302 rtc supportPaul Mundt2008-02-061-0/+262