summaryrefslogtreecommitdiff
path: root/drivers/ufs/core
AgeCommit message (Expand)Author
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-01-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-01-03scsi: ufs: core: Remove the ufshcd_hba_exit() call from ufshcd_async_scan()Bart Van Assche
2024-01-03scsi: ufs: core: Simplify power management during async scanBart Van Assche
2023-12-18scsi: ufs: core: Let the sq_lock protect sq_tail_slot accessCan Guo
2023-12-18scsi: ufs: core: Simplify ufshcd_auto_hibern8_update()Bart Van Assche
2023-12-18scsi: ufs: core: Rename ufshcd_auto_hibern8_enable() and make it staticBart Van Assche
2023-12-13Merge patch series "Add UFS RTC support"Martin K. Petersen
2023-12-13scsi: ufs: core: Add sysfs node for UFS RTC updateBean Huo
2023-12-13scsi: ufs: core: Add UFS RTC supportBean Huo
2023-12-13scsi: ufs: core: Add ufshcd_is_ufs_dev_busy()Bean Huo
2023-12-13Merge patch series "scsi: ufs: qcom: Code cleanups"Martin K. Petersen
2023-12-13scsi: ufs: qcom: Export ufshcd_{enable/disable}_irq helpers and make use of themManivannan Sadhasivam
2023-11-24scsi: ufs: core: Clear cmd if abort succeeds in MCQ modePeter Wang
2023-11-24scsi: ufs: core: Warn if the request tag is truncatedBart Van Assche
2023-11-24scsi: ufs: core: Make fault injection dynamically configurable per HBAAkinobu Mita
2023-11-15scsi: ufs: ufs-sysfs: Expose UFS power infoCan Guo
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen
2023-11-08scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISRPeter Wang
2023-11-08scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1Naomi Chu
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-10-24scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz
2023-10-24scsi: ufs: core: Conversion to bool not necessaryBragatheswaran Manickavel
2023-10-24scsi: ufs: core: Fix race between force complete and ISRAlice Chao
2023-10-16scsi: ufs: core: Add support for parsing OPPManivannan Sadhasivam
2023-10-16scsi: ufs: core: Add OPP support for scaling clocks and regulatorsManivannan Sadhasivam
2023-10-13scsi: ufs: core: Fix abnormal scale up after scale downPeter Wang
2023-10-13scsi: ufs: core: Fix abnormal scale up after last cmd finishPeter Wang
2023-10-13scsi: ufs: core: Only suspend clock scaling if scaling downPeter Wang
2023-10-09scsi: ufs: core: Remove dev cmd clock scaling busyPeter Wang
2023-10-09scsi: ufs: core: Correct clear TM error logPeter Wang
2023-10-09scsi: ufs: core: WLUN send SSU timeout recoveryPeter Wang
2023-09-27Merge patch series "UFS core patches"Martin K. Petersen
2023-09-27scsi: ufs: core: Set the Command Priority (CP) flag for RT requestsBart Van Assche
2023-09-27scsi: ufs: core: Simplify ufshcd_comp_scsi_upiu()Bart Van Assche
2023-09-27scsi: ufs: core: Move the 4K alignment code into the Exynos driverBart Van Assche
2023-09-27scsi: ufs: core: Remove request tag range checksBart Van Assche
2023-09-21Merge patch series "scsi: pm8001: Bug fix and cleanup"Martin K. Petersen
2023-09-13Merge patch series "scsi: ufs: qcom: Align programming sequence as per HW spec"Martin K. Petersen
2023-09-13scsi: ufs: qcom: Update PHY settings only when scaling to higher gearsManivannan Sadhasivam
2023-09-13scsi: ufs: core: Include the SCSI ID in UFS command tracing outputBart Van Assche
2023-09-05scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim
2023-09-05scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim
2023-08-30scsi: ufs: core: No need to update UPIU.header.flags and lun in advanced RPMB...Bean Huo
2023-08-30scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support ...Bean Huo
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen
2023-08-21scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen
2023-08-21scsi: ufs: core: Convert to dev_err_probe() in ufshcd_variant_hba_init()Brian Masney
2023-08-07scsi: ufs: core: Fix the build for gcc 9 and beforeBart Van Assche
2023-08-07scsi: ufs: core: Export ufshcd_is_hba_active()Nitin Rawat