Re: [RFC PATCH] UFS: Remove the timeout while send command

2025-03-04 Thread neil.armstr...@linaro.org
; bhupesh.li...@gmail.com; n- fran...@ti.com; git (AMD-Xilinx) Subject: Re: [RFC PATCH] UFS: Remove the timeout while send command Hi, On 27/02/2025 07:04, Venkatesh Yadav Abbarapu wrote: Based on the UFS speed mode(HS or PWM) the timeout might vary and can result timeouts. Can't you bum

RE: [RFC PATCH] UFS: Remove the timeout while send command

2025-03-03 Thread Abbarapu, Venkatesh
ran...@ti.com; git (AMD-Xilinx) > Subject: Re: [RFC PATCH] UFS: Remove the timeout while send command > > Hi, > > On 27/02/2025 07:04, Venkatesh Yadav Abbarapu wrote: > > Based on the UFS speed mode(HS or PWM) the timeout might vary and can > > result timeouts. > > Can&

Re: [RFC PATCH] UFS: Remove the timeout while send command

2025-02-28 Thread neil . armstrong
Hi, On 27/02/2025 07:04, Venkatesh Yadav Abbarapu wrote: Based on the UFS speed mode(HS or PWM) the timeout might vary and can result timeouts. Can't you bump the QUERY_REQ_TIMEOUT to the PWM timeout delay ? Neil ufs-versal2-pltfm ufs@f10b: Timedout waiting for UTP response ufs-versal2

[RFC PATCH] UFS: Remove the timeout while send command

2025-02-26 Thread Venkatesh Yadav Abbarapu
Based on the UFS speed mode(HS or PWM) the timeout might vary and can result timeouts. ufs-versal2-pltfm ufs@f10b: Timedout waiting for UTP response ufs-versal2-pltfm ufs@f10b: OCS error from controller = f It's a temporary workaround to solve the timeout issue. Signed-off-by: Venkatesh