summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-20scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche1-9944/+0
2022-05-11scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo1-2/+2
2022-05-11scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam1-3/+0
2022-04-26scsi: ufs: core: Remove duplicate include in ufshcdWan Jiabing1-1/+0
2022-04-26scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim1-1/+6
2022-04-26scsi: ufs: Move the struct ufs_ref_clk definitionBart Van Assche1-0/+5
2022-04-26scsi: ufs: Split the ufshcd.h header fileBart Van Assche1-1/+1
2022-04-26scsi: ufs: Minimize #include directivesBart Van Assche1-0/+9
2022-04-26scsi: ufs: Introduce ufshcd_clkgate_delay_set()Bart Van Assche1-5/+13
2022-04-26scsi: ufs: Remove locking from around single register writesBart Van Assche1-4/+0
2022-04-26scsi: ufs: Remove the TRUE and FALSE definitionsBart Van Assche1-4/+4
2022-04-26scsi: ufs: Rename sdev_ufs_device into ufs_device_wlunBart Van Assche1-25/+25
2022-04-26scsi: ufs: Remove the driver versionBart Van Assche1-1/+0
2022-04-26scsi: ufs: Remove unused constants and codeBart Van Assche1-26/+3
2022-04-26scsi: ufs: Invert the return value of ufshcd_is_hba_active()Bart Van Assche1-5/+4
2022-04-26scsi: ufs: Declare the quirks array constBart Van Assche1-3/+4
2022-04-26scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche1-3/+3
2022-04-26scsi: ufs: Remove the UFS_FIX() and END_FIX() macrosBart Van Assche1-18/+25
2022-04-26scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()Bart Van Assche1-1/+1
2022-04-26scsi: ufs: Remove ufshcd_lrb.sense_bufferBart Van Assche1-5/+4
2022-04-26scsi: ufs: Remove ufshcd_lrb.sense_bufflenBart Van Assche1-3/+0
2022-04-26scsi: ufs: Simplify statements that return a booleanBart Van Assche1-17/+5
2022-04-26scsi: ufs: Remove superfluous boolean conversionsBart Van Assche1-5/+4
2022-04-26scsi: ufs: Declare ufshcd_wait_for_register() staticBart Van Assche1-1/+1
2022-04-26scsi: ufs: core: Increase fDeviceInit poll frequencyKonstantin Vyshetsky1-1/+1
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+74
2022-03-09scsi: ufs: core: scsi_get_lba() error fixPeter Wang1-2/+3
2022-03-02scsi: ufs: Fix runtime PM messages never-ending cycleAdrian Hunter1-2/+19
2022-02-23scsi: ufs: core: Remove wlun_dev_to_hba()Keoseong Park1-2/+0
2022-02-15scsi: ufs: core: Fix divide by zero in ufshcd_map_queues()Jinyoung Choi1-1/+1
2022-02-15Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen1-3/+6
2022-02-01scsi: ufs: Add checking lifetime attribute for WriteBoosterJinyoung Choi1-0/+52
2022-01-25scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim1-3/+6
2022-01-10scsi: ufs: Modify Tactive time setting conditionsSEO HOYOUNG1-1/+1
2021-12-17scsi: ufs: core: Fix deadlock issue in ufshcd_wait_for_doorbell_clr()Bean Huo1-1/+2
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-7/+1
2021-12-07scsi: ufs: Implement polling supportBart Van Assche1-18/+67
2021-12-07scsi: ufs: Optimize the command queueing codeBart Van Assche1-10/+23
2021-12-07scsi: ufs: Stop using the clock scaling lock in the error handlerBart Van Assche1-2/+10
2021-12-07scsi: ufs: Fix a kernel crash during shutdownBart Van Assche1-5/+10
2021-12-07scsi: ufs: Improve SCSI abort handling furtherBart Van Assche1-0/+12
2021-12-07scsi: ufs: Introduce ufshcd_release_scsi_cmd()Bart Van Assche1-8/+14
2021-12-07scsi: ufs: Remove the 'update_scaling' local variableBart Van Assche1-5/+2
2021-12-07scsi: ufs: Remove hba->cmd_queueBart Van Assche1-10/+1
2021-12-07scsi: ufs: Fix a deadlock in the error handlerBart Van Assche1-39/+14
2021-12-07scsi: ufs: Rework ufshcd_change_queue_depth()Bart Van Assche1-5/+1
2021-12-07scsi: ufs: Remove ufshcd_any_tag_in_use()Bart Van Assche1-20/+1
2021-12-07scsi: ufs: Fix race conditions related to driver dataBart Van Assche1-0/+7
2021-12-07scsi: ufs: Remove dead codeBart Van Assche1-6/+1
2021-12-07scsi: ufs: Remove the sdev_rpmb memberBart Van Assche1-6/+6