summaryrefslogtreecommitdiff
path: root/drivers/net/rtl8139.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* net: rtl8139: Add DM supportMarek Vasut2020-06-121-1/+132
* net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut2020-06-121-9/+18
* net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-121-2/+2
* net: rtl8139: Split out common and non-DM functionsMarek Vasut2020-06-121-24/+68
* net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut2020-06-121-9/+9
* net: rtl8139: Introduce device private dataMarek Vasut2020-06-121-58/+78
* net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut2020-06-121-5/+5
* net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut2020-06-121-46/+38
* net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-121-2/+1
* net: rtl8139: Factor out device name assignmentMarek Vasut2020-06-121-1/+6
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-1/+2
* net: rtl8139: Fill in SPDX tagMarek Vasut2020-05-011-3/+1
* net: rtl8139: Move functions aroundMarek Vasut2020-05-011-92/+87
* net: rtl8139: Finish cleanupMarek Vasut2020-05-011-86/+87
* net: rtl8139: Factor out hardware resetMarek Vasut2020-05-011-17/+11
* net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut2020-05-011-5/+8
* net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut2020-05-011-30/+33
* net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut2020-05-011-33/+31
* net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut2020-05-011-27/+34
* net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut2020-05-011-11/+8
* net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut2020-05-011-2/+2
* net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut2020-05-011-9/+13
* net: rtl8139: Rework eeprom_delay() macroMarek Vasut2020-05-011-14/+17
* net: rtl8139: Register macro cleanupMarek Vasut2020-05-011-111/+152
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-5/+1
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-4/+0
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-2/+2
* net: Fix mcast function pointer prototypeClaudiu Manoil2013-11-221-1/+1
* drivers/net/rtl8139.c: Fix compile warningJoe Hershberger2012-05-221-2/+2
* drivers/net/rtl8139.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-071-30/+19
* net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* Cleanup: fix "MHz" spellingWolfgang Denk2008-10-211-1/+1
* Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren2008-09-021-0/+1
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-4/+0
* drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi2008-01-161-1/+1
* drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi2008-01-161-1/+5
* drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi2008-01-161-10/+7
* Fix Ethernet init() return codesBen Warren2008-01-101-2/+2
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+547