| To: | linux-mips@linux-mips.org, ralf@linux-mips.org, "David S. Miller" <davem@davemloft.net>, netdev@vger.kernel.org |
|---|---|
| Subject: | [PATCH 0/8] netdev/MIPS: Improvements to octeon_mgmt Ethernet driver. |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Tue, 21 Aug 2012 11:45:04 -0700 |
| Cc: | linux-kernel@vger.kernel.org, David Daney <david.daney@cavium.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=ViZKYSshV0qxAKJv3qPy6FmESQqi/41HI9dPWxO9+Ck=; b=vxkmTWQbbxGE+HCi+z2m9O9WjwuChhosq8GIapN3PIyOhKAxkDhIQa+/tS5kwKmO2v htuf6QGr3FtdYKmGJQzzNz/NktQT561tOu1iSLgantfTo6uc6BEVnGXgRd130RKzN+Qz WhZxf/Svs+RQIt0mL4NtulM7VjuBUhg2mooIlmF5DQL6/anejVMQ6t3Guu9KXQ4XGri0 DMUBjHJ39r05mcrWU/9TR8Ou2uSCcQACz9sUO5CAmatJgsa/X9sqd9lzmvvP+pFAZB/Y zBP9oWm3MBgZQ852yZAsX5jWaDekCXIqtNH7WanTaYP/3VEyajMVmwbf3BpacK04srUb aXuQ== |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: David Daney <david.daney@cavium.com> Recent additions to the OCTEON SoC family have included enhancements to the MIX (octeon_mgmt) Ethernet hardware. These include: o 1Gig support (up from 100M). o Hardware timestamping for PTP. Here we add support for these two features as well as some ethtool improvements and cleanup of the MAC address handling. Patch 1/8 is a prerequisite for the rest, and lives in the MIPS architecture part of the tree. Since octeon_mgmt devices are only found in OCTEON SoCs we could merge the whole set via Ralf's tree, or get Ralf to affix his Acked-by and have it go via the netdev tree. Chad Reese (1): netdev: octeon_mgmt: Add hardware timestamp support. David Daney (7): MIPS: Octeon: Add octeon_io_clk_delay() function. netdev: octeon_mgmt: Add support for 1Gig ports. netdev: octeon_mgmt: Improve ethtool_ops. netdev: octeon_mgmt: Set the parent device. netdev: octeon_mgmt: Cleanup and modernize MAC address handling. netdev: octeon_mgmt: Remove some useless 'inline' netdev: octeon_mgmt: Make multi-line comment style consistent. arch/mips/cavium-octeon/csrc-octeon.c | 93 +++-- arch/mips/cavium-octeon/setup.c | 3 +- arch/mips/include/asm/octeon/octeon.h | 1 + drivers/net/ethernet/octeon/octeon_mgmt.c | 554 ++++++++++++++++++++++++------ 4 files changed, 512 insertions(+), 139 deletions(-) -- 1.7.11.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/2] spi: Add SPI master controller for OCTEON SOCs., John Crispin |
|---|---|
| Next by Date: | [PATCH 1/8] MIPS: Octeon: Add octeon_io_clk_delay() function., David Daney |
| Previous by Thread: | Re: [PATCH resend] ifdef gic_present variable that is used only by malta, John Crispin |
| Next by Thread: | [PATCH 1/8] MIPS: Octeon: Add octeon_io_clk_delay() function., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |