summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs
AgeCommit message (Expand)AuthorFilesLines
2019-06-25scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman1-1/+2
2019-06-25scsi: ufs: Avoid runtime suspend possibly being blocked foreverStanley Chu1-7/+4
2019-05-31scsi: ufs: fix a missing check of devm_reset_control_getKangjie Lu1-0/+4
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-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-10/+7
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-148/+171
2019-03-07scsi: ufs: hisi: fix ufs_hba_variant_ops passingArnd Bergmann4-10/+7
2019-02-27scsi: ufs-bsg: Allow reading descriptorsAvri Altman1-8/+12
2019-02-27scsi: ufs: Allow reading descriptor via raw upiuAvri Altman1-6/+14
2019-02-27scsi: ufs-bsg: Change the calling convention for write descriptorAvri Altman1-21/+26
2019-02-27scsi: ufs: Remove unused device quirksMarc Gonzalez2-33/+0
2019-02-27Revert "scsi: ufs: disable vccq if it's not needed by UFS device"Marc Gonzalez2-56/+4
2019-02-20scsi: ufs: Add HI3670 SoC UFS driver supportManivannan Sadhasivam2-22/+109
2019-02-13scsi: ufs: fix a typo in commentChengguang Xu1-2/+2
2019-02-05scsi: ufs: Print uic error history in time orderStanley Chu1-1/+6
2019-01-23scsi: ufs: Use explicit access size in ufshcd_dump_regsMarc Gonzalez1-2/+8
2019-01-12scsi: ufs: Remove select of phy-qcom-ufs from ufs-qcomEvan Green1-1/+0
2019-01-12scsi: ufs: Fix geometry descriptor sizeAvri Altman1-1/+1
2019-01-12scsi: ufs: Fix system suspend statusStanley Chu1-0/+2
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-12/+269
2018-12-19scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-12-19scsi: make sure all drivers set the use_clustering flagChristoph Hellwig1-0/+1
2018-12-13scsi: ufs: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2018-12-08scsi: ufs: Remove redundant sense size definitionAvri Altman2-12/+9
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe3-0/+17
2018-11-29scsi: ufs: add fall through annotationTomas Winkler1-0/+3
2018-11-19Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-1/+0
2018-11-09scsi: ufs: Add UFS platform driver for Cadence UFSJanek Kotas3-0/+158
2018-11-09scsi: ufs: set the device reference clock settingSubhash Jadavani3-0/+99
2018-11-09scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li3-0/+17
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe1-1/+1
2018-11-07bsg: pass in desired timeout handlerJens Axboe1-1/+1
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-6/+0
2018-11-07Revert "scsi: ufs: Disable blk-mq for now"Martin K. Petersen1-7/+0
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-32/+1
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-271/+600
2018-10-18scsi: ufs: Schedule clk gating work on correct queueEvan Green1-2/+3
2018-10-16scsi: ufs: make UFS Tx lane1 clock optional for QCOM platformsVenkat Gopalakrishnan1-26/+28
2018-10-11scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman3-2/+14
2018-10-11scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman1-4/+110
2018-10-11scsi: ufs: Add API to execute raw upiu commandsAvri Altman3-0/+184
2018-10-11scsi: ufs: Use data structure size in pointer arithmeticAvri Altman2-3/+2
2018-10-11scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman6-1/+144
2018-10-11scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman2-63/+4
2018-10-11scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig1-80/+61
2018-10-11scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig3-89/+34
2018-10-02Merge tag 'phy-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2-32/+1
2018-09-26scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from hostVivek Gautam2-32/+1
2018-09-21scsi: ufs: Disable blk-mq for nowAdrian Hunter1-0/+7