summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-30scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo1-7/+4
2020-12-02scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu1-5/+1
2020-09-03scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu1-1/+4
2020-06-11scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2020-04-24scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo1-0/+5
2020-02-15scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-01-04scsi: ufs: fix potential bug which ends in system hangBean Huo1-1/+1
2019-10-29scsi: ufs: skip shutdown if hba is not poweredStanley Chu1-0/+3
2019-09-06scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter1-0/+3
2019-07-10scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman1-1/+2
2019-06-11scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu1-5/+8
2019-06-11scsi: ufs: Fix regulator load and icc-level configurationStanley Chu1-3/+12
2018-12-01scsi: ufshcd: release resources if probe failsSubhash Jadavani1-3/+0
2018-12-01scsi: ufs: fix race between clock gating and devfreq scaling workSubhash Jadavani1-0/+32
2018-12-01scsi: ufshcd: Fix race between clk scaling and ungate workVenkat Gopalakrishnan1-0/+15
2018-12-01scsi: ufs: fix bugs related to null pointer access and array sizeYaniv Gardi1-6/+19
2018-08-06scsi: ufs: fix exception event handlingMaya Erez1-0/+2
2018-05-30scsi: ufs: Enable quirk to ignore sending WRITE_SAME commandSujit Reddy Thumma1-0/+2
2018-02-03scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva1-2/+5
2017-11-21scsi: ufs: add capability to keep auto bkops always enabledsubhashj@codeaurora.org1-11/+22
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-65/+57
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig1-8/+0
2015-11-10scsi: ufs-qcom: add QUniPro hardware support and power optimizationsYaniv Gardi1-1/+7
2015-11-10scsi: ufs-qcom: add debug prints for test busYaniv Gardi1-0/+2
2015-11-10scsi: ufs: make the UFS variant a platform deviceYaniv Gardi1-0/+10
2015-11-10scsi: ufs: creates wrapper functions for vopsYaniv Gardi1-65/+39
2015-06-02scsi: ufs: add quirk to handle broken UFS HCI versionYaniv Gardi1-0/+5
2015-06-02scsi: ufs: introduce UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE quirkYaniv Gardi1-0/+31
2015-06-02scsi: ufs: introduce a broken PA_RXHSUNTERMCAP quirkYaniv Gardi1-0/+11
2015-06-02scsi: ufs: provide a quirk to disable the LCCYaniv Gardi1-0/+42
2015-06-02scsi: ufs: introduce the capability and quirk for interrupt aggregationYaniv Gardi1-3/+16
2015-04-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+35
2015-04-10ufs: add support to allow non standard behaviours (quirks)Yaniv Gardi1-0/+35
2015-03-09ufs: Rename of regulator_set_optimum_modeBjorn Andersson1-20/+7
2015-01-09scsi: use per-cpu buffer for formatting senseHannes Reinecke1-4/+2
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-20/+5
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley1-11/+7
2014-11-26ufs: fix NULL dereference when no regulators are definedAkinobu Mita1-0/+6
2014-11-26ufs: ensure clk gating work is finished before module unloadingAkinobu Mita1-0/+2
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-9/+4
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-12/+2
2014-11-20scsi: ufs: fix static checker warning in __ufshcd_setup_clocksDolev Raviv1-1/+1
2014-11-20scsi: ufs: fix static checker errors in ufshcd_system_suspendDolev Raviv1-1/+1
2014-11-20ufs: fix power info after link start-upYaniv Gardi1-0/+18
2014-11-20ufs: fix reference counting of W-LUsAkinobu Mita1-38/+36
2014-11-12ufs: remove spurious scsi_set_tag_type callChristoph Hellwig1-1/+0
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig1-5/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+2
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-2/+3
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke1-2/+2