aboutsummaryrefslogtreecommitdiff
path: root/drivers/ufs/core
AgeCommit message (Expand)AuthorFilesLines
2024-12-09scsi: ufs: core: Update compl_time_stamp_local_clock after completing a cqeliuderong1-0/+1
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-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen3-1/+39
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-282/+319
2024-11-20Merge patch series "scsi: ufs: Bug fixes for ufs core and platform drivers"Martin K. Petersen1-0/+1
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-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: ufs-mediatek: Configure individual LU queue flagsEd Tsai1-0/+3
2024-11-06Merge branch '6.12/scsi-fixes' into 6.13/scsi-stagingMartin K. Petersen2-23/+13
2024-11-04scsi: ufs: core: Start the RTC update work laterBart Van Assche1-2/+8
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 Assche1-2/+2
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: 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 Viro3-3/+3