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 CAE64C77B73 for ; Mon, 22 May 2023 15:16:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233593AbjEVPQN (ORCPT ); Mon, 22 May 2023 11:16:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233411AbjEVPQL (ORCPT ); Mon, 22 May 2023 11:16:11 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4905ECF; Mon, 22 May 2023 08:16:07 -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=gzh0DelY5O74xD3f0GRPPv07lnaaXkzAh2BdsrAJ55Y=; b=jgH6WJZKu2mBEYqqjpC2lYLMdp 5L7qB0dM8FoErYAEVTU8MnGt95BeGHoYHX9TYLxn08UMk8xh8nr13d7P+2jGVF8iJPSDlRkjUbWBt nl1GnuFAF5ReX5A98UUKKknR9m67dsYZu6JGdEnyN3ZbSlbyLjfIPdpd8y5/VJR8mHyI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q17GO-00DYen-Ug; Mon, 22 May 2023 17:15:56 +0200 Date: Mon, 22 May 2023 17:15:56 +0200 From: Andrew Lunn To: Francesco Dolcini Cc: Praneeth Bajjuri , Geet Modi , "David S. Miller" , Heiner Kallweit , Russell King , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Grygorii Strashko , Dan Murphy Subject: Re: DP83867 ethernet PHY regression Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 22, 2023 at 04:58:46PM +0200, Francesco Dolcini wrote: > Hello all, > commit da9ef50f545f ("net: phy: dp83867: perform soft reset and retain > established link") introduces a regression on my TI AM62 based board. > > I have a working DTS with Linux TI 5.10 downstream kernel branch, while > testing the DTS with v6.4-rc in preparation of sending it to the mailing > list I noticed that ethernet is working only on a cold poweron. Do you have more details about how it does not work. Please could you use: mii-tool -vvv ethX in both the good and bad state. The register values might give us a clue. Thanks Andrew