netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rasesh Mody <rmody@brocade.com>
To: <davem@davemloft.net>, <netdev@vger.kernel.org>
Cc: <adapter_linux_open_src_team@brocade.com>,
	Rasesh Mody <rmody@brocade.com>
Subject: [PATCH 00/10] bna: driver fixes and cleanup
Date: Fri, 22 Jul 2011 11:07:39 -0700	[thread overview]
Message-ID: <1311358069-32067-1-git-send-email-rmody@brocade.com> (raw)

Hi David,

   The following patch set adds fixes and clean ups for current upstream driver.

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

Thanks,
Rasesh

Rasesh Mody (10):
  bna: Print Driver Version
  bna: CheckPatch Cleanup
  bna: IOC Event Notification Enhancement
  bna: State Machine Fault Handling Cleanup
  bna: Minor IRQ Index and Definition Change
  bna: Mboxq Flush When IOC Disabled
  bna: IOC Event Name Change
  bna: Add HW Semaphore Unlock Logic
  bna: HW Error Counter Fix
  bna: Header File Consolidation

 drivers/net/bna/bfa_cee.c           |   65 +++++++++------
 drivers/net/bna/bfa_cee.h           |    3 +-
 drivers/net/bna/bfa_cs.h            |  140 +++++++++++++++++++++++++++++++
 drivers/net/bna/bfa_defs.h          |    5 +-
 drivers/net/bna/bfa_defs_mfg_comm.h |   20 ++--
 drivers/net/bna/bfa_defs_status.h   |  134 +++++++++++++++---------------
 drivers/net/bna/bfa_ioc.c           |  157 ++++++++++++++++++++++-------------
 drivers/net/bna/bfa_ioc.h           |   51 ++++++++---
 drivers/net/bna/bfa_sm.h            |   88 -------------------
 drivers/net/bna/bfa_wc.h            |   69 ---------------
 drivers/net/bna/bfi.h               |   20 +++--
 drivers/net/bna/bna.h               |   18 ++--
 drivers/net/bna/bna_ctrl.c          |   45 +++++-----
 drivers/net/bna/bna_hw.h            |   92 ++++++++++----------
 drivers/net/bna/bna_txrx.c          |   44 +++++-----
 drivers/net/bna/bna_types.h         |   58 +++++++-------
 drivers/net/bna/bnad.c              |   64 +++++++-------
 drivers/net/bna/bnad.h              |   27 ++++---
 drivers/net/bna/bnad_ethtool.c      |    2 +-
 drivers/net/bna/cna.h               |    2 +-
 20 files changed, 587 insertions(+), 517 deletions(-)
 create mode 100644 drivers/net/bna/bfa_cs.h
 delete mode 100644 drivers/net/bna/bfa_sm.h
 delete mode 100644 drivers/net/bna/bfa_wc.h


             reply	other threads:[~2011-07-22 18:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22 18:07 Rasesh Mody [this message]
2011-07-22 18:07 ` [PATCH 01/10] bna: Print Driver Version Rasesh Mody
2011-07-22 18:07 ` [PATCH 02/10] bna: CheckPatch Cleanup Rasesh Mody
2011-07-22 18:07 ` [PATCH 03/10] bna: IOC Event Notification Enhancement Rasesh Mody
2011-07-22 18:07 ` [PATCH 04/10] bna: State Machine Fault Handling Cleanup Rasesh Mody
2011-07-22 18:07 ` [PATCH 05/10] bna: Minor IRQ Index and Definition Change Rasesh Mody
2011-07-22 18:07 ` [PATCH 06/10] bna: Mboxq Flush When IOC Disabled Rasesh Mody
2011-07-22 18:07 ` [PATCH 07/10] bna: IOC Event Name Change Rasesh Mody
2011-07-22 18:07 ` [PATCH 08/10] bna: Add HW Semaphore Unlock Logic Rasesh Mody
2011-07-22 18:07 ` [PATCH 09/10] bna: HW Error Counter Fix Rasesh Mody
2011-07-22 18:07 ` [PATCH 10/10] bna: Header File Consolidation Rasesh Mody
2011-07-23  0:15 ` [PATCH 00/10] bna: driver fixes and cleanup David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1311358069-32067-1-git-send-email-rmody@brocade.com \
    --to=rmody@brocade.com \
    --cc=adapter_linux_open_src_team@brocade.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).