index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common
Ivan Khoronzhuk
2016-08-11
1
-129
/
+106
*
net: ethernet: ti: cpsw: move napi struct to cpsw_common
Ivan Khoronzhuk
2016-08-11
1
-30
/
+22
*
net: ethernet: ti: cpsw: move platform data and slaves info to cpsw_common
Ivan Khoronzhuk
2016-08-11
1
-128
/
+137
*
net; ethernet: ti: cpsw: move irq stuff under cpsw_common
Ivan Khoronzhuk
2016-08-11
1
-36
/
+29
*
net: ethernet: ti: cpsw: move cpdma resources to cpsw_common
Ivan Khoronzhuk
2016-08-11
1
-49
/
+48
*
net: ethernet: ti: cpsw: move links on h/w registers to cpsw_common
Ivan Khoronzhuk
2016-08-11
1
-44
/
+53
*
net: ethernet: ti: cpsw: replace pdev on dev
Ivan Khoronzhuk
2016-08-11
1
-31
/
+34
*
net: ethernet: ti: cpsw: create common struct to hold shared driver data
Ivan Khoronzhuk
2016-08-11
1
-23
/
+39
*
net: ethernet: ti: cpsw: don't check slave num in runtime
Ivan Khoronzhuk
2016-08-11
1
-7
/
+4
*
net: ethernet: ti: cpsw: remove clk var from priv
Ivan Khoronzhuk
2016-08-11
1
-6
/
+4
*
net: ethernet: ti: cpsw: remove priv from cpsw_get_slave_port() parameters list
Ivan Khoronzhuk
2016-08-11
1
-5
/
+5
*
net: ethernet: ti: cpsw: remove intr dbg msg from poll handlers
Ivan Khoronzhuk
2016-08-11
1
-6
/
+0
*
net: ethernet: ti: cpsw: simplify submit routine
Ivan Khoronzhuk
2016-08-11
1
-13
/
+5
*
net: resolve symbol conflicts with generic hashtable.h
Jiri Kosina
2016-08-11
1
-7
/
+7
*
net: ethernet: ti: cpdma: remove used_desc counter
Grygorii Strashko
2016-08-09
1
-11
/
+7
*
ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...
Peter Chen
2016-08-02
1
-0
/
+1
*
drivers: net: cpsw: use of_platform_depopulate()
Grygorii Strashko
2016-07-31
1
-10
/
+1
*
drivers: net: cpsw: fix wrong regs access in cpsw_remove
Grygorii Strashko
2016-07-31
1
-1
/
+9
*
net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()
Grygorii Strashko
2016-07-31
1
-3
/
+0
*
net: davinci_cpdma: remove excessive dump of register values to kernel log
Uwe Kleine-König
2016-07-26
3
-219
/
+0
*
net: cpmac: fix error handling of cpmac_probe()
Wei Yongjun
2016-07-20
1
-3
/
+2
*
net: ti: cpmac: Use the correct function to free some resources.
Christophe Jaillet
2016-07-19
1
-1
/
+3
*
net: cpsw: make TI_CPSW_PHY_SEL invisible
Uwe Kleine-König
2016-07-17
1
-2
/
+1
*
net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-07-16
1
-21
/
+2
*
net: ethernet: ti: cpmac: use phydev from struct net_device
Philippe Reynes
2016-07-16
1
-26
/
+20
*
net: ethernet: davinci_emac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-07-02
1
-37
/
+2
*
net: ethernet: davinci_emac: use phydev from struct net_device
Philippe Reynes
2016-07-02
1
-34
/
+27
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
1
-4
/
+0
|
\
|
*
net: ethernet: ti: cpsw: use destroy ctlr to destroy channels
Ivan Khoronzhuk
2016-06-13
1
-4
/
+0
*
|
net: ethernet: ti: cpdma: switch to use genalloc
Grygorii Strashko
2016-06-29
1
-72
/
+59
*
|
drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdio
Grygorii Strashko
2016-06-28
1
-11
/
+34
*
|
drivers: net: davinci_mdio: implement pm runtime auto mode
Grygorii Strashko
2016-06-28
1
-9
/
+39
*
|
drivers: net: davinci_mdio: add pm runtime callbacks
Grygorii Strashko
2016-06-28
1
-4
/
+27
*
|
drivers: net: davinci_mdio: split reset function on init_clk and enable
Grygorii Strashko
2016-06-28
1
-7
/
+14
*
|
drivers: net: davinci_mdio: drop suspended and lock fields from mdio_data
Grygorii Strashko
2016-06-28
1
-30
/
+0
*
|
drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacks
Grygorii Strashko
2016-06-28
1
-3
/
+0
*
|
drivers: net: davinci_mdio: do pm runtime initialization later in probe
Grygorii Strashko
2016-06-28
1
-9
/
+6
*
|
drivers: net: cpsw: ndev: fix accessing to suspended device
Grygorii Strashko
2016-06-28
1
-3
/
+30
*
|
drivers: net: cpsw: ethtool: fix accessing to suspended device
Grygorii Strashko
2016-06-28
1
-1
/
+26
*
|
drivers: net: cpsw: remove pm runtime calls from suspend callbacks
Grygorii Strashko
2016-06-28
1
-4
/
+0
*
|
drivers: net: cpsw: check return code from pm runtime calls
Grygorii Strashko
2016-06-28
1
-2
/
+10
*
|
drivers: net: cpsw: fix suspend when all ethX devices are down
Grygorii Strashko
2016-06-28
1
-2
/
+1
*
|
ti_cpsw: Check for disabled child nodes
Ben Hutchings
2016-06-23
1
-1
/
+1
*
|
net: ethernet: ti: cpsw: remove rx_descs property
Ivan Khoronzhuk
2016-06-18
4
-11
/
+10
*
|
net: tlan: don't set unused function argument
Arnd Bergmann
2016-06-17
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-10
1
-1
/
+1
|
\
|
|
*
net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistency
Ivan Khoronzhuk
2016-06-04
1
-1
/
+1
*
|
net: ethernet: ti: cpsw: remove unused priv lock
Ivan Khoronzhuk
2016-06-04
1
-3
/
+0
|
/
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
3
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-04
3
-32
/
+41
|
\
[next]