summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1685.c
Commit message (Expand)AuthorAgeFilesLines
* 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