summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools: timer: add rtctest_setdateBenjamin Gaignard2017-07-092-1/+87
* rtc: ds1307: remove ds1307_removeAlexandre Belloni2017-07-071-6/+0
* rtc: ds1307: use generic nvmemAlexandre Belloni2017-07-071-66/+22
* rtc: ds1307: switch to rtc_register_deviceAlexandre Belloni2017-07-071-2/+7
* rtc: rv8803: remove rv8803_removeAlexandre Belloni2017-07-071-6/+0
* rtc: rv8803: use generic nvmem supportAlexandre Belloni2017-07-071-31/+20
* rtc: rv8803: switch to rtc_register_deviceAlexandre Belloni2017-07-071-6/+9
* rtc: add generic nvmem supportAlexandre Belloni2017-07-077-0/+143
* rtc: at91rm9200: remove race conditionAlexandre Belloni2017-07-071-6/+8
* rtc: introduce new registration methodAlexandre Belloni2017-07-072-0/+91
* rtc: class separate id allocation from registrationAlexandre Belloni2017-07-071-19/+25
* rtc: class separate device allocation from registrationAlexandre Belloni2017-07-071-26/+37
* rtc: stm32: add STM32H7 RTC supportAmelie Delaunay2017-07-061-17/+65
* dt-bindings: rtc: stm32: add support for STM32H7Amelie Delaunay2017-07-061-5/+27
* rtc: ds1307: add ds1308 variantSean Nyekjaer2017-07-061-0/+12
* rtc: ds3232: add temperature supportKirill Esipov2017-07-062-0/+127
* rtc: rtc-nuc900: fix loop timeout testDan Carpenter2017-07-061-1/+1
* rtc: gemini/ftrtc010: rename driver and symbolsLinus Walleij2017-07-064-52/+53
* rtc: gemini: Augment DT bindings for FaradayLinus Walleij2017-07-062-14/+28
* rtc: gemini: Add optional clock handlingLinus Walleij2017-07-061-0/+28
* rtc: ds1307: factor out century bit handlingHeiner Kallweit2017-07-061-46/+27
* rtc: ds1307: use regmap_update_bits where applicableHeiner Kallweit2017-07-051-62/+20
* rtc: brcmstb-waketimer: Add Broadcom STB wake-timerBrian Norris2017-07-053-0/+342
* dt-bindings: Document the Broadcom STB wake-up timer nodeFlorian Fainelli2017-06-261-0/+22
* rtc: ds1307: Add support for Epson RX8130CEMarek Vasut2017-06-241-0/+175
* rtc: s3c: Handle clock enable failuresKrzysztof Kozlowski2017-06-241-15/+57
* rtc: s3c: Handle clock prepare failures in probeKrzysztof Kozlowski2017-06-241-2/+6
* rtc: s3c: Do not remove const from rodata memoryKrzysztof Kozlowski2017-06-241-3/+3
* rtc: s3c: Drop unneeded cast to void pointerKrzysztof Kozlowski2017-06-241-5/+5
* rtc: s3c: Minor white-space cleanupsKrzysztof Kozlowski2017-06-241-24/+23
* rtc: s3c: Jump to central exit point on getting src clock errorKrzysztof Kozlowski2017-06-241-2/+2
* rtc: mxc: remove unused variableDiaz de Grenu, Jose2017-06-241-11/+0
* rtc: opal: Implement rtc_class_ops.alarm_irq_enable callbackVaibhav Jain2017-06-241-1/+21
* rtc: remove rtc_device.nameAlexandre Belloni2017-06-032-5/+3
* rtc: ds1307: avoid using rtc-nameAlexandre Belloni2017-06-031-1/+1
* rtc: pcf8563: avoid using rtc->nameAlexandre Belloni2017-06-031-1/+1
* rtc: dev: remove rtc->name from debug messageAlexandre Belloni2017-06-031-1/+1
* rtc: sysfs: make name uniformAlexandre Belloni2017-06-031-1/+2
* rtc.txt: standardize document formatMauro Carvalho Chehab2017-05-311-21/+23
* rtc: interface: Validate alarm-time before handling rolloverVaibhav Jain2017-05-311-1/+8
* rtc: opal: Handle disabled TPO in opal_get_tpo_time()Vaibhav Jain2017-05-311-0/+10
* rtc: m41t80: add clock provider supportGary Bisson2017-05-311-0/+172
* rtc: m41t80: remove sqw sysfs entryGary Bisson2017-05-311-88/+0
* rtc: m41t80: fix SQW dividers override when setting a dateGary Bisson2017-05-311-0/+12
* rtc: m41t80: fix SQWE override when setting an alarmGary Bisson2017-05-311-0/+3
* rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQDavid Lowe2017-05-311-1/+2
* rtc: ds1307: convert driver to regmapHeiner Kallweit2017-05-261-382/+221
* Linux 4.12-rc1v4.12-rc1Linus Torvalds2017-05-131-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-135-7/+445
|\
| * Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann2017-05-111-1/+1