summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Staging: et131x: Clean up the phy code, especially dup stuffAlan Cox2-409/+215
2009-12-11Staging: et131x: phy clean upAlan Cox2-569/+545
2009-12-11Staging: et131x: Clean up MII controlAlan Cox2-128/+56
2009-12-11Staging: et131x: kill off MAC_TEST_tAlan Cox1-13/+2
2009-12-11Staging: et131x: clean up MAX_FM typeAlan Cox2-15/+3
2009-12-11Staging: et131x: Clean up MAC_CFG typesAlan Cox3-117/+68
2009-12-11Staging: et131x: Clean up the MII_MGMT typeAlan Cox2-27/+9
2009-12-11Staging: et131x: Clean up the half duplex control reg typesAlan Cox2-39/+13
2009-12-11Staging: et131x: Clean the IPG types upAlan Cox2-29/+12
2009-12-11Staging: et131x: Kill the RX skb list element - it isn't usedAlan Cox1-9/+0
2009-12-11Staging: et131x: Kill the RX pending listAlan Cox2-23/+0
2009-12-11Staging: et131x: tx ring mac error is only used as a localAlan Cox2-6/+3
2009-12-11Staging: et131x: Bring tx into coding styleAlan Cox2-26/+28
2009-12-11Staging: et131x: kill unused tcb fieldsAlan Cox2-4/+2
2009-12-11Staging: et131x: Clean up tx namingAlan Cox4-193/+142
2009-12-11Staging: et131x: Clean up the tx ring initAlan Cox1-11/+7
2009-12-11Staging: et131x: tidy up a bit furtherAlan Cox2-57/+16
2009-12-11Staging: et131x: Remove old SendWaitQueue codeAlan Cox4-54/+4
2009-12-11Staging: et131x: fold up simple wrapper functionsAlan Cox1-34/+5
2009-12-11Staging: et131x: Clean up the receive arraysAlan Cox1-18/+1
2009-12-11Staging: et131x: first pass RX cleanupAlan Cox1-209/+205
2009-12-11Staging: et131x: pci_alloc_consistent DMA alignment is guaranteedAlan Cox4-59/+14
2009-12-11Staging: et131x: the stuck descriptor copy is never usedAlan Cox1-9/+0
2009-12-11Staging: et131x: tidy up names for the TX structuresAlan Cox5-278/+275
2009-12-11Staging: et131x: clean up WORD2 usageAlan Cox2-36/+20
2009-12-11Staging: et131x: clean up word 3 definitionAlan Cox2-49/+25
2009-12-11Staging: et131x: rxstat is not usedAlan Cox1-23/+13
2009-12-11Staging: et131x: PHY loopback cannot be set (and isn't useful for us anyway)Alan Cox6-97/+56
2009-12-11Staging: et131x: kill NMI hacksAlan Cox3-30/+0
2009-12-11Staging: et131x: tidy up initpci codeAlan Cox3-252/+192
2009-12-11Staging: et131x: Kill the NoPhyAccess variableAlan Cox3-6/+1
2009-12-11Staging: et131x: extract the eeprom setup logic from initpciAlan Cox3-72/+73
2009-12-11Staging: et131x: tidy eeprom code upAlan Cox3-265/+158
2009-12-11Staging: et131x: kill SUCCESS and FAILURE definesAlan Cox3-20/+12
2009-12-11Staging: et131x: adding __init/__exit macrosPeter Huewe1-2/+2
2009-10-14Staging: et131x: Fix the add_10bit macroAlan Cox1-1/+1
2009-10-14Staging: et131x: Correct WRAP bit handlingAlan Cox1-6/+14
2009-09-15Staging: et131x: kill off the TXDMA CSR typeAlan Cox2-36/+17
2009-09-15Staging: et131x: kill off the TXDMA error typeAlan Cox2-31/+10
2009-09-15Staging: et131x: re-order the initpci code to match usual Linux styleAlan Cox1-93/+84
2009-09-15Staging: et131x: prune all the debug codeAlan Cox13-1721/+117
2009-09-15Staging: et131x: kill the loopback typeAlan Cox2-19/+7
2009-09-15Staging: et131x: kill MSI typeAlan Cox2-40/+26
2009-09-15Staging: et131x: put the jagcore routines in with their usersAlan Cox5-263/+128
2009-09-15Staging: et131x: kill the interrupt magic define and typesAlan Cox4-108/+80
2009-09-15Staging: et131x: clean up MP_FLAG macrosAlan Cox8-39/+24
2009-09-15Staging: et131x: clean up DMA10/DMA4 typesAlan Cox6-201/+120
2009-09-15Staging: et131x: clean up PM_CSR_tAlan Cox5-74/+43
2009-09-15Staging: et131x: kill the Q_ADDR structAlan Cox3-63/+30
2009-09-15Staging: et131x: quick tidy of the debug codeAlan Cox1-47/+38