summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-27scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo1-7/+4
2021-01-12scsi: ufs: Fix wrong print message in dev_err()Bean Huo1-1/+1
2020-12-30scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo1-0/+7
2020-12-02scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu1-5/+1
2020-11-24scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo1-3/+3
2020-10-01scsi: ufs: Fix a race condition in the tracing codeBart Van Assche1-1/+1
2020-10-01scsi: ufs: Make ufshcd_add_command_trace() easier to readBart Van Assche1-6/+6
2020-09-03scsi: ufs: Clean up completed request without interrupt notificationStanley Chu1-1/+2
2020-09-03scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter1-3/+3
2020-09-03scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu1-1/+4
2020-08-26scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu1-0/+2
2020-06-25scsi: ufs: Don't update urgent bkops level when toggling auto bkopsCan Guo1-1/+0
2020-06-07scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2020-04-21scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo1-0/+5
2020-02-24scsi: ufs: Complete pending requests in host reset and restore pathCan Guo1-14/+10
2020-02-15scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-02-11scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das1-0/+3
2020-01-04scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani1-5/+14
2020-01-04scsi: ufs: fix potential bug which ends in system hangBean Huo1-1/+1
2019-11-20scsi: ufshcd: Fix NULL pointer dereference for in ufshcd_initVivek Gautam1-19/+34
2019-10-29scsi: ufs: skip shutdown if hba is not poweredStanley Chu1-0/+3
2019-06-25scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman1-1/+2
2019-05-31scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu1-5/+8
2019-05-31scsi: ufs: Fix regulator load and icc-level configurationStanley Chu1-3/+12
2019-02-27scsi: ufs: Fix system suspend statusStanley Chu1-0/+2
2019-01-31scsi: ufs: Use explicit access size in ufshcd_dump_regsMarc Gonzalez1-2/+8
2018-12-13scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li1-0/+2
2018-11-13scsi: ufs: Schedule clk gating work on correct queueEvan Green1-2/+3
2018-09-21scsi: ufs: Disable blk-mq for nowAdrian Hunter1-0/+7
2018-08-09scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi1-7/+8
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-1/+1
2018-06-20scsi: ufs: ufshcd_dump_regs to use memcpy_fromioTomas Winkler1-11/+24
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-54/+254
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-3/+3
2018-05-18scsi: ufs: Add clock ungating to a separate workqueueVijay Viswanath1-1/+10
2018-05-18scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan1-8/+19
2018-05-18scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani1-8/+20
2018-05-18scsi: ufs: ufshcd: fix possible unclocked register accessSubhash Jadavani1-6/+20
2018-05-18scsi: ufs: fix exception event handlingMaya Erez1-0/+2
2018-05-18scsi: ufs: Use freq table with devfreqBjorn Andersson1-7/+40
2018-05-18scsi: ufs: Extract devfreq registrationBjorn Andersson1-9/+22
2018-05-18scsi: ufs: make ufshcd_config_pwr_mode of non-static funcAlim Akhtar1-3/+2
2018-05-18scsi: ufs: add quirk to enable host controller without hceAlim Akhtar1-2/+73
2018-05-18scsi: ufs: add quirk to disallow reset of interrupt aggregationAlim Akhtar1-1/+2
2018-05-18scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclrAlim Akhtar1-2/+19
2018-05-18scsi: ufs: ufshcd: Remove VLA usageKees Cook1-8/+26
2018-04-19scsi: ufs: add trace event for ufs upiuOhad Sharabi1-0/+40
2018-04-04Merge branch 'fixes' into miscJames Bottomley1-0/+2
2018-03-22scsi: ufs: Add support for Auto-Hibernate Idle TimerAdrian Hunter1-0/+26