summaryrefslogtreecommitdiff
path: root/drivers/ufs/core/ufshcd.c
AgeCommit message (Expand)Author
2026-03-07scsi: ufs: core: Fix SError in ufshcd_rtc_work() during UFS suspendWang Shuaiwei
2026-02-24scsi: ufs: core: Fix shift out of bounds when MAXQ=32wangshuaiwei
2026-02-24scsi: ufs: core: Move link recovery for hibern8 exit failure to wl_resumePeter Wang
2026-02-24scsi: ufs: core: Fix possible NULL pointer dereference in ufshcd_add_command_...Peter Wang
2026-02-23Merge branch '7.0/scsi-queue' into 7.0/scsi-fixesMartin K. Petersen
2026-02-17scsi: ufs: core: Reset urgent_bkops_lvl to allow runtime PM power modeWon Jung
2026-02-17scsi: ufs: core: Fix RPMB region size detection for UFS 2.2Alexey Charkov
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2026-02-03scsi: ufs: core: Flush exception handling work when RPM level is zeroThomas Yen
2026-02-03scsi: ufs: core: Use a host-wide tagset in SDB modeBart Van Assche
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-11Merge patch series "Call scsi_host_busy() after the SCSI host has been added"Martin K. Petersen
2026-01-11scsi: ufs: core: Only call scsi_host_busy() after the SCSI host has been addedBart Van Assche
2026-01-11scsi: ufs: core: Convert to SCSI bus methodsUwe Kleine-König
2026-01-11scsi: core: Pass a struct scsi_driver to scsi_{,un}register_driver()Uwe Kleine-König
2026-01-04scsi: ufs: core: Configure MCQ after link startupBart Van Assche
2025-12-16scsi: ufs: core: Add ufshcd_update_evt_hist() for UFS suspend errorSeunghwan Baek
2025-12-08scsi: ufs: core: Fix a deadlock in the frequency scaling codeBart Van Assche
2025-12-08scsi: ufs: core: Fix an error handler crashBart Van Assche
2025-11-29scsi: ufs: core: Fix EH failure after W-LUN resume errorBrian Kao
2025-11-20Merge patch series "Add OP-TEE based RPMB driver for UFS devices"Martin K. Petersen
2025-11-19Merge branch 6.18/scsi-fixes into 6.19/scsi-stagingMartin K. Petersen
2025-11-19scsi: ufs: core: Use scsi_device_busy()Bart Van Assche
2025-11-12scsi: ufs: core: Switch to scsi_get_internal_cmd()Bart Van Assche
2025-11-12scsi: ufs: core: Move code out of ufshcd_wait_for_dev_cmd()Bart Van Assche
2025-11-12scsi: ufs: core: Make blk_mq_tagset_busy_iter() skip reserved requestsBart Van Assche
2025-11-12scsi: ufs: core: Remove the ufshcd_lrb task_tag memberBart Van Assche
2025-11-12scsi: ufs: core: Pass a SCSI pointer instead of an LRB pointerBart Van Assche
2025-11-12scsi: ufs: core: Optimize the hot pathBart Van Assche
2025-11-12scsi: ufs: core: Do not clear driver-private command dataBart Van Assche
2025-11-12scsi: ufs: core: Make the reserved slot a reserved requestBart Van Assche
2025-11-12scsi: ufs: core: Call ufshcd_init_lrb() laterBart Van Assche
2025-11-12scsi: ufs: core: Allocate the SCSI host earlierBart Van Assche
2025-11-12scsi: ufs: core: Rework the SCSI host queue depth calculation codeBart Van Assche
2025-11-12scsi: ufs: core: Rework ufshcd_eh_device_reset_handler()Bart Van Assche
2025-11-12scsi: ufs: core: Rework ufshcd_mcq_compl_pending_transfer()Bart Van Assche
2025-11-12scsi: ufs: core: Change the monitor function argument typesBart Van Assche
2025-11-12scsi: ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commandsBart Van Assche
2025-11-12scsi: ufs: core: Change the type of one ufshcd_send_command() argumentBart Van Assche
2025-11-12scsi: ufs: core: Change the type of one ufshcd_add_command_trace() argumentBart Van Assche
2025-11-12scsi: ufs: core: Only call ufshcd_add_command_trace() for SCSI commandsBart Van Assche
2025-11-12scsi: ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argumentBart Van Assche
2025-11-10scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devicesBean Huo
2025-11-10scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()Bean Huo
2025-11-10scsi: ufs: core: Convert string descriptor format macros to enumBean Huo
2025-10-29scsi: ufs: core: Fix invalid probe error return valueAdrian Hunter
2025-10-29scsi: ufs: core: Add a quirk to suppress link_startup_againAdrian Hunter
2025-10-29scsi: ufs: core: Revert "Make HID attributes visible"Bart Van Assche
2025-10-23Merge patch series "Eight small UFS patches"Martin K. Petersen