aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 39-373/+835
2016-07-28rtc: rv8803: Clear V1F when setting the timeGravatar Benoît Thébaudeau 1-1/+1
2016-07-28rtc: rv8803: Stop the clock while setting the timeGravatar Benoît Thébaudeau 1-1/+17
2016-07-28rtc: rv8803: Always apply the I²C workaroundGravatar Benoît Thébaudeau 1-66/+113
2016-07-28rtc: rv8803: Fix read day of weekGravatar Benoît Thébaudeau 1-1/+2
2016-07-28rtc: rv8803: Remove the check for valid timeGravatar Benoît Thébaudeau 1-1/+1
2016-07-28rtc: rv8803: Kconfig: Indicate rx8900 supportGravatar Benoît Thébaudeau 1-3/+3
2016-07-27rtc: asm9260: remove .owner field for driverGravatar Wei Yongjun 1-1/+0
2016-07-26rtc: at91sam9: Fix missing spin_lock_init()Gravatar Wei Yongjun 1-0/+1
2016-07-21rtc: m41t80: add suspend handlers for alarm IRQGravatar Stefan Christ 1-0/+25
2016-07-21rtc: m41t80: make it a real error messageGravatar Stefan Christ 1-1/+1
2016-07-19rtc: pcf85063: Add support for the PCF85063A deviceGravatar Chris DeBruin 1-9/+38
2016-07-19rtc: pcf85063: fix year rangeGravatar Alexandre Belloni 1-7/+5
2016-07-19rtc: hym8563: in .read_alarm set .tm_sec to 0 to signal minute accuracyGravatar Uwe Kleine-König 1-1/+1
2016-07-19rtc: explicitly set tm_sec = 0 for drivers with minute accurancyGravatar Uwe Kleine-König 5-0/+6
2016-07-19rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()Gravatar Alim Akhtar 1-0/+2
2016-07-19rtc: s3c: Remove unnecessary call to disable already disabled clockGravatar Alim Akhtar 1-2/+0
2016-07-19rtc: abx80x: use devm_add_action_or_reset()Gravatar Sudip Mukherjee 1-7/+5
2016-07-19rtc: m41t80: use devm_add_action_or_reset()Gravatar Sudip Mukherjee 1-3/+2
2016-07-11rtc: fix a typo and reduce three empty lines to oneGravatar Uwe Kleine-König 1-3/+1
2016-07-11rtc: s35390a: improve two comments in .set_alarmGravatar Uwe Kleine-König 1-2/+2
2016-07-11rtc: s35390a: improve irq handlingGravatar Uwe Kleine-König 1-17/+31
2016-07-11rtc: s35390a: implement reset routine as suggested by the referenceGravatar Uwe Kleine-König 1-10/+55
2016-07-11rtc: s35390a: fix reading out alarmGravatar Uwe Kleine-König 1-9/+31
2016-07-11rtc: sh: don't validate alarm time provided to .set_alarmGravatar Uwe Kleine-König 1-40/+1
2016-07-11rtc: sh: drop bogus assignment of tm_year in .read_alarmGravatar Uwe Kleine-König 1-1/+0
2016-07-11rtc: isl12057: let the rtc core interpret the partial alarmGravatar Uwe Kleine-König 1-32/+1
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 16-98/+5
2016-07-09rtc: ds1307: Fix relying on reset value for weekdayGravatar Keerthy 1-1/+27
2016-07-09rtc: v3020: move rtc-v3020.h to platform_dataGravatar Alexandre Belloni 1-1/+1
2016-07-08rtc: ds1286: move header to linux/rtcGravatar Alexandre Belloni 1-1/+1
2016-06-29powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgGravatar Suraj Jitindar Singh 1-2/+2
2016-06-27rtc: m48t86: move m48t86.h to platform_dataGravatar Alexandre Belloni 1-1/+1
2016-06-27rtc: ds2404: move rtc-ds2404.h to platform_dataGravatar Alexandre Belloni 1-1/+1
2016-06-26rtc: rv8803: broaden workaroundGravatar Alexandre Belloni 1-3/+3
2016-06-26rtc: move mc146818 helper functions out-of-lineGravatar Arnd Bergmann 3-0/+205
2016-06-26mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCGravatar Arnd Bergmann 2-2/+2
2016-06-06rtc: efi: Fail probing if RTC reads don't workGravatar Alexander Graf 1-0/+6
2016-06-04rtc: add support for Maxim max6916Gravatar Venkat Prashanth B U 3-0/+177
2016-06-04rtc: pcf2123: use sign_extend32() for sign extensionGravatar Martin Kepplinger 1-2/+2
2016-06-04rtc: ds1685: correct day of month checkingGravatar Heinrich Schuchardt 1-5/+29
2016-06-04rtc: interface: ignore expired timers when enqueuing new timersGravatar Colin Ian King 1-1/+15
2016-06-04rtc: generic: remove get_rtc_time/set_rtc_time wrappersGravatar Arnd Bergmann 1-34/+1
2016-06-04rtc: powerpc: provide rtc_class_ops directlyGravatar Arnd Bergmann 1-1/+1
2016-06-04rtc: m68k: provide rtc_class_ops directlyGravatar Arnd Bergmann 1-1/+1
2016-06-04rtc: parisc: provide rtc_class_ops directlyGravatar Arnd Bergmann 1-2/+1
2016-06-04rtc: sh: provide rtc_class_ops directlyGravatar Arnd Bergmann 1-1/+1
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hGravatar Arnd Bergmann 1-1/+1
2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hGravatar Arnd Bergmann 1-6/+6
2016-05-30rtc: initialize output parameter for read alarm to "uninitialized"Gravatar Uwe Kleine-König 1-1/+11