index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
smc911x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
net: smc911x: Add DM support
Marek Vasut
2020-05-01
1
-0
/
+115
*
net: smc911x: Split non-DM specific bits from common code
Marek Vasut
2020-05-01
1
-14
/
+43
*
net: smc911x: Clean up the status handling in smc911x_recv()
Marek Vasut
2020-05-01
1
-14
/
+16
*
net: smc911x: Pass around driver private data
Marek Vasut
2020-05-01
1
-108
/
+124
*
net: smc911x: Convert IO accessors to {read,write}{w,l}()
Marek Vasut
2020-05-01
1
-6
/
+7
*
net: smc911x: Drop weak alias from 32bit accessors
Marek Vasut
2020-05-01
1
-10
/
+4
*
net: smc911x: Inline all functions from header file
Marek Vasut
2020-05-01
1
-1
/
+156
*
net: smc911x: Pull MII registration into separate function
Marek Vasut
2020-05-01
1
-24
/
+40
*
net: smc911x: Fix potential memleak() in init fail path
Marek Vasut
2020-05-01
1
-2
/
+10
*
net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()
Marek Vasut
2020-05-01
1
-11
/
+16
*
net: smc911x: Rename smc911x_rx() to smc911x_recv()
Marek Vasut
2020-05-01
1
-2
/
+2
*
net: smc911x: Replace malloc()+memset() with calloc()
Marek Vasut
2020-05-01
1
-5
/
+3
*
net: smc911x: Remove pkt_data_{push,pull}
Marek Vasut
2020-05-01
1
-7
/
+2
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: mii: Fix changes made by spatch
Joe Hershberger
2016-08-15
1
-2
/
+2
*
net: mii: Use spatch to update miiphy_register
Joe Hershberger
2016-08-15
1
-7
/
+24
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-2
/
+2
*
net: smc911x: Keep MAC programmed
Marek Vasut
2014-11-07
1
-0
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
drivers/net/smc911x.c: Fix GCC 4.6 warning
Anatolij Gustschin
2012-05-22
1
-2
/
+1
*
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-10-22
1
-2
/
+0
*
smc911x: Fix build warnings
Wolfgang Denk
2011-09-09
1
-2
/
+2
*
smc911x MII made available
Helmut Raiger
2011-09-07
1
-6
/
+30
*
miiphy: convert to linux/mii.h
Mike Frysinger
2011-01-09
1
-6
/
+6
*
lan91c96, smc911x: remove useless free(ptr) calls on NULL ptr
Serge Ziryukin
2010-05-17
1
-1
/
+0
*
smc911x driver frame alignment patch
Valentin Yakovenkov
2010-05-03
1
-1
/
+1
*
NET: Fix MAC addr handling for smc911x
Seunghyeon Rhee
2010-01-31
1
-6
/
+9
*
smc911x: fix typo in smc911x_handle_mac_address name
Mike Rapoport
2009-12-07
1
-2
/
+2
*
smc911x: make smc911x_initialize return correct value
Mike Rapoport
2009-11-12
1
-2
/
+2
*
Coding Style cleanup; update CHANGELOG, prepare -rc1
v2009.11-rc1
Wolfgang Denk
2009-10-28
1
-1
/
+1
*
ARM: OMAP3: Refactors the SM911x driver
Steve Sakoman
2009-10-24
1
-6
/
+6
*
SMC911X: Add chip auto detection
Olof Johansson
2009-10-13
1
-6
/
+8
*
Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
Ben Warren
2009-07-22
1
-80
/
+97
*
Revert "SMC911x driver fixed for NFS boot"
Wolfgang Denk
2009-06-14
1
-22
/
+1
*
SMC911x driver fixed for NFS boot
Manikandan Pillai
2009-06-08
1
-1
/
+22
*
smc911x: write back the manually set MAC address
Daniel Mack
2009-06-07
1
-2
/
+7
*
lan91c96/smc91111/smc911x: get mac address from environment
Mike Frysinger
2009-03-20
1
-9
/
+5
*
smc911x: split out useful defines/functions into local header
Mike Frysinger
2009-02-25
1
-455
/
+2
*
net: smc911x.c: Add LAN9211 to chip_ids[] array
Stefan Roese
2009-01-28
1
-0
/
+2
*
net: smc911x: Make register read/write functions weak
Stefan Roese
2009-01-24
1
-37
/
+40
*
net: smc911x: Add pkt_data_pull and pkt_data_push function
Nobuhiro Iwamatsu
2008-09-02
1
-2
/
+7
*
Fix some more printf() format issues.
Jean-Christophe PLAGNIOL-VILLARD
2008-07-13
1
-2
/
+2
*
net: smc911x: Fix typo
Nobuhiro Iwamatsu
2008-07-07
1
-1
/
+1
*
net: fix compile problem in smc911x driver.
Nobuhiro Iwamatsu
2008-07-07
1
-2
/
+2
*
net: Conditional COBJS inclusion of network drivers
Shinya Kuribayashi
2008-06-09
1
-5
/
+0
*
smc911x: add 16 bit support
Jens Gehrlein
2008-05-22
1
-2
/
+19
*
Big white-space cleanup.
Wolfgang Denk
2008-05-21
1
-4
/
+4
*
Fix @ -> <at> substitution
Stelian Pop
2008-05-10
1
-1
/
+1
*
Clean up smsc911x driver
Guennadi Liakhovetski
2008-04-15
1
-349
/
+368
[next]