summaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtc: mcp795: fix time range difference between linux and RTC chip.Emil Bartczak2016-12-191-2/+2
* rtc: mcp795: fix bitmask value for leap year (LP).Emil Bartczak2016-12-191-1/+2
* rtc: mcp795: use bcd2bin/bin2bcd.Emil Bartczak2016-12-191-12/+13
* rtc: add support for EPSON TOYOCOM RTC-7301SF/DGAkinobu Mita2016-12-193-0/+465
* rtc: ds1307: Add ACPI supportTin Huynh2016-12-191-9/+43
* rtc: imxdi: (trivial) fix a typoMartin Kaiser2016-12-071-1/+1
* rtc: ds1374: Merge conditional + WARN_ON()Srikant Ritolia2016-12-071-3/+1
* rtc: twl: make driver DT onlyNicolae Rosia2016-11-302-5/+8
* rtc: twl: kill static variablesNicolae Rosia2016-11-301-76/+114
* rtc: fix typos in KconfigAlexandre Belloni2016-11-091-2/+2
* rtc: jz4740: make the driver builtin onlyAlexandre Belloni2016-11-092-13/+2
* rtc: jz4740: remove unused EXPORT_SYMBOLAlexandre Belloni2016-11-081-2/+1
* rtc: Enable compile testing for Maxim and Samsung driversKrzysztof Kozlowski2016-11-051-3/+4
* rtc: jz4740: Add support for acting as the system power controllerPaul Cercueil2016-11-051-0/+81
* rtc: jz4740: Add support for devicetreePaul Cercueil2016-11-041-1/+15
* rtc: jz4740: Add support for the RTC in the jz4780 SoCPaul Cercueil2016-11-042-5/+51
* rtc: sparc: make sun4v explicitly non-modularPaul Gortmaker2016-11-041-6/+4
* rtc: sparc: make starfire explicitly non-modularPaul Gortmaker2016-11-041-6/+4
* rtc: make rtc-lib explicitly non-modularPaul Gortmaker2016-11-041-3/+1
* rtc: pcf85063: do not register a RTC device if chip is not presentMirza Krak2016-11-041-0/+7
* rtc: cmos: don't refer to asm-generic/rtc.hChristoph Hellwig2016-10-192-5/+2
* rtc: cmos: Reject unsupported alarm valuesGabriele Mazzotta2016-10-191-0/+72
* Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-10-1432-780/+453
|\
| * rtc: rv8803: set VDETOFF and SWOFF via device treeOleksij Rempel2016-10-121-2/+48
| * rtc: cmos: avoid unused function warningArnd Bergmann2016-09-221-17/+4
| * rtc: ac100: Add NULL checking for devm_kzalloc callAxel Lin2016-09-221-0/+3
| * rtc: ds1347: changed raw spi calls to register map callsRaghavendra Ganiga2016-09-222-43/+54
| * rtc: cmos: Restore alarm after resumeGabriele Mazzotta2016-09-211-0/+23
| * rtc: cmos: Clear ACPI-driven alarms upon resumeGabriele Mazzotta2016-09-211-0/+47
| * rtc: omap: Support ext_wakeup configurationMarcin Niestroj2016-09-212-8/+163
| * rtc: cmos: Initialize hpet timer before irq is registeredPratyush Anand2016-09-201-1/+3
| * rtc: asm9260: rework lockingAlexandre Belloni2016-09-051-15/+5
| * rtc: asm9260: allow COMPILE_TESTAlexandre Belloni2016-09-051-1/+1
| * rtc: constify rtc_class_ops structuresJulia Lawall2016-09-0219-19/+19
| * rtc: ac100: support clock-output-names in device tree bindingChen-Yu Tsai2016-08-311-0/+2
| * rtc: rx6110: remove owner assignmentAlexandre Belloni2016-08-311-1/+0
| * rtc: pic32: Delete owner assignmentMarkus Elfring2016-08-311-1/+0
| * rtc: bq32k: Fix handling of oscillator failure flagJan Östlund2016-08-311-5/+9
| * rtc: bq32k: Use correct mask name for 'minutes' register.Jan Östlund2016-08-311-1/+1
| * rtc: sysfs: fix a cast removing the const attributeLABBE Corentin2016-08-311-2/+2
| * rtc: isl12057: remove driverAlexandre Belloni2016-08-313-654/+0
| * rtc: ds1307: add Intersil ISL12057 supportAlexandre Belloni2016-08-312-4/+10
| * rtc: ds1307: fix century bit supportAlexandre Belloni2016-08-312-5/+57
| * rtc: pcf2123: Add missing error code assignment before testChristophe JAILLET2016-08-311-2/+3
| |
| \
| \
| \
*---. | Merge branches 'ib-mfd-gpio-4.9', 'ib-mfd-gpio-regulator-4.9', 'ib-mfd-input-...Lee Jones2016-10-044-2/+641
|\ \ \|
| | | * rtc: ac100: Add clk output supportChen-Yu Tsai2016-08-081-0/+302
| | | * rtc: ac100: Add RTC driver for X-Powers AC100Chen-Yu Tsai2016-08-083-0/+336
| |_|/ |/| |
| | * rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808Wadim Egorov2016-08-311-2/+2
| |/ |/|
| * rtc: rtc-pm8xxx: Add support for pm8018 rtcNeil Armstrong2016-08-311-0/+1
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-0539-373/+835
|\