[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100503.154909.107135972.davem@davemloft.net>
Date: Mon, 03 May 2010 15:49:09 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: David.Choi@...rel.Com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH linux-2.6.34-rc5] drivers/net/phy: micrel phy driver
From: David Miller <davem@...emloft.net>
Date: Mon, 03 May 2010 15:44:15 -0700 (PDT)
> From: "Choi, David" <David.Choi@...rel.Com>
> Date: Thu, 29 Apr 2010 09:12:41 -0700
>
>> To whom it may have concerned:
>>
>> From: David J. Choi <david.choi@...rel.com>
>> Body of the explanation: This is the first version of phy driver from Micrel Inc.
>> Signed-off-by: David J. Choi <david.choi@...rel.com>
>
> Applied, thank you.
When I merged this into net-next-2.6 from net-2.6, I added the
appropriate module device table to the driver.
phy/micrel: Add module device ID table for autoloading.
Signed-off-by: David S. Miller <davem@...emloft.net>
---
drivers/net/phy/micrel.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
index 0cd80e4..68dd107 100644
--- a/drivers/net/phy/micrel.c
+++ b/drivers/net/phy/micrel.c
@@ -102,3 +102,12 @@ module_exit(ksphy_exit);
MODULE_DESCRIPTION("Micrel PHY driver");
MODULE_AUTHOR("David J. Choi");
MODULE_LICENSE("GPL");
+
+static struct mdio_device_id micrel_tbl[] = {
+ { PHY_ID_KSZ9021, 0x000fff10 },
+ { PHY_ID_VSC8201, 0x00fffff0 },
+ { PHY_ID_KS8001, 0x00fffff0 },
+ { }
+};
+
+MODULE_DEVICE_TABLE(mdio, micrel_tbl);
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists