summaryrefslogtreecommitdiff
path: root/drivers/net/eepro100.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* net: eepro100: Add DM supportMarek Vasut2020-06-181-1/+128
* net: eepro100: Split common parts of non-DM functions outMarek Vasut2020-06-181-62/+100
* net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut2020-06-181-2/+2
* net: eepro100: Add RX/TX rings into the private dataMarek Vasut2020-06-181-24/+35
* net: eepro100: Pass device private data into mdiobusMarek Vasut2020-06-181-6/+3
* net: eepro100: Pass device private data aroundMarek Vasut2020-06-181-124/+140
* net: eepro100: Introduce device private dataMarek Vasut2020-06-181-3/+9
* net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut2020-06-181-14/+22
* net: eepro100: Drop inline keywordMarek Vasut2020-06-181-4/+4
* net: eepro100: Fix EE_*_CMD macrosMarek Vasut2020-06-181-5/+5
* net: eepro100: Factor out MII registrationMarek Vasut2020-06-181-17/+39
* net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-181-2/+1
* net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-181-4/+4
* net: eepro100: Reorder functions in the driverMarek Vasut2020-06-181-170/+160
* net: eepro100: Remove volatile misuseMarek Vasut2020-06-181-21/+21
* net: eepro100: Add cache managementMarek Vasut2020-06-181-20/+45
* net: eepro100: Factor out tx_ring command issuingMarek Vasut2020-06-181-71/+53
* net: eepro100: Replace purge_tx_ring() with memset()Marek Vasut2020-06-181-15/+1
* net: eepro100: Use standard I/O accessorsMarek Vasut2020-06-181-4/+4
* net: eepro100: Fix camelcaseMarek Vasut2020-06-181-87/+85
* net: eepro100: Fix remaining checkpatch issuesMarek Vasut2020-06-181-21/+24
* net: eepro100: Fix indented labelMarek Vasut2020-06-181-4/+4
* net: eepro100: Fix pointer locationMarek Vasut2020-06-181-6/+6
* net: eepro100: Fix parenthesis alignmentMarek Vasut2020-06-181-10/+10
* net: eepro100: Fix bracesMarek Vasut2020-06-181-7/+4
* net: eepro100: Fix spacingMarek Vasut2020-06-181-139/+139
* net: eepro100: Use plain debug()Marek Vasut2020-06-181-11/+4
* net: eepro100: Clean up commentsMarek Vasut2020-06-181-64/+36
* net: eepro100: Remove EEPRO100_SROM_WRITEMarek Vasut2020-06-181-87/+0
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-9/+9
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-2/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: eepro100: Fix unused variable warningTom Rini2017-05-121-6/+0
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-151-12/+22
* net: eepro100: Fix build warningsBin Meng2016-01-251-4/+4
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+2
* PowerPC: drop some 74xx_7xx boards and related codeWolfgang Denk2014-10-271-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* drivers/net/eepro100.c: Fix compile warningJoe Hershberger2012-05-221-4/+3
* drivers/net/eepro100.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-031-2/+0
* miiphy: convert to linux/mii.hMike Frysinger2011-01-091-1/+1
* net: eepro100: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+5
* Fix compile warnings for const correctnessBen Warren2010-08-091-1/+2
* miiphy: constify device nameMike Frysinger2010-08-091-2/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-16/+16
* Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren2008-09-021-0/+1
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-5/+0
* Fix Ethernet init() return codesBen Warren2008-01-101-2/+2