summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1685.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: ds1685: use threaded interruptThomas Bogendoerfer2019-04-161-116/+104
* rtc: ds1685: remove dead codeThomas Bogendoerfer2019-04-161-36/+0
* rtc: ds1685: fix crash caused by referencing wrong device structThomas Bogendoerfer2019-04-121-3/+3
* rtc: ds1685: simplify getting .driver_dataWolfram Sang2018-10-221-2/+1
* rtc: ds1685: use rtc_add_groupAlexandre Belloni2018-09-281-39/+1
* rtc: ds1685: use generic nvmemAlexandre Belloni2018-09-281-67/+25
* rtc: ds1685: drop RTC_DS1685_PROC_REGSAlexandre Belloni2018-09-281-61/+0
* rtc: ds1685: remove sysfs access to control registersAlexandre Belloni2018-06-201-369/+0
* rtc: ds1685: remove improper datetime access ABIAlexandre Belloni2018-06-201-221/+0
* rtc: ds1685: Add rangeAlexandre Belloni2018-05-311-0/+4
* rtc: ds1685: fix possible race conditionAlexandre Belloni2018-05-311-23/+18
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-14/+7
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-15/+4
* rtc: ds1685: correct day of month checkingHeinrich Schuchardt2016-06-041-5/+29
* rtc: ds1685: actually spin forever in poweroff pathJosh Poimboeuf2016-05-201-0/+1
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-3/+0
* rtc: ds1685: actually spin forever in poweroff error pathJosh Poimboeuf2016-03-141-0/+1
* rtc: ds1685: passing bogus values to irq_restoreDan Carpenter2016-03-141-4/+4
* rtc: ds1685: don't try to micromanage sysfs output sizeRasmus Villemoes2016-01-111-7/+5
* rtc: use %ph for short hex dumpsRasmus Villemoes2016-01-111-7/+5
* rtc: ds1685: Use module_platform_driverVaishali Thakkar2015-09-051-21/+1
* rtc: use more standard kernel logging stylesJoe Perches2015-04-171-1/+3
* drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard2015-04-171-2/+2
* drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard2015-04-171-1/+0
* drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Joshua Kinard2015-02-281-2/+2
* rtc: ds1685: remove superfluous checks for out-of-range u8 valuesGeert Uytterhoeven2015-02-281-6/+6
* rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build errorArnd Bergmann2015-02-281-2/+0
* rtc: add driver for DS1685 family of real time clocksJoshua Kinard2015-02-161-0/+2252