summaryrefslogtreecommitdiff
path: root/drivers/net/cpsw.c
AgeCommit message (Expand)Author
2017-06-02drivers: net: cpsw: abort init() on aneg timeoutSekhar Nori
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-14Merge git://git.denx.de/u-boot-fdtTom Rini
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass
2016-10-13driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc...Mugunthan V N
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-08-12drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla
2016-08-08net: cpsw: Add support to drive gpios for ethernet to be functionalVignesh R
2016-05-24drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy
2016-05-24drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N
2016-05-24drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N
2016-05-24drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten
2015-10-22drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N
2015-10-22drivers: net: cpsw: prepare driver for device model migrationMugunthan V N
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2014-08-28net: cpsw: am335x: Drop constant link checking from rx/tx path'sStefan Roese
2014-07-25drivers: net: cpsw: add support for using second port as ethernetMugunthan V N
2014-03-12drivers: net: cpsw: init phy with gigabit featuresIlya Ledvich
2014-03-04drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N
2013-12-04am335x: cpsw: optimize cpsw_recv to increase network performanceVladimir Koutny
2013-09-20net, phy, cpsw: fix NULL pointer deferenceHeiko Schocher
2013-07-30net, phy, cpsw: fix gigabit register accessHeiko Schocher
2013-07-26drivers: net: cpsw: Enable statistics for all portMugunthan V N
2013-07-26drivers: net: cpsw: remove hard coding bd ram for cpswMugunthan V N
2013-05-10cpsw: add support for TI814x slave_regs differencesMatt Porter
2013-03-24am33xx: Add required includes to some omap/am33xx codeTom Rini
2013-03-11am335x: cpsw: optimize cpsw_send to increase network performanceMugunthan V N
2012-12-10am335x: cpsw: make phy address configurableYegor Yefremov
2012-09-01cpsw: add driver for cpsw ethernet deviceCyril Chemparathy