netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] bna: Driver Fixes and Support for Re-architecture
@ 2011-07-27  2:10 Rasesh Mody
  2011-07-27  2:10 ` [PATCH 1/8] bna: Remove get_regs Ethtool Support Rasesh Mody
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Rasesh Mody @ 2011-07-27  2:10 UTC (permalink / raw)
  To: davem, netdev; +Cc: adapter_linux_open_src_team, Rasesh Mody

   This patch-set consists of few fixes, HW reg consolidation and adds support
   for re-architecture and re-organisation of the driver.

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

   Please note the tx rx redesign & enet changes are not enabled. They will get
   enabled in the subsequent submission when all the other supporting code is
   ready.

Rasesh Mody (8):
  bna: Remove get_regs Ethtool Support
  bna: Consolidated HW Registers for Supported HWs
  bna: Remove Obsolete File bfi_ctreg.h
  bna: MSGQ Implementation
  bna: Remove Unnecessary CNA Check
  bna: HW Interface Init Update
  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   |  118 +-
 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, 8499 insertions(+), 1038 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] 11+ messages in thread

end of thread, other threads:[~2011-07-28 19:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-27  2:10 [PATCH 0/8] bna: Driver Fixes and Support for Re-architecture Rasesh Mody
2011-07-27  2:10 ` [PATCH 1/8] bna: Remove get_regs Ethtool Support Rasesh Mody
2011-07-27  2:10 ` [PATCH 2/8] bna: Consolidated HW Registers for Supported HWs Rasesh Mody
2011-07-27  2:10 ` [PATCH 3/8] bna: Remove Obsolete File bfi_ctreg.h Rasesh Mody
2011-07-27  2:10 ` [PATCH 4/8] bna: MSGQ Implementation Rasesh Mody
2011-07-27  2:10 ` [PATCH 5/8] bna: Remove Unnecessary CNA Check Rasesh Mody
2011-07-27  2:10 ` [PATCH 6/8] bna: HW Interface Init Update Rasesh Mody
2011-07-27  2:10 ` [PATCH 7/8] bna: Introduce ENET as New Driver and FW Interface Rasesh Mody
2011-07-27  2:10 ` [PATCH 8/8] bna: Tx and Rx Redesign Rasesh Mody
2011-07-28  5:32 ` [PATCH 0/8] bna: Driver Fixes and Support for Re-architecture David Miller
2011-07-28 19:30   ` Rasesh Mody

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).