aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1302.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner1-4/+1
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-2/+1
2018-02-13rtc: ds1302: remove redundant initializations of pointer bpColin Ian King1-2/+2
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall1-1/+1
2016-05-20rtc: ds1302: fix write value for day of week registerAkinobu Mita1-1/+1
2016-05-20rtc: ds1302: fix error check in set_timeAkinobu Mita1-1/+1
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-2/+0
2016-05-20rtc: ds1302: rewrite using SPISergey Yanovich1-191/+157
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-03drivers/rtc/rtc-ds1302.c: handle write protectionSergey Yanovich1-0/+7
2013-07-03drivers/rtc/rtc-ds1302.c: remove empty functionSachin Kamat1-6/+0
2013-07-03rtc: rtc-ds1302: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-29rtc: rtc-ds1302: use devm_rtc_device_register()Jingoo Han1-4/+1
2013-04-29rtc: rtc-ds1302: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-29rtc: rtc-ds1302: add __exit annotationJingoo Han1-2/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2010-10-29sh: mach-snapgear: Kill off machtype, consolidate board def.Paul Mundt1-1/+1
2010-05-25rtc-ds1302: add some abstraction for new platform supportMarc Zyngier1-18/+67
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo1-1/+0
2009-11-25rtc: don't use __exit_p to wrap ds1302_rtc_removeUwe Kleine-König1-1/+1
2009-08-20rtc: rtc-ds1302: Kill off unused variables.Paul Mundt1-3/+0
2009-08-20rtc: rtc-ds1302 fixesAlessandro Zummo1-51/+15
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-14/+14
2008-10-20sh: Migrate common board headers to mach-common/.Paul Mundt1-1/+1
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-06rtc: ds1302 rtc supportPaul Mundt1-0/+262