[PATCH v3 net-next] phy: increase size of MII_BUS_ID_SIZE and bus_id

Subsystems: ethernet phy library, the rest

STALE3499d

3 messages, 3 authors, 2017-01-19 · open the first message on its own page

[PATCH v3 net-next] phy: increase size of MII_BUS_ID_SIZE and bus_id

From: Volodymyr Bendiuga <hidden>
Date: 2017-01-19 16:05:22

Some bus names are pretty long and do not fit into
17 chars. Increase therefore MII_BUS_ID_SIZE and
phy_fixup.bus_id to larger number. Now mii_bus.id
can host larger name.

Signed-off-by: Volodymyr Bendiuga <redacted>
Signed-off-by: Magnus Öberg <redacted>
---
 include/linux/phy.h | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/include/linux/phy.h b/include/linux/phy.h
index f7d95f6..5c9d252 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -158,11 +158,7 @@ static inline const char *phy_modes(phy_interface_t interface)
 /* Used when trying to connect to a specific phy (mii bus id:phy device id) */
 #define PHY_ID_FMT "%s:%02x"
 
-/*
- * Need to be a little smaller than phydev->dev.bus_id to leave room
- * for the ":%02x"
- */
-#define MII_BUS_ID_SIZE	(20 - 3)
+#define MII_BUS_ID_SIZE	61
 
 /* Or MII_ADDR_C45 into regnum for read/write on mii_bus to enable the 21 bit
    IEEE 802.3ae clause 45 addressing mode used by 10GIGE phy chips. */
@@ -632,7 +628,7 @@ struct phy_driver {
 /* A Structure for boards to register fixups with the PHY Lib */
 struct phy_fixup {
 	struct list_head list;
-	char bus_id[20];
+	char bus_id[MII_BUS_ID_SIZE + 3];
 	u32 phy_uid;
 	u32 phy_uid_mask;
 	int (*run)(struct phy_device *phydev);
-- 
2.7.4

Re: [PATCH v3 net-next] phy: increase size of MII_BUS_ID_SIZE and bus_id

From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-01-19 16:41:03

On Thu, Jan 19, 2017 at 05:05:04PM +0100, Volodymyr Bendiuga wrote:
Some bus names are pretty long and do not fit into
17 chars. Increase therefore MII_BUS_ID_SIZE and
phy_fixup.bus_id to larger number. Now mii_bus.id
can host larger name.

Signed-off-by: Volodymyr Bendiuga <redacted>
Signed-off-by: Magnus Öberg <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

Re: [PATCH v3 net-next] phy: increase size of MII_BUS_ID_SIZE and bus_id

From: David Miller <davem@davemloft.net>
Date: 2017-01-19 17:01:04

From: Volodymyr Bendiuga <redacted>
Date: Thu, 19 Jan 2017 17:05:04 +0100
Some bus names are pretty long and do not fit into
17 chars. Increase therefore MII_BUS_ID_SIZE and
phy_fixup.bus_id to larger number. Now mii_bus.id
can host larger name.

Signed-off-by: Volodymyr Bendiuga <redacted>
Signed-off-by: Magnus Öberg <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help