summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
2020-08-21scsi: ufs: Change ufshcd_comp_devman_upiu() to ufshcd_compose_devman_upiu()Bean Huo1-3/+4
2020-08-21scsi: ufs-qcom: Remove unused MSM bus scaling APIsSai Prakash Ranjan2-235/+1
2020-08-21scsi: ufs: Properly release resources if a task is aborted successfullyCan Guo1-4/+1
2020-08-18scsi: ufs: No need to send Abort Task if the task in DB was clearedBean Huo1-7/+8
2020-08-18scsi: ufs: Clean up completed request without interrupt notificationStanley Chu1-1/+2
2020-08-18scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter1-3/+3
2020-08-18scsi: ufs: Fix interrupt error message for shared interruptsAdrian Hunter1-1/+1
2020-08-18scsi: ufs-pci: Add quirk for broken auto-hibernate for Intel EHLAdrian Hunter2-3/+22
2020-08-18scsi: ufs-mediatek: Fix incorrect time to wait link statusStanley Chu1-1/+1
2020-08-18scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu1-1/+4
2020-08-18scsi: ufs: ti-j721e-ufs: Fix error return in ti_j721e_ufs_probe()Jing Xiangfeng1-0/+1
2020-08-18scsi: ufs: Fix a race condition between error handler and runtime PM opsCan Guo1-34/+51
2020-08-18scsi: ufs: Move dumps in IRQ handler to error handlerCan Guo1-8/+15
2020-08-18scsi: ufs: Recover HBA runtime PM error in error handlerCan Guo1-9/+99
2020-08-18scsi: ufs: Fix concurrency of error handler and other error recovery pathsCan Guo3-128/+150
2020-08-18scsi: ufs: Add some debug information to ufshcd_print_host_state()Can Guo2-13/+23
2020-08-18scsi: ufs-qcom: Remove testbus dump in ufs_qcom_dump_dbg_regsCan Guo1-32/+0
2020-08-18scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()Can Guo1-5/+0
2020-08-18scsi: ufs: Add checks before setting clk-gating statesCan Guo1-3/+14
2020-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds20-448/+2801
2020-07-31scsi: ufs-mediatek: Apply DELAY_AFTER_LPM quirk to Micron devicesStanley Chu1-0/+2
2020-07-31scsi: ufs: Introduce device quirk "DELAY_AFTER_LPM"Stanley Chu2-0/+18
2020-07-29scsi: ufs-mediatek: Prevent LPM operation on undeclared VCCStanley Chu1-1/+1
2020-07-25scsi: ufs: ufs-exynos: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-07-25scsi: ufs: ufs-qcom: Demote nonconformant kerneldoc headersLee Jones1-3/+3
2020-07-25scsi: ufs-qcom: Add Inline Crypto Engine supportEric Biggers5-2/+287
2020-07-25scsi: ufs: Add program_key() variant opEric Biggers2-10/+20
2020-07-25scsi: ufs-qcom: Name the dev_ref_clk_ctrl registersEric Biggers1-1/+2
2020-07-14scsi: ufs-mediatek: Add inline encryption supportStanley Chu2-0/+23
2020-07-14scsi: ufs: Fix and simplify setup_xfer_req variant operationStanley Chu1-4/+5
2020-07-14scsi: ufs: Simplify completion timestamp for SCSI and query commandsStanley Chu1-2/+1
2020-07-08scsi: ufs: Add inline encryption support to UFSSatya Tangirala3-7/+76
2020-07-08scsi: ufs: UFS crypto APISatya Tangirala5-0/+306
2020-07-08scsi: ufs: UFS driver v2.1 spec crypto additionsSatya Tangirala3-2/+74
2020-07-08scsi: ufs: Change upiu_flags to be u8Bean Huo1-6/+6
2020-06-30scsi: ufs: ufs-exynos: Remove an unnecessary NULL checkDan Carpenter1-1/+1
2020-06-27scsi: ufs: Disable WriteBooster capability for non-supported UFS devicesStanley Chu1-16/+19
2020-06-27scsi: ufs: ufs-exynos: Fix build warningAlim Akhtar1-0/+5
2020-06-24scsi: ufs: ufs-exynos: Fix return value check in exynos_ufs_init()Wei Yongjun1-6/+6
2020-06-24scsi: ufs: Allow exynos ufs driver to build as moduleAlim Akhtar1-1/+1
2020-06-20scsi: ufs: ufs-exynos: Fix spelling mistake "pa_granularty" -> "pa_granularity"Colin Ian King1-1/+1
2020-06-20scsi: ufs-mediatek: Make ufs_mtk_wait_link_state staticStanley Chu1-2/+2
2020-06-16scsi: ufs: Fix imprecise load calculation in devfreq windowStanley Chu2-9/+11
2020-06-16scsi: ufs: Add trace event for UIC commandsStanley Chu1-0/+26
2020-06-16scsi: ufs: Remove unused field in struct uic_commandStanley Chu1-4/+0
2020-06-16scsi: ufs: Clean up device vendor name and device quirk tableStanley Chu2-10/+7
2020-06-16scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu2-0/+3
2020-06-16scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBean Huo6-157/+6
2020-06-16scsi: ufs: Add compatibility with 3.1 UFS unit descriptor lengthBean Huo2-3/+9
2020-06-16scsi: ufs: Clean up ufs initialization pathBean Huo4-161/+38