summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: remove uie_unsupportedAlexandre Belloni2022-03-231-3/+0
* rtc: xgene: stop using uie_unsupportedAlexandre Belloni2022-03-231-2/+0
* rtc: hym8563: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-2/+1
* rtc: hym8563: let the core handle the alarm resolutionAlexandre Belloni2022-03-231-18/+1
* rtc: hym8563: switch to devm_rtc_allocate_deviceAlexandre Belloni2022-03-231-6/+6
* rtc: efi: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+2
* rtc: efi: switch to devm_rtc_allocate_deviceAlexandre Belloni2022-03-231-4/+5
* rtc: spear: fix spear_rtc_read_timeAlexandre Belloni2022-03-231-2/+4
* rtc: spear: drop uie_unsupportedAlexandre Belloni2022-03-231-1/+0
* rtc: spear: set rangeAlexandre Belloni2022-03-231-0/+2
* rtc: spear: switch to devm_rtc_allocate_deviceAlexandre Belloni2022-03-231-9/+9
* rtc: pcf8563: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: pcf8563: let the core handle the alarm resolutionAlexandre Belloni2022-03-231-13/+1
* rtc: pcf8523: let the core handle the alarm resolutionAlexandre Belloni2022-03-231-8/+1
* rtc: pcf8523: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: pcf85063: set RTC_FEATURE_ALARM_RES_2SAlexandre Belloni2022-03-231-0/+1
* rtc: pcf85063: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: pcf2127: set RTC_FEATURE_ALARM_RES_2SAlexandre Belloni2022-03-231-0/+1
* rtc: pcf2127: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: pcf2123: set RTC_FEATURE_ALARM_RES_MINUTEAlexandre Belloni2022-03-231-0/+1
* rtc: pcf2123: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: opal: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: m41t80: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-4/+2
* rtc: mpc5121: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: mpc5121: let the core handle the alarm resolutionAlexandre Belloni2022-03-231-14/+1
* rtc: ds1307: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: ds1685: drop no_irqAlexandre Belloni2022-03-231-9/+5
* rtc: ds1685: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* clk: sunxi-ng: sun6i-rtc: Add support for H6Samuel Holland2022-03-231-17/+0
* clk: sunxi-ng: Add support for the sun6i RTC clocksSamuel Holland2022-03-231-0/+7
* rtc: wm8350: Handle error for wm8350_register_irqJiasheng Jiang2022-03-231-2/+9
* rtc: sun6i: Add Allwinner H616 supportAndre Przywara2022-03-231-0/+2
* rtc: sun6i: Add support for broken-down alarm registersAndre Przywara2022-03-231-17/+40
* rtc: sun6i: Add support for linear day storageAndre Przywara2022-03-231-23/+46
* rtc: sun6i: Fix time overflow handlingAndre Przywara2022-03-231-9/+5
* rtc: pl031: fix rtc features null pointer dereferenceAli Pouladi2022-03-231-3/+3
* rtc: mc146818-lib: fix locking in mc146818_set_timeMateusz Jończyk2022-03-231-2/+4
* rtc: pcf2127: fix bug when reading alarm registersHugo Villeneuve2022-02-151-1/+2
* rtc: pcf2127: use IRQ flags obtained from device tree if availableHugo Villeneuve2022-02-151-1/+12
* rtc: pcf8523: Fix GCC 12 warningVictor Erminpour2022-02-151-2/+2
* rtc: sun6i: Enable the bus clock when providedSamuel Holland2022-02-151-0/+24
* rtc: fix use-after-free on device removalVincent Whitchurch2022-02-151-0/+9
* rtc: sunplus: fix return value in sp_rtc_probe()Yang Yingliang2022-01-161-1/+1
* rtc: cmos: Evaluate century appropriateRiwen Lu2022-01-161-1/+1
* rtc: gamecube: Fix an IS_ERR() vs NULL checkDan Carpenter2022-01-161-2/+2
* rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter2022-01-161-1/+1
* rtc: pxa: fix null pointer dereferenceLaurence de Bruxelles2022-01-051-0/+4
* rtc: ftrtc010: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-5/+3
* rtc: Move variable into switch case statementKees Cook2022-01-051-3/+3
* rtc: pcf2127: Fix typo in commentHugo Villeneuve2022-01-051-1/+1