Netdev List
 help / color / mirror / Atom feed
From: Hariprasad Shenai <hariprasad@chelsio.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, dm@chelsio.com, leedom@chelsio.com,
	nirranjan@chelsio.com, kumaras@chelsio.com,
	hariprasad@chelsio.com
Subject: [PATCH net 0/3] Fixes T5 adapter init, due to incorrect FW version check
Date: Thu, 28 Nov 2013 19:22:11 +0530	[thread overview]
Message-ID: <1385646734-3576-1-git-send-email-hariprasad@chelsio.com> (raw)

Hi All,

This patch series fixes, Chelsio T5 adapter initialization failure due to
incorrect firmware version check. This patch series modifies the firmware
flashing mechanism for T4/T5 adapter. It adds a new module parameter
t4_fw_install to control firmware flashing.

The patch series moves chip type from struct adapter to struct adapter_params.
It changes the references of chip type in cxgb4 and cxgb4vf drivers such that
build failure is avoided.

Patch 3/3 is dependent on patch 1/3
Patch 2/3 is also dependent on patch 1/3

We would like to request this patch series to get merged via David Miller's
'net' tree.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.

Thanks


Hariprasad Shenai (3):
  cxgb4: Much cleaner implementation of is_t4()/is_t5()
  cxgb4vf: added much cleaner implementation of is_t4()
  cxgb4: Add new scheme for T4/T5 firmware upgradation

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  83 +++---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    | 287 +++++++++++----------
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |  12 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         | 246 ++++++++++++------
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |  14 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |   7 +-
 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h     |   1 -
 .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c    |  15 +-
 drivers/net/ethernet/chelsio/cxgb4vf/sge.c         |   2 +-
 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h |  24 +-
 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c     |   4 +-
 11 files changed, 424 insertions(+), 271 deletions(-)

-- 
1.8.0

             reply	other threads:[~2013-11-28 14:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-28 13:52 Hariprasad Shenai [this message]
2013-11-28 13:52 ` [PATCH net 1/3] cxgb4: Much cleaner implementation of is_t4()/is_t5() Hariprasad Shenai
2013-11-28 13:52 ` [PATCH net 2/3] cxgb4vf: added much cleaner implementation of is_t4() Hariprasad Shenai
2013-11-28 13:52 ` [PATCH net 3/3] cxgb4: Add new scheme for T4/T5 firmware upgradation Hariprasad Shenai
2013-11-29 21:45 ` [PATCH net 0/3] Fixes T5 adapter init, due to incorrect FW version check 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=1385646734-3576-1-git-send-email-hariprasad@chelsio.com \
    --to=hariprasad@chelsio.com \
    --cc=davem@davemloft.net \
    --cc=dm@chelsio.com \
    --cc=kumaras@chelsio.com \
    --cc=leedom@chelsio.com \
    --cc=netdev@vger.kernel.org \
    --cc=nirranjan@chelsio.com \
    /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