summaryrefslogtreecommitdiffstats
path: root/drivers/net/cpsw.c
Commit message (Expand)AuthorAgeFilesLines
* net: cpsw: ti: Reap completed packets before stopping interfaceAlex Kiernan2018-06-131-8/+16
* drivers: net: cpsw: remove superfluous assignment.Heinrich Schuchardt2018-03-221-1/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-4/+4
* drivers: net: cpsw: abort init() on aneg timeoutSekhar Nori2017-06-021-12/+22
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* Merge git://git.denx.de/u-boot-fdtTom Rini2016-10-131-1/+1
|\
| * libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-1/+1
* | driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N2016-10-131-14/+143
|/
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-121-1/+2
|\
| * fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-121-1/+2
* | drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla2016-08-121-1/+1
|/
* net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R2016-08-081-0/+12
* drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy2016-05-241-2/+21
* drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N2016-05-241-16/+8
* drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N2016-05-241-4/+20
* drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N2016-05-241-4/+2
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N2015-10-221-1/+244
* drivers: net: cpsw: prepare driver for device model migrationMugunthan V N2015-10-221-44/+89
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-6/+7
* net: cpsw: am335x: Drop constant link checking from rx/tx path'sStefan Roese2014-08-281-18/+1
* drivers: net: cpsw: add support for using second port as ethernetMugunthan V N2014-07-251-3/+5
* drivers: net: cpsw: init phy with gigabit featuresIlya Ledvich2014-03-121-5/+1
* drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N2014-03-041-2/+2
* am335x: cpsw: optimize cpsw_recv to increase network performanceVladimir Koutny2013-12-041-1/+1
* net, phy, cpsw: fix NULL pointer deferenceHeiko Schocher2013-09-201-1/+9
* net, phy, cpsw: fix gigabit register accessHeiko Schocher2013-07-301-1/+1
* drivers: net: cpsw: Enable statistics for all portMugunthan V N2013-07-261-0/+1
* drivers: net: cpsw: remove hard coding bd ram for cpswMugunthan V N2013-07-261-3/+1
* cpsw: add support for TI814x slave_regs differencesMatt Porter2013-05-101-0/+6
* am33xx: Add required includes to some omap/am33xx codeTom Rini2013-03-241-0/+1
* am335x: cpsw: optimize cpsw_send to increase network performanceMugunthan V N2013-03-111-2/+18
* am335x: cpsw: make phy address configurableYegor Yefremov2012-12-101-1/+4
* cpsw: add driver for cpsw ethernet deviceCyril Chemparathy2012-09-011-0/+991