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 38A1DC25B74 for ; Tue, 21 May 2024 19:08: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=TFYyZT9b+Q7KtOLYhJfW1yy03Bh0Nct3KIa/NUyFgD4=; b=apx7FHTYIT6eE2 mTwNRV1BWZO0pZNrrg/GScb7bdTQsRg/6+JBKVp9RbvpLCIgWopOGmv8ExXgdKCHZbZdLOjEoA6MT ObdNkOqeJ5x9jx1Pdd6VOLrgV7mMgTtryNL0iRgk37Ol1U2MYj5Wp6c/HDfrcrKl2RYFJL0tlPfmD QC097JW2ZGIEQ5TF03rRR3wO0bm8qyFelMeCN8TmS5O6suxTHpvscQGDN0nbM9detAd64kx9EO0oO c1/KS/cvjYsztCuqOMGK01cTW+kYHdqzVBlghQSQdzYh1zLjHXj75ju+G6tOXRlK5pE9NLO2+MAmk ckY0IRHbKUXKY3NCDuBA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s9UqM-00000000s2G-1C3d; Tue, 21 May 2024 19:08:14 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s9UqJ-00000000s13-1b6Q; Tue, 21 May 2024 19:08:12 +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=Aa0cLQv6EXqOfkPotmVcZhdZiy3itIGTrTeuDAF0fks=; b=JugbqVueUMPEOzD6J0OMO/9EUb HVQwA9KIYPYMQBLTwCMP3MfSLThC4zef/dXWPErhjdUyKOEoNvSM0TDt6f0GEJ3OPJV2j4vp9DjJ7 DJOGnhcRqdyekj0IducRHiff0mImOKiA/wvJGV6qXI7kdd6uo86LRDtuWuRWdQ8YxBK0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1s9Uq1-00FmSO-8x; Tue, 21 May 2024 21:07:53 +0200 Date: Tue, 21 May 2024 21:07:53 +0200 From: Andrew Lunn To: Da Xue Cc: Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-stable Subject: Re: [PATCH] net: mdio: meson-gxl set 28th bit in eth_reg2 Message-ID: <8593ae57-d5ec-4b89-899d-4619d7767f81@lunn.ch> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240521_120811_440777_7DCA0C75 X-CRM114-Status: GOOD ( 10.43 ) 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 Tue, May 21, 2024 at 02:56:45PM -0400, Da Xue wrote: > This bit is necessary to enable packets on the interface. Without this > bit set, ethernet behaves as if it is working but no activity occurs. > > The vendor SDK sets this bit along with the PHY_ID bits. u-boot will set > this bit as well but if u-boot is not compiled with networking, the > interface will not work. > > Fixes: 9a24e1ff4326 ("net: mdio: add amlogic gxl mdio mux support"); > > Signed-off-by: Da Xue Please don't put blank lines between tags. If you intend that this patch is backported to stable, please add Cc: stable@vger.kernel.org Also please read: https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html#netdev-faq particularly the bit about indicating the tree in the Subject: Andrew --- pw-bot: cr _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel