summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/et1310_phy.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23staging: et131x: Put all .c files into one big fileMark Einon1-375/+0
2011-10-11staging: et131x: Remove file et131x_version.hMark Einon1-1/+0
2011-10-04staging: et131x: Updating copyright statements and module authorsMark Einon1-0/+2
2011-10-04staging: et131x: Remove adapter->bmsr, replace with phydev equivalentsMark Einon1-3/+0
2011-09-26staging: et131x: Remove et131x_check_mii() and move functionality into et131x...Mark Einon1-167/+0
2011-09-06staging: et131x: Remove ai_force_[duplex|speed] from et131x_adapterMark Einon1-4/+2
2011-09-06staging: et131x: Replace magic numbers in et1310_phy.c with definesMark Einon1-36/+41
2011-09-06staging: et131x: remove calls to netif_carrier_[on|off] from et131x_mii_checkMark Einon1-3/+0
2011-09-06staging: et131x: Remove redundant struct adapter membersMark Einon1-6/+0
2011-09-06staging: et131x: Remove private adapter->duplex_mode and use phydev->duplex i...Mark Einon1-4/+0
2011-09-06staging: et131x: Remove private adapter->linkspeed and use phydev->speed insteadMark Einon1-5/+4
2011-09-06staging: et131x: Fix checkpatch whitespace warningsMark Einon1-6/+10
2011-09-06staging: et131x: Use MII register defines from mii.hMark Einon1-11/+11
2011-09-06staging: et131x: Remove redundant phy codeMark Einon1-413/+2
2011-09-06staging: et131x: Remove xcvr_addr and et131x_xcvr_findMark Einon1-43/+29
2011-08-29staging: et131x: Use phy-device, mii_bus and ethtool_opsMark Einon1-7/+38
2011-08-29staging: et131x: Remove unused xcvr_id in struct ce_statsMark Einon1-4/+0
2011-08-23staging: et131x: Fix free IRQ from IRQ context warning after tx_timeoutMark Einon1-1/+0
2011-08-23staging: et131x: Fix link detection signallingMark Einon1-25/+1
2011-08-23staging: et131x: Rename var name 'etdev' to 'adapter' throughout moduleMark Einon1-195/+195
2011-08-23staging: et131x: Converting et1310_adapter.h variable names from CamelCaseMark Einon1-18/+18
2011-08-23staging: et131x: Remove unecessary *etdev NULL check in et1310_phy_init()Mark Einon1-3/+0
2011-08-23staging: et131x: add et1310_ prefix to et1310_mac.c functionsMark Einon1-2/+2
2011-08-23staging: et131x: Converting et1310_rx.c function and local names from CamelCaseMark Einon1-1/+1
2011-08-23staging: et131x: Converting et1310_pm.c function and local names from CamelCaseMark Einon1-1/+1
2011-08-23staging: et131x: Converting et1310_phy.c function and local names from CamelCaseMark Einon1-202/+200
2011-08-23staging: et131x: Converting et1310_mac.c function and local names from CamelCaseMark Einon1-2/+2
2011-07-05staging: et131x: Remove typedefs from et1310_phy.hMark Einon1-7/+8
2011-07-05staging: et131x: Fix stats->rx_packets accountingMark Einon1-3/+1
2011-07-05staging: transciever/transceiver spelling fixesJoe Perches1-1/+1
2011-06-28staging: et131x: Removing '_t' from ce_stats_t structMark Einon1-3/+3
2011-06-28staging: et131x: Fixes multiple 'WARNING: do not add new typedefs'.Mark Einon1-2/+2
2011-06-28staging: et131x: checkpatch fixes for et1310_address_map.h (All 'do not add n...Mark Einon1-3/+3
2011-02-04staging: et131x: Begin cleaning up the MI registersAlan Cox1-24/+26
2011-02-04staging: et131x: Clean up the phy coma stuffAlan Cox1-2/+2
2011-02-04staging: et131x: Kill of the eFLOW_CONTROL enumAlan Cox1-6/+6
2011-02-04staging: et131x: Turn a few more LongCapitalisedThings into Linuxish namesAlan Cox1-2/+2
2010-06-17Staging: et131x: Small format/style tidyupsLars Lindley1-3/+5
2010-05-11Staging: et131x: fix most coding style issues in et131xMichael Sprecher1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-03Staging: et131x: Collapse all the function definitions into one placeAlan Cox1-5/+2
2009-12-11Staging: et131x: Clean up the phy code, especially dup stuffAlan Cox1-408/+214
2009-12-11Staging: et131x: phy clean upAlan Cox1-541/+543
2009-12-11Staging: et131x: Clean up MII controlAlan Cox1-53/+32
2009-12-11Staging: et131x: PHY loopback cannot be set (and isn't useful for us anyway)Alan Cox1-8/+2
2009-09-15Staging: et131x: prune all the debug codeAlan Cox1-80/+8
2009-09-15Staging: et131x: clean up MP_FLAG macrosAlan Cox1-5/+3
2009-09-15Staging: et131x: continue pruning unused fieldsAlan Cox1-1/+1
2009-09-15Staging: et131x: de-hungarianise a bitAlan Cox1-119/+119
2009-09-15Staging: et131x: CSRAddress to regsAlan Cox1-2/+2