aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-ds1685.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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