netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] Fixes T5 adapter init, due to incorrect FW version check
@ 2013-12-03 11:35 Hariprasad Shenai
  2013-12-03 11:35 ` [PATCH net v2 1/3] cxgb4: Much cleaner implementation of is_t4()/is_t5() Hariprasad Shenai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hariprasad Shenai @ 2013-12-03 11:35 UTC (permalink / raw)
  To: netdev; +Cc: davem, dm, leedom, nirranjan, kumaras, santosh, hariprasad

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.

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

V2: Removed module parameter t4_fw_install

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

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  82 +++---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    | 278 +++++++++++----------
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |  12 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         | 230 ++++++++++-------
 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, 397 insertions(+), 272 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2013-12-03 22:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 11:35 [PATCH net v2 0/3] Fixes T5 adapter init, due to incorrect FW version check Hariprasad Shenai
2013-12-03 11:35 ` [PATCH net v2 1/3] cxgb4: Much cleaner implementation of is_t4()/is_t5() Hariprasad Shenai
2013-12-03 11:35 ` [PATCH net v2 2/3] cxgb4vf: added much cleaner implementation of is_t4() Hariprasad Shenai
2013-12-03 11:35 ` [PATCH net v2 3/3] cxgb4: Add new scheme to update T4/T5 firmware Hariprasad Shenai
2013-12-03 22:00 ` [PATCH net v2 0/3] Fixes T5 adapter init, due to incorrect FW version check 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).