devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add 10GbE support to APM X-Gene SoC ethernet driver
@ 2014-10-09  3:54 Iyappan Subramanian
  2014-10-09  3:54 ` [PATCH v3 2/6] Documentation: dts: Update section header for APM X-Gene Iyappan Subramanian
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Iyappan Subramanian @ 2014-10-09  3:54 UTC (permalink / raw)
  To: davem, netdev, devicetree
  Cc: linux-arm-kernel, patches, kchudgar, Iyappan Subramanian

Adding 10GbE support to APM X-Gene SoC ethernet driver.

v3: Address comments from v2
* dtb: changed to use all-zeros for the mac address

v2: Address comments from v1
* created preparatory patch to review before adding new functionality
* dtb: updated to use tabs consistently

v1:
* Initial version
---

Iyappan Subramanian (6):
  MAINTAINERS: Update APM X-Gene section
  Documentation: dts: Update section header for APM X-Gene
  dtb: Add 10GbE node to APM X-Gene SoC device tree
  drivers: net: xgene: Preparing for adding 10GbE support
  drivers: net: xgene: Add 10GbE support
  drivers: net: xgene: Add 10GbE ethtool support

 .../devicetree/bindings/net/apm-xgene-enet.txt     |   4 +-
 MAINTAINERS                                        |   1 -
 arch/arm64/boot/dts/apm-mustang.dts                |   4 +
 arch/arm64/boot/dts/apm-storm.dtsi                 |  28 +-
 drivers/net/ethernet/apm/xgene/Makefile            |   3 +-
 .../net/ethernet/apm/xgene/xgene_enet_ethtool.c    |  28 +-
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.c     |  44 ++-
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.h     |  30 +-
 drivers/net/ethernet/apm/xgene/xgene_enet_main.c   |  86 ++++--
 drivers/net/ethernet/apm/xgene/xgene_enet_main.h   |  24 +-
 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c  | 331 +++++++++++++++++++++
 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.h  |  57 ++++
 12 files changed, 566 insertions(+), 74 deletions(-)
 create mode 100644 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c
 create mode 100644 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-10-09 22:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09  3:54 [PATCH v3 0/6] Add 10GbE support to APM X-Gene SoC ethernet driver Iyappan Subramanian
2014-10-09  3:54 ` [PATCH v3 2/6] Documentation: dts: Update section header for APM X-Gene Iyappan Subramanian
2014-10-09  3:54 ` [PATCH v3 3/6] dtb: Add 10GbE node to APM X-Gene SoC device tree Iyappan Subramanian
2014-10-09  3:54 ` [PATCH v3 4/6] drivers: net: xgene: Preparing for adding 10GbE support Iyappan Subramanian
     [not found] ` <1412826861-32208-1-git-send-email-isubramanian-qTEPVZfXA3Y@public.gmane.org>
2014-10-09  3:54   ` [PATCH v3 1/6] MAINTAINERS: Update APM X-Gene section Iyappan Subramanian
2014-10-09  3:54   ` [PATCH v3 5/6] drivers: net: xgene: Add 10GbE support Iyappan Subramanian
2014-10-09  3:54 ` [PATCH v3 6/6] drivers: net: xgene: Add 10GbE ethtool support Iyappan Subramanian
2014-10-09 22:56 ` [PATCH v3 0/6] Add 10GbE support to APM X-Gene SoC ethernet driver David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).