summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
* | Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2022-03-252-31/+46
|\ \
| * | rtc: max77686: Add MAX77714 supportLuca Ceresoli2022-03-072-1/+25
| * | rtc: max77686: Remove unused code to read in 12-hour modeLuca Ceresoli2022-03-071-13/+1
| * | rtc: max77686: Rename day-of-month definesLuca Ceresoli2022-03-071-8/+8
| * | rtc: max77686: Convert comments to kernel-doc formatLuca Ceresoli2022-03-071-9/+12
| |/
* / spi: make remove callback a void functionUwe Kleine-König2022-02-093-8/+3
|/