~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
eepro100.c
Commit message (
Expand
)
Author
Age
*
global: Finish CONFIG -> CFG migration
Tom Rini
2023-01-20
*
global: Remove unused CONFIG defines
Tom Rini
2023-01-20
*
net: eepro100: Remove non-DM_ETH code
Tom Rini
2022-12-07
*
net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...
Vladimir Oltean
2021-09-28
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
*
net: eepro100: Add DM support
Marek Vasut
2020-06-18
*
net: eepro100: Split common parts of non-DM functions out
Marek Vasut
2020-06-18
*
net: eepro100: Drop bd_t pointer from read_hw_addr()
Marek Vasut
2020-06-18
*
net: eepro100: Add RX/TX rings into the private data
Marek Vasut
2020-06-18
*
net: eepro100: Pass device private data into mdiobus
Marek Vasut
2020-06-18
*
net: eepro100: Pass device private data around
Marek Vasut
2020-06-18
*
net: eepro100: Introduce device private data
Marek Vasut
2020-06-18
*
net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()
Marek Vasut
2020-06-18
*
net: eepro100: Drop inline keyword
Marek Vasut
2020-06-18
*
net: eepro100: Fix EE_*_CMD macros
Marek Vasut
2020-06-18
*
net: eepro100: Factor out MII registration
Marek Vasut
2020-06-18
*
net: eepro100: Switch from malloc()+memset() to calloc()
Marek Vasut
2020-06-18
*
net: eepro100: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-18
*
net: eepro100: Reorder functions in the driver
Marek Vasut
2020-06-18
*
net: eepro100: Remove volatile misuse
Marek Vasut
2020-06-18
*
net: eepro100: Add cache management
Marek Vasut
2020-06-18
*
net: eepro100: Factor out tx_ring command issuing
Marek Vasut
2020-06-18
*
net: eepro100: Replace purge_tx_ring() with memset()
Marek Vasut
2020-06-18
*
net: eepro100: Use standard I/O accessors
Marek Vasut
2020-06-18
*
net: eepro100: Fix camelcase
Marek Vasut
2020-06-18
*
net: eepro100: Fix remaining checkpatch issues
Marek Vasut
2020-06-18
*
net: eepro100: Fix indented label
Marek Vasut
2020-06-18
*
net: eepro100: Fix pointer location
Marek Vasut
2020-06-18
*
net: eepro100: Fix parenthesis alignment
Marek Vasut
2020-06-18
*
net: eepro100: Fix braces
Marek Vasut
2020-06-18
*
net: eepro100: Fix spacing
Marek Vasut
2020-06-18
*
net: eepro100: Use plain debug()
Marek Vasut
2020-06-18
*
net: eepro100: Clean up comments
Marek Vasut
2020-06-18
*
net: eepro100: Remove EEPRO100_SROM_WRITE
Marek Vasut
2020-06-18
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
*
Fix some checkpatch warnings in calls to udelay()
Simon Glass
2020-05-18
*
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2018-10-10
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
net: eepro100: Fix unused variable warning
Tom Rini
2017-05-12
*
net: mii: Use spatch to update miiphy_register
Joe Hershberger
2016-08-15
*
net: eepro100: Fix build warnings
Bin Meng
2016-01-25
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
*
PowerPC: drop some 74xx_7xx boards and related code
Wolfgang Denk
2014-10-27
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
*
drivers/net/eepro100.c: Fix compile warning
Joe Hershberger
2012-05-22
*
drivers/net/eepro100.c: fix GCC 4.6 build warnings
Wolfgang Denk
2011-11-03
*
miiphy: convert to linux/mii.h
Mike Frysinger
2011-01-09
[next]