public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] ACPI: TAD: Fixes and cleanups on top of recent changes
@ 2026-04-22 15:23 Rafael J. Wysocki
  2026-04-22 15:24 ` [PATCH v1 1/4] ACPI: TAD: Use __ATTRIBUTE_GROUPS() macro Rafael J. Wysocki
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2026-04-22 15:23 UTC (permalink / raw)
  To: Linux ACPI; +Cc: linux-rtc, LKML, Alexandre Belloni

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!




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-04-23 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-22 15:23 [PATCH v1 0/4] ACPI: TAD: Fixes and cleanups on top of recent changes Rafael J. Wysocki
2026-04-22 15:24 ` [PATCH v1 1/4] ACPI: TAD: Use __ATTRIBUTE_GROUPS() macro Rafael J. Wysocki
2026-04-22 15:25 ` [PATCH v1 2/4] ACPI: TAD: Use devres for all driver cleanup Rafael J. Wysocki
2026-04-22 15:26 ` [PATCH v1 3/4] ACPI: TAD: RTC: Refine timer value computations and checks Rafael J. Wysocki
2026-04-23 20:30   ` Alexandre Belloni
2026-04-22 15:27 ` [PATCH v1 4/4] ACPI: TAD: Fix up a comment in acpi_tad_probe() Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox