mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 12:10:38 -04:00
Merge tag 'rtc-6.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC fixes from Alexandre Belloni: "Here are a few fixes for 6.2. The EFI one is the most important as it allows some RTCs to actually work. The other two are warnings that are worth fixing. - efi: make WAKEUP services optional - sunplus: fix format string warning" * tag 'rtc-6.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: rtc: sunplus: fix format string for printing resource dt-bindings: rtc: qcom-pm8xxx: allow 'wakeup-source' property rtc: efi: Enable SET/GET WAKEUP services as optional
This commit is contained in:
@@ -668,7 +668,8 @@ extern struct efi {
|
||||
|
||||
#define EFI_RT_SUPPORTED_ALL 0x3fff
|
||||
|
||||
#define EFI_RT_SUPPORTED_TIME_SERVICES 0x000f
|
||||
#define EFI_RT_SUPPORTED_TIME_SERVICES 0x0003
|
||||
#define EFI_RT_SUPPORTED_WAKEUP_SERVICES 0x000c
|
||||
#define EFI_RT_SUPPORTED_VARIABLE_SERVICES 0x0070
|
||||
|
||||
extern struct mm_struct efi_mm;
|
||||
|
||||
Reference in New Issue
Block a user