Searched hist:"101 ca8d05913b7d1e6e8b9dd792193d4082fff86" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H A D | rtc-efi.c | diff 101ca8d05913b7d1e6e8b9dd792193d4082fff86 Mon Jan 02 17:06:30 CST 2023 Shanker Donthineni <sdonthineni@nvidia.com> rtc: efi: Enable SET/GET WAKEUP services as optional
The current implementation of rtc-efi is expecting all the 4 time services GET{SET}_TIME{WAKEUP} must be supported by UEFI firmware. As per the EFI_RT_PROPERTIES_TABLE, the platform specific implementations can choose to enable selective time services based on the RTC device capabilities.
This patch does the following changes to provide GET/SET RTC services on platforms that do not support the WAKEUP feature.
1) Relax time services cap check when creating a platform device. 2) Clear RTC_FEATURE_ALARM bit in the absence of WAKEUP services. 3) Conditional alarm entries in '/proc/driver/rtc'.
Cc: <stable@vger.kernel.org> # v6.0+ Signed-off-by: Shanker Donthineni <sdonthineni@nvidia.com> Link: https://lore.kernel.org/r/20230102230630.192911-1-sdonthineni@nvidia.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
|
/openbmc/linux/include/linux/ |
H A D | efi.h | diff 101ca8d05913b7d1e6e8b9dd792193d4082fff86 Mon Jan 02 17:06:30 CST 2023 Shanker Donthineni <sdonthineni@nvidia.com> rtc: efi: Enable SET/GET WAKEUP services as optional
The current implementation of rtc-efi is expecting all the 4 time services GET{SET}_TIME{WAKEUP} must be supported by UEFI firmware. As per the EFI_RT_PROPERTIES_TABLE, the platform specific implementations can choose to enable selective time services based on the RTC device capabilities.
This patch does the following changes to provide GET/SET RTC services on platforms that do not support the WAKEUP feature.
1) Relax time services cap check when creating a platform device. 2) Clear RTC_FEATURE_ALARM bit in the absence of WAKEUP services. 3) Conditional alarm entries in '/proc/driver/rtc'.
Cc: <stable@vger.kernel.org> # v6.0+ Signed-off-by: Shanker Donthineni <sdonthineni@nvidia.com> Link: https://lore.kernel.org/r/20230102230630.192911-1-sdonthineni@nvidia.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
|