summaryrefslogtreecommitdiffstats
path: root/drivers/net/lpc32xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: lpc32xx: Use IRAM for transmit bufferGregory CLEMENT2019-04-261-1/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* net: mii: Fix changes made by spatchJoe Hershberger2016-08-151-21/+2
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-151-8/+21
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* net: lpc32xx: fix ignored MDIO busy wait status on readVladimir Zapolskiy2016-01-131-7/+7
* net: lpc32xx: eth buffers base configSylvain Lemieux2015-08-131-3/+5
* net: lpc32xx: add RMII phy mode supportVladimir Zapolskiy2015-08-111-3/+17
* net: lpc32xx: improve MAC configuration on reset and initializationVladimir Zapolskiy2015-08-111-18/+15
* net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR idVladimir Zapolskiy2015-08-111-1/+1
* net: lpc32xx: correct command register reset valueVladimir Zapolskiy2015-08-111-1/+1
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-4/+6
* lpc32xx: add Ethernet supportAlbert ARIBAUD \(3ADEV\)2015-04-101-0/+637