Age | Commit message (Expand) | Author | Files | Lines |
2020-12-20 | Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 117 | -772/+558 |
2020-12-19 | rtc: pcf2127: only use watchdog when explicitly available | Uwe Kleine-König | 1 | -1/+2 |
2020-12-16 | rtc: fix RTC removal | Alexandre Belloni | 1 | -1/+0 |
2020-12-11 | ntp: Make the RTC sync offset less obscure | Thomas Gleixner | 2 | -3/+8 |
2020-12-11 | ntp, rtc: Move rtc_set_ntp_time() to ntp code | Thomas Gleixner | 2 | -62/+0 |
2020-12-11 | rtc: core: Make the sync offset default more realistic | Thomas Gleixner | 1 | -1/+1 |
2020-12-11 | rtc: cmos: Make rtc_cmos sync offset correct | Thomas Gleixner | 1 | -0/+3 |
2020-12-11 | rtc: mc146818: Reduce spinlock section in mc146818_set_time() | Thomas Gleixner | 1 | -4/+2 |
2020-12-11 | rtc: mc146818: Prevent reading garbage | Thomas Gleixner | 1 | -25/+39 |
2020-12-04 | rtc: s3c: Remove dead code related to periodic tick handling | Marek Szyprowski | 1 | -224/+2 |
2020-12-04 | rtc: s3c: Disable all enable (RTC, tick) bits in the probe | Marek Szyprowski | 1 | -0/+4 |
2020-12-04 | rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time | Nikita Shubin | 1 | -3/+3 |
2020-12-04 | rtc: test: remove debug message | Alexandre Belloni | 1 | -1/+0 |
2020-12-04 | rtc: mxc{,_v2}: enable COMPILE_TEST | Alexandre Belloni | 1 | -2/+6 |
2020-12-04 | rtc: enable RTC framework on ARCH=um | Johannes Berg | 1 | -1/+3 |
2020-11-19 | rtc: pcf8523: use BIT | Alexandre Belloni | 1 | -7/+7 |
2020-11-19 | rtc: pcf8523: set range | Alexandre Belloni | 1 | -11/+2 |
2020-11-19 | rtc: pcf8523: switch to devm_rtc_allocate_device | Alexandre Belloni | 1 | -3/+4 |
2020-11-19 | rtc: destroy mutex when releasing the device | Bartosz Golaszewski | 1 | -0/+1 |
2020-11-19 | rtc: shrink devm_rtc_allocate_device() | Bartosz Golaszewski | 1 | -20/+9 |
2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 110 | -120/+117 |
2020-11-19 | rtc: nvmem: emit an error message when nvmem registration fails | Bartosz Golaszewski | 4 | -8/+8 |
2020-11-19 | rtc: add devm_ prefix to rtc_nvmem_register() | Bartosz Golaszewski | 27 | -30/+30 |
2020-11-19 | rtc: nvmem: remove nvram ABI | Alexandre Belloni | 16 | -98/+1 |
2020-11-19 | rtc: omap: use devm_pinctrl_register() | Bartosz Golaszewski | 1 | -7/+2 |
2020-11-19 | rtc: sc27xx: Always read normal alarm | Alexandre Belloni | 1 | -36/+2 |
2020-11-17 | rtc: mxc: use of_device_get_match_data | Alexandre Belloni | 1 | -3/+1 |
2020-11-17 | rtc: mxc: Convert the driver to DT-only | Fabio Estevam | 1 | -20/+1 |
2020-11-17 | rtc: rx6110: add i2c support | Claudius Heine | 2 | -32/+153 |
2020-11-17 | rtc: Kconfig: Fix typo in help message of rx 6110 | Claudius Heine | 1 | -1/+1 |
2020-11-17 | rtc: ds1307: Drop of_match_ptr and CONFIG_OF protections | Andy Shevchenko | 1 | -4/+2 |
2020-11-17 | rtc: ds1307: Make use of device properties | Andy Shevchenko | 1 | -17/+21 |
2020-11-17 | rtc: ds1307: Remove non-valid ACPI IDs | Andy Shevchenko | 1 | -35/+1 |
2020-11-17 | rtc: at91rm9200: Add sam9x60 compatible | Alexandre Belloni | 1 | -0/+3 |
2020-11-17 | rtc: at91rm9200: add correction support | Alexandre Belloni | 1 | -4/+99 |
2020-11-15 | rtc: rv3032: fix nvram nvmem priv pointer | Alexandre Belloni | 1 | -1/+1 |
2020-11-15 | rtc: goldfish: Remove GOLDFISH dependency | Jiaxun Yang | 1 | -1/+0 |
2020-11-15 | rtc: snvs: Remove NULL pointer check before clk_* | Xu Wang | 1 | -43/+24 |
2020-11-15 | rtc: brcmstb-waketimer: Remove redundant null check before clk_disable_unprepare | Xu Wang | 1 | -2/+1 |
2020-11-15 | rtc: pl031: fix resource leak in pl031_probe | Zheng Liang | 1 | -2/+4 |
2020-11-15 | rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handler | Tian Tao | 1 | -2/+4 |
2020-11-15 | rtc: hym8563: enable wakeup when applicable | Guillaume Tucker | 1 | -2/+5 |
2020-11-15 | rtc: da9063: Simplify bool comparison | Kaixu Xia | 1 | -1/+1 |
2020-11-15 | rtc: sc27xx: Remove unnecessary conversion to bool | Kaixu Xia | 1 | -1/+1 |
2020-10-28 | rtc: sun6i: Fix memleak in sun6i_rtc_clk_init | Dinghao Liu | 1 | -3/+5 |
2020-10-27 | rtc: pcf2127: fix pcf2127_nvmem_read/write() returns | Dan Carpenter | 1 | -8/+4 |
2020-10-27 | rtc: pcf2127: move watchdog initialisation to a separate function | Uwe Kleine-König | 1 | -25/+31 |
2020-10-21 | Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 17 | -366/+1315 |
2020-10-19 | rtc: r9701: set range | Alexandre Belloni | 1 | -5/+3 |
2020-10-19 | rtc: r9701: convert to devm_rtc_allocate_device | Alexandre Belloni | 1 | -3/+3 |