Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp312363imp; Thu, 21 Feb 2019 01:54:15 -0800 (PST) X-Google-Smtp-Source: AHgI3IYOVqRJ1n7ipBuUzQNO1oGnK1xwd5o54xr1JDUNp9cYvWLygE6+2VhbQmMVCQw3eLwNcgdt X-Received: by 2002:a63:6881:: with SMTP id d123mr33413241pgc.10.1550742854931; Thu, 21 Feb 2019 01:54:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550742854; cv=none; d=google.com; s=arc-20160816; b=K1yBX/jBZ0DmXUVE/zpGZ3SG0p6y35pTV+RcTklHxeXIHVrIi9BrwlibOj4qkv64zD ok5H4QcpmgHwZneQ+nnfRXQ7V9Gp2OwPCN6NNiROZyHZf07TWHybG71JXhIdUOA9/084 BiI3GPSxXEzwCnvg9/1kkD+7T8UmnSKraUak7/vBAC8QjfR+4wdI6NgytvVmRIiyFvvx WCofPpSK67SJ8vtpE+2hMVWCSWX0ZPIVkjnD5c+flXoFfhekJwpm4KnkOye4nuBUWel+ zCbvSwShPzTlAIX/+C5eysnGYkabzrrfVKfUtmBIFTH/rESzyUWHt6BaDyrinHhpAgZ1 Ui1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=74CboNYkTFonohlG2UH8gHvHwMZaXHw90b+D0z1VrD8=; b=dbHwn2YiKTU89l2gdAKoQuivZGfPV7DzSrz19UB68m88ibkn+TvPdKS3XHZCMIkYkE M5UcPAAZPRrBC4gR1DGuPUGNRJYS8WfQZLzqotRhmLwxm2XS5mNiS8R6gKSZ1/s9yVMA A3iZbzsPPpgA7/jwsHdxbRUTaqnmLUUNtGfE2ghF5Onv9LBHTwRTKTCYM1qGqGqxOVVW KhJ9jPVa8SBQivVoYxD8NOtr6BlSNh9MLf6LdbbtACD2SuSkUuD/WHhDBYnR9d4eaMzd UnuJJWjDCLwOmwc6FFWk45r5rl2L+Dm1tgGwec5msR4dcYQpNY8BXjge0StN/k86GhGP cAIw== 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 y32si16324483pga.518.2019.02.21.01.53.59; Thu, 21 Feb 2019 01:54:14 -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 S1727725AbfBUJvu (ORCPT + 99 others); Thu, 21 Feb 2019 04:51:50 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:49585 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727664AbfBUJvr (ORCPT ); Thu, 21 Feb 2019 04:51:47 -0500 X-Originating-IP: 90.88.23.190 Received: from mc-bl-xps13.lan (aaubervilliers-681-1-81-190.w90-88.abo.wanadoo.fr [90.88.23.190]) (Authenticated sender: maxime.chevallier@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id D3741C0006; Thu, 21 Feb 2019 09:51:42 +0000 (UTC) From: Maxime Chevallier To: davem@davemloft.net Cc: Maxime Chevallier , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Lunn , Florian Fainelli , Heiner Kallweit , Russell King , linux-arm-kernel@lists.infradead.org, Antoine Tenart , thomas.petazzoni@bootlin.com, gregory.clement@bootlin.com, miquel.raynal@bootlin.com, nadavh@marvell.com, stefanc@marvell.com, mw@semihalf.com Subject: [PATCH net-next 4/7] net: phy: marvell10g: Use a #define for 88X3310 family id Date: Thu, 21 Feb 2019 10:51:25 +0100 Message-Id: <20190221095128.28188-5-maxime.chevallier@bootlin.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190221095128.28188-1-maxime.chevallier@bootlin.com> References: <20190221095128.28188-1-maxime.chevallier@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The PHY ID corresponding to the 88X3310 is also used for other PHYs in the same family, such as the 88E2010. Use a #define for the PHY id, that ignores the last nibble. Signed-off-by: Maxime Chevallier --- drivers/net/phy/marvell10g.c | 4 ++-- include/linux/marvell_phy.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy/marvell10g.c index 127200a8cf9b..9323bcf15dbd 100644 --- a/drivers/net/phy/marvell10g.c +++ b/drivers/net/phy/marvell10g.c @@ -442,7 +442,7 @@ static int mv3310_read_status(struct phy_device *phydev) static struct phy_driver mv3310_drivers[] = { { - .phy_id = 0x002b09aa, + .phy_id = MARVELL_PHY_ID_88X3310, .phy_id_mask = MARVELL_PHY_ID_MASK, .name = "mv88x3310", .get_features = mv3310_get_features, @@ -460,7 +460,7 @@ static struct phy_driver mv3310_drivers[] = { module_phy_driver(mv3310_drivers); static struct mdio_device_id __maybe_unused mv3310_tbl[] = { - { 0x002b09aa, MARVELL_PHY_ID_MASK }, + { MARVELL_PHY_ID_88X3310, MARVELL_PHY_ID_MASK }, { }, }; MODULE_DEVICE_TABLE(mdio, mv3310_tbl); diff --git a/include/linux/marvell_phy.h b/include/linux/marvell_phy.h index 1eb6f244588d..70c17345e118 100644 --- a/include/linux/marvell_phy.h +++ b/include/linux/marvell_phy.h @@ -20,6 +20,7 @@ #define MARVELL_PHY_ID_88E1540 0x01410eb0 #define MARVELL_PHY_ID_88E1545 0x01410ea0 #define MARVELL_PHY_ID_88E3016 0x01410e60 +#define MARVELL_PHY_ID_88X3310 0x002b09a0 /* The MV88e6390 Ethernet switch contains embedded PHYs. These PHYs do * not have a model ID. So the switch driver traps reads to the ID2 -- 2.19.2