aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Fix tm request when non-fatal error happensJaegeuk Kim2021-01-071-5/+13
* scsi: ufs: Fix livelock of ufshcd_clear_ua_wluns()Jaegeuk Kim2021-01-071-7/+12
* scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo2021-01-051-7/+4
* scsi: ufs: Relocate flush of exceptional eventKiwoong Kim2021-01-051-2/+2
* scsi: ufs: Relax the condition of UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRLStanley Chu2021-01-051-4/+2
* scsi: ufs: Fix possible power drain during system suspendStanley Chu2021-01-051-1/+2
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-011-16/+29
|\
| * scsi: ufs: Un-inline ufshcd_vops_device_reset functionStanley Chu2020-12-091-5/+22
| * scsi: ufs: Allow regulators being always-onStanley Chu2020-12-091-1/+1
| * scsi: ufs: Clear UAC for RPMB after ufshcd resetsRandall Huang2020-12-091-9/+5
| * scsi: ufs: Fix wrong print message in dev_err()Bean Huo2020-12-091-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-161-162/+338
|\|
| * scsi: ufs: Fix -Wsometimes-uninitialized warningArnd Bergmann2020-12-071-1/+1
| * scsi: ufs: Adjust ufshcd_hold() during sending attribute requestsjintae jang2020-12-071-10/+7
| * scsi: ufs: Print host regs in IRQ handler when AH8 error happensCan Guo2020-12-071-1/+2
| * scsi: ufs: Fix a race condition between ufshcd_abort() and eh_work()Can Guo2020-12-071-15/+49
| * scsi: ufs: Serialize eh_work with system PM events and async scanCan Guo2020-12-071-24/+40
| * scsi: ufs: Remove unused setup_regulators variant functionStanley Chu2020-12-071-9/+1
| * scsi: ufs: Introduce event_notify variant functionStanley Chu2020-12-071-0/+2
| * scsi: ufs: Refine error history functionsStanley Chu2020-12-071-52/+66
| * scsi: ufs: Add error history for abort event in UFS Device W-LUNStanley Chu2020-12-071-2/+4
| * scsi: ufs: Stop hardcoding the scale down gearCan Guo2020-12-011-5/+7
| * scsi: ufs: Refactor ufshcd_setup_clocks() to remove skip_ref_clkCan Guo2020-12-011-20/+9
| * scsi: ufs: Remove unnecessary if condition in ufshcd_suspend()Bean Huo2020-11-301-3/+1
| * scsi: ufs: Adjust logic in common ADAPT helperBjorn Andersson2020-11-231-1/+1
| * scsi: ufs: Show LBA and length for UNMAP commandsLeo Liou2020-11-191-0/+5
| * scsi: ufs: Fix clkgating on/offJaegeuk Kim2020-11-191-1/+1
| * scsi: ufs: Add more contexts in the ufs tracepointsJaegeuk Kim2020-11-191-2/+4
| * scsi: ufs: Use WQ_HIGHPRI for gating workJaegeuk Kim2020-11-191-1/+1
| * scsi: ufs: Clear UAC for FFU and RPMB LUNsJaegeuk Kim2020-11-191-6/+64
| * scsi: ufs: Atomic update for clkgating_enableJaegeuk Kim2020-11-191-6/+6
| * scsi: ufs: Avoid to call REQ_CLKS_OFF to CLKS_OFFJaegeuk Kim2020-11-191-1/+2
| * scsi: ufs: Refactor ADAPT configuration functionStanley Chu2020-11-171-0/+16
| * scsi: ufs: Add retry flow for failed HBA enablingStanley Chu2020-11-161-4/+10
| * scsi: ufs: ufshcd: Fix some function doc-rotLee Jones2020-11-101-1/+2
| * scsi: ufs: Add DeepSleep featureAdrian Hunter2020-11-041-2/+37
| * scsi: ufs: Put HBA into LPM during clk gatingCan Guo2020-10-291-2/+7
* | scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu2020-11-191-5/+1
* | scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo2020-11-181-0/+7
* | scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()Can Guo2020-11-181-9/+15
* | scsi: ufshcd: Fix missing destroy_workqueue()Qinglang Miao2020-11-101-0/+2
* | scsi: ufs: Try to save power mode change and UIC cmd completion timeoutCan Guo2020-11-041-2/+24
* | scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo2020-11-041-3/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-305/+541
|\
| * scsi: ufs: Fix NOP OUT timeout valueDaejun Park2020-09-151-2/+2
| * Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen2020-09-151-24/+24
| |\
| * | scsi: ufshcd: Allow specifying an Auto-Hibernate Timer value of zeroBao D. Nguyen2020-09-081-1/+1
| * | scsi: ufs: Handle LINERESET indication in err handlerCan Guo2020-09-021-14/+97
| * | scsi: ufs: Abort tasks before clearing them from doorbellCan Guo2020-09-021-62/+81
| * | scsi: ufs: Make ufshcd_print_trs() consider UFSHCD_QUIRK_PRDT_BYTE_GRANEric Biggers2020-09-011-0/+3