projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d41de3c
)
phylib: Add autoload support for the LXT973 phy.
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 22 Jun 2010 02:38:13 +0000
(
02:38
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 27 Jun 2010 05:12:03 +0000
(22:12 -0700)
Commit
e13647c1
(phylib: Add support for the LXT973 phy.) added a new ID
but neglected to also add it to the MODULE_DEVICE_TABLE.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/lxt.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/lxt.c
b/drivers/net/phy/lxt.c
index
dbd0034
..
29c39ff
100644
(file)
--- a/
drivers/net/phy/lxt.c
+++ b/
drivers/net/phy/lxt.c
@@
-226,6
+226,7
@@
module_exit(lxt_exit);
static struct mdio_device_id lxt_tbl[] = {
{ 0x78100000, 0xfffffff0 },
{ 0x001378e0, 0xfffffff0 },
+ { 0x00137a10, 0xfffffff0 },
{ }
};