aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)Author
2024-03-26rtc: mt6397: select IRQ_DOMAIN instead of depending on itRandy Dunlap
2024-03-26rtc: test: Fix invalid format specifier.David Gow
2024-01-31rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello
2024-01-31rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello
2024-01-31rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()Mario Limonciello
2024-01-31rtc: Adjust failure return code for cmos_set_alarm()Mario Limonciello
2024-01-31rtc: cmos: Use ACPI alarm for non-Intel x86 systems tooMario Limonciello
2023-11-20rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits callJavier Carrasco
2023-09-06rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffChristoph Hellwig
2023-07-19rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorChristophe JAILLET
2023-05-11rtc: k3: handle errors while enabling wake irqDhruva Gole
2023-05-11rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current timeMartin Blumenstingl
2023-05-11rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski
2023-03-11rtc: allow rtc_read_alarm without read_alarm callbackAlexandre Belloni
2023-03-11rtc: sun6i: Always export the internal oscillatorSamuel Holland
2023-03-10rtc: pm8xxx: fix set-alarm raceJohan Hovold
2023-02-09rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni
2023-02-09rtc: sunplus: fix format string for printing resourceArnd Bergmann
2023-01-07rtc: ds1347: fix value written to century registerIan Abbott
2023-01-04rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook
2022-12-31rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua
2022-12-31rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni
2022-12-31rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui
2022-12-31rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui
2022-12-31rtc: pcf85063: Fix reading alarmAlexander Stein
2022-12-31rtc: snvs: Allow a time difference on clock register readStefan Eichenberger
2022-12-31rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki
2022-12-31rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki
2022-12-31rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki
2022-12-31rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki
2022-12-31rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki
2022-12-31rtc: pcf2127: Convert to .probe_new()Uwe Kleine-König
2022-12-31rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing
2022-12-31rtc: rzn1: Check return value in rzn1_rtc_probeYushan Zhou
2022-10-18rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni
2022-10-18rtc: cmos: Fix wake alarm breakageRafael J. Wysocki
2022-10-14Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2022-10-13rtc: rv3028: Fix codestyle errorsKe Sun
2022-10-13rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki
2022-10-13rtc: k3: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-13rtc: jz4740: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-13rtc: mpfs: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-13rtc: ds1685: Fix spelling of function name in comment blockColin Ian King
2022-10-13rtc: isl12022: switch to using regmap APIRasmus Villemoes
2022-10-13rtc: isl12022: drop redundant write to HR registerRasmus Villemoes
2022-10-13rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()Rasmus Villemoes
2022-10-13rtc: isl12022: use %ptRRasmus Villemoes
2022-10-13rtc: isl12022: simplify some expressionsRasmus Villemoes
2022-10-13rtc: isl12022: drop a dev_info()Rasmus Villemoes
2022-10-13rtc: isl12022: specify range_min and range_maxRasmus Villemoes