summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2023-08-30Merge tag 'v5.15.121' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-29Merge tag 'v5.15.111' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.100' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-08-28Merge tag 'v5.15.99' into 5.15-2.2.x-imxEmanuele Ghidoli
2023-07-23rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorChristophe JAILLET
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-01-12Merge tag 'v5.15.87' into 5.15-2.2.x-imxDaiane Angolini
2023-01-12rtc: ds1347: fix value written to century registerIan Abbott
2023-01-11Merge tag 'v5.15.86' into 5.15-2.2.x-imxDaiane Angolini
2023-01-11Merge tag 'v5.15.83' into 5.15-2.2.x-imxDaiane Angolini
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: cmos: fix build on non-ACPI platformsAlexandre Belloni
2022-12-31rtc: cmos: Fix wake alarm breakageRafael J. Wysocki
2022-12-31rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki
2022-12-31rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki
2022-12-14rtc: cmos: avoid UIP when reading alarm timeMateusz Jończyk
2022-12-14rtc: cmos: avoid UIP when writing alarm timeMateusz Jończyk
2022-12-14rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk
2022-09-26Merge tag 'v5.15.70' into lf-5.15.yJason Liu
2022-08-17rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride
2022-07-06MLK-25896-01 rtc: bbnsm: Add the bbnsm rtc supportJacky Bai
2022-06-29Merge tag 'v5.15.50' into lf-5.15.yJason Liu
2022-06-29Merge tag 'v5.15.41' into lf-5.15.yJason Liu
2022-06-14rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probeMiaoqian Lin
2022-06-14rtc: ftrtc010: Use platform_get_irq() to get the interruptLad Prabhakar
2022-06-14rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang
2022-05-25rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello
2022-05-25rtc: sun6i: Fix time overflow handlingAndre Przywara
2022-05-25rtc: pcf2127: fix bug when reading alarm registersHugo Villeneuve
2022-05-25rtc: fix use-after-free on device removalVincent Whitchurch
2022-04-13rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter
2022-04-13rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk
2022-04-13rtc: Check return value from mc146818_get_time()Mateusz Jończyk
2022-04-13rtc: mc146818-lib: change return values of mc146818_get_time()Mateusz Jończyk
2022-04-13rtc: wm8350: Handle error for wm8350_register_irqJiasheng Jiang
2022-04-08rtc: check if __rtc_read_time was successfulTom Rix