From: "Danilo Krummrich" <dakr@kernel.org>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
"Saravana Kannan" <saravanak@kernel.org>,
"Andrew Morton" <akpm@linux-foundation.org>,
<driver-core@lists.linux.dev>, <rust-for-linux@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Driver core fixes for 7.0-rc2
Date: Sat, 28 Feb 2026 21:46:13 +0100 [thread overview]
Message-ID: <DGQW0ORGGBDG.2BEBG5GGS0NJG@kernel.org> (raw)
Hi Linus,
Please pull these driver-core fixes.
All commits have been in linux-next for a couple rounds; no conflicts expected.
- Danilo
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-7.0-rc2
for you to fetch changes up to 78437ab3b769f80526416570f60173c89858dd84:
clk: scu/imx8qxp: do not register driver in probe() (2026-02-24 12:54:17 +0100)
----------------------------------------------------------------
Driver core fixes for 7.0-rc2
- Do not register imx_clk_scu_driver in imx8qxp_clk_probe(); besides
fixing two other issues, this avoids a deadlock in combination with
commit dc23806a7c47 ("driver core: enforce device_lock for
driver_match_device()").
- Move secondary node lookup from device_get_next_child_node() to
fwnode_get_next_child_node(); this avoids issues when users switch
from the device API to the fwnode API.
- Export io_define_{read,write}!() to avoid unused import warnings when
CONFIG_PCI=n.
----------------------------------------------------------------
Andy Shevchenko (1):
device property: Allow secondary lookup in fwnode_get_next_child_node()
Danilo Krummrich (2):
rust: io: macro_export io_define_read!() and io_define_write!()
clk: scu/imx8qxp: do not register driver in probe()
drivers/base/property.c | 27 +++++++++++++-------------
drivers/clk/imx/clk-imx8qxp.c | 24 ++++++++++++++++++++++-
drivers/clk/imx/clk-scu.c | 12 +++++++++++-
drivers/clk/imx/clk-scu.h | 2 ++
rust/kernel/io.rs | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------
rust/kernel/pci/io.rs | 24 +++++++++++------------
6 files changed, 150 insertions(+), 70 deletions(-)
next reply other threads:[~2026-02-28 20:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-28 20:46 Danilo Krummrich [this message]
2026-03-01 4:04 ` [GIT PULL] Driver core fixes for 7.0-rc2 pr-tracker-bot
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=DGQW0ORGGBDG.2BEBG5GGS0NJG@kernel.org \
--to=dakr@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=driver-core@lists.linux.dev \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=saravanak@kernel.org \
--cc=torvalds@linux-foundation.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