netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Add Chelsio T4 firmware configuration file support
@ 2012-09-26 12:39 Vipul Pandya
  2012-09-26 12:39 ` [PATCH 1/7] cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASE Vipul Pandya
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Vipul Pandya @ 2012-09-26 12:39 UTC (permalink / raw)
  To: netdev; +Cc: davem, divy, dm, swise, leedom, felix, Vipul Pandya

Hi David Miller,

This patch series adds aupport for firmware configuration file for Chelsio T4
adapters.

The Firmware Configuration file was primarily developed in order to centralize
all of the configuration, resource allocation, etc. for Unified Wire operation
where multiple Physical / Virtual Function Drivers would be using a T4 adapter
simultaneously.

The patch series also has bug fixes which can occur while upgrading the T4
firmware.

The patch series is built against David Miller's net-next tree.

Thanks,
Vipul Pandya

Vipul Pandya (7):
  cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASE
  cxgb4: Add functions to read memory via PCIE memory window
  cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File support
  cxgb4: Add support for T4 configuration file
  cxgb4: Add support for T4 hardwired configuration settings
  cxgb4: Inform caller if driver didn't upgrade firmware
  cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as
    a slave

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h      |   51 ++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |  936 ++++++++++++++++++++---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h  |    2 +
 drivers/net/ethernet/chelsio/cxgb4/sge.c        |  337 +++++++--
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c      |  722 +++++++++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h      |   80 ++
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h    |  131 +++-
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h   |   97 ++-
 drivers/net/ethernet/chelsio/cxgb4vf/sge.c      |    5 +-
 9 files changed, 2139 insertions(+), 222 deletions(-)

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

end of thread, other threads:[~2012-09-27 21:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 12:39 [PATCH 0/7] Add Chelsio T4 firmware configuration file support Vipul Pandya
2012-09-26 12:39 ` [PATCH 1/7] cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASE Vipul Pandya
2012-09-26 12:39 ` [PATCH 2/7] cxgb4: Add functions to read memory via PCIE memory window Vipul Pandya
2012-09-26 12:39 ` [PATCH 3/7] cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File support Vipul Pandya
2012-09-26 12:39 ` [PATCH 4/7] cxgb4: Add support for T4 configuration file Vipul Pandya
2012-09-26 12:39 ` [PATCH 5/7] cxgb4: Add support for T4 hardwired driver configuration settings Vipul Pandya
2012-09-26 12:39 ` [PATCH 6/7] cxgb4: Inform caller if driver didn't upgrade firmware Vipul Pandya
2012-09-26 12:39 ` [PATCH 7/7] cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slave Vipul Pandya
2012-09-27 21:56 ` [PATCH 0/7] Add Chelsio T4 firmware configuration file support 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).