Thread (36 messages) 36 messages, 3 authors, 2021-10-20

Re: [PATCH v3 05/13] net: phy: add qca8081 ethernet phy driver

From: Jie Luo <hidden>
Date: 2021-10-19 11:48:32
Also in: lkml

On 10/19/2021 2:47 AM, Andrew Lunn wrote:
quoted
@@ -1441,6 +1455,7 @@ static struct mdio_device_id __maybe_unused atheros_tbl[] = {
  	{ PHY_ID_MATCH_EXACT(ATH8032_PHY_ID) },
  	{ PHY_ID_MATCH_EXACT(ATH8035_PHY_ID) },
  	{ PHY_ID_MATCH_EXACT(ATH9331_PHY_ID) },
+	{ PHY_ID_MATCH_EXACT(QCA8081_PHY_ID) },
  	{ }
What tree is this against? I have:

static struct mdio_device_id __maybe_unused atheros_tbl[] = {
         { ATH8030_PHY_ID, AT8030_PHY_ID_MASK },
         { PHY_ID_MATCH_EXACT(ATH8031_PHY_ID) },
         { PHY_ID_MATCH_EXACT(ATH8032_PHY_ID) },
         { PHY_ID_MATCH_EXACT(ATH8035_PHY_ID) },
         { PHY_ID_MATCH_EXACT(ATH9331_PHY_ID) },
         { PHY_ID_MATCH_EXACT(QCA8337_PHY_ID) },
         { PHY_ID_MATCH_EXACT(QCA8327_A_PHY_ID) },
         { PHY_ID_MATCH_EXACT(QCA8327_B_PHY_ID) },
         { PHY_ID_MATCH_EXACT(QCA9561_PHY_ID) },
         { }
};

	Andrew
will update it based on the latest tree in the next patch set.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help