summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * rtc: pxa: fix possible race conditionAlexandre Belloni2017-08-241-1/+3
| * rtc: m41t80: remove debug sysfs attributeAlexandre Belloni2017-08-241-44/+0
| * rtc: m41t80: enable wakealarm when "wakeup-source" is specifiedEric Cooper2017-08-241-6/+17
| * rtc: puv3: make alarms usefulAlexandre Belloni2017-08-221-42/+14
| * rtc: puv3: switch to devm_rtc_allocate_device()/rtc_register_device()Alexandre Belloni2017-08-221-9/+7
| * rtc: max8925: remove redundant check on retColin Ian King2017-07-311-2/+0
| * rtc: sun6i: ensure clk_data is kfree'd on errorColin Ian King2017-07-311-2/+6
| * rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()Alexey Klimov2017-07-311-1/+1
| * rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" propertyHeiner Kallweit2017-07-311-7/+1
| * rtc: s35390a: implement ioctlsFabien Lahoudere2017-07-311-1/+31
| * rtc: s35390a: handle invalid RTC timeFabien Lahoudere2017-07-311-30/+42
| |
| \
| \
| \
*---. \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-053-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| | | * mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-041-1/+1
| | |/ | |/|
| | * mfd: dm355evm_msp: Move header file out of I2C realmWolfram Sang2017-08-151-1/+1
| |/ |/|
| * rtc: ds1307: fix regmap configHeiner Kallweit2017-08-211-1/+0
|/
* Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-07-1322-839/+1696
|\
| * rtc: st-lpc: make it robust against y2038/2106 bugBenjamin Gaignard2017-07-091-11/+8
| * 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-075-0/+134
| * rtc: at91rm9200: remove race conditionAlexandre Belloni2017-07-071-6/+8
| * rtc: introduce new registration methodAlexandre Belloni2017-07-071-0/+84
| * 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
| * 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-063-51/+52
| * 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
| * 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-031-4/+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