Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Mar 2023 17:32:34 +0000 (09:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Mar 2023 17:32:34 +0000 (09:32 -0800)
commit7c2bc4ed278ee0ffc0a1a37aaf7f39f1bfe8da4d
tree53de2c931a84a6d40ac69f29e92d1b73aee45752
parent093b2dc4024a9dca9cba539625c32c8056b51fe4
parent0c058fb94ae0e2a68639f4569de1c3abf5df7ad7
Merge tag 'driver-core-6.3-rc1_2' of git://git./linux/kernel/git/gregkh/driver-core

Pull driver core fixes from Greg KH:
 "Here is another small set of driver core patches.

  They resolve some reported problems with the previous driver core
  patches that are in your tree.

  They solve a problem with the bus_type cleanup as reported and fixed
  by Geert, and two fw_devlink changes to make debugging problems
  easier.

  There is one known outstanding problem with the fw_deflink changes in
  your tree that is still being worked on, and it looks like a clk core
  change will be submitted soon for that, probably after 6.3-rc1.

  All three of these have been in linux-next with no reported problems
  (only reports that they fixed problems)"

* tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
  driver core: fw_devlink: Print full path and name of fwnode
  driver core: fw_devlink: Avoid spurious error message
  driver core: bus: Handle early calls to bus_to_subsys()