From 68078d5cc1a59b2ddfc6982c67308f20f991426a Mon Sep 17 00:00:00 2001 From: Dolev Raviv Date: Tue, 30 Jul 2013 00:35:58 +0530 Subject: [PATCH] [SCSI] ufs: Set fDeviceInit flag to initiate device initialization Allow UFS device to complete its initialization and accept SCSI commands by setting fDeviceInit flag. The device may take time for this operation and hence the host should poll until fDeviceInit flag is toggled to zero. This step is mandated by UFS device specification for device initialization completion. Signed-off-by: Dolev Raviv Signed-off-by: Sujit Reddy Thumma Signed-off-by: Santosh Y Signed-off-by: James Bottomley --- Reading git-format-patch failed