public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH 0/9] isci updates for 3.1
@ 2011-07-30  0:16 Dan Williams
  2011-07-30  0:16 ` [PATCH 1/9] isci: fix sata response handling Dan Williams
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Dan Williams @ 2011-07-30  0:16 UTC (permalink / raw)
  To: JBottomley; +Cc: linux-scsi

James, please pull from:

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

...to receive primarily a collection of fixes.  The first two are tagged
for -stable.

We still have ATAPI and SGPIO support in the works.

The SGPIO support is awaiting your response on the interface from libsas
to the driver for locally attached sgpio operation [1].  I think we can
solve the sysfs representation of these initiators at a later date.  For
now this just allows the driver to capture the smp sgpio request.

ATAPI support is not ready for prime time, but the initial
implementation is available on the 'testing' branch [2], and we are
aiming to get it finalized for 3.1.

[1]: http://marc.info/?l=linux-scsi&m=130876728404136&w=2
[2]: git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git testing

Dan Williams (5):
      isci: fix sata response handling
      isci: fix 32-bit operation when CONFIG_HIGHMEM64G=n
      isci: dynamic interrupt coalescing
      isci: fix event-get pointer increment
      isci: add version number

Dave Jiang (2):
      isci: Update MAINTAINERS entry for the isci driver
      isci: Adding documentation to API change and fixup sysfs registration

Jeff Skirvin (1):
      isci: Leave requests alone if already terminating.

Marcin Tomczak (1):
      isci: change sas phy timeouts from 54us to 59us

 Documentation/ABI/testing/sysfs-class-scsi_host |   13 ++++++
 MAINTAINERS                                     |   11 +++++
 drivers/scsi/isci/host.c                        |   13 ++++++-
 drivers/scsi/isci/host.h                        |    3 +
 drivers/scsi/isci/init.c                        |   47 +++++++++++++---------
 drivers/scsi/isci/phy.c                         |   13 ++++++
 drivers/scsi/isci/registers.h                   |   12 ++++++
 drivers/scsi/isci/request.c                     |   30 ++++++++-------
 drivers/scsi/isci/unsolicited_frame_control.c   |    2 +-
 drivers/scsi/isci/unsolicited_frame_control.h   |    2 +-
 10 files changed, 110 insertions(+), 36 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-scsi_host

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

end of thread, other threads:[~2011-08-01 18:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-30  0:16 [GIT PATCH 0/9] isci updates for 3.1 Dan Williams
2011-07-30  0:16 ` [PATCH 1/9] isci: fix sata response handling Dan Williams
2011-07-30  0:16 ` [PATCH 2/9] isci: fix 32-bit operation when CONFIG_HIGHMEM64G=n Dan Williams
2011-07-30  0:16 ` [PATCH 3/9] isci: change sas phy timeouts from 54us to 59us Dan Williams
2011-07-30  0:16 ` [PATCH 4/9] isci: Update MAINTAINERS entry for the isci driver Dan Williams
2011-07-30  0:17 ` [PATCH 5/9] isci: Adding documentation to API change and fixup sysfs registration Dan Williams
2011-07-30  0:17 ` [PATCH 6/9] isci: Leave requests alone if already terminating Dan Williams
2011-07-30  0:17 ` [PATCH 7/9] isci: dynamic interrupt coalescing Dan Williams
2011-07-30  0:17 ` [PATCH 8/9] isci: fix event-get pointer increment Dan Williams
2011-07-30  0:17 ` [PATCH 9/9] isci: add version number Dan Williams
2011-07-30 16:55   ` Stefan Richter
2011-08-01 16:24     ` Dan Williams
2011-08-01 17:38       ` Stefan Richter
2011-08-01 17:54         ` James Bottomley
2011-08-01 18:29           ` Stefan Richter
2011-08-01 18:40             ` Stefan Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox