aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1685.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffGravatar Christoph Hellwig 1-1/+1
2023-03-17rtc: ds1685: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2022-10-13rtc: ds1685: Fix spelling of function name in comment blockGravatar Colin Ian King 1-1/+1
2022-03-23rtc: ds1685: drop no_irqGravatar Alexandre Belloni 1-9/+5
2022-03-23rtc: ds1685: switch to RTC_FEATURE_UPDATE_INTERRUPTGravatar Alexandre Belloni 1-1/+1
2021-01-25rtc: ds1685: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-4/+2
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Gravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: nvmem: remove nvram ABIGravatar Alexandre Belloni 1-1/+0
2020-09-15rtc: ds1685: Fix bank switching to avoid endless loopGravatar Thomas Bogendoerfer 1-4/+4
2019-11-27rtc: ds1685: fix build error with make W=1Gravatar Alexandre Belloni 1-3/+3
2019-11-27rtc: ds1685: remove set but unused variablesGravatar Alexandre Belloni 1-4/+2
2019-10-16rtc: ds1685: add indirect access method and remove plat_read/plat_writeGravatar Thomas Bogendoerfer 1-26/+52
2019-10-14rtc: ds1685: use devm_platform_ioremap_resource helperGravatar Thomas Bogendoerfer 1-20/+3
2019-10-14rts: ds1685: remove not needed fields from private structGravatar Thomas Bogendoerfer 1-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-16rtc: ds1685: use threaded interruptGravatar Thomas Bogendoerfer 1-116/+104
2019-04-16rtc: ds1685: remove dead codeGravatar Thomas Bogendoerfer 1-36/+0
2019-04-12rtc: ds1685: fix crash caused by referencing wrong device structGravatar Thomas Bogendoerfer 1-3/+3
2018-10-22rtc: ds1685: simplify getting .driver_dataGravatar Wolfram Sang 1-2/+1
2018-09-28rtc: ds1685: use rtc_add_groupGravatar Alexandre Belloni 1-39/+1
2018-09-28rtc: ds1685: use generic nvmemGravatar Alexandre Belloni 1-67/+25
2018-09-28rtc: ds1685: drop RTC_DS1685_PROC_REGSGravatar Alexandre Belloni 1-61/+0
2018-06-20rtc: ds1685: remove sysfs access to control registersGravatar Alexandre Belloni 1-369/+0
2018-06-20rtc: ds1685: remove improper datetime access ABIGravatar Alexandre Belloni 1-221/+0
2018-05-31rtc: ds1685: Add rangeGravatar Alexandre Belloni 1-0/+4
2018-05-31rtc: ds1685: fix possible race conditionGravatar Alexandre Belloni 1-23/+18
2018-05-03rtc: simplify getting .drvdataGravatar Wolfram Sang 1-14/+7
2018-03-02rtc: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-15/+4
2016-06-04rtc: ds1685: correct day of month checkingGravatar Heinrich Schuchardt 1-5/+29
2016-05-20rtc: ds1685: actually spin forever in poweroff pathGravatar Josh Poimboeuf 1-0/+1
2016-05-20rtc: remove useless DRV_VERSIONGravatar Alexandre Belloni 1-3/+0
2016-03-14rtc: ds1685: actually spin forever in poweroff error pathGravatar Josh Poimboeuf 1-0/+1
2016-03-14rtc: ds1685: passing bogus values to irq_restoreGravatar Dan Carpenter 1-4/+4
2016-01-11rtc: ds1685: don't try to micromanage sysfs output sizeGravatar Rasmus Villemoes 1-7/+5
2016-01-11rtc: use %ph for short hex dumpsGravatar Rasmus Villemoes 1-7/+5
2015-09-05rtc: ds1685: Use module_platform_driverGravatar Vaishali Thakkar 1-21/+1
2015-04-17rtc: use more standard kernel logging stylesGravatar Joe Perches 1-1/+3
2015-04-17drivers/rtc/rtc-ds1685.c: fix sparse warningsGravatar Joshua Kinard 1-2/+2
2015-04-17drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverGravatar Joshua Kinard 1-1/+0
2015-02-28drivers/rtc/rtc-ds1685.c: fix conditional in ds1685_rtc_sysfs_time_regs_{show...Gravatar Joshua Kinard 1-2/+2
2015-02-28rtc: ds1685: remove superfluous checks for out-of-range u8 valuesGravatar Geert Uytterhoeven 1-6/+6
2015-02-28rtc: ds1685: fix ds1685_rtc_alarm_irq_enable build errorGravatar Arnd Bergmann 1-2/+0
2015-02-16rtc: add driver for DS1685 family of real time clocksGravatar Joshua Kinard 1-0/+2252