aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds117-772/+558
2020-12-19rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König1-1/+2
2020-12-16rtc: fix RTC removalAlexandre Belloni1-1/+0
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner2-3/+8
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner2-62/+0
2020-12-11rtc: core: Make the sync offset default more realisticThomas Gleixner1-1/+1
2020-12-11rtc: cmos: Make rtc_cmos sync offset correctThomas Gleixner1-0/+3
2020-12-11rtc: mc146818: Reduce spinlock section in mc146818_set_time()Thomas Gleixner1-4/+2
2020-12-11rtc: mc146818: Prevent reading garbageThomas Gleixner1-25/+39
2020-12-03rtc: s3c: Remove dead code related to periodic tick handlingMarek Szyprowski1-224/+2
2020-12-03rtc: s3c: Disable all enable (RTC, tick) bits in the probeMarek Szyprowski1-0/+4
2020-12-03rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_timeNikita Shubin1-3/+3
2020-12-03rtc: test: remove debug messageAlexandre Belloni1-1/+0
2020-12-03rtc: mxc{,_v2}: enable COMPILE_TESTAlexandre Belloni1-2/+6
2020-12-03rtc: enable RTC framework on ARCH=umJohannes Berg1-1/+3
2020-11-19rtc: pcf8523: use BITAlexandre Belloni1-7/+7
2020-11-19rtc: pcf8523: set rangeAlexandre Belloni1-11/+2
2020-11-19rtc: pcf8523: switch to devm_rtc_allocate_deviceAlexandre Belloni1-3/+4
2020-11-19rtc: destroy mutex when releasing the deviceBartosz Golaszewski1-0/+1
2020-11-19rtc: shrink devm_rtc_allocate_device()Bartosz Golaszewski1-20/+9
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski110-120/+117
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski4-8/+8
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski27-30/+30
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni16-98/+1
2020-11-19rtc: omap: use devm_pinctrl_register()Bartosz Golaszewski1-7/+2
2020-11-19rtc: sc27xx: Always read normal alarmAlexandre Belloni1-36/+2
2020-11-17rtc: mxc: use of_device_get_match_dataAlexandre Belloni1-3/+1
2020-11-17rtc: mxc: Convert the driver to DT-onlyFabio Estevam1-20/+1
2020-11-17rtc: rx6110: add i2c supportClaudius Heine2-32/+153
2020-11-17rtc: Kconfig: Fix typo in help message of rx 6110Claudius Heine1-1/+1
2020-11-17rtc: ds1307: Drop of_match_ptr and CONFIG_OF protectionsAndy Shevchenko1-4/+2
2020-11-17rtc: ds1307: Make use of device propertiesAndy Shevchenko1-17/+21
2020-11-17rtc: ds1307: Remove non-valid ACPI IDsAndy Shevchenko1-35/+1
2020-11-17rtc: at91rm9200: Add sam9x60 compatibleAlexandre Belloni1-0/+3
2020-11-17rtc: at91rm9200: add correction supportAlexandre Belloni1-4/+99
2020-11-15rtc: rv3032: fix nvram nvmem priv pointerAlexandre Belloni1-1/+1
2020-11-15rtc: goldfish: Remove GOLDFISH dependencyJiaxun Yang1-1/+0
2020-11-14rtc: snvs: Remove NULL pointer check before clk_*Xu Wang1-43/+24
2020-11-14rtc: brcmstb-waketimer: Remove redundant null check before clk_disable_unprepareXu Wang1-2/+1
2020-11-14rtc: pl031: fix resource leak in pl031_probeZheng Liang1-2/+4
2020-11-14rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handlerTian Tao1-2/+4
2020-11-14rtc: hym8563: enable wakeup when applicableGuillaume Tucker1-2/+5
2020-11-14rtc: da9063: Simplify bool comparisonKaixu Xia1-1/+1
2020-11-14rtc: sc27xx: Remove unnecessary conversion to boolKaixu Xia1-1/+1
2020-10-28rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu1-3/+5
2020-10-27rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter1-8/+4
2020-10-27rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König1-25/+31
2020-10-21Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds17-366/+1315
2020-10-19rtc: r9701: set rangeAlexandre Belloni1-5/+3
2020-10-19rtc: r9701: convert to devm_rtc_allocate_deviceAlexandre Belloni1-3/+3