On 10/18/24 12:47 PM, Bart Van Assche wrote:
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.
There is only one change in this patch compared to v1: the "hba->quirks |= UFSHCD_QUIRK_HIBERN_FASTAUTO;" statement has been restored.
Thanks, Bart.