From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net] net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031 Date: Sat, 12 Jan 2019 21:14:29 -0800 Message-ID: References: <6d3b1dce-7633-51a1-0556-97cd03304c2c@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: "netdev@vger.kernel.org" , Tony Lindgren To: Heiner Kallweit , Andrew Lunn , David Miller Return-path: Received: from mail-ot1-f68.google.com ([209.85.210.68]:45586 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725796AbfAMFOf (ORCPT ); Sun, 13 Jan 2019 00:14:35 -0500 Received: by mail-ot1-f68.google.com with SMTP id 32so16611038ota.12 for ; Sat, 12 Jan 2019 21:14:34 -0800 (PST) In-Reply-To: <6d3b1dce-7633-51a1-0556-97cd03304c2c@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On January 10, 2019 11:22:26 AM PST, Heiner Kallweit wrote: >So far genphy_soft_reset was used automatically if the PHY driver >didn't implement the soft_reset callback=2E This changed with the >mentioned commit and broke KSZ9031=2E To fix this configure the >KSZ9031 PHY driver to use genphy_soft_reset=2E > >Fixes: 6e2d85ec0559 ("net: phy: Stop with excessive soft reset") >Reported-by: Tony Lindgren >Signed-off-by: Heiner Kallweit Reviewed-by: Florian Fainelli --=20 Florian