Hi Martin, The three patches in this series are intended for kernel v5.14. These patches have been compile tested only but should be easy to review. Thanks, Bart. Changes compared to v1: - Dropped patches 3 and 4. - Added a new patch at the start of this series that reduces code duplication in the runtime power managment implementation. Bart Van Assche (3): ufs: Reduce code duplication in the runtime power managment implementation ufs: Rename the second ufshcd_probe_hba() argument ufs: Remove ufshcd_valid_tag() drivers/scsi/ufs/tc-dwc-g210-pci.c | 34 ++---------- drivers/scsi/ufs/ufshcd-pci.c | 48 +---------------- drivers/scsi/ufs/ufshcd-pltfrm.c | 47 ----------------- drivers/scsi/ufs/ufshcd.c | 83 ++++++++++-------------------- drivers/scsi/ufs/ufshcd.h | 9 ++-- 5 files changed, 36 insertions(+), 185 deletions(-)