aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 50-548/+1219
2023-09-06rtc: wm8350: remove unnecessary messagesGravatar Alexandre Belloni 1-7/+2
2023-09-06rtc: twl: remove unnecessary messagesGravatar Alexandre Belloni 1-5/+1
2023-09-06rtc: sun6i: remove unnecessary messageGravatar Alexandre Belloni 1-2/+0
2023-09-06rtc: stop warning for invalid alarms when the alarm is disabledGravatar Alexandre Belloni 1-1/+1
2023-08-28rtc: twl: add NVRAM supportGravatar Ladislav Michl 1-0/+37
2023-08-28rtc: pcf85363: Allow to wake up system without IRQGravatar Mike Looijmans 1-9/+21
2023-08-28rtc: m48t86: add DT support for m48t86Gravatar Nikita Shubin 1-0/+8
2023-08-27rtc: pcf2127: remove useless checkGravatar Alexandre Belloni 1-9/+0
2023-08-27rtc: rzn1: Report maximum alarm limit to rtc coreGravatar Guenter Roeck 1-1/+2
2023-08-27rtc: ds1305: Report maximum alarm limit to rtc coreGravatar Guenter Roeck 1-2/+3
2023-08-27rtc: tps6586x: Report maximum alarm limit to rtc coreGravatar Guenter Roeck 1-0/+1
2023-08-27rtc: cmos: Report supported alarm limit to rtc infrastructureGravatar Guenter Roeck 1-0/+11
2023-08-27rtc: cros-ec: Detect and report supported alarm window sizeGravatar Guenter Roeck 1-15/+23
2023-08-27rtc: isl1208: Fix incorrect logic in isl1208_set_xtoscb()Gravatar Biju Das 1-2/+1
2023-08-17rtc: tps65910: Remove redundant dev_warn() and do not check for 0 return afte...Gravatar Ruan Jinjie 1-5/+2
2023-08-17rtc: omap: Do not check for 0 return after calling platform_get_irq()Gravatar Ruan Jinjie 1-4/+4
2023-08-17rtc: da9063: Mark the alarm IRQ as a wake IRQGravatar Samuel Holland 1-0/+7
2023-08-17rtc: pcf2127: remove unused function argumentGravatar Hugo Villeneuve 1-6/+3
2023-08-17rtc: pcf2127: add error checking when disabling POR0Gravatar Hugo Villeneuve 1-1/+3
2023-08-17rtc: pcf2127: fix error code in pcf2127_enable_ts()Gravatar Dan Carpenter 1-1/+1
2023-08-17rtc: ds2404: Convert to GPIO descriptorsGravatar Linus Walleij 1-100/+69
2023-08-17rtc: stm32: Use NOIRQ_SYSTEM_SLEEP_PM_OPS()Gravatar Nathan Chancellor 1-1/+1
2023-08-16rtc: rs5c372: fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-2/+1
2023-08-16rtc: jz4740: fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-1/+1
2023-08-16rtc: rv8803: fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-2/+1
2023-08-16rtc: ds1307: fix Wvoid-pointer-to-enum-cast warningGravatar Krzysztof Kozlowski 1-1/+1
2023-08-16rtc: isl12022: implement support for the #clock-cells DT propertyGravatar Rasmus Villemoes 1-0/+44
2023-08-16rtc: isl12022: trigger battery level detection during probeGravatar Rasmus Villemoes 1-0/+10
2023-08-16rtc: isl12022: implement RTC_VL_READ ioctlGravatar Rasmus Villemoes 1-0/+27
2023-08-16rtc: isl12022: add support for trip level DT bindingGravatar Rasmus Villemoes 1-0/+39
2023-08-16rtc: isl12022: remove wrong warning for low battery levelGravatar Rasmus Villemoes 1-6/+0
2023-08-10rtc: remove redundant of_match_ptr()Gravatar Zhu Wang 5-7/+5
2023-08-10rtc: sunplus: Clean up redundant dev_err_probe()Gravatar Chen Jiahao 1-1/+1
2023-08-10rtc: stm32: remove incorrect #ifdef checkGravatar Arnd Bergmann 1-2/+0
2023-08-02rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffGravatar Christoph Hellwig 1-1/+1
2023-07-27rtc: isl12026: Drop "_new" from probe callback nameGravatar Uwe Kleine-König 1-2/+2
2023-07-27rtc: Explicitly include correct DT includesGravatar Rob Herring 30-38/+19
2023-07-27rtc: rv3028: Add support for "aux-voltage-chargeable" propertyGravatar Andrej Picej 1-19/+61
2023-07-27rtc: bq4802: add sparc dependencyGravatar Arnd Bergmann 1-0/+1
2023-07-27rtc: pcf85063: Drop enum pcf85063_type and split pcf85063_cfg[]Gravatar Biju Das 1-45/+38
2023-07-27rtc: pcf85063: Simplify probe()Gravatar Biju Das 1-18/+8
2023-07-27rtc: isl1208: Simplify probe()Gravatar Biju Das 1-11/+3
2023-07-27rtc: stm32: fix unnecessary parenthesesGravatar Valentin Caron 1-5/+4
2023-07-27rtc: stm32: fix issues of stm32_rtc_valid_alrm functionGravatar Valentin Caron 1-28/+33
2023-07-27rtc: stm32: change PM callbacks to "_noirq()"Gravatar Gabriel Fernandez 1-2/+3
2023-07-27rtc: stm32: don't print an error on probe deferralGravatar Valentin Caron 1-8/+6
2023-07-27rtc: stm32: improve rtc precisionGravatar Christophe Guibout 1-4/+22
2023-07-27rtc: stm32: don't stop time counter if not neededGravatar Antonio Borneo 1-6/+17
2023-07-27rtc: stm32: use the proper register sequence to read date/timeGravatar Antonio Borneo 1-1/+1