public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] hpsa update
@ 2015-12-22 16:36 Don Brace
  2015-12-22 16:36 ` [PATCH v3 1/3] hpsa: fix path_info_show Don Brace
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Don Brace @ 2015-12-22 16:36 UTC (permalink / raw)
  To: JBottomley, Viswas.G, scott.teel, Kevin.Barnett, scott.benesh,
	Mahesh.Rajashekhara, hch, Justin.Lindley, elliott
  Cc: linux-scsi

These patches are based on Linus's tree

The changes are:
 - correct missing changes from snprintf to scnprintf
   in path_info_show by Rasmus Villemoes
 - fix reported bus for SAS transport devices
 - add in enclosure information

Changes from initial upload
 - added short patch description for patch
   hpsa-add-enclosure-connection-box-bay-information
 - kept hpsa-change-hba-controller-to-bus-0 the same to
   minimize changes.

Changes from V1
 - modified add box and bay information for enclosure
   devices based on Matthew R. Ochs review.
   - moved memory allocation lower in function
     hpsa_get_enclosure_info
   - removed memset on a kzalloc'ed buffer
   - do not fill out enclosure info on tape and medium
     changer devices.
   - changed hpsa_get_enclosure_info to type void.

Changes from V2
 - Added missing '{' that kdiff3 seemed to have removed.
   sorry about that.

---

Don Brace (3):
      hpsa: fix path_info_show
      hpsa: change SAS transport devices to bus 0.
      hpsa: add box and bay information for enclosure devices


 drivers/scsi/hpsa.c     |  117 ++++++++++++++++++++++++++++++++++++++++++-----
 drivers/scsi/hpsa.h     |    2 -
 drivers/scsi/hpsa_cmd.h |   13 +++++
 3 files changed, 119 insertions(+), 13 deletions(-)

--
Signature

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

end of thread, other threads:[~2016-01-05  1:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22 16:36 [PATCH v3 0/3] hpsa update Don Brace
2015-12-22 16:36 ` [PATCH v3 1/3] hpsa: fix path_info_show Don Brace
2015-12-22 16:36 ` [PATCH v3 2/3] hpsa: change SAS transport devices to bus 0 Don Brace
2015-12-22 16:36 ` [PATCH v3 3/3] hpsa: add box and bay information for enclosure devices Don Brace
2016-01-05  1:59 ` [PATCH v3 0/3] hpsa update Martin K. Petersen

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