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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3D7A0C25B0E for ; Thu, 18 Aug 2022 22:06:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xGNf0FaQZuGC4RAvQprxyiYaKTvO34Q1Y11OvJtFym4=; b=qg58YmNWgpCYBi hTOAemT0FW7xCRKVunYYg8BZsrt1XaYEWbWXHV3zQTSJc1Y83qs6RjvITwOSF8sanypYkwTYHZWc6 W9uXXWZZeWgEUSKvhN9HNKZRVOGs2npar1LS9u/i24Mfoq+lnOqzo5XI4GvXoSUmIoCR7k18BzcHQ NvlbihcxC95RYuCCbfV6CirmLhQH1xIusKe/m3FL0cfV9EkgIG10iFjOnRPjcxS3wAq91ceVC0ODD jT+p1Lojf0J6S51uetSg/pEhNekctwz67COhEsLZ/BuoYkjBqZi5KVZJSiTg/mmihADznDuFxFMRp RuS0fuqxOPsbjeYjA+eA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOndk-00ADTT-PZ; Thu, 18 Aug 2022 22:05:24 +0000 Received: from vps0.lunn.ch ([185.16.172.187]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOndi-00ADRk-Bu for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 22:05:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=BdJqIucLbi9o3QaMa3B8sDzBNqkfA+bcJUq1V4s4ed4=; b=sBSENcEkCgJ5czCW1/gueEMnbY v1JC40nhA8Ok7AftpXLUtxGUd+1zyP8fxvjgbqMbpJxfwOmWMwBpZtU340GFvT4Iw22r/+2/R2Z/5 r2t/Ri+frehR2H/+BkM6N/EOo7WKFm0uI7kK3oaLsiiwjJPKDj+8bLShaAfwhF+qr1Aw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oOndb-00DqjU-Fv; Fri, 19 Aug 2022 00:05:15 +0200 Date: Fri, 19 Aug 2022 00:05:15 +0200 From: Andrew Lunn To: Maxime Chevallier Cc: davem@davemloft.net, Rob Herring , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, thomas.petazzoni@bootlin.com, Florian Fainelli , Heiner Kallweit , Russell King , linux-arm-kernel@lists.infradead.org, Richard Cochran , Horatiu.Vultur@microchip.com, Allan.Nielsen@microchip.com, UNGLinuxDriver@microchip.com Subject: Re: [PATCH net-next RESEND v4 4/4] net: lan966x: Add QUSGMII support for lan966x Message-ID: References: <20220817123255.111130-1-maxime.chevallier@bootlin.com> <20220817123255.111130-5-maxime.chevallier@bootlin.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220817123255.111130-5-maxime.chevallier@bootlin.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_150522_419857_C8B432EC X-CRM114-Status: GOOD ( 11.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Aug 17, 2022 at 02:32:55PM +0200, Maxime Chevallier wrote: > The Lan996x controller supports the QUSGMII mode, which is very similar > to QSGMII in the way it's configured and the autonegociation > capababilities it provides. > > This commit adds support for that mode, treating it most of the time > like QSGMII, making sure that we do configure the PCS how we should. > > Signed-off-by: Maxime Chevallier Reviewed-by: Andrew Lunn Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 1F9B0C00140 for ; Thu, 18 Aug 2022 22:05:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233804AbiHRWFV (ORCPT ); Thu, 18 Aug 2022 18:05:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232990AbiHRWFU (ORCPT ); Thu, 18 Aug 2022 18:05:20 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D94DCD21CF; Thu, 18 Aug 2022 15:05:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=BdJqIucLbi9o3QaMa3B8sDzBNqkfA+bcJUq1V4s4ed4=; b=sBSENcEkCgJ5czCW1/gueEMnbY v1JC40nhA8Ok7AftpXLUtxGUd+1zyP8fxvjgbqMbpJxfwOmWMwBpZtU340GFvT4Iw22r/+2/R2Z/5 r2t/Ri+frehR2H/+BkM6N/EOo7WKFm0uI7kK3oaLsiiwjJPKDj+8bLShaAfwhF+qr1Aw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oOndb-00DqjU-Fv; Fri, 19 Aug 2022 00:05:15 +0200 Date: Fri, 19 Aug 2022 00:05:15 +0200 From: Andrew Lunn To: Maxime Chevallier Cc: davem@davemloft.net, Rob Herring , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, thomas.petazzoni@bootlin.com, Florian Fainelli , Heiner Kallweit , Russell King , linux-arm-kernel@lists.infradead.org, Richard Cochran , Horatiu.Vultur@microchip.com, Allan.Nielsen@microchip.com, UNGLinuxDriver@microchip.com Subject: Re: [PATCH net-next RESEND v4 4/4] net: lan966x: Add QUSGMII support for lan966x Message-ID: References: <20220817123255.111130-1-maxime.chevallier@bootlin.com> <20220817123255.111130-5-maxime.chevallier@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220817123255.111130-5-maxime.chevallier@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Aug 17, 2022 at 02:32:55PM +0200, Maxime Chevallier wrote: > The Lan996x controller supports the QUSGMII mode, which is very similar > to QSGMII in the way it's configured and the autonegociation > capababilities it provides. > > This commit adds support for that mode, treating it most of the time > like QSGMII, making sure that we do configure the PCS how we should. > > Signed-off-by: Maxime Chevallier Reviewed-by: Andrew Lunn Andrew