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 927AEC61DA3 for ; Fri, 3 Mar 2023 22:45:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231713AbjCCWpz (ORCPT ); Fri, 3 Mar 2023 17:45:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231830AbjCCWpu (ORCPT ); Fri, 3 Mar 2023 17:45:50 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 250D5A272; Fri, 3 Mar 2023 14:45:15 -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 ams.source.kernel.org (Postfix) with ESMTPS id B1179B819DC; Fri, 3 Mar 2023 21:57:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 589BDC433EF; Fri, 3 Mar 2023 21:57:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677880639; bh=XKPieicA8mxBgDHfafnbiUGOdRZZfzDp6nuSYj8/TMk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uuw5J8gjl41jr3mJnjjeTHOf1wXLwDIe/tZButxgwNzM8tFPfkvKtsALhVyVpuZKr glridIdCQFjEt3otGwoxDtSpdkF6oCcp0cVHTN6W4z2KhwPT+wJLH/49bwm7r2N8dH vb+xF+EIqYM7q1ctW5Y6K6luz+UM7GZWXdyxL2aXegPF99VjzZwUjrxHcnnLwBCEoD D4WHJtmPowDlzs4J/oMYs2u72QEHX4zOFnp8Oy8XlGF9FDnfzprPxEH1JGjlJ1AepY pgKjzzpDCMTvARReHXB49XgkQ9aUuOhIjl/VAFa0L5+aToGC/4nER7Y+VrfVXENwkO jZHL0VwKjfgDA== Date: Fri, 3 Mar 2023 21:57:11 +0000 From: Lee Jones To: Colin Foster Cc: linux-phy@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Russell King , Kishon Vijay Abraham I , Vinod Koul , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Florian Fainelli , Andrew Lunn , UNGLinuxDriver@microchip.com, Alexandre Belloni , Claudiu Manoil , Vladimir Oltean Subject: Re: [RFC v1 net-next 2/7] mfd: ocelot: add ocelot-serdes capability Message-ID: <20230303215711.GR2420672@google.com> References: <20230216075321.2898003-1-colin.foster@in-advantage.com> <20230216075321.2898003-3-colin.foster@in-advantage.com> <20230303104807.GW2303077@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 03 Mar 2023, Colin Foster wrote: > On Fri, Mar 03, 2023 at 10:48:07AM +0000, Lee Jones wrote: > > On Wed, 15 Feb 2023, Colin Foster wrote: > > > > > Add support for the Ocelot SERDES module to support functionality of all > > > non-internal phy ports. > > > > Looks non-controversial. > > > > Please provide some explanation of what SERDES means / is. > > Will do. > > > > > > Signed-off-by: Colin Foster > > > --- > > > drivers/mfd/ocelot-core.c | 13 +++++++++++++ > > > 1 file changed, 13 insertions(+) > > > > I'd expect this to go in via MFD once it comes out of RFC. > > Understood. I'll be sure to make it clear that some sync will be needed > between MFD and net-next in the cover letter this time. To be honest, I don't think that's required this time. This patch looks orthogonal, unless there's something I'm missing. > Thanks Lee! NP -- Lee Jones [李琼斯]