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 6CDB9C433EF for ; Thu, 10 Feb 2022 16:36:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244275AbiBJQgh (ORCPT ); Thu, 10 Feb 2022 11:36:37 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:46840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244267AbiBJQgh (ORCPT ); Thu, 10 Feb 2022 11:36:37 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2462A137 for ; Thu, 10 Feb 2022 08:36:38 -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 CC6EFB82509 for ; Thu, 10 Feb 2022 16:36:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A47D7C340EE; Thu, 10 Feb 2022 16:36:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644510995; bh=mCQICEZA7CWkvNyIMnKSrGh0FfTFNcSJp2KrJSF8qug=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Yjqa30hqObo75C02OHzkZTILPeOCzyVl3VQxLGukACK0E2NE6aarOrAF4YNyJKa/z Y7TKAFUaJiIFKmLmfxk4bG0m14VCSzJsLiHudNbiJNOIVU8dM6ajPaDvPgFOGz9wcM dIB1MZ6cuJ9F61ILTFKQOc24V0lEG9N3G8mTCG5FCMEQT4FWum5sza+96xiG2m9td9 F4H6ugRV24pRkWI3aKZcSu7H2ksXXaB1jO6Poan3ifxFpfAFJC+l93LpkCPGdTE9Gz hIDmyCuvec+mCaOviP8B7CZl3vxSyriKIrdLWb2/xHbqry5nAvP7UMESsDs0t0pznj JhXyxR6jiIdLg== Date: Thu, 10 Feb 2022 17:36:32 +0100 From: Marek =?UTF-8?B?QmVow7pu?= To: Holger Brunck Cc: "netdev@vger.kernel.org" , Andrew Lunn Subject: Re: [v6] dsa: mv88e6xxx: make serdes SGMII/Fiber tx amplitude configurable Message-ID: <20220210173632.13e31df3@dellmb> In-Reply-To: References: <20220210084322.15467-1-holger.brunck@hitachienergy.com> <20220210151635.4b170f5c@dellmb> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 10 Feb 2022 16:26:17 +0000 Holger Brunck wrote: > > > The mv88e6352, mv88e6240 and mv88e6176 have a serdes interface. This > > > patch allows to configure the output swing to a desired value in the > > > phy-handle of the port. The value which is peak to peak has to be > > > specified in microvolts. As the chips only supports eight dedicated > > > values we return EINVAL if the value in the DTS does not match one of > > > these values. > > > > > > CC: Andrew Lunn > > > CC: Jakub Kicinski > > > CC: Marek Beh=C3=BAn > > > Signed-off-by: Holger Brunck =20 > >=20 > > Reviewed-by: Marek Beh=C3=BAn > >=20 > > Keep in mind that the tx-p2p-amplitude DT property is not merged in DT = yet. I > > suggest you resend this patch as a series of 2 patches, the first being= the DT > > patch: > > https://lore.kernel.org/linux-devicetree/20220119131117.30245-1- > > kabel@kernel.org/ > > where you should also add Rob's reviewed-by tag, which he sent in > > https://lore.kernel.org/linux- > > devicetree/YgGBe0BS%2Fd0lOVtU@robh.at.kernel.org/ > > =20 >=20 > I can do that. But then it has to go through the netdev-next tree or? As = I have > now dependencies to Russels changes which are sitting in netdev-next. Yes, your patches should have tag net-next. Marek