[GIT PULL] Driver core fixes for 6.3-rc1

From: Greg KH
Date: Thu Mar 02 2023 - 05:20:26 EST


The following changes since commit a93e884edf61f9debc9ca61ef9e545f0394ab666:

Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core (2023-02-24 12:58:55 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.3-rc1_2

for you to fetch changes up to 0c058fb94ae0e2a68639f4569de1c3abf5df7ad7:

driver core: fw_devlink: Print full path and name of fwnode (2023-02-25 10:52:02 +0100)

----------------------------------------------------------------
Driver core fixes for 6.3-rc1

Here is another small set of driver core patches for 6.3-rc1

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 fixced by
Geert, and 2 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 3 of these have been in linux-next with no reported problems (only
reports that they fixed problems.)

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Geert Uytterhoeven (1):
driver core: bus: Handle early calls to bus_to_subsys()

Saravana Kannan (2):
driver core: fw_devlink: Avoid spurious error message
driver core: fw_devlink: Print full path and name of fwnode

drivers/base/bus.c | 2 +-
drivers/base/core.c | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)