[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1385646734-3576-1-git-send-email-hariprasad@chelsio.com>
Date: Thu, 28 Nov 2013 19:22:11 +0530
From: Hariprasad Shenai <hariprasad@...lsio.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, dm@...lsio.com, leedom@...lsio.com,
nirranjan@...lsio.com, kumaras@...lsio.com, hariprasad@...lsio.com
Subject: [PATCH net 0/3] Fixes T5 adapter init, due to incorrect FW version check
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists