summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: rv8803: broaden workaroundAlexandre Belloni2016-06-261-3/+3
* rtc: move mc146818 helper functions out-of-lineArnd Bergmann2016-06-263-0/+205
* mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCArnd Bergmann2016-06-262-2/+2
* rtc: efi: Fail probing if RTC reads don't workAlexander Graf2016-06-061-0/+6
* rtc: add support for Maxim max6916Venkat Prashanth B U2016-06-043-0/+177
* rtc: pcf2123: use sign_extend32() for sign extensionMartin Kepplinger2016-06-041-2/+2
* rtc: ds1685: correct day of month checkingHeinrich Schuchardt2016-06-041-5/+29
* rtc: interface: ignore expired timers when enqueuing new timersColin Ian King2016-06-041-1/+15
* rtc: generic: remove get_rtc_time/set_rtc_time wrappersArnd Bergmann2016-06-041-34/+1
* rtc: powerpc: provide rtc_class_ops directlyArnd Bergmann2016-06-041-1/+1
* rtc: m68k: provide rtc_class_ops directlyArnd Bergmann2016-06-041-1/+1
* rtc: parisc: provide rtc_class_ops directlyArnd Bergmann2016-06-041-2/+1
* rtc: sh: provide rtc_class_ops directlyArnd Bergmann2016-06-041-1/+1
* char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-041-1/+1
* rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann2016-06-041-6/+6
* rtc: initialize output parameter for read alarm to "uninitialized"Uwe Kleine-König2016-05-301-1/+11
* rtc: tps6586x: rename so module can be autoloadedNicolas Chauvet2016-05-211-1/+1
* rtc: rv3029: hide unused i2c device tableArnd Bergmann2016-05-211-7/+7
* rtc: rs5c372: r2025: fix check for 'oscillator halted' conditionThomas Koeller2016-05-211-2/+2
* rtc: rv3029: add alarm IRQMylène Josserand2016-05-211-21/+93
* rtc: rv3029: fix set_time functionMylène Josserand2016-05-211-1/+1
* rtc: rv3029: fix alarm supportMylène Josserand2016-05-211-7/+16
* rtc: rv3029: Remove some checks and warningsMylène Josserand2016-05-211-34/+34
* rtc: rv3029: Add support of RV3049Mylène Josserand2016-05-212-21/+124
* rtc: rv3029: convert to use regmapMylène Josserand2016-05-211-133/+142
* rtc: rv3029: remove 'i2c' in functions namesMylène Josserand2016-05-211-75/+57
* rtc: stmp3xxx: print message on errorSudip Mukherjee2016-05-201-1/+6
* rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-203-6/+6
* rtc: ds3232: fix call trace when rtc->ops_lock is used as NULLQianyu Gong2016-05-201-3/+6
* rtc: snvs: return error in case enable_irq_wake failsStefan Agner2016-05-201-1/+1
* rtc: zynqmp: Update seconds time programming logicAnurag Kumar Vulisha2016-05-201-6/+39
* rtc: mc13xxx: remove UIE signalingWolfram Sang2016-05-201-19/+0
* rtc: mxc: remove UIE signalingWolfram Sang2016-05-201-3/+0
* rtc: ds1307: Remove CLK_IS_ROOTStephen Boyd2016-05-201-2/+0
* rtc: hym8563: Remove CLK_IS_ROOTStephen Boyd2016-05-201-1/+1
* rtc: pcf8563: Remove CLK_IS_ROOTStephen Boyd2016-05-201-1/+1
* rtc: zynqmp: Write Calibration value before setting timeAnurag Kumar Vulisha2016-05-201-7/+14
* rtc: zynqmp: Enable RTC switching to battery power when VCC_PSAUX is N/AAnurag Kumar Vulisha2016-05-201-0/+8
* rtc: ds1685: actually spin forever in poweroff pathJosh Poimboeuf2016-05-201-0/+1
* rtc: da9053: fix access ordering error during RTC interrupt at system power onSteve Twiss2016-05-201-5/+8
* rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is e...Nicolas Boullis2016-05-201-5/+8
* rtc: ds1307: fix ds1307_native_smbus_read_block_data functionNicolas Boullis2016-05-201-2/+6
* rtc: ds1302: fix write value for day of week registerAkinobu Mita2016-05-201-1/+1
* rtc: ds1302: fix error check in set_timeAkinobu Mita2016-05-201-1/+1
* rtc: m41t80: handle oscillator failure bitMylène Josserand2016-05-201-2/+23
* rtc: m41t80: add wakealarm functionalityMylène Josserand2016-05-201-0/+2
* rtc: m41t80: add alarm functionalityMylène Josserand2016-05-201-13/+167
* rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand2016-05-201-11/+15
* rtc: m41t80: add the use of 'BIT' macroMylène Josserand2016-05-201-15/+15
* rtc: m41t80: replace i2c functions for smbus onesMylène Josserand2016-05-201-90/+44
OpenPOWER on IntegriCloud