From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 91E40376BD6; Wed, 28 Jan 2026 20:51:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769633518; cv=none; b=VCh9Vd/pXOvnhZR0IefBRwcJuB+QCf8mn9JkrNlFk5Pur5ILqrH+JikpTyK99sMC47Po0jaUHnsrKq/lPKal0fDvOemsgQLs+sDg8fD2sIMLv8BKTR0Sw9+ovLvFQkgsM4/UiNn8grGOTu6YbAHQWq5OdL3QqiFfEMqOUUh3P8M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769633518; c=relaxed/simple; bh=+skOGwGVHHs3eTjl4Ay7Jk3a+uA5sNBw5qE8edK8RHc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aQGNF+Id3Iagh8I4+i8ZwgR61RNm3ZzJG6PCLulQdL6pjuvEYv9w6Aj+7QlXOkY58dYRYe284W/kZ8h9OSGiStpKPcchK4JJnGuHdIWLO9sczxLcUvUqwYGgauq/bFXo8pOMkCMxgd5R2jUvxf24VCo/bFSoghJgFvZG4PUoa0M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=HP8azx4Z; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="HP8azx4Z" 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=eRBYmMIMMlnM3NB3FiKT6FOZ6VQf0RXVZgixEnGWmV4=; b=HP8azx4ZvJcJKMGe2TImcvvQsZ RrpDOddzLDlZlHMS3Kkla9B4WzRsXAZnRLbl+whdWzmL0LlWDVTcYL+d7Oh2P1KjbqZPGwKt/8yZH QcVFv8ofu7GAtYviwp1ah1uajHv6EM2NoQZEfkfzDWoz98/7RbhVp9wb6zOpf7w2FyZ4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1vlCVn-005GlF-H0; Wed, 28 Jan 2026 21:51:39 +0100 Date: Wed, 28 Jan 2026 21:51:39 +0100 From: Andrew Lunn To: Marco Felsch Cc: "Russell King (Oracle)" , Michael Nazzareno Trimarchi , Wei Fang , Shenwei Wang , Clark Wang , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Heiner Kallweit , "open list:FREESCALE IMX / MXC FEC DRIVER" , "open list:FREESCALE IMX / MXC FEC DRIVER" , open list Subject: Re: [RFC PATCH] net: phy: integrate reset-after-clock quirk into phy_init_hw Message-ID: References: <20260128094644.302313-1-michael@amarulasolutions.com> <13d1018c-d9aa-4838-8bb3-35c509cd3e35@lunn.ch> <20260128202634.gqevi76o6wnf5xno@pengutronix.de> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260128202634.gqevi76o6wnf5xno@pengutronix.de> > The issue was with the out-of-band reset coming from the FEC driver > which doesn't honor the phy state-machine. Could you explain this is more details. Is the FEC doing something wrong? Andrew