summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: nuvoton: Compatible with NCT3015Y-R and NCT3018Y-RMia Lin2024-01-181-6/+46
* rtc: da9063: Use dev_err_probe()Biju Das2024-01-181-25/+17
* rtc: da9063: Use device_get_match_data()Biju Das2024-01-181-5/+1
* rtc: da9063: Make IRQ as optionalBiju Das2024-01-181-18/+22
* rtc: max31335: Fix comparison in max31335_volatile_reg()Nathan Chancellor2024-01-181-1/+1
* rtc: max31335: use regmap_update_bits_checkAlexandre Belloni2024-01-181-7/+5
* rtc: max31335: remove unecessary lockingAlexandre Belloni2024-01-181-11/+3
* rtc: max31335: add driver supportAntoniu Miclaus2024-01-153-0/+721
* rtc: rv8803: add wakeup-source supportAlexandre Belloni2024-01-151-2/+5
* rtc: ac100: remove misuses of kernel-docRandy Dunlap2024-01-151-2/+2
* rtc: class: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-081-1/+1
* rtc: ma35d1: remove hardcoded UIE supportAlexandre Belloni2024-01-081-20/+0
* rtc: rv8803: Add power management supportStefan Eichenberger2024-01-081-0/+29
* rtc: ds3232: avoid unused-const-variable warningAkinobu Mita2024-01-081-2/+2
* rtc: lpc24xx: add missing dependencyAntoniu Miclaus2024-01-081-0/+1
* rtc: tps6594: Add driver for TPS6594 RTCEsteban Blanc2024-01-083-0/+467
* rtc: Add driver for Nuvoton ma35d1 rtc controllerJacky Huang2023-12-173-0/+336
* rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2023-12-172-2/+2
* rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-172-11/+32
* rtc: Adjust failure return code for cmos_set_alarm()Mario Limonciello2023-12-171-2/+2
* rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()Mario Limonciello2023-12-171-1/+1
* rtc: cmos: Use ACPI alarm for non-Intel x86 systems tooMario Limonciello2023-11-171-6/+12
* Merge tag 'rtc-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2023-11-0515-46/+396
|\
| * rtc: Add support for the SSD202D RTCRomain Perier2023-10-163-0/+261
| * rtc: at91rm9200: annotate at91_rtc_remove with __exit againAlexandre Belloni2023-10-161-1/+1
| * rtc: ep93xx: add DT support for Cirrus EP93xxNikita Shubin2023-10-151-0/+8
| * rtc: efi: fixed typo in efi_procfs()Maxim Korotkov2023-10-151-1/+1
| * rtc: omap: Use device_get_match_data()Rob Herring2023-10-151-5/+3
| * rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits callJavier Carrasco2023-10-151-1/+1
| * rtc: rtc7301: Support byte-addressed IOLinus Walleij2023-10-151-2/+33
| * rtc: sh: Convert to platform remove callback returning voidUwe Kleine-König2023-10-131-4/+2
| * rtc: pxa: Convert to platform remove callback returning voidUwe Kleine-König2023-10-131-3/+2
| * rtc: mv: Convert to platform remove callback returning voidUwe Kleine-König2023-10-131-4/+2
| * rtc: imxdi: Convert to platform remove callback returning voidUwe Kleine-König2023-10-131-4/+2
| * rtc: at91rm9200: Convert to platform remove callback returning voidUwe Kleine-König2023-10-131-4/+2
| * rtc: pcap: Drop no-op remove functionUwe Kleine-König2023-10-131-6/+0
| * rtc: sh: Mark driver struct with __refdata to prevent section mismatch warningUwe Kleine-König2023-10-131-1/+7
| * rtc: pxa: Mark driver struct with __refdata to prevent section mismatch warningUwe Kleine-König2023-10-131-1/+7
| * rtc: mv: Mark driver struct with __refdata to prevent section mismatch warningUwe Kleine-König2023-10-131-1/+7
| * rtc: imxdi: Mark driver struct with __refdata to prevent section mismatch war...Uwe Kleine-König2023-10-131-1/+7
| * rtc: at91rm9200: Mark driver struct with __refdata to prevent section mismatc...Uwe Kleine-König2023-10-131-1/+7
| * rtc: imxdi: Soften dependencies for improved compile coverageUwe Kleine-König2023-10-131-1/+1
| * rtc: brcmstb-waketimer: support level alarm_irqDoug Berger2023-10-021-5/+42
| * rtc: sh: silence warningAlexandre Belloni2023-10-011-1/+1
* | nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-211-0/+1
|/
* Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2023-09-0750-548/+1219
|\
| * rtc: wm8350: remove unnecessary messagesAlexandre Belloni2023-09-061-7/+2
| * rtc: twl: remove unnecessary messagesAlexandre Belloni2023-09-061-5/+1
| * rtc: sun6i: remove unnecessary messageAlexandre Belloni2023-09-061-2/+0
| * rtc: stop warning for invalid alarms when the alarm is disabledAlexandre Belloni2023-09-061-1/+1