From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linux ACPI <linux-acpi@vger.kernel.org>
Cc: linux-rtc@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Alexandre Belloni <alexandre.belloni@bootlin.com>
Subject: [PATCH v1 0/4] ACPI: TAD: Fixes and cleanups on top of recent changes
Date: Wed, 22 Apr 2026 17:23:03 +0200 [thread overview]
Message-ID: <2415066.ElGaqSPkdT@rafael.j.wysocki> (raw)
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!
next reply other threads:[~2026-04-22 15:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-22 15:23 Rafael J. Wysocki [this message]
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-22 15:27 ` [PATCH v1 4/4] ACPI: TAD: Fix up a comment in acpi_tad_probe() Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2415066.ElGaqSPkdT@rafael.j.wysocki \
--to=rafael@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox