Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Mar 2026 03:35:30 +0000 (19:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Mar 2026 03:35:30 +0000 (19:35 -0800)
commit63a43faf6a68ce0045c874b32e60acac2089a41a
tree4a08011efd6691f993cec9e33d46a7b58b737b02
parent42eb01783091e49020221a8a7d6c00e154ae7e58
parent78437ab3b769f80526416570f60173c89858dd84
Merge tag 'driver-core-7.0-rc2' of git://git./linux/kernel/git/driver-core/driver-core

Pull driver core fixes from Danilo Krummrich:

 - 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

* tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core:
  clk: scu/imx8qxp: do not register driver in probe()
  rust: io: macro_export io_define_read!() and io_define_write!()
  device property: Allow secondary lookup in fwnode_get_next_child_node()