index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
smc911x.c
Age
Commit message (
Expand
)
Author
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-17
treewide: convert bd_t to struct bd_info manually
Masahiro Yamada
2020-07-07
net: smc911x: Properly handle EEPROM MAC address
Andre Przywara
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-01
net: smc911x: Add DM support
Marek Vasut
2020-05-01
net: smc911x: Split non-DM specific bits from common code
Marek Vasut
2020-05-01
net: smc911x: Clean up the status handling in smc911x_recv()
Marek Vasut
2020-05-01
net: smc911x: Pass around driver private data
Marek Vasut
2020-05-01
net: smc911x: Convert IO accessors to {read,write}{w,l}()
Marek Vasut
2020-05-01
net: smc911x: Drop weak alias from 32bit accessors
Marek Vasut
2020-05-01
net: smc911x: Inline all functions from header file
Marek Vasut
2020-05-01
net: smc911x: Pull MII registration into separate function
Marek Vasut
2020-05-01
net: smc911x: Fix potential memleak() in init fail path
Marek Vasut
2020-05-01
net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()
Marek Vasut
2020-05-01
net: smc911x: Rename smc911x_rx() to smc911x_recv()
Marek Vasut
2020-05-01
net: smc911x: Replace malloc()+memset() with calloc()
Marek Vasut
2020-05-01
net: smc911x: Remove pkt_data_{push,pull}
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-08-15
net: mii: Fix changes made by spatch
Joe Hershberger
2016-08-15
net: mii: Use spatch to update miiphy_register
Joe Hershberger
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2014-11-07
net: smc911x: Keep MAC programmed
Marek Vasut
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-05-22
drivers/net/smc911x.c: Fix GCC 4.6 warning
Anatolij Gustschin
2011-10-22
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-09-09
smc911x: Fix build warnings
Wolfgang Denk
2011-09-07
smc911x MII made available
Helmut Raiger
2011-01-09
miiphy: convert to linux/mii.h
Mike Frysinger
2010-05-17
lan91c96, smc911x: remove useless free(ptr) calls on NULL ptr
Serge Ziryukin
2010-05-03
smc911x driver frame alignment patch
Valentin Yakovenkov
2010-01-31
NET: Fix MAC addr handling for smc911x
Seunghyeon Rhee
2009-12-07
smc911x: fix typo in smc911x_handle_mac_address name
Mike Rapoport
2009-11-12
smc911x: make smc911x_initialize return correct value
Mike Rapoport
2009-10-28
Coding Style cleanup; update CHANGELOG, prepare -rc1
Wolfgang Denk
2009-10-24
ARM: OMAP3: Refactors the SM911x driver
Steve Sakoman
2009-10-13
SMC911X: Add chip auto detection
Olof Johansson
2009-07-22
Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
Ben Warren
2009-06-14
Revert "SMC911x driver fixed for NFS boot"
Wolfgang Denk
2009-06-08
SMC911x driver fixed for NFS boot
Manikandan Pillai
2009-06-07
smc911x: write back the manually set MAC address
Daniel Mack
2009-03-20
lan91c96/smc91111/smc911x: get mac address from environment
Mike Frysinger
2009-02-25
smc911x: split out useful defines/functions into local header
Mike Frysinger
2009-01-28
net: smc911x.c: Add LAN9211 to chip_ids[] array
Stefan Roese
2009-01-24
net: smc911x: Make register read/write functions weak
Stefan Roese
2008-09-02
net: smc911x: Add pkt_data_pull and pkt_data_push function
Nobuhiro Iwamatsu
2008-07-13
Fix some more printf() format issues.
Jean-Christophe PLAGNIOL-VILLARD
2008-07-07
net: smc911x: Fix typo
Nobuhiro Iwamatsu
2008-07-07
net: fix compile problem in smc911x driver.
Nobuhiro Iwamatsu
[next]