aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-efi.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15rtc: efi: fixed typo in efi_procfs()Maxim Korotkov1-1/+1
2023-02-22rtc: efi: Avoid spamming the log on RTC read failureArd Biesheuvel1-1/+1
2023-01-09rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni1-21/+27
2022-11-16rtc: efi: Add wakeup supportRiwen Lu1-0/+2
2022-03-23rtc: efi: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-1/+2
2022-03-23rtc: efi: switch to devm_rtc_allocate_deviceAlexandre Belloni1-4/+5
2021-05-25rtc: efi: Remove the repeated module aliasShaokun Zhang1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2016-06-06rtc: efi: Fail probing if RTC reads don't workAlexander Graf1-0/+6
2016-01-11rtc: efi: add efi_procfs in efi_rtc_opsGeliang Tang1-4/+62
2015-06-25rtc: efi: use correct EFI 'epoch'Ard Biesheuvel1-25/+14
2015-06-19rtc: efi: Update author email addressdann frazier1-2/+2
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-0/+1
2015-01-20efi: rtc-efi: Mark UIE as unsupportedArd Biesheuvel1-0/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+0
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-03Merge branch 'next' into efi-next-mergeMatt Fleming1-0/+1
2014-10-03efi: rtc-efi: Export platform:rtc-efi as module aliasArd Biesheuvel1-0/+1
2014-09-26drivers/rtc/rtc-efi.c: add missing module aliasPali Rohár1-0/+1
2014-08-08drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFIJan Beulich1-5/+27
2014-06-06drivers/rtc/rtc-efi.c: avoid subtracting day twice when computing year daysLee, Chun-Yi1-1/+1
2013-07-03drivers/rtc/rtc-efi.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-efi: use devm_rtc_device_register()Jingoo Han1-5/+1
2013-04-29rtc: rtc-efi: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-02-21rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()Jingoo Han1-4/+6
2012-04-12drivers/rtc/rtc-efi.c: fix section mismatch warningJan Beulich1-1/+0
2009-04-01rtc: add platform driver for EFIdann frazier1-0/+235