summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko2016-11-301-0/+4
* of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-14/+2
* net: ethernet: ti: cpsw: fix fixed-link phy probe deferralJohan Hovold2016-11-181-5/+7
* net: ethernet: ti: cpsw: add missing sanity checkJohan Hovold2016-11-181-0/+3
* net: ethernet: ti: cpsw: fix secondary-emac probe error pathJohan Hovold2016-11-181-1/+3
* net: ethernet: ti: cpsw: fix of_node and phydev leaksJohan Hovold2016-11-181-0/+35
* net: ethernet: ti: cpsw: fix deferred probeJohan Hovold2016-11-181-17/+24
* net: ethernet: ti: cpsw: fix mdio device reference leakJohan Hovold2016-11-181-0/+1
* net: ethernet: ti: cpsw: fix bad register access in probe error pathJohan Hovold2016-11-181-4/+7
* net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()Wei Yongjun2016-08-261-1/+2
* net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk2016-08-231-0/+180
* net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk2016-08-231-5/+2
* net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk2016-08-231-105/+196
* net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk2016-08-231-24/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-0/+2
|\
| * drivers: net: cpsw: fix kmemleak false-positive reports for sk buffersGrygorii Strashko2016-08-091-0/+2
* | net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_commonIvan Khoronzhuk2016-08-101-129/+106
* | net: ethernet: ti: cpsw: move napi struct to cpsw_commonIvan Khoronzhuk2016-08-101-30/+22
* | net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_commonIvan Khoronzhuk2016-08-101-128/+137
* | net; ethernet: ti: cpsw: move irq stuff under cpsw_commonIvan Khoronzhuk2016-08-101-36/+29
* | net: ethernet: ti: cpsw: move cpdma resources to cpsw_commonIvan Khoronzhuk2016-08-101-49/+48
* | net: ethernet: ti: cpsw: move links on h/w registers to cpsw_commonIvan Khoronzhuk2016-08-101-44/+53
* | net: ethernet: ti: cpsw: replace pdev on devIvan Khoronzhuk2016-08-101-31/+34
* | net: ethernet: ti: cpsw: create common struct to hold shared driver dataIvan Khoronzhuk2016-08-101-23/+39
* | net: ethernet: ti: cpsw: don't check slave num in runtimeIvan Khoronzhuk2016-08-101-7/+4
* | net: ethernet: ti: cpsw: remove clk var from privIvan Khoronzhuk2016-08-101-6/+4
* | net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters listIvan Khoronzhuk2016-08-101-5/+5
* | net: ethernet: ti: cpsw: remove intr dbg msg from poll handlersIvan Khoronzhuk2016-08-101-6/+0
* | net: ethernet: ti: cpsw: simplify submit routineIvan Khoronzhuk2016-08-101-13/+5
|/
* drivers: net: cpsw: use of_platform_depopulate()Grygorii Strashko2016-07-301-10/+1
* drivers: net: cpsw: fix wrong regs access in cpsw_removeGrygorii Strashko2016-07-301-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-4/+0
|\
| * net: ethernet: ti: cpsw: use destroy ctlr to destroy channelsIvan Khoronzhuk2016-06-121-4/+0
* | drivers: net: cpsw: ndev: fix accessing to suspended deviceGrygorii Strashko2016-06-281-3/+30
* | drivers: net: cpsw: ethtool: fix accessing to suspended deviceGrygorii Strashko2016-06-281-1/+26
* | drivers: net: cpsw: remove pm runtime calls from suspend callbacksGrygorii Strashko2016-06-281-4/+0
* | drivers: net: cpsw: check return code from pm runtime callsGrygorii Strashko2016-06-281-2/+10
* | drivers: net: cpsw: fix suspend when all ethX devices are downGrygorii Strashko2016-06-281-2/+1
* | ti_cpsw: Check for disabled child nodesBen Hutchings2016-06-231-1/+1
* | net: ethernet: ti: cpsw: remove rx_descs propertyIvan Khoronzhuk2016-06-171-10/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-1/+1
|\|
| * net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistencyIvan Khoronzhuk2016-06-031-1/+1
* | net: ethernet: ti: cpsw: remove unused priv lockIvan Khoronzhuk2016-06-031-3/+0
|/
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-31/+36
|\
| * drivers: net: cpsw: use of_phy_connect() in fixed-link caseDavid Rivshin2016-04-281-10/+1
| * drivers: net: cpsw: don't ignore phy-mode if phy-handle is usedDavid Rivshin2016-04-281-2/+8
| * drivers: net: cpsw: fix segfault in case of bad phy-handleDavid Rivshin2016-04-281-13/+22
| * drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac configDavid Rivshin2016-04-281-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-2/+2
|\|