summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'm68k-for-v5.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-231-27/+17
|\
| * clocksource/drivers: Add a goldfish-timer clocksourceLaurent Vivier2022-04-111-12/+1
| * rtc: goldfish: Use gf_ioread32()/gf_iowrite32()Laurent Vivier2022-04-111-15/+16
* | Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6"Jernej Skrabec2022-05-171-0/+17
|/
* Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-04-0125-202/+617
|\
| * rtc: check if __rtc_read_time was successfulTom Rix2022-03-291-2/+5
| * rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sramMiaoqian Lin2022-03-291-0/+1
| * rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello2022-03-291-1/+15
| * rtc: optee: add RTC driver for OP-TEE RTC PTAClément Léger2022-03-253-0/+373
| * rtc: pm8xxx: Return -ENODEV if set_time disallowedLoic Poulain2022-03-251-1/+1
| * rtc: pm8xxx: Attach wake irq to deviceLoic Poulain2022-03-251-21/+10
| * 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