summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-01net: fec: Add possibility to enable TXC delayPhilippe Schenker2-0/+12
2020-05-01net: phy: micrel: Add basic support for KSZ9131Philippe Schenker1-0/+58
2020-05-01net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker1-2/+2
2020-05-01imx8: Configure SNVSFranck LENORMAND1-4/+68
2020-05-01imx8: Update SCFW API to version 1.5Ye Li1-0/+50
2020-05-01imx8: scu api: Add support for SECO manufacturing protection APIsBreno Lima1-0/+80
2020-05-01net: smc911x: Split non-DM specific bits from common codeMarek Vasut1-14/+43
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut1-14/+16
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut1-108/+124
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut1-6/+7
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut1-10/+4
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut2-158/+156
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut1-24/+40
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut1-2/+10
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut1-11/+16
2020-05-01net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut1-2/+2
2020-05-01net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut1-5/+3
2020-05-01net: smc911x: Remove pkt_data_{push,pull}Marek Vasut1-7/+2
2020-05-01net: rtl8139: Fill in SPDX tagMarek Vasut1-3/+1
2020-05-01net: rtl8139: Move functions aroundMarek Vasut1-92/+87
2020-05-01net: rtl8139: Finish cleanupMarek Vasut1-86/+87
2020-05-01net: rtl8139: Factor out hardware resetMarek Vasut1-17/+11
2020-05-01net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut1-5/+8
2020-05-01net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut1-30/+33
2020-05-01net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut1-33/+31
2020-05-01net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut1-27/+34
2020-05-01net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut1-11/+8
2020-05-01net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut1-2/+2
2020-05-01net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut1-9/+13
2020-05-01net: rtl8139: Rework eeprom_delay() macroMarek Vasut1-14/+17
2020-05-01net: rtl8139: Register macro cleanupMarek Vasut1-111/+152
2020-05-01net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut1-1/+3
2020-05-01net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut1-0/+6
2020-05-01net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut1-0/+1
2020-05-01net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut1-1/+1
2020-05-01net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut1-1/+2
2020-05-01net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut1-2/+2
2020-05-01net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond()Marek Vasut1-36/+21
2020-05-01net: dc2114x: Reorganize driverMarek Vasut1-347/+325
2020-05-01net: dc2114x: Clean up INL/OUTL functionsMarek Vasut1-24/+24
2020-05-01net: dc2114x: Clean up DE4X5 macrosMarek Vasut1-39/+50
2020-05-01net: dc2114x: Clean up remaining driver codeMarek Vasut1-43/+43
2020-05-01net: dc2114x: Clean up SROM operationsMarek Vasut1-54/+63
2020-05-01net: dc2114x: Clean up send_setup_frame()Marek Vasut1-22/+22
2020-05-01net: dc2114x: Clean up dc21x4x_halt()Marek Vasut1-2/+2
2020-05-01net: dc2114x: Clean up dc21x4x_recv()Marek Vasut1-25/+19
2020-05-01net: dc2114x: Clean up dc21x4x_send()Marek Vasut1-22/+20
2020-05-01net: dc2114x: Clean up init codeMarek Vasut1-34/+32
2020-05-01net: pcnet: Switch to PCI memory accessMarek Vasut1-3/+3
2020-05-01net: pcnet: Replace mips-specific accessorsMarek Vasut1-1/+3