Re: [PATCH] scsi: ufs: Add retry flow for failed hba enabling

2020-11-19 Thread Martin K. Petersen
On Thu, 12 Nov 2020 13:45:37 +0800, Stanley Chu wrote: > Once hba enabling is failed, add retry mechanism and in the > meanwhile allow vendors to apply specific handlings before > the next retry. For example, vendors can do vendor-specific > host reset flow in variant function "ufshcd_vops_hce_ena

Re: [PATCH] scsi: ufs: Add retry flow for failed hba enabling

2020-11-16 Thread Martin K. Petersen
Stanley, > Once hba enabling is failed, add retry mechanism and in the meanwhile > allow vendors to apply specific handlings before the next retry. For > example, vendors can do vendor-specific host reset flow in variant > function "ufshcd_vops_hce_enable_notify()". Applied to 5.11/scsi-staging

Re: [PATCH] scsi: ufs: Add retry flow for failed hba enabling

2020-11-12 Thread Can Guo
On 2020-11-12 13:45, Stanley Chu wrote: Once hba enabling is failed, add retry mechanism and in the meanwhile allow vendors to apply specific handlings before the next retry. For example, vendors can do vendor-specific host reset flow in variant function "ufshcd_vops_hce_enable_notify()". Signed

[PATCH] scsi: ufs: Add retry flow for failed hba enabling

2020-11-11 Thread Stanley Chu
Once hba enabling is failed, add retry mechanism and in the meanwhile allow vendors to apply specific handlings before the next retry. For example, vendors can do vendor-specific host reset flow in variant function "ufshcd_vops_hce_enable_notify()". Signed-off-by: Stanley Chu --- drivers/scsi/uf