summaryrefslogtreecommitdiff
path: root/drivers/net/cpsw.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-4/+4
2017-06-02drivers: net: cpsw: abort init() on aneg timeoutSekhar Nori1-12/+22
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-10-14Merge git://git.denx.de/u-boot-fdtTom Rini1-1/+1
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-1/+1
2016-10-13driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N1-14/+143
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini1-1/+2
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-1/+2
2016-08-12drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla1-1/+1
2016-08-08net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R1-0/+12
2016-05-24drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy1-2/+21
2016-05-24drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N1-16/+8
2016-05-24drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N1-4/+20
2016-05-24drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N1-4/+2
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-10-22drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N1-1/+244
2015-10-22drivers: net: cpsw: prepare driver for device model migrationMugunthan V N1-44/+89
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-6/+7
2014-08-29net: cpsw: am335x: Drop constant link checking from rx/tx path'sStefan Roese1-18/+1
2014-07-25drivers: net: cpsw: add support for using second port as ethernetMugunthan V N1-3/+5
2014-03-13drivers: net: cpsw: init phy with gigabit featuresIlya Ledvich1-5/+1
2014-03-04drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N1-2/+2
2013-12-04am335x: cpsw: optimize cpsw_recv to increase network performanceVladimir Koutny1-1/+1
2013-09-21net, phy, cpsw: fix NULL pointer deferenceHeiko Schocher1-1/+9
2013-07-30net, phy, cpsw: fix gigabit register accessHeiko Schocher1-1/+1
2013-07-27drivers: net: cpsw: Enable statistics for all portMugunthan V N1-0/+1
2013-07-27drivers: net: cpsw: remove hard coding bd ram for cpswMugunthan V N1-3/+1
2013-05-10cpsw: add support for TI814x slave_regs differencesMatt Porter1-0/+6
2013-03-24am33xx: Add required includes to some omap/am33xx codeTom Rini1-0/+1
2013-03-11am335x: cpsw: optimize cpsw_send to increase network performanceMugunthan V N1-2/+18
2012-12-10am335x: cpsw: make phy address configurableYegor Yefremov1-1/+4
2012-09-01cpsw: add driver for cpsw ethernet deviceCyril Chemparathy1-0/+991