Re: [PATCH v2 6/9] ufs: Allow mmio registers on the PCI bus

2023-11-22 Thread Neha Malcom Francis
Hi Bin, On 11/10/23 18:45, Bin Meng wrote: Check if the UFS controller is on the PCI bus, and get its register base address accordingly. Signed-off-by: Bin Meng --- (no changes since v1) drivers/ufs/ufs.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/driver

Re: [PATCH v2 6/9] ufs: Allow mmio registers on the PCI bus

2023-10-11 Thread Simon Glass
On Wed, 11 Oct 2023 at 06:16, Bin Meng wrote: > > Check if the UFS controller is on the PCI bus, and get its register > base address accordingly. > > Signed-off-by: Bin Meng > --- > > (no changes since v1) > > drivers/ufs/ufs.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) >

[PATCH v2 6/9] ufs: Allow mmio registers on the PCI bus

2023-10-11 Thread Bin Meng
Check if the UFS controller is on the PCI bus, and get its register base address accordingly. Signed-off-by: Bin Meng --- (no changes since v1) drivers/ufs/ufs.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/ufs/ufs.c b/drivers/ufs/ufs.c index 96801866d3