summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rtc: twl: add NVRAM supportLadislav Michl2023-08-281-0/+37
| * rtc: pcf85363: Allow to wake up system without IRQMike Looijmans2023-08-281-9/+21
| * rtc: m48t86: add DT support for m48t86Nikita Shubin2023-08-281-0/+8
| * rtc: pcf2127: remove useless checkAlexandre Belloni2023-08-271-9/+0
| * rtc: rzn1: Report maximum alarm limit to rtc coreGuenter Roeck2023-08-271-1/+2
| * rtc: ds1305: Report maximum alarm limit to rtc coreGuenter Roeck2023-08-271-2/+3
| * rtc: tps6586x: Report maximum alarm limit to rtc coreGuenter Roeck2023-08-271-0/+1
| * rtc: cmos: Report supported alarm limit to rtc infrastructureGuenter Roeck2023-08-271-0/+11
| * rtc: cros-ec: Detect and report supported alarm window sizeGuenter Roeck2023-08-271-15/+23
| * rtc: isl1208: Fix incorrect logic in isl1208_set_xtoscb()Biju Das2023-08-271-2/+1
| * rtc: tps65910: Remove redundant dev_warn() and do not check for 0 return afte...Ruan Jinjie2023-08-171-5/+2
| * rtc: omap: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie2023-08-171-4/+4
| * rtc: da9063: Mark the alarm IRQ as a wake IRQSamuel Holland2023-08-171-0/+7
| * rtc: pcf2127: remove unused function argumentHugo Villeneuve2023-08-171-6/+3
| * rtc: pcf2127: add error checking when disabling POR0Hugo Villeneuve2023-08-171-1/+3
| * rtc: pcf2127: fix error code in pcf2127_enable_ts()Dan Carpenter2023-08-171-1/+1
| * rtc: ds2404: Convert to GPIO descriptorsLinus Walleij2023-08-171-100/+69
| * rtc: stm32: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()Nathan Chancellor2023-08-171-1/+1
| * rtc: rs5c372: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-2/+1
| * rtc: jz4740: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-1/+1
| * rtc: rv8803: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-2/+1
| * rtc: ds1307: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-1/+1