aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ufs
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-37/+48
2025-04-28scsi: ufs: core: Remove redundant query_complete traceKeoseong Park1-2/+0
2025-04-21scsi: ufs: core: Add NULL check in ufshcd_mcq_compl_pending_transfer()Chenyuan Yang1-0/+2
2025-04-11scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devicesManish Pandey1-0/+29
2025-04-11scsi: ufs: qcom: Add quirks for Samsung UFS devicesManish Pandey2-0/+61
2025-04-11scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort()Chenyuan Yang1-7/+5
2025-04-09scsi: ufs: qcom: Remove the MSI descriptor abuseThomas Gleixner1-37/+48
2025-04-08Merge branch '6.15/scsi-queue' into 6.15/scsi-fixesMartin K. Petersen5-47/+191
2025-04-03scsi: ufs: core: Add device level exception supportBao D. Nguyen3-0/+114
2025-04-03scsi: ufs: core: Rename ufshcd_wb_presrv_usrspc_keep_vcc_on()Bao D. Nguyen1-5/+3
2025-04-03Merge patch series "ufs-exynos stability fixes for gs101"Martin K. Petersen2-23/+68
2025-04-03scsi: ufs: exynos: gs101: Put UFS device in reset on .suspend()Peter Griffin2-0/+11
2025-04-03scsi: ufs: exynos: Move phy calls to .exit() callbackPeter Griffin1-6/+9
2025-04-03scsi: ufs: exynos: Enable PRDT pre-fetching with UFSHCD_CAP_CRYPTOPeter Griffin1-2/+7
2025-04-03scsi: ufs: exynos: Ensure consistent phy reference countsPeter Griffin1-0/+6
2025-04-03scsi: ufs: exynos: Disable iocc if dma-coherent property isn't setPeter Griffin2-5/+15
2025-04-03scsi: ufs: exynos: Move UFS shareability value to drvdataPeter Griffin2-6/+16
2025-04-03scsi: ufs: exynos: Ensure pre_link() executes before exynos_ufs_phy_init()Peter Griffin1-5/+5
2025-03-28Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-39/+36
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-469/+1227
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds3-5/+8
2025-03-25Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-36/+39
2025-03-20scsi: ufs: core: Fix a race condition related to device commandsBart Van Assche1-19/+6
2025-03-19Merge tag 'qcom-drivers-for-6.15' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-1/+1
2025-03-13scsi: ufs: qcom: Remove the MSI descriptor abuseThomas Gleixner1-36/+39
2025-03-10Merge patch series "scsi: ufs: renesas: Add support for R-Car S4-8 ES1.2"Martin K. Petersen1-290/+433
2025-03-10scsi: ufs: renesas: Add initialization code for R-Car S4-8 ES1.2Yoshihiro Shimoda1-5/+194
2025-03-10scsi: ufs: renesas: Add reusable functionsYoshihiro Shimoda1-21/+50
2025-03-10scsi: ufs: renesas: Refactor 0x10ad/0x10af PHY settingsYoshihiro Shimoda1-23/+14
2025-03-10scsi: ufs: renesas: Remove register control helper functionYoshihiro Shimoda1-88/+14
2025-03-10scsi: ufs: renesas: Add register read to remove save/set/restoreYoshihiro Shimoda1-76/+23
2025-03-10scsi: ufs: renesas: Replace init data by init codeYoshihiro Shimoda1-225/+286
2025-03-03scsi: ufs: rockchip: Simplify bool conversionJiapeng Chong1-1/+1
2025-03-03scsi: ufs: rockchip: Fix devm_clk_bulk_get_all_enabled() return valueShawn Lin1-1/+1
2025-03-03scsi: ufs: rockchip: Fix spelling mistake 'susped' -> 'suspend'Colin Ian King1-1/+1
2025-02-24Merge patch series "Initial support for RK3576 UFS controller"Martin K. Petersen7-56/+505
2025-02-24scsi: ufs: rockchip: Initial support for UFSShawn Lin4-0/+457
2025-02-24scsi: ufs: core: Export ufshcd_dme_reset() and ufshcd_dme_enable()Shawn Lin1-2/+4
2025-02-20scsi: ufs: core: bsg: Fix crash when arpmb command failsArthur Simchaev1-2/+4
2025-02-20Merge patch series "Support Multi-frequency scale for UFS"Martin K. Petersen4-33/+109
2025-02-20scsi: ufs: core: Toggle Write Booster during clock scaling base on gear speedCan Guo1-4/+8
2025-02-20scsi: ufs: core: Check if scaling up is required when disable clkscaleZiqi Chen1-0/+4
2025-02-20scsi: ufs: core: Enable multi-level gear scalingCan Guo1-10/+34
2025-02-20scsi: ufs: qcom: Implement the freq_to_gear_speed() vopCan Guo1-0/+31
2025-02-20scsi: ufs: core: Add a vop to map clock frequency to gear speedCan Guo1-0/+8
2025-02-20scsi: ufs: qcom: Pass target_freq to clk scale pre and post changeCan Guo1-12/+14
2025-02-20scsi: ufs: core: Pass target_freq to clk_scale_notify() vopCan Guo4-7/+10
2025-02-20scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init()Manivannan Sadhasivam1-15/+15
2025-02-20scsi: ufs: qcom: Remove dead code in ufs_qcom_cfg_timers()Bao D. Nguyen1-21/+4
2025-02-18scsi: ufs: core: Add hba parameter to trace eventsPeter Wang2-100/+103
2025-02-18scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()Bart Van Assche1-4/+4
2025-02-14scsi: ufs: qcom: fix dev reference leaked through of_qcom_ice_getTudor Ambarus1-1/+1
2025-02-12scsi: ufs: Constify the third pwr_change_notify() argumentBart Van Assche8-22/+22
2025-02-12scsi: ufs: core: Critical health conditionAvri Altman2-0/+20
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers3-5/+8
2025-02-03scsi: ufs: qcom: Enable UFS Shared ICE FeatureRam Kumar Dwivedi2-1/+75
2025-02-03scsi: ufs: core: Fix error return with query responseSeunghui Lee1-1/+6
2025-02-03scsi: ufs: core: Fix use-after free in init error and remove pathsAndré Draszik3-31/+30
2025-02-03scsi: ufs: Fix toggling of clk_gating.state when clock gating is not allowedAvri Altman1-1/+1
2025-02-03scsi: ufs: core: Ensure clk_gating.lock is used only after initializationAvri Altman1-2/+6
2025-02-03Merge branch '6.14/scsi-queue' into 6.14/scsi-fixesMartin K. Petersen1-19/+1
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+5
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-220/+217
2025-01-21scsi: ufs: core: Simplify temperature exception event handlingAvri Altman1-19/+1
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2025-01-10scsi: ufs: bsg: Set bsg_queue to NULL after removalGuixin Liu1-0/+1
2025-01-10scsi: ufs: bsg: Delete bsg_dev when setting up bsg failsGuixin Liu1-0/+1
2025-01-10scsi: Revert "scsi: ufs: core: Probe for EXT_IID support"Avri Altman1-33/+0
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen16-61/+117
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig1-1/+0
2025-01-02scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_keyEric Biggers1-14/+6
2025-01-02scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers1-19/+72
2025-01-02scsi: ufs: crypto: Add ufs_hba_from_crypto_profile()Eric Biggers1-4/+2
2025-01-02scsi: ufs: qcom: Fix crypto key evictionEric Biggers1-10/+8
2025-01-02scsi: ufs: qcom: Power down the controller/device during system suspend for S...Manivannan Sadhasivam2-0/+6
2025-01-02scsi: ufs: qcom: Allow passing platform specific OF dataManivannan Sadhasivam2-4/+13
2025-01-02scsi: ufs: core: Honor runtime/system PM levels if set by host controller dri...Manivannan Sadhasivam1-3/+6
2025-01-02scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_p...Manivannan Sadhasivam3-15/+5
2024-12-09scsi: ufs: core: Update compl_time_stamp_local_clock after completing a cqeliuderong1-0/+1
2024-12-09scsi: ufs: core: Do not hold any lock in ufshcd_hba_stop()Avri Altman1-8/+2
2024-12-04Merge patch series "Replace the "slave_*" function names"Martin K. Petersen1-10/+10
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche1-4/+4
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-6/+6
2024-12-04scsi: ufs: core: Add missing post notify for power mode changePeter Wang1-3/+4
2024-12-04scsi: ufs: core: sysfs: Prevent div by zeroGwendal Grignou1-0/+6
2024-12-04scsi: ufs: core: Introduce a new clock_scaling lockAvri Altman1-71/+61
2024-12-04scsi: ufs: core: Introduce a new clock_gating lockAvri Altman1-57/+52
2024-12-04scsi: ufs: core: Prepare to introduce a new clock_gating lockAvri Altman1-4/+7
2024-12-04scsi: ufs: core: Introduce ufshcd_has_pending_tasks()Avri Altman1-4/+9
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen14-36/+76
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-361/+439
2024-11-20Merge patch series "scsi: ufs: Bug fixes for ufs core and platform drivers"Martin K. Petersen11-26/+29
2024-11-20scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove()Manivannan Sadhasivam1-0/+1
2024-11-20scsi: ufs: pltfrm: Drop PM runtime reference count after ufshcd_remove()Manivannan Sadhasivam6-5/+2
2024-11-20scsi: ufs: pltfrm: Disable runtime PM during removal of glue driversManivannan Sadhasivam10-20/+22
2024-11-20scsi: ufs: qcom: Only free platform MSIs when ESI is enabledManivannan Sadhasivam1-1/+3
2024-11-20scsi: ufs: core: Cancel RTC work during ufshcd_remove()Manivannan Sadhasivam1-0/+1
2024-11-20scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSGZiqi Chen3-1/+38
2024-11-20scsi: ufs: Switch back to struct platform_driver::remove()Uwe Kleine-König9-9/+9
2024-11-20Merge branch '6.12/scsi-fixes' into 6.13/scsi-stagingMartin K. Petersen1-2/+8
2024-11-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+8
2024-11-06scsi: ufs: core: Restore SM8650 supportBart Van Assche1-1/+2
2024-11-06scsi: ufs: Replace deprecated PCI functionsPhilipp Stanner2-10/+6
2024-11-06scsi: ufs: ufs-mediatek: Configure individual LU queue flagsEd Tsai2-0/+13
2024-11-06Merge branch '6.12/scsi-fixes' into 6.13/scsi-stagingMartin K. Petersen2-23/+13
2024-11-06Merge patch series "UFS cleanups and enhancements to ufs-exynos for gs101"Martin K. Petersen2-64/+74
2024-11-04scsi: ufs: core: Start the RTC update work laterBart Van Assche1-2/+8
2024-11-02scsi: ufs: exynos: gs101: Enable clock gating with hibern8Peter Griffin1-20/+4
2024-11-02scsi: ufs: exynos: Fix hibern8 notify callbacksPeter Griffin1-8/+8
2024-11-02scsi: ufs: exynos: Set ACG to be controlled by UFS_ACG_DISABLEPeter Griffin1-0/+9
2024-11-02scsi: ufs: exynos: Enable write line unique transactions on gs101Peter Griffin1-0/+8
2024-11-02scsi: ufs: exynos: Add gs101_ufs_drv_init() hook and enable WriteBoosterPeter Griffin1-2/+17
2024-11-02scsi: ufs: exynos: remove tx_dif_p_nsec from exynosauto_ufs_drv_init()Peter Griffin1-4/+0
2024-11-02scsi: ufs: exynos: gs101: Remove unused phy attribute fieldsPeter Griffin1-20/+0
2024-11-02scsi: ufs: exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR checkPeter Griffin1-0/+3
2024-11-02scsi: ufs: exynos: gs101: Remove EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRLPeter Griffin1-2/+1
2024-11-02scsi: ufs: exynos: Add check inside exynos_ufs_config_smu()Peter Griffin1-2/+5
2024-11-02scsi: ufs: exynos: Allow UFS Gear 4Peter Griffin1-0/+19
2024-11-02scsi: ufs: exynos: Remove superfluous function parameterTudor Ambarus2-3/+3
2024-11-02scsi: ufs: exynos: Remove empty drv_init methodTudor Ambarus1-6/+0
2024-10-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2024-10-25scsi: ufs: core: Move code out of an if-statementBart Van Assche1-19/+13
2024-10-25scsi: ufs: core: Move the MCQ scsi_add_host() callBart Van Assche1-22/+19
2024-10-25scsi: ufs: core: Remove code that is no longer neededBart Van Assche1-22/+4
2024-10-25scsi: ufs: core: Expand the ufshcd_device_init(hba, true) callBart Van Assche1-1/+55
2024-10-25scsi: ufs: core: Move the ufshcd_device_init(hba, true) callBart Van Assche1-4/+8
2024-10-25scsi: ufs: core: Move the ufshcd_device_init() callsBart Van Assche1-13/+18
2024-10-25scsi: ufs: core: Convert a comment into an explicit checkBart Van Assche1-2/+3
2024-10-25scsi: ufs: core: Introduce ufshcd_process_probe_result()Bart Van Assche1-11/+24
2024-10-25scsi: ufs: core: Call ufshcd_add_scsi_host() laterBart Van Assche1-11/+5
2024-10-25scsi: ufs: core: Introduce ufshcd_post_device_init()Bart Van Assche1-27/+35
2024-10-25scsi: ufs: core: Introduce ufshcd_add_scsi_host()Bart Van Assche1-37/+59
2024-10-25scsi: ufs: core: Remove redundant host_lock calls around UTRLCLR.Avri Altman1-3/+0
2024-10-25scsi: ufs: core: Remove redundant host_lock calls around UTMRLCLRAvri Altman1-3/+0
2024-10-25scsi: ufs: core: Remove redundant host_lock calls around UTMRLDBRAvri Altman1-8/+6
2024-10-25scsi: ufs: core: Improve ufshcd_mcq_sq_cleanup()Bart Van Assche1-4/+8
2024-10-25scsi: ufs: core: Simplify ufshcd_err_handling_prepare()Bart Van Assche1-16/+3
2024-10-25scsi: ufs: core: Simplify ufshcd_exception_event_handler()Bart Van Assche1-4/+1
2024-10-25scsi: ufs: core: Simplify ufshcd_try_to_abort_task()Bart Van Assche1-24/+8
2024-10-25scsi: ufs: core: Remove goto statements from ufshcd_try_to_abort_task()Bart Van Assche1-12/+7
2024-10-25scsi: ufs: core: Move the ufshcd_mcq_enable_esi() definitionBart Van Assche1-7/+7
2024-10-25scsi: ufs: core: Make DMA mask configuration more flexibleBart Van Assche2-3/+10
2024-10-25scsi: ufs: core: Fix another deadlock during RTC updatePeter Wang1-1/+1
2024-10-25scsi: ufs: core: Use ufshcd_wait_for_register() in HCE initAvri Altman1-37/+30
2024-10-25scsi: ufs: core: check asymmetric connected lanesSEO HOYOUNG1-0/+8
2024-10-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-24/+15
2024-10-15scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut downSeunghwan Baek1-1/+3
2024-10-15scsi: ufs: core: Requeue aborted requestPeter Wang1-16/+4
2024-10-15scsi: ufs: core: Fix the issue of ICU failurePeter Wang1-7/+8
2024-10-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+2
2024-10-03scsi: ufs: ufs-qcom: Add fixup_dev_quirks vopsManish Pandey1-3/+20
2024-10-03scsi: ufs: core: Zero utp_upiu_req at the beginning of each commandAvri Altman1-14/+22
2024-10-03scsi: ufs: core: Do not open code read_poll_timeoutAvri Altman1-16/+6
2024-10-03scsi: ufs: core: Always initialize the UIC done completionBart Van Assche1-7/+4
2024-10-03scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to analyzeBart Van Assche1-1/+7
2024-10-03scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to readBart Van Assche1-11/+10
2024-10-03scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb()Avri Altman1-3/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-71/+524
2024-09-12scsi: ufs: qcom: Update MODE_MAX cfg_bw valueManish Pandey1-1/+1
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula1-0/+1
2024-08-28scsi: ufs: ufs-mediatek: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAPMary Guillemard1-0/+3
2024-08-28scsi: ufs: core: Remove ufshcd_urgent_bkops()Bao D. Nguyen1-25/+7
2024-08-22Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen1-15/+7
2024-08-22scsi: ufs: Simplify alloc*_workqueue() invocationBart Van Assche1-16/+7
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche1-2/+3
2024-08-22scsi: ufs: Move UFS trace events to private headerAvri Altman2-1/+406
2024-08-16scsi: ufs: qcom: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAP for SM8550 SoCManivannan Sadhasivam1-1/+5
2024-08-16scsi: ufs: core: Add a quirk for handling broken LSDBS field in controller ca...Manivannan Sadhasivam1-1/+5
2024-08-16scsi: ufs: ufshcd-pltfrm: Signedness bug in ufshcd_parse_clock_info()Dan Carpenter1-1/+1
2024-08-12scsi: ufs: Add HCI capabilities sysfs groupAvri Altman1-0/+53
2024-08-12scsi: ufs: Prepare to add HCI capabilities sysfsAvri Altman1-16/+22
2024-08-12scsi: ufs: ufshcd-pltfrm: Use of_property_count_u32_elems() to get property l...Rob Herring (Arm)1-6/+2
2024-08-12scsi: ufs: ufshcd-pltfrm: Use of_property_present()Rob Herring (Arm)1-2/+2
2024-08-02scsi: ufs: core: Support Updating UIC Command TimeoutBao D. Nguyen1-5/+24
2024-08-01scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela1-3/+8
2024-07-29Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen3-5/+30
2024-07-22scsi: ufs: exynos: Don't resume FMP when crypto support is disabledEric Biggers1-0/+3
2024-07-22scsi: ufs: core: Do not set link to OFF state while waking up from hibernationManivannan Sadhasivam1-3/+0
2024-07-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-125/+587
2024-07-15scsi: ufs: core: Fix deadlock during RTC updatePeter Wang2-1/+9
2024-07-15scsi: ufs: core: Bypass quick recovery if force reset is neededPeter Wang1-1/+2
2024-07-15scsi: ufs: core: Check LSDBS cap when !mcqKyoungrul Kim1-0/+16
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-4/+6
2024-07-10Merge patch series "Basic inline encryption support for ufs-exynos"Martin K. Petersen4-21/+292
2024-07-10scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)Eric Biggers1-6/+234
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDTEric Biggers2-0/+18
2024-07-10scsi: ufs: core: Add fill_crypto_prdt variant opEric Biggers2-1/+20
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLEEric Biggers1-0/+8
2024-07-10scsi: ufs: core: fold ufshcd_clear_keyslot() into its callerEric Biggers1-11/+5
2024-07-10scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILEEric Biggers1-3/+7
2024-07-10Merge patch series "UFS patches for kernel 6.11"Martin K. Petersen4-78/+83
2024-07-10Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen2-17/+20
2024-07-10scsi: ufs: mcq: Make .get_hba_mac() optionalBart Van Assche3-7/+23
2024-07-10scsi: ufs: mcq: Inline ufshcd_mcq_vops_get_hba_mac()Bart Van Assche2-15/+11
2024-07-10scsi: ufs: mcq: Move the ufshcd_mcq_enable() callBart Van Assche1-3/+5