diff options
author | Martin K. Petersen <martin.petersen@oracle.com> | 2024-03-25 19:03:35 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2024-03-25 19:03:35 +0100 |
commit | f02fe780f28db435671fcc7c0214556e253b5a46 (patch) | |
tree | 549be0d02995bfa901fda0cc9674eb83cf3814a9 /include | |
parent | Linux 6.9-rc1 (diff) | |
parent | Merge patch series "Update lpfc to revision 14.4.0.1" (diff) | |
download | linux-f02fe780f28db435671fcc7c0214556e253b5a46.tar.xz linux-f02fe780f28db435671fcc7c0214556e253b5a46.zip |
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; |