[PATCH v1 0/4] ACPI: TAD: Fixes and cleanups on top of recent changes

From: Rafael J. Wysocki

Date: Wed Apr 22 2026 - 11:29:44 EST


Hi All,

This series fixes a couple of issues and makes a couple of cleanup
changes in the ACPI Time and Alarm Device (TAD) driver on top of
some updates of that driver that have been merged recently.

Patch [1/4] updates the driver to use the __ATTRIBUTE_GROUPS() macro
to simplify the code.

Patch [2/4] fixes the driver removal ordering that needs to take
the RTC class device interface into account now.

Patch [3/4] makes the RTC class device interface use rtc_tm_to_time64()
and rtc_time64_to_tm() in the alarm-related code that has a second
resolution anyway, which prevents ktime_t overflow from occurring when
attempting to convert large RTC time values to it.

Patch [4/4] updates a comment with incorrect English grammar.

All of the patches in this series are regarded as 7.1 material.

Thanks!