Merge tag 'v6.11-rc2' into android-mainline

Linux 6.11-rc2

Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: I7804b8c76ae8da613bc3a2e1a876b3092655d5b7
This commit is contained in:
Lee Jones
2024-09-02 07:18:01 +01:00
committed by Treehugger Robot
330 changed files with 3880 additions and 2301 deletions
+1
View File
@@ -1109,6 +1109,7 @@ struct ufs_hba {
bool ext_iid_sup;
bool scsi_host_added;
bool mcq_sup;
bool lsdb_sup;
bool mcq_enabled;
struct ufshcd_res_info res[RES_MAX];
void __iomem *mcq_base;
+1
View File
@@ -77,6 +77,7 @@ enum {
MASK_OUT_OF_ORDER_DATA_DELIVERY_SUPPORT = 0x02000000,
MASK_UIC_DME_TEST_MODE_SUPPORT = 0x04000000,
MASK_CRYPTO_SUPPORT = 0x10000000,
MASK_LSDB_SUPPORT = 0x20000000,
MASK_MCQ_SUPPORT = 0x40000000,
};