summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche2022-05-191-9944/+0
* scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo2022-05-101-2/+2
* scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam2022-05-101-3/+0
* scsi: ufs: core: Remove duplicate include in ufshcdWan Jiabing2022-04-261-1/+0
* scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim2022-04-261-1/+6
* scsi: ufs: Move the struct ufs_ref_clk definitionBart Van Assche2022-04-251-0/+5
* scsi: ufs: Split the ufshcd.h header fileBart Van Assche2022-04-251-1/+1
* scsi: ufs: Minimize #include directivesBart Van Assche2022-04-251-0/+9
* scsi: ufs: Introduce ufshcd_clkgate_delay_set()Bart Van Assche2022-04-251-5/+13
* scsi: ufs: Remove locking from around single register writesBart Van Assche2022-04-251-4/+0
* scsi: ufs: Remove the TRUE and FALSE definitionsBart Van Assche2022-04-251-4/+4
* scsi: ufs: Rename sdev_ufs_device into ufs_device_wlunBart Van Assche2022-04-251-25/+25
* scsi: ufs: Remove the driver versionBart Van Assche2022-04-251-1/+0
* scsi: ufs: Remove unused constants and codeBart Van Assche2022-04-251-26/+3
* scsi: ufs: Invert the return value of ufshcd_is_hba_active()Bart Van Assche2022-04-251-5/+4
* scsi: ufs: Declare the quirks array constBart Van Assche2022-04-251-3/+4
* scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche2022-04-251-3/+3
* scsi: ufs: Remove the UFS_FIX() and END_FIX() macrosBart Van Assche2022-04-251-18/+25
* scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()Bart Van Assche2022-04-251-1/+1
* scsi: ufs: Remove ufshcd_lrb.sense_bufferBart Van Assche2022-04-251-5/+4
* scsi: ufs: Remove ufshcd_lrb.sense_bufflenBart Van Assche2022-04-251-3/+0
* scsi: ufs: Simplify statements that return a booleanBart Van Assche2022-04-251-17/+5
* scsi: ufs: Remove superfluous boolean conversionsBart Van Assche2022-04-251-5/+4
* scsi: ufs: Declare ufshcd_wait_for_register() staticBart Van Assche2022-04-251-1/+1
* scsi: ufs: core: Increase fDeviceInit poll frequencyKonstantin Vyshetsky2022-04-251-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-6/+74
|\
| * scsi: ufs: core: scsi_get_lba() error fixPeter Wang2022-03-081-2/+3
| * scsi: ufs: Fix runtime PM messages never-ending cycleAdrian Hunter2022-03-011-2/+19
| * scsi: ufs: core: Remove wlun_dev_to_hba()Keoseong Park2022-02-221-2/+0
| * Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-141-3/+6
| |\
| * | scsi: ufs: Add checking lifetime attribute for WriteBoosterJinyoung Choi2022-01-311-0/+52
* | | scsi: ufs: core: Fix divide by zero in ufshcd_map_queues()Jinyoung Choi2022-02-141-1/+1
| |/ |/|
* | scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim2022-01-251-3/+6
|/
* scsi: ufs: Modify Tactive time setting conditionsSEO HOYOUNG2022-01-101-1/+1
* scsi: ufs: core: Fix deadlock issue in ufshcd_wait_for_doorbell_clr()Bean Huo2021-12-161-1/+2
* Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen2021-12-161-7/+1
|\
| * scsi: ufs: core: Fix another task management completion raceAdrian Hunter2021-11-161-2/+1
| * scsi: ufs: core: Fix task management completion timeout raceAdrian Hunter2021-11-161-5/+0
| * scsi: ufs: core: Improve SCSI abort handlingBart Van Assche2021-11-161-0/+1
* | scsi: ufs: Implement polling supportBart Van Assche2021-12-061-18/+67
* | scsi: ufs: Optimize the command queueing codeBart Van Assche2021-12-061-10/+23
* | scsi: ufs: Stop using the clock scaling lock in the error handlerBart Van Assche2021-12-061-2/+10
* | scsi: ufs: Fix a kernel crash during shutdownBart Van Assche2021-12-061-5/+10
* | scsi: ufs: Improve SCSI abort handling furtherBart Van Assche2021-12-061-0/+12
* | scsi: ufs: Introduce ufshcd_release_scsi_cmd()Bart Van Assche2021-12-061-8/+14
* | scsi: ufs: Remove the 'update_scaling' local variableBart Van Assche2021-12-061-5/+2
* | scsi: ufs: Remove hba->cmd_queueBart Van Assche2021-12-061-10/+1
* | scsi: ufs: Fix a deadlock in the error handlerBart Van Assche2021-12-061-39/+14
* | scsi: ufs: Rework ufshcd_change_queue_depth()Bart Van Assche2021-12-061-5/+1
* | scsi: ufs: Remove ufshcd_any_tag_in_use()Bart Van Assche2021-12-061-20/+1