summaryrefslogtreecommitdiff
path: root/drivers/net/cpsw.c
Commit message (Expand)AuthorAgeLines
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-12-1/+2
|\
| * fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-1/+2
* | drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla2016-08-12-1/+1
|/
* net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R2016-08-08-0/+12
* drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy2016-05-24-2/+21
* drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N2016-05-24-16/+8
* drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N2016-05-24-4/+20
* drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N2016-05-24-4/+2
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-14-1/+1
* drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N2015-10-22-1/+244
* drivers: net: cpsw: prepare driver for device model migrationMugunthan V N2015-10-22-44/+89
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-18-2/+2
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18-6/+7
* net: cpsw: am335x: Drop constant link checking from rx/tx path'sStefan Roese2014-08-28-18/+1
* drivers: net: cpsw: add support for using second port as ethernetMugunthan V N2014-07-25-3/+5
* drivers: net: cpsw: init phy with gigabit featuresIlya Ledvich2014-03-12-5/+1
* drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N2014-03-04-2/+2
* am335x: cpsw: optimize cpsw_recv to increase network performanceVladimir Koutny2013-12-04-1/+1
* net, phy, cpsw: fix NULL pointer deferenceHeiko Schocher2013-09-20-1/+9
* net, phy, cpsw: fix gigabit register accessHeiko Schocher2013-07-30-1/+1
* drivers: net: cpsw: Enable statistics for all portMugunthan V N2013-07-26-0/+1
* drivers: net: cpsw: remove hard coding bd ram for cpswMugunthan V N2013-07-26-3/+1
* cpsw: add support for TI814x slave_regs differencesMatt Porter2013-05-10-0/+6
* am33xx: Add required includes to some omap/am33xx codeTom Rini2013-03-24-0/+1
* am335x: cpsw: optimize cpsw_send to increase network performanceMugunthan V N2013-03-11-2/+18
* am335x: cpsw: make phy address configurableYegor Yefremov2012-12-10-1/+4
* cpsw: add driver for cpsw ethernet deviceCyril Chemparathy2012-09-01-0/+991