+19
−15
+0
−25
Loading
Refactor MCQ register dump to align with the new resource mapping. As part of refactor, below changes are done: - Update ufs_qcom_dump_regs() function signature to accept direct base address instead of resource ID enum - Modify ufs_qcom_dump_mcq_hci_regs() to use hba->mcq_base and calculated addresses from MCQ operation info - Replace enum ufshcd_res with direct memory-mapped I/O addresses Additionally remove the ufshcd_res_info structure and associated enum ufshcd_res definitions from the UFS host controller header. These were previously used for MCQ resource mapping but are no longer needed following recent refactoring to use direct base addresses instead of multiple separate resource regions. Signed-off-by:Nitin Rawat <quic_nitirawa@quicinc.com> Reviewed-by:
Bart Van Assche <bvanassche@acm.org> Reviewed-by:
Manivannan Sadhasivam <mani@kernel.org> Signed-off-by:
Martin K. Petersen <martin.petersen@oracle.com>