| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: ds1307: fix regmap config | Heiner Kallweit | 2017-08-21 | 1 | -1/+0 |
* | Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2017-07-13 | 22 | -839/+1696 |
|\ |
|
| * | rtc: st-lpc: make it robust against y2038/2106 bug | Benjamin Gaignard | 2017-07-09 | 1 | -11/+8 |
| * | rtc: ds1307: remove ds1307_remove | Alexandre Belloni | 2017-07-07 | 1 | -6/+0 |
| * | rtc: ds1307: use generic nvmem | Alexandre Belloni | 2017-07-07 | 1 | -66/+22 |
| * | rtc: ds1307: switch to rtc_register_device | Alexandre Belloni | 2017-07-07 | 1 | -2/+7 |
| * | rtc: rv8803: remove rv8803_remove | Alexandre Belloni | 2017-07-07 | 1 | -6/+0 |
| * | rtc: rv8803: use generic nvmem support | Alexandre Belloni | 2017-07-07 | 1 | -31/+20 |
| * | rtc: rv8803: switch to rtc_register_device | Alexandre Belloni | 2017-07-07 | 1 | -6/+9 |
| * | rtc: add generic nvmem support | Alexandre Belloni | 2017-07-07 | 5 | -0/+134 |
| * | rtc: at91rm9200: remove race condition | Alexandre Belloni | 2017-07-07 | 1 | -6/+8 |
| * | rtc: introduce new registration method | Alexandre Belloni | 2017-07-07 | 1 | -0/+84 |
| * | rtc: class separate id allocation from registration | Alexandre Belloni | 2017-07-07 | 1 | -19/+25 |
| * | rtc: class separate device allocation from registration | Alexandre Belloni | 2017-07-07 | 1 | -26/+37 |
| * | rtc: stm32: add STM32H7 RTC support | Amelie Delaunay | 2017-07-06 | 1 | -17/+65 |
| * | rtc: ds1307: add ds1308 variant | Sean Nyekjaer | 2017-07-06 | 1 | -0/+12 |
| * | rtc: ds3232: add temperature support | Kirill Esipov | 2017-07-06 | 2 | -0/+127 |
| * | rtc: rtc-nuc900: fix loop timeout test | Dan Carpenter | 2017-07-06 | 1 | -1/+1 |
| * | rtc: gemini/ftrtc010: rename driver and symbols | Linus Walleij | 2017-07-06 | 3 | -51/+52 |
| * | rtc: gemini: Add optional clock handling | Linus Walleij | 2017-07-06 | 1 | -0/+28 |
| * | rtc: ds1307: factor out century bit handling | Heiner Kallweit | 2017-07-06 | 1 | -46/+27 |
| * | rtc: ds1307: use regmap_update_bits where applicable | Heiner Kallweit | 2017-07-05 | 1 | -62/+20 |
| * | rtc: brcmstb-waketimer: Add Broadcom STB wake-timer | Brian Norris | 2017-07-05 | 3 | -0/+342 |
| * | rtc: ds1307: Add support for Epson RX8130CE | Marek Vasut | 2017-06-24 | 1 | -0/+175 |
| * | rtc: s3c: Handle clock enable failures | Krzysztof Kozlowski | 2017-06-24 | 1 | -15/+57 |
| * | rtc: s3c: Handle clock prepare failures in probe | Krzysztof Kozlowski | 2017-06-24 | 1 | -2/+6 |
| * | rtc: s3c: Do not remove const from rodata memory | Krzysztof Kozlowski | 2017-06-24 | 1 | -3/+3 |
| * | rtc: s3c: Drop unneeded cast to void pointer | Krzysztof Kozlowski | 2017-06-24 | 1 | -5/+5 |
| * | rtc: s3c: Minor white-space cleanups | Krzysztof Kozlowski | 2017-06-24 | 1 | -24/+23 |
| * | rtc: s3c: Jump to central exit point on getting src clock error | Krzysztof Kozlowski | 2017-06-24 | 1 | -2/+2 |
| * | rtc: mxc: remove unused variable | Diaz de Grenu, Jose | 2017-06-24 | 1 | -11/+0 |
| * | rtc: opal: Implement rtc_class_ops.alarm_irq_enable callback | Vaibhav Jain | 2017-06-24 | 1 | -1/+21 |
| * | rtc: remove rtc_device.name | Alexandre Belloni | 2017-06-03 | 1 | -4/+3 |
| * | rtc: ds1307: avoid using rtc-name | Alexandre Belloni | 2017-06-03 | 1 | -1/+1 |
| * | rtc: pcf8563: avoid using rtc->name | Alexandre Belloni | 2017-06-03 | 1 | -1/+1 |
| * | rtc: dev: remove rtc->name from debug message | Alexandre Belloni | 2017-06-03 | 1 | -1/+1 |
| * | rtc: sysfs: make name uniform | Alexandre Belloni | 2017-06-03 | 1 | -1/+2 |
| * | rtc: interface: Validate alarm-time before handling rollover | Vaibhav Jain | 2017-05-31 | 1 | -1/+8 |
| * | rtc: opal: Handle disabled TPO in opal_get_tpo_time() | Vaibhav Jain | 2017-05-31 | 1 | -0/+10 |
| * | rtc: m41t80: add clock provider support | Gary Bisson | 2017-05-31 | 1 | -0/+172 |
| * | rtc: m41t80: remove sqw sysfs entry | Gary Bisson | 2017-05-31 | 1 | -88/+0 |
| * | rtc: m41t80: fix SQW dividers override when setting a date | Gary Bisson | 2017-05-31 | 1 | -0/+12 |
| * | rtc: m41t80: fix SQWE override when setting an alarm | Gary Bisson | 2017-05-31 | 1 | -0/+3 |
| * | rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQ | David Lowe | 2017-05-31 | 1 | -1/+2 |
| * | rtc: ds1307: convert driver to regmap | Heiner Kallweit | 2017-05-26 | 1 | -382/+221 |
* | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 2017-06-20 | 1 | -1/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 2017-05-22 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | RTC: rtc-cmos: Fix wakeup from suspend-to-idle | Rafael J. Wysocki | 2017-05-14 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'rtc-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2017-05-10 | 23 | -46/+672 |
|\ \ |
|
| * | | rtc: gemini: add return value validation | Pan Bian | 2017-05-05 | 1 | -0/+2 |