diff options
author | Martin K. Petersen <martin.petersen@oracle.com> | 2024-03-25 14:03:35 -0400 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2024-03-25 14:03:35 -0400 |
commit | f02fe780f28db435671fcc7c0214556e253b5a46 (patch) | |
tree | 549be0d02995bfa901fda0cc9674eb83cf3814a9 /include | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) | |
parent | 52d8210ea45d4c56fdca65ccb7541b0dfe9f416f (diff) |
Merge branch '6.9/scsi-queue' into 6.9/scsi-fixes
Pull in the outstanding updates from the 6.9/scsi-queue branch.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/ufs/ufshcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h index cb2afcebbdf5..a35e12f8e68b 100644 --- a/include/ufs/ufshcd.h +++ b/include/ufs/ufshcd.h @@ -328,6 +328,7 @@ struct ufs_pwr_mode_info { * @op_runtime_config: called to config Operation and runtime regs Pointers * @get_outstanding_cqs: called to get outstanding completion queues * @config_esi: called to config Event Specific Interrupt + * @config_scsi_dev: called to configure SCSI device parameters */ struct ufs_hba_variant_ops { const char *name; |