RE: [PATCH v3 4/6] scsi: ufs: rework link start-up process

2013-05-06 Thread merez
> On Monday, May 06, 2013, Sujit Reddy Thumma wrote: >> On 5/6/2013 11:07 AM, Seungwon Jeon wrote: >> > Link start-up requires long time with multiphase handshakes >> > between UFS host and device. This affects driver's probe time. >> > This patch let link start-up run asynchronously. Link start-u

RE: [PATCH v3 4/6] scsi: ufs: rework link start-up process

2013-05-06 Thread Seungwon Jeon
On Monday, May 06, 2013, Sujit Reddy Thumma wrote: > On 5/6/2013 11:07 AM, Seungwon Jeon wrote: > > Link start-up requires long time with multiphase handshakes > > between UFS host and device. This affects driver's probe time. > > This patch let link start-up run asynchronously. Link start-up > > w

Re: [PATCH v3 4/6] scsi: ufs: rework link start-up process

2013-05-06 Thread merez
Hi, The proposed fix fixes the timeout crash. In normal operation the patch works, so after applying the fix you can add my Tested-By. One additional minor fix that is required: In ufshcd_link_startup the following print-out is printed in success as well: dev_err(hba->dev, "link startup failed %d

Re: [PATCH v3 4/6] scsi: ufs: rework link start-up process

2013-05-06 Thread Sujit Reddy Thumma
On 5/6/2013 11:07 AM, Seungwon Jeon wrote: > Link start-up requires long time with multiphase handshakes > between UFS host and device. This affects driver's probe time. > This patch let link start-up run asynchronously. Link start-up > will be executed at the end of prove separately. > Along with

[PATCH v3 4/6] scsi: ufs: rework link start-up process

2013-05-05 Thread Seungwon Jeon
Link start-up requires long time with multiphase handshakes between UFS host and device. This affects driver's probe time. This patch let link start-up run asynchronously. Link start-up will be executed at the end of prove separately. Along with this change, the following is worked. Defined comple