aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/lpc32xx_eth.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-04-26net: lpc32xx: Use IRAM for transmit bufferGregory CLEMENT1-1/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger1-21/+2
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger1-8/+21
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2016-01-13net: lpc32xx: fix ignored MDIO busy wait status on readVladimir Zapolskiy1-7/+7
2015-08-13net: lpc32xx: eth buffers base configSylvain Lemieux1-3/+5
2015-08-11net: lpc32xx: add RMII phy mode supportVladimir Zapolskiy1-3/+17
2015-08-11net: lpc32xx: improve MAC configuration on reset and initializationVladimir Zapolskiy1-18/+15
2015-08-11net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR idVladimir Zapolskiy1-1/+1
2015-08-11net: lpc32xx: correct command register reset valueVladimir Zapolskiy1-1/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-4/+6
2015-04-10lpc32xx: add Ethernet supportAlbert ARIBAUD \(3ADEV\)1-0/+637