-----Original Message----- From: Jakub Kicinski kuba@kernel.org Sent: Thursday, 10 November, 2022 10:42 AM To: Jamaluddin, Aminuddin aminuddin.jamaluddin@intel.com Cc: Andrew Lunn andrew@lunn.ch; Heiner Kallweit hkallweit1@gmail.com; Russell King linux@armlinux.org.uk; David S . Miller davem@davemloft.net; Eric Dumazet edumazet@google.com; Paolo Abeni pabeni@redhat.com; Ismail, Mohammad Athari mohammad.athari.ismail@intel.com; netdev@vger.kernel.org; linux- kernel@vger.kernel.org; stable@vger.kernel.org; Tan, Tee Min tee.min.tan@intel.com; Zulkifli, Muhammad Husaini muhammad.husaini.zulkifli@intel.com; Looi, Hong Aun hong.aun.looi@intel.com Subject: Re: [PATCH net-next v2] net: phy: marvell: add sleep time after enabling the loopback bit
On Tue, 8 Nov 2022 15:40:05 +0800 Aminuddin Jamaluddin wrote:
Subject: [PATCH net-next v2] net: phy: marvell: add sleep time after enabling the loopback bit
Looks like v1 was tagged for net, why switch to net-next? It's either a fix or not, we don't do gray scales in netdev.
Sleep time is added to ensure the phy to be ready after loopback bit was set. This to prevent the phy loopback test from failing.
V1:
https://patchwork.kernel.org/project/netdevbpf/patch/20220825082238.11
056-1-aminuddin.jamaluddin@intel.com/
git am will cut off at the first --- it finds, so the v1 link and all the tags below we'll be lost when the patch is applied. Please move this section after the tags.
Ok noted will correct this with V3
Fixes: 020a45aff119 ("net: phy: marvell: add Marvell specific PHY loopback") Cc: stable@vger.kernel.org # 5.15.x Signed-off-by: Muhammad Husaini Zulkifli muhammad.husaini.zulkifli@intel.com Signed-off-by: Aminuddin Jamaluddin aminuddin.jamaluddin@intel.com
Amin