All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/5] scsi: ufs: LU queue depth management
@ 2014-07-22 14:23 Dolev Raviv
  2014-07-22 14:23 ` [PATCH 1/5] scsi: ufs: query descriptor API Dolev Raviv
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dolev Raviv @ 2014-07-22 14:23 UTC (permalink / raw)
  To: James.Bottomley
  Cc: linux-scsi, linux-scsi-owner, sthumma, linux-arm-msm, santoshsy,
	Dolev Raviv

New version to fix multiple 'sparse' warnings.
Add a driver wide fix to the endian 'sparse' warnings.
Some UFS devices don't support a LUN queue depth same as the device queue
depth. This requires reading the unit descriptor for extracting the LU's
queue depth.

Changes from V1:
 - Add static modifier to ufshcd_query_descriptor function due to 'sparse'
   warrning in [PATCH V1 1/4]
 - Add new patch [PATCH V2 2/5] to deal with 'sparse' endian warnings
 - Fix buf_len endian on [PATCH V1 2/4]

Dolev Raviv (1):
  scsi: ufs: device query status and size check
  scsi: ufs: query descriptor API
  scsi: ufs: Logical Unit (LU) command queue depth

Sujit Reddy Thumma (2):
  scsi: ufs: fix endianness sparse warnings
  scsi: ufs: Fix queue depth handling for best effort cases

 drivers/scsi/ufs/ufs.h    |  38 +++++-
 drivers/scsi/ufs/ufshcd.c | 319 ++++++++++++++++++++++++++++++++--------------
 2 files changed, 262 insertions(+), 95 deletions(-)

-- 
1.8.5.2

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

end of thread, other threads:[~2014-07-22 16:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 14:23 [PATCH V2 0/5] scsi: ufs: LU queue depth management Dolev Raviv
2014-07-22 14:23 ` [PATCH 1/5] scsi: ufs: query descriptor API Dolev Raviv
2014-07-22 14:23 ` [PATCH V2 2/5] scsi: ufs: fix endianness sparse warnings Dolev Raviv
2014-07-22 14:23 ` [PATCH V2 3/5] scsi: ufs: device query status and size check Dolev Raviv
2014-07-22 14:23 ` [PATCH V2 4/5] scsi: ufs: Logical Unit (LU) command queue depth Dolev Raviv
2014-07-22 14:23 ` [PATCH V2 5/5] scsi: ufs: Fix queue depth handling for best effort cases Dolev Raviv
2014-07-22 16:05 ` [PATCH V2 0/5] scsi: ufs: LU queue depth management Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.