1
0
Fork 0
alistair23-linux/drivers/scsi/ufs
Seungwon Jeon 1c2623c50d [SCSI] ufs: find out sense data over scsi status values
Unlike 'GOOD' and 'CHECK CONDITION', other status values in
Response UPIU may or may not contain sense data. That is returning
sense data isn't obvious. So, in this case the Data Segment Length
field should be checked. If a non-zero value, it means that UPIU
has Sense Data in the Data Segment area.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Reviewed-by: Subhash Jadavani <subhashj@codeaurora.org>
Tested-by: Yaniv Gardi <ygardi@codeaurora.org>
Signed-off-by: Santosh Y <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2013-09-06 15:57:55 -07:00
..
Kconfig [SCSI] ufs: SCSI_UFSHCD should depend on SCSI_DMA 2013-06-04 11:16:20 -07:00
Makefile [SCSI] ufs: Add Platform glue driver for ufshcd 2013-05-02 16:16:50 -07:00
ufs.h [SCSI] ufs: find out sense data over scsi status values 2013-09-06 15:57:55 -07:00
ufshcd-pci.c [SCSI] ufs: don't disable_irq() if the IRQ can be shared among devices 2013-08-26 12:51:27 +04:00
ufshcd-pltfrm.c [SCSI] ufs: don't check resource with devm_ioremap_resource 2013-08-26 12:51:29 +04:00
ufshcd.c [SCSI] ufs: find out sense data over scsi status values 2013-09-06 15:57:55 -07:00
ufshcd.h [SCSI] ufs: Add support for host assisted background operations 2013-08-26 12:51:25 +04:00
ufshci.h [SCSI] ufs: Set fDeviceInit flag to initiate device initialization 2013-08-26 12:51:25 +04:00