summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N2013-08-031-2/+1
* net: ethernet: cpsw: drop IRQF_DISABLEDFelipe Balbi2013-08-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-096-94/+46
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-032-0/+10
| |\
| * | net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr...Wei Yongjun2013-07-021-1/+0
| * | net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-281-1/+1
| * | drivers: net: cpsw: add newline after MACID logDaniel Mack2013-06-281-2/+2
| * | net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar2013-06-251-1/+4
| * | net: davinci_emac: simplify the OF parser codeLad, Prabhakar2013-06-251-44/+23
| * | net: davinci: emac: Convert to devm_* apiLad, Prabhakar2013-06-251-40/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-192-10/+6
| |\ \
| * | | drivers: net: ethernet: cpsw: add phy-mode support to cpsw driverMugunthan V N2013-06-041-0/+2
| * | | drivers: net: davinci_cpdma: remove CRC bytes from skb added by CPDMAMugunthan V N2013-05-311-0/+5
| * | | net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-272-3/+0
| * | | ThunderLAN: remove is_eisa flagRolf Eike Beer2013-05-202-2/+0
* | | | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-032-0/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: net: davinci_mdio: use pinctrl PM helpersMugunthan V N2013-06-161-0/+10
| * | | drivers: net: cpsw: use pinctrl PM helpersMugunthan V N2013-06-161-0/+11
| |/ /
* | | drivers: net: cpsw: fix compilation error with cpsw driverMugunthan V N2013-06-241-0/+1
* | | net: eth: davicnci_cpdma: check dma map errorSebastian Siewior2013-06-241-0/+7
* | | drivers: net: cpsw: fix cpsw clock gating issue across suspend/resumeMugunthan V N2013-06-191-0/+2
| |/ |/|
* | net: cpsw: check for cpts pointer after its allocationSebastian Siewior2013-06-171-1/+1
* | drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N2013-06-131-4/+1
* | drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N2013-06-131-2/+2
* | net/ti davinci_mdio: don't hold a spin lock while calling pm_runtimeSebastian Siewior2013-06-111-3/+2
|/
* drivers: net: cpsw: irq not disabled in cpsw isr in particular sequenceMugunthan V N2013-05-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-016-118/+305
|\
| * drivers: net: cpsw: fix kernel warn on cpsw irq enableMugunthan V N2013-04-301-1/+1
| * net/cpsw: fix irq_disable() with threaded interruptsSebastian Siewior2013-04-251-3/+22
| * net/cpsw: optimize the for_each_slave_macro()Sebastian Siewior2013-04-251-3/+6
| * net/cpsw: make sure modules remove does not leak any ressourcesSebastian Siewior2013-04-251-7/+16
| * net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior2013-04-253-0/+4
| * net/cpsw: redo rx skb allocation in rx pathSebastian Siewior2013-04-252-21/+19
| * net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior2013-04-254-10/+10
| * net/cpsw: don't rely only on netif_running() to check which device is activeSebastian Siewior2013-04-251-11/+22
| * net/cpsw: don't continue if we miss to allocate rx skbsSebastian Siewior2013-04-251-13/+22
| * net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior2013-04-251-8/+12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-1/+1
| |\
| * | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+2
| * | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
| * | tlan: cancel work at remove pathDevendra Naga2013-04-161-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-012-2/+2
| |\ \
| * | | net/davinci_emac: use devres APIsSekhar Nori2013-03-261-30/+16
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-221-1/+1
| |\ \ \
| * | | | net: ethernet: davinci_emac: make local function emac_poll_controller() staticWei Yongjun2013-03-201-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-202-2/+2
| |\ \ \ \
| * | | | | drivers: net: ethernet: cpsw: implement get phy_id via ioctlMugunthan V N2013-03-131-2/+14
| * | | | | driver: net: ethernet: cpsw: implement interrupt pacing via ethtoolMugunthan V N2013-03-131-0/+104
| * | | | | driver: net: ethernet: cpsw: implement ethtool get/set phy settingMugunthan V N2013-03-131-0/+29
| * | | | | drivers: net: ethernet: cpsw: change cpts_active_slave to active_slaveMugunthan V N2013-03-131-5/+5