aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1685.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-16rtc: ds1685: use threaded interruptThomas Bogendoerfer1-116/+104
2019-04-16rtc: ds1685: remove dead codeThomas Bogendoerfer1-36/+0
2019-04-12rtc: ds1685: fix crash caused by referencing wrong device structThomas Bogendoerfer1-3/+3
2018-10-22rtc: ds1685: simplify getting .driver_dataWolfram Sang1-2/+1
2018-09-28rtc: ds1685: use rtc_add_groupAlexandre Belloni1-39/+1
2018-09-28rtc: ds1685: use generic nvmemAlexandre Belloni1-67/+25
2018-09-28rtc: ds1685: drop RTC_DS1685_PROC_REGSAlexandre Belloni1-61/+0
2018-06-20rtc: ds1685: remove sysfs access to control registersAlexandre Belloni1-369/+0
2018-06-20rtc: ds1685: remove improper datetime access ABIAlexandre Belloni1-221/+0
2018-05-31rtc: ds1685: Add rangeAlexandre Belloni1-0/+4
2018-05-31rtc: ds1685: fix possible race conditionAlexandre Belloni1-23/+18
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-14/+7
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-15/+4
2016-06-04rtc: ds1685: correct day of month checkingHeinrich Schuchardt1-5/+29
2016-05-20rtc: ds1685: actually spin forever in poweroff pathJosh Poimboeuf1-0/+1
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-3/+0
2016-03-14rtc: ds1685: actually spin forever in poweroff error pathJosh Poimboeuf1-0/+1
2016-03-14rtc: ds1685: passing bogus values to irq_restoreDan Carpenter1-4/+4
2016-01-11rtc: ds1685: don't try to micromanage sysfs output sizeRasmus Villemoes1-7/+5
2016-01-11rtc: use %ph for short hex dumpsRasmus Villemoes1-7/+5
2015-09-05rtc: ds1685: Use module_platform_driverVaishali Thakkar1-21/+1
2015-04-17rtc: use more standard kernel logging stylesJoe Perches1-1/+3
2015-04-17drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard1-2/+2
2015-04-17drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard1-1/+0
2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show,store}Joshua Kinard1-2/+2
2015-02-28rtc: ds1685: remove superfluous checks for out-of-range u8 valuesGeert Uytterhoeven1-6/+6
2015-02-28rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build errorArnd Bergmann1-2/+0
2015-02-16rtc: add driver for DS1685 family of real time clocksJoshua Kinard1-0/+2252