summaryrefslogtreecommitdiff
path: root/drivers/net/eepro100.c
AgeCommit message (Expand)Author
2021-09-28net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-18net: eepro100: Add DM supportMarek Vasut
2020-06-18net: eepro100: Split common parts of non-DM functions outMarek Vasut
2020-06-18net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut
2020-06-18net: eepro100: Add RX/TX rings into the private dataMarek Vasut
2020-06-18net: eepro100: Pass device private data into mdiobusMarek Vasut
2020-06-18net: eepro100: Pass device private data aroundMarek Vasut
2020-06-18net: eepro100: Introduce device private dataMarek Vasut
2020-06-18net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut
2020-06-18net: eepro100: Drop inline keywordMarek Vasut
2020-06-18net: eepro100: Fix EE_*_CMD macrosMarek Vasut
2020-06-18net: eepro100: Factor out MII registrationMarek Vasut
2020-06-18net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut
2020-06-18net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-18net: eepro100: Reorder functions in the driverMarek Vasut
2020-06-18net: eepro100: Remove volatile misuseMarek Vasut
2020-06-18net: eepro100: Add cache managementMarek Vasut
2020-06-18net: eepro100: Factor out tx_ring command issuingMarek Vasut
2020-06-18net: eepro100: Replace purge_tx_ring() with memset()Marek Vasut
2020-06-18net: eepro100: Use standard I/O accessorsMarek Vasut
2020-06-18net: eepro100: Fix camelcaseMarek Vasut
2020-06-18net: eepro100: Fix remaining checkpatch issuesMarek Vasut
2020-06-18net: eepro100: Fix indented labelMarek Vasut
2020-06-18net: eepro100: Fix pointer locationMarek Vasut
2020-06-18net: eepro100: Fix parenthesis alignmentMarek Vasut
2020-06-18net: eepro100: Fix bracesMarek Vasut
2020-06-18net: eepro100: Fix spacingMarek Vasut
2020-06-18net: eepro100: Use plain debug()Marek Vasut
2020-06-18net: eepro100: Clean up commentsMarek Vasut
2020-06-18net: eepro100: Remove EEPRO100_SROM_WRITEMarek Vasut
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-05-12net: eepro100: Fix unused variable warningTom Rini
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger
2016-01-25net: eepro100: Fix build warningsBin Meng
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2014-10-27PowerPC: drop some 74xx_7xx boards and related codeWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-05-22drivers/net/eepro100.c: Fix compile warningJoe Hershberger
2011-11-03drivers/net/eepro100.c: fix GCC 4.6 build warningsWolfgang Denk
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2010-11-14net: eepro100: Add initialized eth_device structureNobuhiro Iwamatsu
2010-08-09Fix compile warnings for const correctnessBen Warren
2010-08-09miiphy: constify device nameMike Frysinger