From patchwork Mon Dec 3 08:22:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 152683 Delivered-To: patch@linaro.org Received: by 2002:a2e:299d:0:0:0:0:0 with SMTP id p29-v6csp6536537ljp; Mon, 3 Dec 2018 00:22:40 -0800 (PST) X-Google-Smtp-Source: AFSGD/XCGgXhywDTduw/CH6ER6eibmOSgdyfmIVGTEMho9LMflx9U/eKlN4Et1hh0MuWfU7tP3cN X-Received: by 2002:a62:7a8b:: with SMTP id v133mr15281740pfc.159.1543825359879; Mon, 03 Dec 2018 00:22:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543825359; cv=none; d=google.com; s=arc-20160816; b=vrX0DYzRiVe9QWyRCyo6fJbsqxU+3bmoTfqxLswwVm6H98/1cR1Eh8DlPfDtoQhlV8 GH4NjlOkXMiGHhbZplYX2fMXmauexG3ZuAd1IJBX6uqE6DWy9AnZZZK5vkAs6rWWr9O8 BLgmi8k4/5Nqeqx2yaalWMBaySrbXa/T8gaGdnibeMeakIsQt2ghu2Q20lxKfxQnwKbU zw4HpFar8JcvJfFyeLeVeQjrRQtlFrmShei6BI3vZO1Fmqe0Rxs2SKRDDjxXLdssUHw+ keeEcm/Bmt9qYXM9/5AD/uWhnBjkhgzuiYSTcyNl6+SLW6aq7tT2iQ446F3YGikdEFJ5 cnxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=H7J7aoPiMOZYOaoA6CmROOLX0fwq0JLYPuH7BPoPyIY=; b=I52guVs5mt64qQ8h6sRrBCsHkW+CMB3X3z6kaYSjxArygjvAzTzd3WBNJ0uXvdIBs9 JLafv4XlVKzj7gIgpJkU+rF3aJ96XRjf+lnHAvbHKLSwp50tCykRaQTGOb8zFDanFvX6 Mx/P8JWcBgjT7QbFxdAdKFOhU/A5GnjgoHY8Jyyo+eWC9FmVaLOFQVqUVmto2+LlvzoL hARxvdfgkZIQ6HC2ZOvB6nFOIQsp8ngDY/KqgmSHgB2/FQdI3/4vLUopqvb7etPxvc6S 9sQkDX7p9ID0xO/Vd2kYv/Vl6M0Tp5UfXnI23dKC8yycRF4pUHD1Lxk4KPKcbL3nPni1 6OBQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v4si5271556pfm.71.2018.12.03.00.22.39; Mon, 03 Dec 2018 00:22:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725913AbeLCIWk (ORCPT + 32 others); Mon, 3 Dec 2018 03:22:40 -0500 Received: from mx.socionext.com ([202.248.49.38]:49098 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725882AbeLCIWk (ORCPT ); Mon, 3 Dec 2018 03:22:40 -0500 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 03 Dec 2018 17:22:36 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 7BF4718005E; Mon, 3 Dec 2018 17:22:36 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 3 Dec 2018 17:22:36 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id DA6ED1A1235; Mon, 3 Dec 2018 17:22:35 +0900 (JST) From: Kunihiko Hayashi To: Andrew Lunn , Florian Fainelli , Heiner Kallweit , "David S. Miller" Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi Subject: [RFC PATCH net v3] net: phy: Fix the issue that netif always links up after resuming Date: Mon, 3 Dec 2018 17:22:29 +0900 Message-Id: <1543825349-423-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Even though the link is down before entering hibernation, there is an issue that the network interface always links up after resuming from hibernation. The phydev->state is PHY_READY before enabling the network interface, so the link is down. After resuming from hibernation, the phydev->state is forcibly set to PHY_UP in mdio_bus_phy_restore(), and the link becomes up. This patch adds a new convenient function to check whether the PHY is in a started state, and expects to solve the issue by changing phydev->state to PHY_UP and calling phy_start_machine() only when the PHY is started. Suggested-by: Heiner Kallweit Signed-off-by: Kunihiko Hayashi --- Changes since v2: - add mutex lock/unlock for changing phydev->state - check whether the mutex is locked in phy_is_started() Changes since v1: - introduce a new helper function phy_is_started() and use it instead of checking link status - replace checking phydev->state with phy_is_started() in phy_stop_machine() drivers/net/phy/phy.c | 2 +- drivers/net/phy/phy_device.c | 12 +++++++++--- include/linux/phy.h | 13 +++++++++++++ 3 files changed, 23 insertions(+), 4 deletions(-) -- 2.7.4 diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 1d73ac3..f484d03 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -670,7 +670,7 @@ void phy_stop_machine(struct phy_device *phydev) cancel_delayed_work_sync(&phydev->state_queue); mutex_lock(&phydev->lock); - if (phydev->state > PHY_UP && phydev->state != PHY_HALTED) + if (phy_is_started(phydev)) phydev->state = PHY_UP; mutex_unlock(&phydev->lock); } diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c index ab33d17..4897d24 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c @@ -309,10 +309,16 @@ static int mdio_bus_phy_restore(struct device *dev) return ret; /* The PHY needs to renegotiate. */ - phydev->link = 0; - phydev->state = PHY_UP; + mutex_lock(&phydev->lock); + if (phy_is_started(phydev)) { + phydev->state = PHY_UP; + mutex_unlock(&phydev->lock); + phydev->link = 0; + phy_start_machine(phydev); + } else { + mutex_unlock(&phydev->lock); + } - phy_start_machine(phydev); return 0; } diff --git a/include/linux/phy.h b/include/linux/phy.h index 3ea87f7..dd21537 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -898,6 +898,19 @@ static inline bool phy_is_pseudo_fixed_link(struct phy_device *phydev) } /** + * phy_is_started - Convenience function for testing whether a PHY is in + * a started state + * @phydev: the phy_device struct + * + * The caller must have taken the phy_device mutex lock. + */ +static inline bool phy_is_started(struct phy_device *phydev) +{ + WARN_ON(!mutex_is_locked(&phydev->lock)); + return phydev->state >= PHY_UP && phydev->state != PHY_HALTED; +} + +/** * phy_write_mmd - Convenience function for writing a register * on an MMD on a given PHY. * @phydev: The phy_device struct