public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: linux-scsi@vger.kernel.org
Subject: [GIT 3.2-rc PATCH 0/8] isci: platform and hardware enabling updates
Date: Fri, 16 Dec 2011 16:53:10 -0800	[thread overview]
Message-ID: <20111217004820.14133.19249.stgit@localhost6.localdomain6> (raw)

These are priority updates, targeted for inclusion in 3.2-final, for the
driver to honor the latest definition of oem parameters and support the
latest revision of silicon.  The oem parameter format (phy configuration
settings passed along from platform firmware) has been updated to
revision 1.3, current driver only supports 1.0.  The C1 silicon update
involves updates to the per-silicon-revision hard-coded phy tuning
recipes.

This also updates the driver version from v1.0 to v1.1 to remove the
stale EXPERIMENTAL tag and reflect the C1 level of silicon support.

A performance fix and a fix for a crash that can be triggered by
enabling a dev_dbg() statement are also included.

Please apply, or pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git fixes

...to receive:

Dan Williams (2):
      isci: cleanup oem parameter and recipe handling
      isci: update version to 1.1

Dave Jiang (1):
      isci: oem parameter format v1.1 (ssc select)

Jeff Skirvin (3):
      isci: update afe (analog-front-end) recipe for C1
      isci: oem parameter format v1.3 (cable select)
      isci: link speeds default to gen 2

Maciej Trela (1):
      isci: remove unused 'isci_tmf->device' field

Marcin Tomczak (1):
      isci: performance-fix, shorten default "no outbound task" timeout

 drivers/scsi/Kconfig                   |    5 -
 drivers/scsi/isci/firmware/create_fw.c |   53 +++---
 drivers/scsi/isci/firmware/create_fw.h |   13 ++-
 drivers/scsi/isci/host.c               |  277 ++++++++++++++++++++++++--------
 drivers/scsi/isci/host.h               |   27 +++-
 drivers/scsi/isci/init.c               |   25 +++-
 drivers/scsi/isci/isci.h               |    1 +
 drivers/scsi/isci/phy.c                |  137 +++++++++++-----
 drivers/scsi/isci/probe_roms.c         |    2 +-
 drivers/scsi/isci/probe_roms.h         |   89 ++++++++++-
 drivers/scsi/isci/task.c               |    2 +-
 drivers/scsi/isci/task.h               |    7 +-
 firmware/isci/isci_firmware.bin.ihex   |    2 +-
 13 files changed, 477 insertions(+), 163 deletions(-)

Thanks,
Dan

             reply	other threads:[~2011-12-17  0:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-17  0:53 Dan Williams [this message]
2011-12-17  0:53 ` [3.2-rc PATCH 1/8] isci: cleanup oem parameter and recipe handling Dan Williams
2011-12-17  0:53 ` [3.2-rc PATCH 2/8] isci: update afe (analog-front-end) recipe for C1 Dan Williams
2011-12-17  0:53 ` [3.2-rc PATCH 3/8] isci: oem parameter format v1.1 (ssc select) Dan Williams
2011-12-17  0:53 ` [3.2-rc PATCH 4/8] isci: oem parameter format v1.3 (cable select) Dan Williams
2011-12-17  0:53 ` [3.2-rc PATCH 5/8] isci: performance-fix, shorten default "no outbound task" timeout Dan Williams
2011-12-17  0:53 ` [3.2-rc PATCH 6/8] isci: link speeds default to gen 2 Dan Williams
2011-12-17  0:53 ` [3.2-rc PATCH 7/8] isci: remove unused 'isci_tmf->device' field Dan Williams
2011-12-17  0:53 ` [3.2-rc PATCH 8/8] isci: update version to 1.1 Dan Williams
2011-12-18 13:49 ` [GIT 3.2-rc PATCH 0/8] isci: platform and hardware enabling updates James Bottomley
2011-12-18 18:46   ` Williams, Dan J
2011-12-21 21:05     ` James Bottomley
2011-12-21 22:17       ` Dan Williams

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=20111217004820.14133.19249.stgit@localhost6.localdomain6 \
    --to=dan.j.williams@intel.com \
    --cc=linux-scsi@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