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