* [GIT PULL] Driver core fixes for 7.0-rc2
@ 2026-02-28 20:46 Danilo Krummrich
2026-03-01 4:04 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2026-02-28 20:46 UTC (permalink / raw)
To: Linus Torvalds
Cc: Greg Kroah-Hartman, Rafael J. Wysocki, Saravana Kannan,
Andrew Morton, driver-core, rust-for-linux, linux-kernel
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Driver core fixes for 7.0-rc2
2026-02-28 20:46 [GIT PULL] Driver core fixes for 7.0-rc2 Danilo Krummrich
@ 2026-03-01 4:04 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-03-01 4:04 UTC (permalink / raw)
To: Danilo Krummrich
Cc: Linus Torvalds, Greg Kroah-Hartman, Rafael J. Wysocki,
Saravana Kannan, Andrew Morton, driver-core, rust-for-linux,
linux-kernel
The pull request you sent on Sat, 28 Feb 2026 21:46:13 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git tags/driver-core-7.0-rc2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/63a43faf6a68ce0045c874b32e60acac2089a41a
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-01 4:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28 20:46 [GIT PULL] Driver core fixes for 7.0-rc2 Danilo Krummrich
2026-03-01 4:04 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox