summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-12-20117-772/+558
|\
| * rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König2020-12-191-1/+2
| * rtc: fix RTC removalAlexandre Belloni2020-12-161-1/+0
| * rtc: s3c: Remove dead code related to periodic tick handlingMarek Szyprowski2020-12-031-224/+2
| * rtc: s3c: Disable all enable (RTC, tick) bits in the probeMarek Szyprowski2020-12-031-0/+4
| * rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_timeNikita Shubin2020-12-031-3/+3
| * rtc: test: remove debug messageAlexandre Belloni2020-12-031-1/+0
| * rtc: mxc{,_v2}: enable COMPILE_TESTAlexandre Belloni2020-12-031-2/+6
| * rtc: enable RTC framework on ARCH=umJohannes Berg2020-12-031-1/+3
| * rtc: pcf8523: use BITAlexandre Belloni2020-11-191-7/+7
| * rtc: pcf8523: set rangeAlexandre Belloni2020-11-191-11/+2
| * rtc: pcf8523: switch to devm_rtc_allocate_deviceAlexandre Belloni2020-11-191-3/+4
| * rtc: destroy mutex when releasing the deviceBartosz Golaszewski2020-11-191-0/+1
| * rtc: shrink devm_rtc_allocate_device()Bartosz Golaszewski2020-11-191-20/+9
| * rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-19110-120/+117
| * rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski2020-11-194-8/+8
| * rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-1927-30/+30
| * rtc: nvmem: remove nvram ABIAlexandre Belloni2020-11-1916-98/+1
| * rtc: omap: use devm_pinctrl_register()Bartosz Golaszewski2020-11-191-7/+2
| * rtc: sc27xx: Always read normal alarmAlexandre Belloni2020-11-191-36/+2
| * rtc: mxc: use of_device_get_match_dataAlexandre Belloni2020-11-171-3/+1
| * rtc: mxc: Convert the driver to DT-onlyFabio Estevam2020-11-171-20/+1
| * rtc: rx6110: add i2c supportClaudius Heine2020-11-172-32/+153
| * rtc: Kconfig: Fix typo in help message of rx 6110Claudius Heine2020-11-171-1/+1
| * rtc: ds1307: Drop of_match_ptr and CONFIG_OF protectionsAndy Shevchenko2020-11-171-4/+2
| * rtc: ds1307: Make use of device propertiesAndy Shevchenko2020-11-171-17/+21
| * rtc: ds1307: Remove non-valid ACPI IDsAndy Shevchenko2020-11-171-35/+1
| * rtc: at91rm9200: Add sam9x60 compatibleAlexandre Belloni2020-11-171-0/+3
| * rtc: at91rm9200: add correction supportAlexandre Belloni2020-11-171-4/+99
| * rtc: rv3032: fix nvram nvmem priv pointerAlexandre Belloni2020-11-151-1/+1
| * rtc: goldfish: Remove GOLDFISH dependencyJiaxun Yang2020-11-151-1/+0
| * rtc: snvs: Remove NULL pointer check before clk_*Xu Wang2020-11-141-43/+24
| * rtc: brcmstb-waketimer: Remove redundant null check before clk_disable_unprepareXu Wang2020-11-141-2/+1
| * rtc: pl031: fix resource leak in pl031_probeZheng Liang2020-11-141-2/+4
| * rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handlerTian Tao2020-11-141-2/+4
| * rtc: hym8563: enable wakeup when applicableGuillaume Tucker2020-11-141-2/+5
| * rtc: da9063: Simplify bool comparisonKaixu Xia2020-11-141-1/+1
| * rtc: sc27xx: Remove unnecessary conversion to boolKaixu Xia2020-11-141-1/+1
| * rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu2020-10-281-3/+5
| * rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter2020-10-271-8/+4
| * rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König2020-10-271-25/+31
* | ntp: Make the RTC sync offset less obscureThomas Gleixner2020-12-112-3/+8
* | ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner2020-12-112-62/+0
* | rtc: core: Make the sync offset default more realisticThomas Gleixner2020-12-111-1/+1
* | rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner2020-12-111-0/+3
* | rtc: mc146818: Reduce spinlock section in mc146818_set_time()Thomas Gleixner2020-12-111-4/+2
* | rtc: mc146818: Prevent reading garbageThomas Gleixner2020-12-111-25/+39
|/
* Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-10-2117-366/+1315
|\
| * rtc: r9701: set rangeAlexandre Belloni2020-10-191-5/+3
| * rtc: r9701: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-10-191-3/+3