aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/rtl8139.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-06-12net: rtl8139: Add DM supportMarek Vasut1-1/+132
2020-06-12net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut1-9/+18
2020-06-12net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-2/+2
2020-06-12net: rtl8139: Split out common and non-DM functionsMarek Vasut1-24/+68
2020-06-12net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut1-9/+9
2020-06-12net: rtl8139: Introduce device private dataMarek Vasut1-58/+78
2020-06-12net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut1-5/+5
2020-06-12net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut1-46/+38
2020-06-12net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut1-2/+1
2020-06-12net: rtl8139: Factor out device name assignmentMarek Vasut1-1/+6
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-1/+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
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-5/+1
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-4/+0
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+2
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil1-1/+1
2012-05-22drivers/net/rtl8139.c: Fix compile warningJoe Hershberger1-2/+2
2011-11-07drivers/net/rtl8139.c: Fix GCC 4.6 build warningsWolfgang Denk1-30/+19
2010-11-14net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-09-02Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren1-0/+1
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-4/+0
2008-01-16drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi1-1/+1
2008-01-16drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi1-1/+5
2008-01-16drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi1-10/+7
2008-01-10Fix Ethernet init() return codesBen Warren1-2/+2
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+547