summaryrefslogtreecommitdiffstats
path: root/include/ufs/ufshcd.h
diff options
context:
space:
mode:
authorMartin K. Petersen <martin.petersen@oracle.com>2022-12-30 21:48:47 +0000
committerMartin K. Petersen <martin.petersen@oracle.com>2022-12-30 21:48:47 +0000
commit2d95c6deb64dfb1496bd202aaffdbdb4b420a196 (patch)
tree13e9be4b7933879cd67afe55c8aa6699cf0b94ce /include/ufs/ufshcd.h
parent4a5bd1a928a22c20f77821d0bd9c80849827e292 (diff)
parent16ed9d312b42180242476d159dd2fab05129029a (diff)
downloadlinux-2d95c6deb64dfb1496bd202aaffdbdb4b420a196.tar.gz
linux-2d95c6deb64dfb1496bd202aaffdbdb4b420a196.tar.bz2
linux-2d95c6deb64dfb1496bd202aaffdbdb4b420a196.zip
Merge patch series "scsi: ufs: core: Always read the descriptors with max length"
Arthur Simchaev <Arthur.Simchaev@wdc.com> says: Read any descriptor with a maximum size of QUERY_DESC_MAX_SIZE. According to the spec the device returns the actual size. Thus can improve code readability and save CPU cycles. While at it, clean up few leftovers around the descriptor size parameter. Link: https://lore.kernel.org/r/1670763911-8695-1-git-send-email-Arthur.Simchaev@wdc.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/ufs/ufshcd.h')
-rw-r--r--include/ufs/ufshcd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h
index acdfa72d7230..dd5912b4db77 100644
--- a/include/ufs/ufshcd.h
+++ b/include/ufs/ufshcd.h
@@ -957,7 +957,6 @@ struct ufs_hba {
bool is_urgent_bkops_lvl_checked;
struct rw_semaphore clk_scaling_lock;
- unsigned char desc_size[QUERY_DESC_IDN_MAX];
atomic_t scsi_block_reqs_cnt;
struct device bsg_dev;
@@ -1217,9 +1216,6 @@ void ufshcd_release(struct ufs_hba *hba);
void ufshcd_clkgate_delay_set(struct device *dev, unsigned long value);
-void ufshcd_map_desc_id_to_length(struct ufs_hba *hba, enum desc_idn desc_id,
- int *desc_length);
-
u32 ufshcd_get_local_unipro_ver(struct ufs_hba *hba);
int ufshcd_get_vreg(struct device *dev, struct ufs_vreg *vreg);