summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Fix race conditions related to driver dataBart Van Assche2022-01-271-0/+7
* scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo2021-01-271-7/+4
* scsi: ufs: Fix wrong print message in dev_err()Bean Huo2021-01-121-1/+1
* scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo2020-12-301-0/+7
* scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu2020-12-021-5/+1
* scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo2020-11-241-3/+3
* scsi: ufs: Fix a race condition in the tracing codeBart Van Assche2020-10-011-1/+1
* scsi: ufs: Make ufshcd_add_command_trace() easier to readBart Van Assche2020-10-011-6/+6
* scsi: ufs: Clean up completed request without interrupt notificationStanley Chu2020-09-031-1/+2
* scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter2020-09-031-3/+3
* scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu2020-09-031-1/+4
* scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu2020-08-261-0/+2
* scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo2020-06-251-1/+0
* scsi: ufs: Release clock if DMA map failsCan Guo2020-06-071-0/+1
* scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo2020-04-211-0/+5
* scsi: ufs: Complete pending requests in host reset and restore pathCan Guo2020-02-241-14/+10
* scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo2020-02-141-1/+2
* scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das2020-02-111-0/+3
* scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani2020-01-041-5/+14
* scsi: ufs: fix potential bug which ends in system hangBean Huo2020-01-041-1/+1
* scsi: ufshcd: Fix NULL pointer dereference for in ufshcd_initVivek Gautam2019-11-201-19/+34
* scsi: ufs: skip shutdown if hba is not poweredStanley Chu2019-10-291-0/+3
* scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman2019-06-251-1/+2
* scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu2019-05-311-5/+8
* scsi: ufs: Fix regulator load and icc-level configurationStanley Chu2019-05-311-3/+12
* scsi: ufs: Fix system suspend statusStanley Chu2019-02-271-0/+2
* scsi: ufs: Use explicit access size in ufshcd_dump_regsMarc Gonzalez2019-01-311-2/+8
* scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li2018-12-131-0/+2
* scsi: ufs: Schedule clk gating work on correct queueEvan Green2018-11-131-2/+3
* scsi: ufs: Disable blk-mq for nowAdrian Hunter2018-09-201-0/+7
* scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi2018-08-081-7/+8
* scsi: core: check for equality of result byte valuesJohannes Thumshirn2018-06-261-1/+1
* scsi: ufs: ufshcd_dump_regs to use memcpy_fromioTomas Winkler2018-06-191-11/+24
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-54/+254
|\
| * scsi: ufs: Add clock ungating to a separate workqueueVijay Viswanath2018-05-181-1/+10
| * scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan2018-05-181-8/+19
| * scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani2018-05-181-8/+20
| * scsi: ufs: ufshcd: fix possible unclocked register accessSubhash Jadavani2018-05-181-6/+20
| * scsi: ufs: fix exception event handlingMaya Erez2018-05-181-0/+2
| * scsi: ufs: Use freq table with devfreqBjorn Andersson2018-05-181-7/+40
| * scsi: ufs: Extract devfreq registrationBjorn Andersson2018-05-181-9/+22
| * scsi: ufs: make ufshcd_config_pwr_mode of non-static funcAlim Akhtar2018-05-181-3/+2
| * scsi: ufs: add quirk to enable host controller without hceAlim Akhtar2018-05-181-2/+73
| * scsi: ufs: add quirk to disallow reset of interrupt aggregationAlim Akhtar2018-05-181-1/+2
| * scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclrAlim Akhtar2018-05-181-2/+19
| * scsi: ufs: ufshcd: Remove VLA usageKees Cook2018-05-181-8/+26
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-3/+3
* | scsi: ufs: add trace event for ufs upiuOhad Sharabi2018-04-181-0/+40
|/
* Merge branch 'fixes' into miscJames Bottomley2018-04-031-0/+2
|\