Re: [PATCH] ufs: core: remove link_startup_again logic

2024-10-13 Thread Neil Armstrong
Hi, On Tue, 28 May 2024 10:36:21 +0200, Neil Armstrong wrote: > The link_startup_again logic was added in Linux to handle device > that were set in LinkDown state, which should not be the case since U-boot > doesn't set LinkDown state are init, and Linux sets the device active > in ufshcd_init() f

Re: [PATCH] ufs: core: remove link_startup_again logic

2024-06-04 Thread Neha Malcom Francis
Hi Neil, On 28/05/24 14:06, Neil Armstrong wrote: The link_startup_again logic was added in Linux to handle device that were set in LinkDown state, which should not be the case since U-boot doesn't set LinkDown state are init, and Linux sets the device active s/are/at ? in ufshcd_init() for

[PATCH] ufs: core: remove link_startup_again logic

2024-05-28 Thread Neil Armstrong
The link_startup_again logic was added in Linux to handle device that were set in LinkDown state, which should not be the case since U-boot doesn't set LinkDown state are init, and Linux sets the device active in ufshcd_init() for the first link startup. While it worked to far, it breaks link star