summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1302.c
AgeCommit message (Expand)Author
2021-09-25rtc: ds1302: Add SPI ID tableMark Brown
2019-11-15rtc: ds1302: Remove unused DRV_NAMENobuhiro Iwamatsu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377Thomas Gleixner
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2018-02-13rtc: ds1302: remove redundant initializations of pointer bpColin Ian King
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall
2016-05-20rtc: ds1302: fix write value for day of week registerAkinobu Mita
2016-05-20rtc: ds1302: fix error check in set_timeAkinobu Mita
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2016-05-20rtc: ds1302: rewrite using SPISergey Yanovich
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2013-07-03drivers/rtc/rtc-ds1302.c: handle write protectionSergey Yanovich
2013-07-03drivers/rtc/rtc-ds1302.c: remove empty functionSachin Kamat
2013-07-03rtc: rtc-ds1302: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-29rtc: rtc-ds1302: use devm_rtc_device_register()Jingoo Han
2013-04-29rtc: rtc-ds1302: use module_platform_driver_probe()Jingoo Han
2013-04-29rtc: rtc-ds1302: add __exit annotationJingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2010-10-29sh: mach-snapgear: Kill off machtype, consolidate board def.Paul Mundt
2010-05-25rtc-ds1302: add some abstraction for new platform supportMarc Zyngier
2009-12-16rtc: fix driver data issues in several rtc driversAlessandro Zummo
2009-11-25rtc: don't use __exit_p to wrap ds1302_rtc_removeUwe Kleine-König
2009-08-20rtc: rtc-ds1302: Kill off unused variables.Paul Mundt
2009-08-20rtc: rtc-ds1302 fixesAlessandro Zummo
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk
2008-10-20sh: Migrate common board headers to mach-common/.Paul Mundt
2008-04-28rtc: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-06rtc: ds1302 rtc supportPaul Mundt