public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] hpsa updates
@ 2015-07-18 16:12 Don Brace
  2015-07-18 16:12 ` [PATCH 01/11] hpsa: Correct double unlock of mutex Don Brace
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Don Brace @ 2015-07-18 16:12 UTC (permalink / raw)
  To: scott.teel, Kevin.Barnett, james.bottomley, hch, Justin.Lindley,
	elliott
  Cc: linux-scsi

These patches are based on Linus's tree

The changes are:
 - Static checker issues reported by Dan Carpenter
   - double unlock of a mutex
   - correct decode sense data decision
   - warnings on hpsa_init_one cleanup
 - Update PMC copyright
 - Cleanup update scsi devices
 - New controller ids.
 - Correct rmmod issue
 - Add in new path_info to show box and bay info
 - Driver supports mixed mode, RAID and HBA
 - New offline mode
 - Bug fix for multi lun devices from Shane Seymour

---

Don Brace (7):
      hpsa: Correct double unlock of mutex
      hpsa: correct decode sense data
      hpsa: correct static checker warnings on driver init cleanup
      hpsa: add PMC to copyright
      hpsa: cleanup update scsi devices
      hpsa: add in new controllers
      hpsa: fix rmmod issues

Joe Handzik (1):
      hpsa: add sysfs entry path_info to show box and bay information

Kevin Barnett (1):
      Change how controllers in mixed mode are handled.

Scott Benesh (1):
      hpsa: add in new offline mode

shane.seymour (1):
      hpsa: fix issues with multilun devices


 drivers/scsi/hpsa.c     |  286 +++++++++++++++++++++++++++++------------------
 drivers/scsi/hpsa.h     |   16 +--
 drivers/scsi/hpsa_cmd.h |   10 +-
 3 files changed, 188 insertions(+), 124 deletions(-)

--
Signature

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

end of thread, other threads:[~2015-07-22 15:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-18 16:12 [PATCH 00/11] hpsa updates Don Brace
2015-07-18 16:12 ` [PATCH 01/11] hpsa: Correct double unlock of mutex Don Brace
2015-07-22 15:16   ` Tomas Henzl
2015-07-18 16:12 ` [PATCH 02/11] hpsa: correct decode sense data Don Brace
2015-07-22 15:16   ` Tomas Henzl
2015-07-18 16:12 ` [PATCH 03/11] hpsa: correct static checker warnings on driver init cleanup Don Brace
2015-07-22 15:16   ` Tomas Henzl
2015-07-18 16:12 ` [PATCH 04/11] hpsa: add PMC to copyright Don Brace
2015-07-18 16:12 ` [PATCH 05/11] hpsa: add sysfs entry path_info to show box and bay information Don Brace
2015-07-22 15:18   ` Tomas Henzl
2015-07-18 16:12 ` [PATCH 06/11] hpsa: cleanup update scsi devices Don Brace
2015-07-22 15:19   ` Tomas Henzl
2015-07-18 16:12 ` [PATCH 07/11] hpsa: add in new controllers Don Brace
2015-07-22 15:19   ` Tomas Henzl
2015-07-18 16:12 ` [PATCH 08/11] Change how controllers in mixed mode are handled Don Brace
2015-07-18 16:13 ` [PATCH 09/11] hpsa: add in new offline mode Don Brace
2015-07-22 15:19   ` Tomas Henzl
2015-07-18 16:13 ` [PATCH 10/11] hpsa: fix issues with multilun devices Don Brace
2015-07-22 15:19   ` Tomas Henzl
2015-07-18 16:13 ` [PATCH 11/11] hpsa: fix rmmod issues Don Brace
2015-07-22 15:20   ` Tomas Henzl

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