summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)Author
2022-05-19scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche
2022-05-10scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo
2022-05-10scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam
2022-04-26scsi: ufs: core: Remove duplicate include in ufshcdWan Jiabing
2022-04-26scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim
2022-04-25scsi: ufs: Move the struct ufs_ref_clk definitionBart Van Assche
2022-04-25scsi: ufs: Split the ufshcd.h header fileBart Van Assche
2022-04-25scsi: ufs: Minimize #include directivesBart Van Assche
2022-04-25scsi: ufs: Introduce ufshcd_clkgate_delay_set()Bart Van Assche
2022-04-25scsi: ufs: Remove locking from around single register writesBart Van Assche
2022-04-25scsi: ufs: Remove the TRUE and FALSE definitionsBart Van Assche
2022-04-25scsi: ufs: Rename sdev_ufs_device into ufs_device_wlunBart Van Assche
2022-04-25scsi: ufs: Remove the driver versionBart Van Assche
2022-04-25scsi: ufs: Remove unused constants and codeBart Van Assche
2022-04-25scsi: ufs: Invert the return value of ufshcd_is_hba_active()Bart Van Assche
2022-04-25scsi: ufs: Declare the quirks array constBart Van Assche
2022-04-25scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche
2022-04-25scsi: ufs: Remove the UFS_FIX() and END_FIX() macrosBart Van Assche
2022-04-25scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()Bart Van Assche
2022-04-25scsi: ufs: Remove ufshcd_lrb.sense_bufferBart Van Assche
2022-04-25scsi: ufs: Remove ufshcd_lrb.sense_bufflenBart Van Assche
2022-04-25scsi: ufs: Simplify statements that return a booleanBart Van Assche
2022-04-25scsi: ufs: Remove superfluous boolean conversionsBart Van Assche
2022-04-25scsi: ufs: Declare ufshcd_wait_for_register() staticBart Van Assche
2022-04-25scsi: ufs: core: Increase fDeviceInit poll frequencyKonstantin Vyshetsky
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-08scsi: ufs: core: scsi_get_lba() error fixPeter Wang
2022-03-01scsi: ufs: Fix runtime PM messages never-ending cycleAdrian Hunter
2022-02-22scsi: ufs: core: Remove wlun_dev_to_hba()Keoseong Park
2022-02-14scsi: ufs: core: Fix divide by zero in ufshcd_map_queues()Jinyoung Choi
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen
2022-01-31scsi: ufs: Add checking lifetime attribute for WriteBoosterJinyoung Choi
2022-01-25scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()Kiwoong Kim
2022-01-10scsi: ufs: Modify Tactive time setting conditionsSEO HOYOUNG
2021-12-16scsi: ufs: core: Fix deadlock issue in ufshcd_wait_for_doorbell_clr()Bean Huo
2021-12-16Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen
2021-12-06scsi: ufs: Implement polling supportBart Van Assche
2021-12-06scsi: ufs: Optimize the command queueing codeBart Van Assche
2021-12-06scsi: ufs: Stop using the clock scaling lock in the error handlerBart Van Assche
2021-12-06scsi: ufs: Fix a kernel crash during shutdownBart Van Assche
2021-12-06scsi: ufs: Improve SCSI abort handling furtherBart Van Assche
2021-12-06scsi: ufs: Introduce ufshcd_release_scsi_cmd()Bart Van Assche
2021-12-06scsi: ufs: Remove the 'update_scaling' local variableBart Van Assche
2021-12-06scsi: ufs: Remove hba->cmd_queueBart Van Assche
2021-12-06scsi: ufs: Fix a deadlock in the error handlerBart Van Assche
2021-12-06scsi: ufs: Rework ufshcd_change_queue_depth()Bart Van Assche
2021-12-06scsi: ufs: Remove ufshcd_any_tag_in_use()Bart Van Assche
2021-12-06scsi: ufs: Fix race conditions related to driver dataBart Van Assche
2021-12-06scsi: ufs: Remove dead codeBart Van Assche
2021-12-06scsi: ufs: Remove the sdev_rpmb memberBart Van Assche