summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2024-08-19rtc: isl1208: Fix return value of nvmem callbacksJoy Chakraborty1-7/+4
2024-08-19rtc: cmos: Fix return value of nvmem callbacksJoy Chakraborty1-6/+4
2024-08-19rtc: interface: Add RTC offset to alarm after fix-upCsókás, Bence1-4/+5
2024-03-27rtc: mt6397: select IRQ_DOMAIN instead of depending on itRandy Dunlap1-1/+2
2024-02-23rtc: Adjust failure return code for cmos_set_alarm()Mario Limonciello1-2/+2
2023-11-20rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits callJavier Carrasco1-1/+1
2023-09-19rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroffChristoph Hellwig1-1/+1
2023-07-27rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorChristophe JAILLET1-1/+1
2023-05-17rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current timeMartin Blumenstingl1-2/+2
2023-05-17rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski1-0/+1
2023-03-11rtc: sun6i: Always export the internal oscillatorSamuel Holland1-12/+4
2023-03-11rtc: pm8xxx: fix set-alarm raceJohan Hovold1-14/+10
2023-01-14rtc: ds1347: fix value written to century registerIan Abbott1-1/+1
2023-01-14rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua1-1/+3
2023-01-14rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni1-1/+1
2023-01-14rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui1-4/+4
2023-01-14rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui1-0/+1
2023-01-14rtc: pcf85063: Fix reading alarmAlexander Stein1-4/+4
2023-01-14rtc: snvs: Allow a time difference on clock register readStefan Eichenberger1-2/+14
2023-01-14rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki1-0/+15
2023-01-14rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki1-6/+6
2023-01-14rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki1-155/+149
2023-01-14rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki1-16/+12
2023-01-14rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki1-25/+22
2023-01-14rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni1-0/+3
2023-01-14rtc: cmos: Fix wake alarm breakageRafael J. Wysocki1-3/+8
2023-01-14rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki1-10/+19
2023-01-14rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki1-3/+0
2022-12-14rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter1-1/+1
2022-12-14rtc: mc146818-lib: fix locking in mc146818_set_timeMateusz Jończyk1-2/+4
2022-12-14rtc: cmos: Disable irq around direct invocation of cmos_interrupt()Chris Wilson1-0/+2
2022-12-14rtc: mc146818: Reduce spinlock section in mc146818_set_time()Thomas Gleixner1-4/+2
2022-12-14rtc: cmos: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-3/+2
2022-12-14rtc: cmos: avoid UIP when reading alarm timeMateusz Jończyk1-23/+49
2022-12-14rtc: cmos: avoid UIP when writing alarm timeMateusz Jończyk1-41/+66
2022-12-14rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk1-0/+70
2022-12-14rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk2-10/+34
2022-12-14rtc: Check return value from mc146818_get_time()Mateusz Jończyk2-2/+9
2022-12-14rtc: mc146818-lib: change return values of mc146818_get_time()Mateusz Jończyk1-2/+2
2022-12-14rtc: cmos: remove stale REVISIT commentsMateusz Jończyk1-7/+1
2022-12-14rtc: mc146818: Dont test for bit 0-5 in Register DThomas Gleixner2-4/+4
2022-12-14rtc: mc146818: Detect and handle broken RTCsThomas Gleixner2-0/+15
2022-12-14rtc: mc146818: Prevent reading garbageThomas Gleixner1-25/+39
2022-06-14rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-05-25rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello1-1/+15
2022-05-25rtc: sun6i: Fix time overflow handlingAndre Przywara1-9/+5
2022-05-25rtc: pcf2127: fix bug when reading alarm registersHugo Villeneuve1-1/+2
2022-05-25rtc: fix use-after-free on device removalVincent Whitchurch1-0/+9
2022-04-13rtc: wm8350: Handle error for wm8350_register_irqJiasheng Jiang1-2/+9
2022-04-08rtc: check if __rtc_read_time was successfulTom Rix1-2/+5