Received: by 2002:a05:6a10:c604:0:0:0:0 with SMTP id y4csp3758894pxt; Tue, 10 Aug 2021 10:38:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJweOJeCgdG7e96BxEX5b3h8/stOCnIXmExxgUcwok21w5iyyGIkKqjodMwN4/9HFmJRzz5L X-Received: by 2002:a05:6402:2067:: with SMTP id bd7mr2078110edb.176.1628617122223; Tue, 10 Aug 2021 10:38:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628617122; cv=none; d=google.com; s=arc-20160816; b=fD3y3wnhko/zrb0xvSXy2HO2K8ZpvY/U1tz5nA192HLl1Ug2IYm3rw4lP36IV50ywj 8tk60310NY50kpoIRt4qg1BTXLJC+X4hW5tm3CONlIOYSAcaxZ2plgAxN9bR5ChFIHif YGXDFks/LjOOLd0TOxSkwbgU34cI2suapvlnwc7JMs1JCU3hzPupQyxliDe57NqATEmh MZICzPx5obZQxqiTnb/7Z00wOfNIGC7PVHfk4lRPyh8pwMR5EXromExEfoqPSDWgP4Dp nufObSmdDpuxb31VosD/eY/U/KAykvvgmawWA5I6StUjry8R8CaYh+alPo1PuhWHPaLy Dyyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=4zYBJdDCf8JPaUK/GC/BbKMUC2ldKlj9NSU3Se/RIDs=; b=J1BgLlhbZjkQGo5m6VgGtZ7U8XNxRtQ8mzVBiKKqJqghdu5SlnFHZR9Vo1K9AZBYKf MHtmn5LRHbvSZOja0lPh9z4XmxN8R1KtzeOF/Sm7kWVvcb+S+N9yVMNsGErZoXV7ikkE 67CmG1XEZgWm/Tl3b8pJFdTNFFRGu1C/4vM87lsTBbGH0vqTTcHcPVwI441RB+3pXgR8 xZ4iMqK+pvpRF1ToFlEHbwZWgoCWxIXcsiT65+7pDCa/IggOGzBTiezcuqeYVsGfwCfB HjI8QTQzH+J/sYUCnOGHuertYp2CK/tpE9hjyyq5WmFDux6HcPW2JdMk9W8zRv7/9jpM oRtw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=S7sZk2+Y; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bv23si21276007ejb.62.2021.08.10.10.38.16; Tue, 10 Aug 2021 10:38:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=S7sZk2+Y; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233766AbhHJRfp (ORCPT + 99 others); Tue, 10 Aug 2021 13:35:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:41904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232584AbhHJRej (ORCPT ); Tue, 10 Aug 2021 13:34:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8CB9461078; Tue, 10 Aug 2021 17:34:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628616857; bh=Oq6Tn8AMwPFrn9rdR4cmYwhYNnHNHc2+CLpJyFxMcGA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S7sZk2+YqQfTOohASnLVdeoe0jXfo03z9dzg1d+rapkcvCL5HgUPugehcOuW3GV8l huPNJDutPNWP3svj5SEAGImQzndRm5VdW81eh0neKw8Z1aY+m7u3kXtgaHg/Fp9xqW bd5Ku4lx/oyLeAUHvQGHZoZShJBRTGl2KxDl+W3c= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Steve Bennett , Marek Vasut , "David S. Miller" , Sasha Levin Subject: [PATCH 5.4 23/85] net: phy: micrel: Fix detection of ksz87xx switch Date: Tue, 10 Aug 2021 19:29:56 +0200 Message-Id: <20210810172948.976470286@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210810172948.192298392@linuxfoundation.org> References: <20210810172948.192298392@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Steve Bennett [ Upstream commit a5e63c7d38d548b8dab6c6205e0b6af76899dbf5 ] The logic for discerning between KSZ8051 and KSZ87XX PHYs is incorrect such that the that KSZ87XX switch is not identified correctly. ksz8051_ksz8795_match_phy_device() uses the parameter ksz_phy_id to discriminate whether it was called from ksz8051_match_phy_device() or from ksz8795_match_phy_device() but since PHY_ID_KSZ87XX is the same value as PHY_ID_KSZ8051, this doesn't work. Instead use a bool to discriminate the caller. Without this patch, the KSZ8795 switch port identifies as: ksz8795-switch spi3.1 ade1 (uninitialized): PHY [dsa-0.1:03] driver [Generic PHY] With the patch, it identifies correctly: ksz8795-switch spi3.1 ade1 (uninitialized): PHY [dsa-0.1:03] driver [Micrel KSZ87XX Switch] Fixes: 8b95599c55ed24b36cf4 ("net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs") Signed-off-by: Steve Bennett Reviewed-by: Marek Vasut Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- drivers/net/phy/micrel.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index 663c68ed6ef9..910ab2182158 100644 --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c @@ -343,11 +343,11 @@ static int ksz8041_config_aneg(struct phy_device *phydev) } static int ksz8051_ksz8795_match_phy_device(struct phy_device *phydev, - const u32 ksz_phy_id) + const bool ksz_8051) { int ret; - if ((phydev->phy_id & MICREL_PHY_ID_MASK) != ksz_phy_id) + if ((phydev->phy_id & MICREL_PHY_ID_MASK) != PHY_ID_KSZ8051) return 0; ret = phy_read(phydev, MII_BMSR); @@ -360,7 +360,7 @@ static int ksz8051_ksz8795_match_phy_device(struct phy_device *phydev, * the switch does not. */ ret &= BMSR_ERCAP; - if (ksz_phy_id == PHY_ID_KSZ8051) + if (ksz_8051) return ret; else return !ret; @@ -368,7 +368,7 @@ static int ksz8051_ksz8795_match_phy_device(struct phy_device *phydev, static int ksz8051_match_phy_device(struct phy_device *phydev) { - return ksz8051_ksz8795_match_phy_device(phydev, PHY_ID_KSZ8051); + return ksz8051_ksz8795_match_phy_device(phydev, true); } static int ksz8081_config_init(struct phy_device *phydev) @@ -396,7 +396,7 @@ static int ksz8061_config_init(struct phy_device *phydev) static int ksz8795_match_phy_device(struct phy_device *phydev) { - return ksz8051_ksz8795_match_phy_device(phydev, PHY_ID_KSZ87XX); + return ksz8051_ksz8795_match_phy_device(phydev, false); } static int ksz9021_load_values_from_of(struct phy_device *phydev, -- 2.30.2