netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Helmut Schaa <helmut.schaa@googlemail.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, Helmut Schaa <helmut.schaa@googlemail.com>
Subject: [PATCH 1/2] drivers: net: phy: at803x: Add missing mdio device id
Date: Thu, 11 Jul 2013 13:57:34 +0200	[thread overview]
Message-ID: <1373543855-31670-1-git-send-email-helmut.schaa@googlemail.com> (raw)

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

             reply	other threads:[~2013-07-11 11:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 11:57 Helmut Schaa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1373543855-31670-1-git-send-email-helmut.schaa@googlemail.com \
    --to=helmut.schaa@googlemail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).