From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6A65617C8 for ; Wed, 19 Jul 2023 01:57:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CC42C433CA; Wed, 19 Jul 2023 01:57:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689731879; bh=xV4j/eBSUiPaOF7DNsEID37wgewGDwpgj3ghPv/Zm/U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=g0VPnIN4OQMOP/yQfplfNBA0rJg6b8htqfMDtdUBF09MYsRYcPn04mN6eXxVjuNXO VBHpAi48n/HmTodyw/klN1lxdXcwZDF1IWiPVDbLj0SU4jClz3oSeVpS8ayhPLUljz PoVkRACbH2xPYyaaCKlY8OzIrS8ptIoypne1yrAV/Shh5OfFGisblITgSY3n5lwuqE 4zRT0LOzXjzSXMrxV+d9uNX/8MBlTTjo9fPwdrzhPnFPZcE5qbO3DWOEZM7k9+3BDo BT5yBHPHJOfKKwGlOJO0F6nudsW2OBjnGY/TQxPKRQk4XYWufsV9pGvLAoRhNZgUgG U6ctsq6HATZjA== Date: Tue, 18 Jul 2023 18:57:57 -0700 From: Jakub Kicinski To: Matt Johnston Cc: linux-i3c@lists.infradead.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, Jeremy Kerr , "David S. Miller" , Paolo Abeni , Alexandre Belloni , Rob Herring , Krzysztof Kozlowski , Conor Dooley Subject: Re: [PATCH net-next v2 2/3] i3c: Add support for bus enumeration & notification Message-ID: <20230718185757.54ae1e2e@kernel.org> In-Reply-To: <20230717040638.1292536-3-matt@codeconstruct.com.au> References: <20230717040638.1292536-1-matt@codeconstruct.com.au> <20230717040638.1292536-3-matt@codeconstruct.com.au> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 17 Jul 2023 12:06:37 +0800 Matt Johnston wrote: > From: Jeremy Kerr > > This allows other drivers to be notified when new i3c busses are > attached, referring to a whole i3c bus as opposed to individual > devices. > > Signed-off-by: Jeremy Kerr > Signed-off-by: Matt Johnston We need one of: - sign-off from Alexandre that he's okay with this code going via netdev; or - stable branch from Alexandre based on an upstream -rc tag which we can pull into net-next; or - wait until 6.6 merge window for the change to propagate. Until then we can't do much on our end, so I'll mark the patches as deferred from netdev perspective. -- pw-bot: defer