summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1685.c
AgeCommit message (Expand)Author
2021-01-25rtc: ds1685: use rtc_lock/rtc_unlockAlexandre Belloni
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni
2020-09-15rtc: ds1685: Fix bank switching to avoid endless loopThomas Bogendoerfer
2019-11-27rtc: ds1685: fix build error with make W=1Alexandre Belloni
2019-11-27rtc: ds1685: remove set but unused variablesAlexandre Belloni
2019-10-16rtc: ds1685: add indirect access method and remove plat_read/plat_writeThomas Bogendoerfer
2019-10-14rtc: ds1685: use devm_platform_ioremap_resource helperThomas Bogendoerfer
2019-10-14rts: ds1685: remove not needed fields from private structThomas Bogendoerfer
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-16rtc: ds1685: use threaded interruptThomas Bogendoerfer
2019-04-16rtc: ds1685: remove dead codeThomas Bogendoerfer
2019-04-12rtc: ds1685: fix crash caused by referencing wrong device structThomas Bogendoerfer
2018-10-22rtc: ds1685: simplify getting .driver_dataWolfram Sang
2018-09-28rtc: ds1685: use rtc_add_groupAlexandre Belloni
2018-09-28rtc: ds1685: use generic nvmemAlexandre Belloni
2018-09-28rtc: ds1685: drop RTC_DS1685_PROC_REGSAlexandre Belloni
2018-06-20rtc: ds1685: remove sysfs access to control registersAlexandre Belloni
2018-06-20rtc: ds1685: remove improper datetime access ABIAlexandre Belloni
2018-05-31rtc: ds1685: Add rangeAlexandre Belloni
2018-05-31rtc: ds1685: fix possible race conditionAlexandre Belloni
2018-05-03rtc: simplify getting .drvdataWolfram Sang
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König
2016-06-04rtc: ds1685: correct day of month checkingHeinrich Schuchardt
2016-05-20rtc: ds1685: actually spin forever in poweroff pathJosh Poimboeuf
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2016-03-14rtc: ds1685: actually spin forever in poweroff error pathJosh Poimboeuf
2016-03-14rtc: ds1685: passing bogus values to irq_restoreDan Carpenter
2016-01-11rtc: ds1685: don't try to micromanage sysfs output sizeRasmus Villemoes
2016-01-11rtc: use %ph for short hex dumpsRasmus Villemoes
2015-09-05rtc: ds1685: Use module_platform_driverVaishali Thakkar
2015-04-17rtc: use more standard kernel logging stylesJoe Perches
2015-04-17drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard
2015-04-17drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard
2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Joshua Kinard
2015-02-28rtc: ds1685: remove superfluous checks for out-of-range u8 valuesGeert Uytterhoeven
2015-02-28rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build errorArnd Bergmann
2015-02-16rtc: add driver for DS1685 family of real time clocksJoshua Kinard