From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87343C678D4 for ; Thu, 2 Mar 2023 10:20:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229925AbjCBKUZ (ORCPT ); Thu, 2 Mar 2023 05:20:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229890AbjCBKUW (ORCPT ); Thu, 2 Mar 2023 05:20:22 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BBE6E28865 for ; Thu, 2 Mar 2023 02:20:20 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 458E661552 for ; Thu, 2 Mar 2023 10:20:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30B74C433D2; Thu, 2 Mar 2023 10:20:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677752419; bh=lUxwLcyL3jfyWqQLMr6tMcK4qBGZsSbHbSqmjNPGnD0=; h=Date:From:To:Cc:Subject:From; b=gxw5BCEjJcoBmCLsoG+5zzp886glr5Zqw6mNpadPLqsjXJrX/4SELa4UhYYHjiql8 mKU9wnPwDb6AAXLZiIbuKS8IzyHRemPMW3sN7K+WXs4/AXoyhiLC7MEYEb9HwT6cbA okX4w79ZNhSkfMUk4SxyQsI1up1/YPIXsvCY3Es0= Date: Thu, 2 Mar 2023 11:20:16 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, Stephen Rothwell , Saravana Kannan Subject: [GIT PULL] Driver core fixes for 6.3-rc1 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)