summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2017-01-10rtc: tps65910: use 'unsigned int' instead of 'unsigned' in argumentsVesa Jääskeläinen-1/+2
2017-01-10rtc: tps65910: Add RTC calibration supportVesa Jääskeläinen-0/+143
2017-01-04rtc: rx8010: change lock mechanismFabien Lahoudere-21/+3
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-4/+4
2016-12-25ktime: Get rid of the unionThomas Gleixner-4/+4
2016-12-18Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-159/+975
2016-12-19rtc: mcp795: Fix whitespace and indentation.Emil Bartczak-6/+6
2016-12-19rtc: mcp795: Prefer using the BIT() macro.Emil Bartczak-2/+2
2016-12-19rtc: mcp795: fix month write resetting date to 1.Emil Bartczak-5/+81
2016-12-19rtc: mcp795: fix time range difference between linux and RTC chip.Emil Bartczak-2/+2
2016-12-19rtc: mcp795: fix bitmask value for leap year (LP).Emil Bartczak-1/+2
2016-12-19rtc: mcp795: use bcd2bin/bin2bcd.Emil Bartczak-12/+13
2016-12-19rtc: add support for EPSON TOYOCOM RTC-7301SF/DGAkinobu Mita-0/+465
2016-12-19rtc: ds1307: Add ACPI supportTin Huynh-9/+43
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+7
2016-12-07rtc: imxdi: (trivial) fix a typoMartin Kaiser-1/+1
2016-12-07rtc: ds1374: Merge conditional + WARN_ON()Srikant Ritolia-3/+1
2016-11-30rtc: twl: make driver DT onlyNicolae Rosia-5/+8
2016-11-30rtc: twl: kill static variablesNicolae Rosia-76/+114
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu-0/+7
2016-11-09rtc: fix typos in KconfigAlexandre Belloni-2/+2
2016-11-09rtc: jz4740: make the driver builtin onlyAlexandre Belloni-13/+2
2016-11-08rtc: jz4740: remove unused EXPORT_SYMBOLAlexandre Belloni-2/+1
2016-11-05rtc: Enable compile testing for Maxim and Samsung driversKrzysztof Kozlowski-3/+4
2016-11-05rtc: jz4740: Add support for acting as the system power controllerPaul Cercueil-0/+81
2016-11-04rtc: jz4740: Add support for devicetreePaul Cercueil-1/+15
2016-11-04rtc: jz4740: Add support for the RTC in the jz4780 SoCPaul Cercueil-5/+51
2016-11-04rtc: sparc: make sun4v explicitly non-modularPaul Gortmaker-6/+4
2016-11-04rtc: sparc: make starfire explicitly non-modularPaul Gortmaker-6/+4
2016-11-04rtc: make rtc-lib explicitly non-modularPaul Gortmaker-3/+1
2016-11-04rtc: omap: prevent disabling of clock/module during suspendTero Kristo-6/+26
2016-11-04rtc: omap: Fix selecting external oscLokesh Vutla-2/+4
2016-11-04rtc: pcf85063: do not register a RTC device if chip is not presentMirza Krak-0/+7
2016-10-20rtc: cmos: Don't enable interrupts in the middle of the interrupt handlerVille Syrjälä-2/+3
2016-10-19rtc: cmos: don't refer to asm-generic/rtc.hChristoph Hellwig-5/+2
2016-10-19rtc: cmos: Reject unsupported alarm valuesGabriele Mazzotta-0/+72
2016-10-19rtc: cmos: remove all __exit_p annotationsLABBE Corentin-5/+5
2016-10-19rtc: asm9260: fix module autoloadJavier Martinez Canillas-0/+1
2016-10-14Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-780/+453
2016-10-12rtc: rv8803: set VDETOFF and SWOFF via device treeOleksij Rempel-2/+48
2016-10-04Merge branches 'ib-mfd-gpio-4.9', 'ib-mfd-gpio-regulator-4.9', 'ib-mfd-input-...Lee Jones-2/+641
2016-09-22rtc: cmos: avoid unused function warningArnd Bergmann-17/+4
2016-09-22rtc: ac100: Add NULL checking for devm_kzalloc callAxel Lin-0/+3
2016-09-22rtc: ds1347: changed raw spi calls to register map callsRaghavendra Ganiga-43/+54
2016-09-21rtc: cmos: Restore alarm after resumeGabriele Mazzotta-0/+23
2016-09-21rtc: cmos: Clear ACPI-driven alarms upon resumeGabriele Mazzotta-0/+47
2016-09-21rtc: omap: Support ext_wakeup configurationMarcin Niestroj-8/+163
2016-09-20rtc: cmos: Initialize hpet timer before irq is registeredPratyush Anand-1/+3
2016-09-05rtc: asm9260: rework lockingAlexandre Belloni-15/+5
2016-09-05rtc: asm9260: allow COMPILE_TESTAlexandre Belloni-1/+1