aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-21net: ethernet: davinci: Fix build breakageThierry Reding1-1/+1
2013-01-18net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N4-13/+57
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli3-4/+4
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko3-9/+9
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-26cpts: fix a run time warn_on.Richard Cochran1-1/+1
2012-12-26cpts: fix build error by removing useless code.Richard Cochran2-2/+0
2012-12-14cpts: Fix build error caused by include of plat/clock.hTony Lindgren1-2/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-3/+2
2012-12-03net/davinci_emac: remove __dev* attributesBill Pemberton2-6/+6
2012-12-03cpsw: remove __dev* attributesBill Pemberton1-3/+3
2012-12-03tlan: remove __dev* attributesBill Pemberton1-4/+4
2012-12-03cpmac: remove __dev* attributesBill Pemberton1-5/+5
2012-11-28net: ethernet: cpsw: fix build warnings for CPSW when CPTS not selectedMugunthan V N1-4/+3
2012-11-26cpts: add missing kconfig dependencyRichard Cochran1-0/+1
2012-11-14net: cpsw: halt network stack before halting the device during suspendMugunthan V N1-3/+3
2012-11-14cpsw: simplify the setup of the register pointersRichard Cochran1-139/+103
2012-11-14net: cpsw: Add parent<->child relation support between cpsw and mdioVaibhav Hiremath1-2/+14
2012-11-14net: davinci_mdio: Fix typo mistake in calling runtime-pm apiVaibhav Hiremath1-1/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-03cpsw: fix leaking IO mappingsRichard Cochran1-9/+8
2012-11-03cpsw: rename register banks to match the reference manual, part 2Richard Cochran1-13/+13
2012-11-03ptp: fixup Kconfig for two PHC drivers.Richard Cochran1-1/+1
2012-11-01cpsw: support the HWTSTAMP ioctl and the CPTSRichard Cochran1-0/+182
2012-11-01cpts: specify the input clock frequency via DTRichard Cochran1-0/+14
2012-11-01cpsw: add a DT field for the active time stamping portRichard Cochran1-0/+7
2012-11-01cpsw: add a DT field for the cpts offsetRichard Cochran1-0/+7
2012-11-01cpts: introduce time stamping code and a PTP hardware clock.Richard Cochran4-1/+582
2012-11-01cpsw: support both silicon versionsRichard Cochran1-16/+90
2012-11-01cpsw: remember the silicon versionRichard Cochran1-0/+4
2012-11-01cpsw: add missing fields to the CPSW_SS register bank.Richard Cochran1-0/+8
2012-11-01cpsw: rename register banks to match the reference manualRichard Cochran1-9/+9
2012-11-01drivers: net: ethernet: cpsw: add multicast address to ALE tableMugunthan V N3-3/+56
2012-10-24NET_VENDOR_TI: make available for am33xx as wellPeter Korsgaard1-1/+1
2012-10-02net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the remaining packetshtbegin1-0/+1
2012-10-01Revert "net: ti cpsw ethernet: allow reading phy interface mode from DT"David S. Miller1-3/+0
2012-10-01net: ti cpsw ethernet: allow reading phy interface mode from DTDaniel Mack1-0/+3
2012-10-01net: ti cpsw ethernet: set IFCTL_A bit in MACCONTROLDaniel Mack1-0/+5
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-08-31net: ethernet: fix kernel OOPS when remove davinci_mdio moduleBin Liu1-1/+3
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-08-14drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereferenceJulia Lawall1-1/+2
2012-08-07drivers: net: ethernet: davince_mdio: device tree implementationMugunthan V N1-4/+37
2012-08-03drivers: net: ethernet: cpsw: Add device tree support to CPSWMugunthan V N1-6/+168
2012-08-03drivers: net: ethernet: cpsw: Add SOC dependency support for cpsw dependent modulesMugunthan V N1-2/+2
2012-07-22net: ethernet: davinci_emac: add pm_runtime supportMark A. Greer1-21/+22
2012-07-22net: ethernet: davinci_emac: Remove unnecessary #includeMark A. Greer1-2/+0
2012-07-18driver: net: ethernet: cpsw: runtime PM supportMugunthan V N1-9/+14
2012-07-18driver: net: ethernet: davinci_mdio: runtime PM supportMugunthan V N1-13/+12
2012-07-18net: ethernet: davinci_emac: add OF supportHeiko Schocher1-1/+88