Age | Commit message (Expand) | Author | Files | Lines |
2012-12-27 | cpts: fix a run time warn_on. | Richard Cochran | 1 | -1/+1 |
2012-12-27 | cpts: fix build error by removing useless code. | Richard Cochran | 2 | -2/+0 |
2012-12-14 | cpts: Fix build error caused by include of plat/clock.h | Tony Lindgren | 1 | -2/+0 |
2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 1 | -3/+2 |
2012-12-03 | net/davinci_emac: remove __dev* attributes | Bill Pemberton | 2 | -6/+6 |
2012-12-03 | cpsw: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-12-03 | tlan: remove __dev* attributes | Bill Pemberton | 1 | -4/+4 |
2012-12-03 | cpmac: remove __dev* attributes | Bill Pemberton | 1 | -5/+5 |
2012-11-29 | net: ethernet: cpsw: fix build warnings for CPSW when CPTS not selected | Mugunthan V N | 1 | -4/+3 |
2012-11-27 | cpts: add missing kconfig dependency | Richard Cochran | 1 | -0/+1 |
2012-11-15 | net: cpsw: halt network stack before halting the device during suspend | Mugunthan V N | 1 | -3/+3 |
2012-11-15 | cpsw: simplify the setup of the register pointers | Richard Cochran | 1 | -139/+103 |
2012-11-15 | net: cpsw: Add parent<->child relation support between cpsw and mdio | Vaibhav Hiremath | 1 | -2/+14 |
2012-11-15 | net: davinci_mdio: Fix typo mistake in calling runtime-pm api | Vaibhav Hiremath | 1 | -1/+1 |
2012-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-11-03 | cpsw: fix leaking IO mappings | Richard Cochran | 1 | -9/+8 |
2012-11-03 | cpsw: rename register banks to match the reference manual, part 2 | Richard Cochran | 1 | -13/+13 |
2012-11-03 | ptp: fixup Kconfig for two PHC drivers. | Richard Cochran | 1 | -1/+1 |
2012-11-01 | cpsw: support the HWTSTAMP ioctl and the CPTS | Richard Cochran | 1 | -0/+182 |
2012-11-01 | cpts: specify the input clock frequency via DT | Richard Cochran | 1 | -0/+14 |
2012-11-01 | cpsw: add a DT field for the active time stamping port | Richard Cochran | 1 | -0/+7 |
2012-11-01 | cpsw: add a DT field for the cpts offset | Richard Cochran | 1 | -0/+7 |
2012-11-01 | cpts: introduce time stamping code and a PTP hardware clock. | Richard Cochran | 4 | -1/+582 |
2012-11-01 | cpsw: support both silicon versions | Richard Cochran | 1 | -16/+90 |
2012-11-01 | cpsw: remember the silicon version | Richard Cochran | 1 | -0/+4 |
2012-11-01 | cpsw: add missing fields to the CPSW_SS register bank. | Richard Cochran | 1 | -0/+8 |
2012-11-01 | cpsw: rename register banks to match the reference manual | Richard Cochran | 1 | -9/+9 |
2012-11-01 | drivers: net: ethernet: cpsw: add multicast address to ALE table | Mugunthan V N | 3 | -3/+56 |
2012-10-25 | NET_VENDOR_TI: make available for am33xx as well | Peter Korsgaard | 1 | -1/+1 |
2012-10-03 | net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re... | htbegin | 1 | -0/+1 |
2012-10-02 | Revert "net: ti cpsw ethernet: allow reading phy interface mode from DT" | David S. Miller | 1 | -3/+0 |
2012-10-02 | net: ti cpsw ethernet: allow reading phy interface mode from DT | Daniel Mack | 1 | -0/+3 |
2012-10-02 | net: ti cpsw ethernet: set IFCTL_A bit in MACCONTROL | Daniel Mack | 1 | -0/+5 |
2012-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2012-09-01 | net: ethernet: fix kernel OOPS when remove davinci_mdio module | Bin Liu | 1 | -1/+3 |
2012-08-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2012-08-15 | drivers/net/ethernet/ti/davinci_cpdma.c: Remove potential NULL dereference | Julia Lawall | 1 | -1/+2 |
2012-08-08 | drivers: net: ethernet: davince_mdio: device tree implementation | Mugunthan V N | 1 | -4/+37 |
2012-08-04 | drivers: net: ethernet: cpsw: Add device tree support to CPSW | Mugunthan V N | 1 | -6/+168 |
2012-08-04 | drivers: net: ethernet: cpsw: Add SOC dependency support for cpsw dependent m... | Mugunthan V N | 1 | -2/+2 |
2012-07-22 | net: ethernet: davinci_emac: add pm_runtime support | Mark A. Greer | 1 | -21/+22 |
2012-07-22 | net: ethernet: davinci_emac: Remove unnecessary #include | Mark A. Greer | 1 | -2/+0 |
2012-07-18 | driver: net: ethernet: cpsw: runtime PM support | Mugunthan V N | 1 | -9/+14 |
2012-07-18 | driver: net: ethernet: davinci_mdio: runtime PM support | Mugunthan V N | 1 | -13/+12 |
2012-07-18 | net: ethernet: davinci_emac: add OF support | Heiko Schocher | 1 | -1/+88 |
2012-07-17 | ethernet: Use eth_random_addr | Joe Perches | 1 | -1/+1 |
2012-07-11 | drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers | Ben Hutchings | 1 | -6/+2 |
2012-07-11 | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -35/+35 |
2012-06-29 | davinci_cpdma: include linux/module.h | Daniel Mack | 1 | -0/+1 |
2012-05-26 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -1/+1 |