aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUsCan Guo2021-04-011-17/+13
* scsi: ufs: core: Fix task management request completion timeoutCan Guo2021-04-011-0/+1
* scsi: ufs: Convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong2021-03-041-1/+1
* scsi: ufs: Remove redundant checks of !hba in suspend/resume callbacksCan Guo2021-03-041-21/+0
* scsi: ufs: Minor adjustments to error handlingCan Guo2021-03-041-6/+12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-02-281-2/+4
|\
| * scsi: ufs: Print the counter of each event historyDooHyun Hwang2021-02-081-2/+4
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-02-221-261/+307
|\|
| * scsi: ufs: Give clk scaling min gear a valueCan Guo2021-01-291-0/+3
| * Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen2021-01-261-12/+25
| |\
| * | scsi: ufs: Cleanup WB buffer flush toggle implementationBean Huo2021-01-221-42/+19
| * | scsi: ufs: ufshcd: Do not set COMMAND_COMPLETEHannes Reinecke2021-01-221-3/+1
| * | scsi: ufs: Clean up and refactor clk-scaling featureStanley Chu2021-01-201-31/+32
| * | scsi: ufs: Remove redundant null checking of devfreq instanceStanley Chu2021-01-201-8/+7
| * | scsi: ufs: Refactor cancelling clkscaling worksStanley Chu2021-01-201-11/+6
| * | Revert "Make sure clk scaling happens only when HBA is runtime ACTIVE"Can Guo2021-01-201-7/+0
| * | scsi: ufs: Refactor ufshcd_init/exit_clk_scaling/gating()Can Guo2021-01-201-60/+70
| * | scsi: ufs: Protect some contexts from unexpected clock scalingCan Guo2021-01-201-31/+49
| * | scsi: ufs: Group UFS WB related flags in struct ufs_dev_infoBean Huo2021-01-201-11/+10
| * | scsi: ufs: Remove two WB related fields from struct ufs_dev_infoBean Huo2021-01-201-8/+6
| * | scsi: ufs: Update comment in the function ufshcd_wb_probe()Bean Huo2021-01-201-4/+3
| * | scsi: ufs: Add "wb_on" sysfs node to control WB on/offBean Huo2021-01-201-2/+1
| * | scsi: ufs: Introduce a quirk to allow only page-aligned sg entriesKiwoong Kim2021-01-201-0/+2
| * | scsi: ufs: Delete redundant if statement in ufshcd_intr()Bean Huo2021-01-201-2/+1
| * | Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen2021-01-201-14/+10
| |\ \
| * | | scsi: ufs: Protect PM ops and err_handler from user access through sysfsCan Guo2021-01-141-16/+26
| * | | scsi: ufs: Fix a possible NULL pointer issueCan Guo2021-01-141-3/+14
| * | | scsi: ufs: WB is only available on LUN #0 to #7Jaegeuk Kim2021-01-131-1/+1
| * | | scsi: ufs: A tad optimization in query upiu traceAvri Altman2021-01-131-12/+6
| * | | scsi: ufs: core: Fix ufs clk specs violationZiqi Chen2021-01-121-10/+10
| * | | scsi: ufs: ufs-debugfs: Add error countersAdrian Hunter2021-01-121-0/+19
| * | | scsi: ufs: Make UPIU trace easier differentiate among CDB, OSF, and TMBean Huo2021-01-071-4/+5
| * | | scsi: ufs: Distinguish between TM request UPIU and response UPIU in TM UPIU t...Bean Huo2021-01-071-2/+6
| * | | scsi: ufs: Distinguish between query REQ and query RSP in query traceBean Huo2021-01-071-2/+8
| * | | scsi: ufs: Don't call trace_ufshcd_upiu() in case trace poit is disabledBean Huo2021-01-071-0/+9
| * | | scsi: ufs: Use __print_symbolic() for UFS trace string printBean Huo2021-01-071-24/+24
| * | | scsi: ufs: Add a quirk to permit overriding UniPro defaultsKiwoong Kim2021-01-051-19/+21
* | | | scsi: ufs: use devm_blk_ksm_init()Eric Biggers2021-02-011-1/+0
| |_|/ |/| |
* | | 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
|\|