summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current timeMartin Blumenstingl2023-05-111-2/+2
* rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski2023-05-111-0/+1
* rtc: allow rtc_read_alarm without read_alarm callbackAlexandre Belloni2023-03-111-1/+1
* rtc: sun6i: Always export the internal oscillatorSamuel Holland2023-03-111-12/+4
* rtc: pm8xxx: fix set-alarm raceJohan Hovold2023-03-101-14/+10
* rtc: ds1347: fix value written to century registerIan Abbott2023-01-121-1/+1
* rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua2022-12-311-1/+3
* rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni2022-12-311-1/+1
* rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui2022-12-311-4/+4
* rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui2022-12-311-0/+1
* rtc: pcf85063: Fix reading alarmAlexander Stein2022-12-311-4/+4
* rtc: snvs: Allow a time difference on clock register readStefan Eichenberger2022-12-311-2/+14
* rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki2022-12-311-0/+15
* rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki2022-12-311-6/+6
* rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki2022-12-311-155/+149
* rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki2022-12-311-16/+12
* rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki2022-12-311-25/+22
* rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni2022-12-311-0/+3
* rtc: cmos: Fix wake alarm breakageRafael J. Wysocki2022-12-311-3/+8
* rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki2022-12-311-10/+19
* rtc: rtc-cmos: Do not check ACPI_FADT_LOW_POWER_S0Rafael J. Wysocki2022-12-311-3/+0
* rtc: cmos: avoid UIP when reading alarm timeMateusz Jończyk2022-12-141-23/+49
* rtc: cmos: avoid UIP when writing alarm timeMateusz Jończyk2022-12-141-41/+66
* rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk2022-12-141-0/+70
* rtc: rx8025: fix 12/24 hour mode detection on RX-8035Mathew McBride2022-08-171-4/+18
* rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probeMiaoqian Lin2022-06-141-10/+24
* rtc: ftrtc010: Use platform_get_irq() to get the interruptLad Prabhakar2022-06-141-5/+3
* rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang2022-06-141-0/+2
* rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello2022-05-251-1/+15
* rtc: sun6i: Fix time overflow handlingAndre Przywara2022-05-251-9/+5
* rtc: pcf2127: fix bug when reading alarm registersHugo Villeneuve2022-05-251-1/+2
* rtc: fix use-after-free on device removalVincent Whitchurch2022-05-251-0/+9
* rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter2022-04-131-1/+1
* rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk2022-04-132-10/+34
* rtc: Check return value from mc146818_get_time()Mateusz Jończyk2022-04-132-2/+9
* rtc: mc146818-lib: change return values of mc146818_get_time()Mateusz Jończyk2022-04-131-2/+2
* rtc: wm8350: Handle error for wm8350_register_irqJiasheng Jiang2022-04-131-2/+9
* rtc: check if __rtc_read_time was successfulTom Rix2022-04-081-2/+5
* rtc: pl031: fix rtc features null pointer dereferenceAli Pouladi2022-04-081-3/+3
* rtc: mc146818-lib: fix locking in mc146818_set_timeMateusz Jończyk2022-04-081-2/+4
* rtc: cmos: Evaluate century appropriateRiwen Lu2022-02-081-1/+1
* rtc: pxa: fix null pointer dereferenceLaurence de Bruxelles2022-01-271-0/+4
* rtc: cmos: take rtc_lock while reading from CMOSMateusz Jończyk2022-01-271-0/+3
* rtc: rv3032: fix error handling in rv3032_clkout_set_rate()Dan Carpenter2021-11-181-2/+2
* rtc: mcp795: Add SPI ID tableMark Brown2021-11-181-0/+7
* rtc: pcf2123: Add SPI ID tableMark Brown2021-11-181-0/+9
* rtc: ds1390: Add SPI ID tableMark Brown2021-11-181-0/+7
* rtc: ds1302: Add SPI ID tableMark Brown2021-11-181-0/+7
* rtc: cmos: Disable irq around direct invocation of cmos_interrupt()Chris Wilson2021-09-141-0/+2
* rtc: rx8010: select REGMAP_I2CYu-Tung Chang2021-09-091-0/+1