On Fri, 2024-10-18 at 12:47 -0700, Bart Van Assche wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > Replace UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS with > ufs_hba_variant_ops::set_dma_mask. Update the Renesas driver > accordingly. > This patch enables supporting other configurations than 32-bit or 64- > bit > DMA addresses, e.g. 36-bit DMA addresses. > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/ufs/core/ufshcd.c | 4 ++-- > drivers/ufs/host/ufs-renesas.c | 9 ++++++++- > include/ufs/ufshcd.h | 9 +++------ > 3 files changed, 13 insertions(+), 9 deletions(-) > > Reviewed-by: Peter Wang <peter.wang@xxxxxxxxxxxx>