index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
eepro100.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...
Vladimir Oltean
2021-09-28
1
-1
/
+1
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-2
/
+2
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
1
-2
/
+2
*
net: eepro100: Add DM support
Marek Vasut
2020-06-18
1
-1
/
+128
*
net: eepro100: Split common parts of non-DM functions out
Marek Vasut
2020-06-18
1
-62
/
+100
*
net: eepro100: Drop bd_t pointer from read_hw_addr()
Marek Vasut
2020-06-18
1
-2
/
+2
*
net: eepro100: Add RX/TX rings into the private data
Marek Vasut
2020-06-18
1
-24
/
+35
*
net: eepro100: Pass device private data into mdiobus
Marek Vasut
2020-06-18
1
-6
/
+3
*
net: eepro100: Pass device private data around
Marek Vasut
2020-06-18
1
-124
/
+140
*
net: eepro100: Introduce device private data
Marek Vasut
2020-06-18
1
-3
/
+9
*
net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()
Marek Vasut
2020-06-18
1
-14
/
+22
*
net: eepro100: Drop inline keyword
Marek Vasut
2020-06-18
1
-4
/
+4
*
net: eepro100: Fix EE_*_CMD macros
Marek Vasut
2020-06-18
1
-5
/
+5
*
net: eepro100: Factor out MII registration
Marek Vasut
2020-06-18
1
-17
/
+39
*
net: eepro100: Switch from malloc()+memset() to calloc()
Marek Vasut
2020-06-18
1
-2
/
+1
*
net: eepro100: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-18
1
-4
/
+4
*
net: eepro100: Reorder functions in the driver
Marek Vasut
2020-06-18
1
-170
/
+160
*
net: eepro100: Remove volatile misuse
Marek Vasut
2020-06-18
1
-21
/
+21
*
net: eepro100: Add cache management
Marek Vasut
2020-06-18
1
-20
/
+45
*
net: eepro100: Factor out tx_ring command issuing
Marek Vasut
2020-06-18
1
-71
/
+53
*
net: eepro100: Replace purge_tx_ring() with memset()
Marek Vasut
2020-06-18
1
-15
/
+1
*
net: eepro100: Use standard I/O accessors
Marek Vasut
2020-06-18
1
-4
/
+4
*
net: eepro100: Fix camelcase
Marek Vasut
2020-06-18
1
-87
/
+85
*
net: eepro100: Fix remaining checkpatch issues
Marek Vasut
2020-06-18
1
-21
/
+24
*
net: eepro100: Fix indented label
Marek Vasut
2020-06-18
1
-4
/
+4
*
net: eepro100: Fix pointer location
Marek Vasut
2020-06-18
1
-6
/
+6
*
net: eepro100: Fix parenthesis alignment
Marek Vasut
2020-06-18
1
-10
/
+10
*
net: eepro100: Fix braces
Marek Vasut
2020-06-18
1
-7
/
+4
*
net: eepro100: Fix spacing
Marek Vasut
2020-06-18
1
-139
/
+139
*
net: eepro100: Use plain debug()
Marek Vasut
2020-06-18
1
-11
/
+4
*
net: eepro100: Clean up comments
Marek Vasut
2020-06-18
1
-64
/
+36
*
net: eepro100: Remove EEPRO100_SROM_WRITE
Marek Vasut
2020-06-18
1
-87
/
+0
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
Fix some checkpatch warnings in calls to udelay()
Simon Glass
2020-05-18
1
-9
/
+9
*
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2018-10-10
1
-2
/
+0
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: eepro100: Fix unused variable warning
Tom Rini
2017-05-12
1
-6
/
+0
*
net: mii: Use spatch to update miiphy_register
Joe Hershberger
2016-08-15
1
-12
/
+22
*
net: eepro100: Fix build warnings
Bin Meng
2016-01-25
1
-4
/
+4
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-1
/
+2
*
PowerPC: drop some 74xx_7xx boards and related code
Wolfgang Denk
2014-10-27
1
-1
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
drivers/net/eepro100.c: Fix compile warning
Joe Hershberger
2012-05-22
1
-4
/
+3
*
drivers/net/eepro100.c: fix GCC 4.6 build warnings
Wolfgang Denk
2011-11-03
1
-2
/
+0
*
miiphy: convert to linux/mii.h
Mike Frysinger
2011-01-09
1
-1
/
+1
*
net: eepro100: Add initialized eth_device structure
Nobuhiro Iwamatsu
2010-11-14
1
-0
/
+5
*
Fix compile warnings for const correctness
Ben Warren
2010-08-09
1
-1
/
+2
*
miiphy: constify device name
Mike Frysinger
2010-08-09
1
-2
/
+2
[next]