summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-162/+338
2020-12-08scsi: ufs: Fix -Wsometimes-uninitialized warningArnd Bergmann1-1/+1
2020-12-08scsi: ufs: Adjust ufshcd_hold() during sending attribute requestsjintae jang1-10/+7
2020-12-08scsi: ufs: Print host regs in IRQ handler when AH8 error happensCan Guo1-1/+2
2020-12-08scsi: ufs: Fix a race condition between ufshcd_abort() and eh_work()Can Guo1-15/+49
2020-12-08scsi: ufs: Serialize eh_work with system PM events and async scanCan Guo1-24/+40
2020-12-08scsi: ufs: Remove unused setup_regulators variant functionStanley Chu1-9/+1
2020-12-08scsi: ufs: Introduce event_notify variant functionStanley Chu1-0/+2
2020-12-08scsi: ufs: Refine error history functionsStanley Chu1-52/+66
2020-12-08scsi: ufs: Add error history for abort event in UFS Device W-LUNStanley Chu1-2/+4
2020-12-01scsi: ufs: Stop hardcoding the scale down gearCan Guo1-5/+7
2020-12-01scsi: ufs: Refactor ufshcd_setup_clocks() to remove skip_ref_clkCan Guo1-20/+9
2020-12-01scsi: ufs: Remove unnecessary if condition in ufshcd_suspend()Bean Huo1-3/+1
2020-11-24scsi: ufs: Adjust logic in common ADAPT helperBjorn Andersson1-1/+1
2020-11-20scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu1-5/+1
2020-11-20scsi: ufs: Show LBA and length for UNMAP commandsLeo Liou1-0/+5
2020-11-20scsi: ufs: Fix clkgating on/offJaegeuk Kim1-1/+1
2020-11-20scsi: ufs: Add more contexts in the ufs tracepointsJaegeuk Kim1-2/+4
2020-11-20scsi: ufs: Use WQ_HIGHPRI for gating workJaegeuk Kim1-1/+1
2020-11-20scsi: ufs: Clear UAC for FFU and RPMB LUNsJaegeuk Kim1-6/+64
2020-11-20scsi: ufs: Atomic update for clkgating_enableJaegeuk Kim1-6/+6
2020-11-20scsi: ufs: Avoid to call REQ_CLKS_OFF to CLKS_OFFJaegeuk Kim1-1/+2
2020-11-19scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo1-0/+7
2020-11-19scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()Can Guo1-9/+15
2020-11-17scsi: ufs: Refactor ADAPT configuration functionStanley Chu1-0/+16
2020-11-17scsi: ufs: Add retry flow for failed HBA enablingStanley Chu1-4/+10
2020-11-11scsi: ufshcd: Fix missing destroy_workqueue()Qinglang Miao1-0/+2
2020-11-11scsi: ufs: ufshcd: Fix some function doc-rotLee Jones1-1/+2
2020-11-05scsi: ufs: Try to save power mode change and UIC cmd completion timeoutCan Guo1-2/+24
2020-11-05scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo1-3/+3
2020-11-05scsi: ufs: Add DeepSleep featureAdrian Hunter1-2/+37
2020-10-30scsi: ufs: Put HBA into LPM during clk gatingCan Guo1-2/+7
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-305/+541
2020-09-16scsi: ufs: Fix NOP OUT timeout valueDaejun Park1-2/+2
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-24/+24
2020-09-09scsi: ufshcd: Allow specifying an Auto-Hibernate Timer value of zeroBao D. Nguyen1-1/+1
2020-09-03scsi: ufs: Handle LINERESET indication in err handlerCan Guo1-14/+97
2020-09-03scsi: ufs: Abort tasks before clearing them from doorbellCan Guo1-62/+81
2020-09-02scsi: ufs: Make ufshcd_print_trs() consider UFSHCD_QUIRK_PRDT_BYTE_GRANEric Biggers1-0/+3
2020-09-01scsi: ufs: Introduce skipping manual flush for Write BoosterKiwoong Kim1-0/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-21scsi: ufs: Remove an unpaired ufshcd_scsi_unblock_requests() in err_handler()Can Guo1-1/+0
2020-08-21scsi: ufs: Change fDeviceInit busy waitKiwoong Kim1-12/+21
2020-08-21scsi: ufs: Remove several redundant goto statementsBean Huo1-20/+5
2020-08-21scsi: ufs: Change ufshcd_comp_devman_upiu() to ufshcd_compose_devman_upiu()Bean Huo1-3/+4
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