netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] drivers: net: phy: at803x: Add missing mdio device id
@ 2013-07-11 11:57 Helmut Schaa
  2013-07-11 11:57 ` [PATCH 2/2] drivers: net: phy: at803x: LED control via led subsystem Helmut Schaa
  2013-07-11 18:54 ` [PATCH 1/2] drivers: net: phy: at803x: Add missing mdio device id David Miller
  0 siblings, 2 replies; 9+ messages in thread
From: Helmut Schaa @ 2013-07-11 11:57 UTC (permalink / raw)
  To: netdev; +Cc: davem, Helmut Schaa

at803x supports Atheros 8030, 8031 and 8035 PHYs. 8031 was missing from
the mdio device id table.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
---
 drivers/net/phy/at803x.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c
index 1f7091b..ac22283 100644
--- a/drivers/net/phy/at803x.c
+++ b/drivers/net/phy/at803x.c
@@ -217,6 +217,7 @@ module_exit(atheros_exit);
 
 static struct mdio_device_id __maybe_unused atheros_tbl[] = {
 	{ 0x004dd076, 0xffffffef },
+	{ 0x004dd074, 0xffffffef },
 	{ 0x004dd072, 0xffffffef },
 	{ }
 };
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-07-16  6:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11 11:57 [PATCH 1/2] drivers: net: phy: at803x: Add missing mdio device id Helmut Schaa
2013-07-11 11:57 ` [PATCH 2/2] drivers: net: phy: at803x: LED control via led subsystem Helmut Schaa
2013-07-11 12:15   ` Florian Fainelli
2013-07-11 12:57     ` Helmut Schaa
2013-07-12  7:19       ` Florian Fainelli
2013-07-16  6:56         ` Helmut Schaa
2013-07-11 18:54   ` David Miller
2013-07-11 19:04     ` Helmut Schaa
2013-07-11 18:54 ` [PATCH 1/2] drivers: net: phy: at803x: Add missing mdio device id David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).