summaryrefslogtreecommitdiff
path: root/drivers/net/cxgb3/ael1002.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-14cxgb3: extend copyrights to 2008Divy Le Ray1-1/+1
Update copyright banner to 2008. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-09cxgb3: Support for Aeluros 2005 PHYDivy Le Ray1-16/+994
Add support for SR PHY. Auto-detect phy module type, and report type changes. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-09cxgb3: commnonize LASI phy codeDivy Le Ray1-38/+8
Add generic code to manage interrupt driven PHYs. Do not reset the phy after link parameters update, the new values might get lost. Return early from link change notification when the link parameters remain unchanged. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-09cxgb3: simplify port type struct and usageDivy Le Ray1-4/+12
Second step in overall phy layer reorganization. Clean up the port_type_info structure. Support coextistence of clause 22 and clause 45 MDIO devices. Select the type of MDIO transaction on a per transaction basis. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-09cxgb3: allow for PHY reset statusDivy Le Ray1-8/+12
First step towards overall PHY layering re-organization. Allow a status return when a PHY is reset. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2007-06-21cxgb3 - Fix direct XAUI supportDivy Le Ray1-2/+8
Check all lanes for link status on direct XAUI cards. Don't assume that direct XAUI always uses XGMAC 1. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-06cxgb3 - Add dual licensingDivy Le Ray1-7/+27
Dual licensing, needed for OFED 1.2 Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-06Add support for the latest 1G/10G Chelsio adapter, T3.Divy Le Ray1-0/+231
This driver is required by the Chelsio T3 RDMA driver posted by Steve Wise. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>