summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: davinci: Fix build breakageThierry Reding2013-01-211-1/+1
* net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N2013-01-184-13/+57
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-143-4/+4
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-073-9/+9
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-041-1/+0Star
* cpts: fix a run time warn_on.Richard Cochran2012-12-261-1/+1
* cpts: fix build error by removing useless code.Richard Cochran2012-12-262-2/+0Star
* cpts: Fix build error caused by include of plat/clock.hTony Lindgren2012-12-141-2/+0Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-3/+2Star
* net/davinci_emac: remove __dev* attributesBill Pemberton2012-12-032-6/+6
* cpsw: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* tlan: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* cpmac: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* net: ethernet: cpsw: fix build warnings for CPSW when CPTS not selectedMugunthan V N2012-11-281-4/+3Star
* cpts: add missing kconfig dependencyRichard Cochran2012-11-261-0/+1
* net: cpsw: halt network stack before halting the device during suspendMugunthan V N2012-11-151-3/+3
* cpsw: simplify the setup of the register pointersRichard Cochran2012-11-151-139/+103Star
* net: cpsw: Add parent<->child relation support between cpsw and mdioVaibhav Hiremath2012-11-151-2/+14
* net: davinci_mdio: Fix typo mistake in calling runtime-pm apiVaibhav Hiremath2012-11-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-1/+1
|\
| * NET_VENDOR_TI: make available for am33xx as wellPeter Korsgaard2012-10-251-1/+1
* | cpsw: fix leaking IO mappingsRichard Cochran2012-11-031-9/+8Star
* | cpsw: rename register banks to match the reference manual, part 2Richard Cochran2012-11-031-13/+13
* | ptp: fixup Kconfig for two PHC drivers.Richard Cochran2012-11-031-1/+1
* | cpsw: support the HWTSTAMP ioctl and the CPTSRichard Cochran2012-11-011-0/+182
* | cpts: specify the input clock frequency via DTRichard Cochran2012-11-011-0/+14
* | cpsw: add a DT field for the active time stamping portRichard Cochran2012-11-011-0/+7
* | cpsw: add a DT field for the cpts offsetRichard Cochran2012-11-011-0/+7
* | cpts: introduce time stamping code and a PTP hardware clock.Richard Cochran2012-11-014-1/+582
* | cpsw: support both silicon versionsRichard Cochran2012-11-011-16/+90
* | cpsw: remember the silicon versionRichard Cochran2012-11-011-0/+4
* | cpsw: add missing fields to the CPSW_SS register bank.Richard Cochran2012-11-011-0/+8
* | cpsw: rename register banks to match the reference manualRichard Cochran2012-11-011-9/+9
* | drivers: net: ethernet: cpsw: add multicast address to ALE tableMugunthan V N2012-11-013-3/+56
|/
* net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...htbegin2012-10-031-0/+1
* Revert "net: ti cpsw ethernet: allow reading phy interface mode from DT"David S. Miller2012-10-011-3/+0Star
* net: ti cpsw ethernet: allow reading phy interface mode from DTDaniel Mack2012-10-011-0/+3
* net: ti cpsw ethernet: set IFCTL_A bit in MACCONTROLDaniel Mack2012-10-011-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-1/+3
|\
| * net: ethernet: fix kernel OOPS when remove davinci_mdio moduleBin Liu2012-08-311-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-1/+2
|\|
| * drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereferenceJulia Lawall2012-08-151-1/+2
* | drivers: net: ethernet: davince_mdio: device tree implementationMugunthan V N2012-08-081-4/+37
* | drivers: net: ethernet: cpsw: Add device tree support to CPSWMugunthan V N2012-08-041-6/+168
* | drivers: net: ethernet: cpsw: Add SOC dependency support for cpsw dependent m...Mugunthan V N2012-08-041-2/+2
|/
* net: ethernet: davinci_emac: add pm_runtime supportMark A. Greer2012-07-221-21/+22
* net: ethernet: davinci_emac: Remove unnecessary #includeMark A. Greer2012-07-221-2/+0Star
* driver: net: ethernet: cpsw: runtime PM supportMugunthan V N2012-07-181-9/+14
* driver: net: ethernet: davinci_mdio: runtime PM supportMugunthan V N2012-07-181-13/+12Star
* net: ethernet: davinci_emac: add OF supportHeiko Schocher2012-07-181-1/+88