summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * rtc: ds1511: use generic nvmemAlexandre Belloni2017-10-131-36/+22Star
| * rtc: ds1511: allow waking platformAlexandre Belloni2017-10-131-9/+1Star
| * rtc: ds1511: switch to rtc_register_deviceAlexandre Belloni2017-10-131-2/+7
| * rtc: abx80x: solve race conditionAlexandre Belloni2017-10-131-5/+5
| * rtc: abx80x: switch to rtc_register_deviceAlexandre Belloni2017-10-131-3/+7
| * rtc: m48t86: use generic nvmemAlexandre Belloni2017-10-131-25/+23Star
| * rtc: m48t86: switch to rtc_register_deviceAlexandre Belloni2017-10-131-2/+8
| * rtc: ds1305: use generic nvmemAlexandre Belloni2017-10-131-38/+21Star
| * rtc: ds1305: switch to rtc_register_deviceAlexandre Belloni2017-10-131-3/+8
| * rtc: pl031: make interrupt optionalRussell King2017-10-121-6/+8
| * rtc: pl031: avoid exposing alarm if no interruptRussell King2017-10-121-3/+12
| * rtc: pl031: use devm_* for allocating memory and mapping resourceRussell King2017-10-121-11/+6Star
| * rtc: pl031: constify amba_idsRussell King2017-10-121-1/+1
| * rtc: rv3029: Clean up error handling in rv3029_eeprom_write()Dan Carpenter2017-10-121-8/+8
| * rtc: jz4740: fix loading of rtc driverMathieu Malaterre2017-10-121-2/+2
| * rtc: jz4740: remove duplicate 'write' in messageMathieu Malaterre2017-10-121-1/+1
| * rtc: ds1307: improve weekday handlingHeiner Kallweit2017-10-121-26/+26
| * rtc: set the alarm to the next expiring timerAlexandre Belloni2017-09-281-1/+1
| * rtc: rv3029: fix vendor stringAlexandre Belloni2017-09-261-0/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-142-15/+41
|\ \
| * | rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe2017-10-302-15/+41
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-09-1319-475/+908
|\
| * rtc: ds1307: use octal permissionsAlexandre Belloni2017-09-051-1/+1
| * rtc: ds1307: fix bracesAlexandre Belloni2017-09-051-3/+3
| * rtc: ds1307: fix alignments and blank linesAlexandre Belloni2017-09-051-11/+10Star
| * rtc: ds1307: use BITAlexandre Belloni2017-09-051-9/+9
| * rtc: ds1307: use u32Alexandre Belloni2017-09-051-4/+4
| * rtc: ds1307: use sizeofAlexandre Belloni2017-09-051-8/+16
| * rtc: ds1307: remove regs memberAlexandre Belloni2017-09-051-100/+107
| * rtc: Add Realtek RTD1295Andreas Färber2017-09-053-0/+251
| * rtc: sun6i: Add support for the external oscillator gateMaxime Ripard2017-09-011-3/+21
| * rtc: goldfish: Add RTC driver for Android emulatorMiodrag Dinic2017-09-013-0/+246
| * rtc: ds1307: add basic support for ds1341 chipNikita Yushchenko2017-09-012-5/+17
| * rtc: ds1307: remove member nvram_offset from struct ds1307Heiner Kallweit2017-09-011-4/+4
| * rtc: ds1307: factor out offset to struct chip_descHeiner Kallweit2017-09-011-11/+7Star
| * rtc: ds1307: factor out rtc_ops to struct chip_descHeiner Kallweit2017-09-011-23/+28
| * rtc: ds1307: factor out irq_handler to struct chip_descHeiner Kallweit2017-09-011-8/+7Star
| * rtc: ds1307: improve irq setupHeiner Kallweit2017-09-011-17/+10Star
| * rtc: ds1307: constify struct chip_desc variablesHeiner Kallweit2017-09-011-3/+3
| * rtc: ds1307: improve trickle charger initializationHeiner Kallweit2017-09-011-17/+16Star
| * rtc: ds1307: factor out bbsqi bit to struct chip_descHeiner Kallweit2017-09-011-7/+4Star
| * rtc: ds1307: remove member irq from struct ds1307Heiner Kallweit2017-09-011-7/+5Star
| * rtc: rk808: Name RK805 in Kconfig for RTC_DRV_RK808Elaine Zhang2017-09-011-2/+2
| * rtc: constify i2c_device_idArvind Yadav2017-09-014-4/+4
| * rtc: remove .open() and .release()Alexandre Belloni2017-08-241-16/+4Star
| * rtc: mxc: avoid disabling interrupts on device closeAlexandre Belloni2017-08-241-21/+0Star
| * rtc: vr41xx: make alarms usefulAlexandre Belloni2017-08-241-18/+0Star
| * rtc: sa1100: make alarms usefulAlexandre Belloni2017-08-241-41/+22Star
| * rtc: sa1100: fix unbalanced clk_prepare_enable/clk_disable_unprepareAlexandre Belloni2017-08-241-3/+1Star