Re: [PATCH v2 8/9] ufs: Handle UFS 3.1 controllers

2023-11-22 Thread Neha Malcom Francis
Hi Bin On 11/10/23 18:45, Bin Meng wrote: Extend the version check to handle UFS 3.1 controllers as well. Tested on QEMU emulated UFS 3.1 controller. Signed-off-by: Bin Meng --- (no changes since v1) drivers/ufs/ufs.c | 3 ++- drivers/ufs/ufs.h | 1 + 2 files changed, 3 insertions(+), 1

Re: [PATCH v2 8/9] ufs: Handle UFS 3.1 controllers

2023-10-11 Thread Simon Glass
On Wed, 11 Oct 2023 at 06:16, Bin Meng wrote: > > Extend the version check to handle UFS 3.1 controllers as well. > Tested on QEMU emulated UFS 3.1 controller. > > Signed-off-by: Bin Meng > --- > > (no changes since v1) > > drivers/ufs/ufs.c | 3 ++- > drivers/ufs/ufs.h | 1 + > 2 files changed,

[PATCH v2 8/9] ufs: Handle UFS 3.1 controllers

2023-10-11 Thread Bin Meng
Extend the version check to handle UFS 3.1 controllers as well. Tested on QEMU emulated UFS 3.1 controller. Signed-off-by: Bin Meng --- (no changes since v1) drivers/ufs/ufs.c | 3 ++- drivers/ufs/ufs.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/ufs/ufs.c b/dr