netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] bna: HW Reg Consolidation and Support for Re-architecture
@ 2011-08-01 20:42 Rasesh Mody
  2011-08-01 20:42 ` [PATCH 1/6] bna: Remove get_regs Ethtool Support Rasesh Mody
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Rasesh Mody @ 2011-08-01 20:42 UTC (permalink / raw)
  To: davem, netdev; +Cc: adapter_linux_open_src_team, Rasesh Mody

Hi David,

   This patch-set removes get_regs ethtool support and consists of HW reg
   consolidation. It also adds support for the driver re-architecture and
   re-organization.

   Please note the re-architecture changes are not enabled. They will get
   enabled in the subsequent submission when all the other supporting code is
   ready. The new code addition in this set will be matched by obsolete code
   deletion in subsequent submissions.

   The driver has been compiled and tested against net-next-2.6(3.0.0-rc7)

Thanks,
Rasesh

Rasesh Mody (6):
  bna: Remove get_regs Ethtool Support
  bna: Consolidated HW Registers for Supported HWs
  bna: Remove Obsolete File bfi_ctreg.h
  bna: MSGQ Implementation
  bna: Introduce ENET as New Driver and FW Interface
  bna: Tx and Rx Redesign

 drivers/net/bna/Makefile       |    3 +-
 drivers/net/bna/bfa_ioc.c      |   16 +-
 drivers/net/bna/bfa_ioc.h      |    4 +-
 drivers/net/bna/bfa_ioc_ct.c   |   78 +-
 drivers/net/bna/bfa_msgq.c     |  669 +++++++
 drivers/net/bna/bfa_msgq.h     |  130 ++
 drivers/net/bna/bfi.h          |  101 +
 drivers/net/bna/bfi_ctreg.h    |  646 -------
 drivers/net/bna/bfi_enet.h     |  902 +++++++++
 drivers/net/bna/bfi_reg.h      |  452 +++++
 drivers/net/bna/bna_ctrl.c     |    6 +-
 drivers/net/bna/bna_enet.c     | 2199 ++++++++++++++++++++++
 drivers/net/bna/bna_hw.h       |    6 +-
 drivers/net/bna/bna_tx_rx.c    | 3966 ++++++++++++++++++++++++++++++++++++++++
 drivers/net/bna/bnad_ethtool.c |  319 ----
 15 files changed, 8482 insertions(+), 1015 deletions(-)
 create mode 100644 drivers/net/bna/bfa_msgq.c
 create mode 100644 drivers/net/bna/bfa_msgq.h
 delete mode 100644 drivers/net/bna/bfi_ctreg.h
 create mode 100644 drivers/net/bna/bfi_enet.h
 create mode 100644 drivers/net/bna/bfi_reg.h
 create mode 100644 drivers/net/bna/bna_enet.c
 create mode 100644 drivers/net/bna/bna_tx_rx.c


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

end of thread, other threads:[~2011-08-02 21:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 20:42 [PATCH 0/6] bna: HW Reg Consolidation and Support for Re-architecture Rasesh Mody
2011-08-01 20:42 ` [PATCH 1/6] bna: Remove get_regs Ethtool Support Rasesh Mody
2011-08-01 20:42 ` [PATCH 2/6] bna: Consolidated HW Registers for Supported HWs Rasesh Mody
2011-08-01 20:42 ` [PATCH 3/6] bna: Remove Obsolete File bfi_ctreg.h Rasesh Mody
2011-08-01 20:42 ` [PATCH 4/6] bna: MSGQ Implementation Rasesh Mody
2011-08-01 20:42 ` [PATCH 5/6] bna: Introduce ENET as New Driver and FW Interface Rasesh Mody
2011-08-01 20:42 ` [PATCH 6/6] bna: Tx and Rx Redesign Rasesh Mody
2011-08-02  1:09   ` David Miller
2011-08-02 18:05     ` Rasesh Mody
2011-08-02 21:38       ` 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).