summaryrefslogtreecommitdiffstats
path: root/include/ufs/ufshcd.h
diff options
context:
space:
mode:
authorAvri Altman <avri.altman@wdc.com>2024-04-10 21:37:19 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2024-04-11 21:50:13 -0400
commita33a502d50fddc85e8d5072cf39ff8fe19ba3025 (patch)
tree3f81a7d21c2f21bc104ba444ef2e60095eb8e220 /include/ufs/ufshcd.h
parente63350dae44f01842dca229aaaa22c105356d7ab (diff)
downloadlinux-stable-a33a502d50fddc85e8d5072cf39ff8fe19ba3025.tar.gz
linux-stable-a33a502d50fddc85e8d5072cf39ff8fe19ba3025.tar.bz2
linux-stable-a33a502d50fddc85e8d5072cf39ff8fe19ba3025.zip
scsi: ufs: Remove support for old UFSHCI versions
UFS spec version 2.1 was published more than 10 years ago. It is vanishingly unlikely that even there are out there platforms that uses earlier host controllers, let alone that those ancient platforms will ever run a V6.10 kernel. To be extra cautious, leave out removal of UFSHCI 2.0 support from this patch, and just remove support of host controllers prior to UFS2.0. This patch removes some legacy tuning calls that no longer apply. Signed-off-by: Avri Altman <avri.altman@wdc.com> Link: https://lore.kernel.org/r/20240410183720.908-2-avri.altman@wdc.com Acked-by: Bean Huo <beanhuo@micron.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/ufs/ufshcd.h')
-rw-r--r--include/ufs/ufshcd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h
index a35e12f8e68b..431af365cf5e 100644
--- a/include/ufs/ufshcd.h
+++ b/include/ufs/ufshcd.h
@@ -1390,8 +1390,6 @@ void ufshcd_release(struct ufs_hba *hba);
void ufshcd_clkgate_delay_set(struct device *dev, unsigned long value);
-u32 ufshcd_get_local_unipro_ver(struct ufs_hba *hba);
-
int ufshcd_get_vreg(struct device *dev, struct ufs_vreg *vreg);
int ufshcd_send_uic_cmd(struct ufs_hba *hba, struct uic_command *uic_cmd);