[GIT,PULL] Driver core fixes for 6.3-rc1

Message ID ZAB4YGjj/M9scmiQ@kroah.com
State New
Headers
Series [GIT,PULL] Driver core fixes for 6.3-rc1 |

Pull-request

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

Message

Greg KH March 2, 2023, 10:20 a.m. UTC
  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@linuxfoundation.org>

----------------------------------------------------------------
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(-)
  

Comments

pr-tracker-bot@kernel.org March 2, 2023, 6:34 p.m. UTC | #1
The pull request you sent on Thu, 2 Mar 2023 11:20:16 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7c2bc4ed278ee0ffc0a1a37aaf7f39f1bfe8da4d

Thank you!