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 D0B25C4332F for ; Fri, 14 Oct 2022 11:54:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229732AbiJNLyV (ORCPT ); Fri, 14 Oct 2022 07:54:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229933AbiJNLyQ (ORCPT ); Fri, 14 Oct 2022 07:54:16 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC0F11958C1; Fri, 14 Oct 2022 04:54:03 -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=Y5HkdSnQwwhYn4XoEiPn5A22fhd1yJEXYYhQPNU+LGM=; b=oSwL4IiL0f5UKhk4F9ianYv3pY Bg/1K9c4/3pUk6izxRed4/LhGXeVTc8bnI9OAKinVFRzOXx0c74wJ2zSFryQxjs5xngZkgXjQGtQV ACOZTDYwx+ElZ67HyuHtzpIKdNF7sHBAazP3Y/oebUPJecxdgdxomMDJYHjLqE0ItB+8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ojJFP-001y3r-8a; Fri, 14 Oct 2022 13:53:03 +0200 Date: Fri, 14 Oct 2022 13:53:03 +0200 From: Andrew Lunn To: Harini Katakam Cc: hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, harinikatakamlinux@gmail.com, michal.simek@amd.com, radhey.shyam.pandey@amd.com Subject: Re: [PATCH v2] net: phy: dp83867: Extend RX strap quirk for SGMII mode Message-ID: References: <20221014064735.18928-1-harini.katakam@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221014064735.18928-1-harini.katakam@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 14, 2022 at 12:17:35PM +0530, Harini Katakam wrote: > When RX strap in HW is not set to MODE 3 or 4, bit 7 and 8 in CF4 > register should be set. The former is already handled in > dp83867_config_init; add the latter in SGMII specific initialization. > > Fixes: 2a10154abcb7 ("net: phy: dp83867: Add TI dp83867 phy") > Signed-off-by: Harini Katakam Reviewed-by: Andrew Lunn Please see the netdev FAQ. You are supposed to put the tree this patch is for in the subject line, [PATCH net v2] ... etc. Please remember this for next time. Andrew