summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rtc: isl12022: implement support for the #clock-cells DT propertyRasmus Villemoes2023-08-161-0/+44
| * rtc: isl12022: trigger battery level detection during probeRasmus Villemoes2023-08-161-0/+10
| * rtc: isl12022: implement RTC_VL_READ ioctlRasmus Villemoes2023-08-161-0/+27
| * rtc: isl12022: add support for trip level DT bindingRasmus Villemoes2023-08-161-0/+39
| * rtc: isl12022: remove wrong warning for low battery levelRasmus Villemoes2023-08-161-6/+0
| * rtc: remove redundant of_match_ptr()Zhu Wang2023-08-105-7/+5
| * rtc: sunplus: Clean up redundant dev_err_probe()Chen Jiahao2023-08-101-1/+1
| * rtc: stm32: remove incorrect #ifdef checkArnd Bergmann2023-08-101-2/+0
| * rtc: isl12026: Drop "_new" from probe callback nameUwe Kleine-König2023-07-271-2/+2
| * rtc: Explicitly include correct DT includesRob Herring2023-07-2730-38/+19
| * rtc: rv3028: Add support for "aux-voltage-chargeable" propertyAndrej Picej2023-07-271-19/+61
| * rtc: bq4802: add sparc dependencyArnd Bergmann2023-07-271-0/+1
| * rtc: pcf85063: Drop enum pcf85063_type and split pcf85063_cfg[]Biju Das2023-07-271-45/+38
| * rtc: pcf85063: Simplify probe()Biju Das2023-07-271-18/+8
| * rtc: isl1208: Simplify probe()Biju Das2023-07-271-11/+3
| * rtc: stm32: fix unnecessary parenthesesValentin Caron2023-07-271-5/+4
| * rtc: stm32: fix issues of stm32_rtc_valid_alrm functionValentin Caron2023-07-271-28/+33
| * rtc: stm32: change PM callbacks to "_noirq()"Gabriel Fernandez2023-07-271-2/+3
| * rtc: stm32: don't print an error on probe deferralValentin Caron2023-07-271-8/+6
| * rtc: stm32: improve rtc precisionChristophe Guibout2023-07-271-4/+22
| * rtc: stm32: don't stop time counter if not neededAntonio Borneo2023-07-271-6/+17
| * rtc: stm32: use the proper register sequence to read date/timeAntonio Borneo2023-07-271-1/+1
| * rtc: pcf2127: add UIE support for PCF2131Hugo Villeneuve2023-07-271-2/+10