aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04scsi: ufs: Print uic error history in time orderStanley Chu1-1/+6
2019-01-11scsi: ufs: Remove select of phy-qcom-ufs from ufs-qcomEvan Green1-1/+0
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-12/+269
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-12-18scsi: make sure all drivers set the use_clustering flagChristoph Hellwig1-0/+1
2018-12-12scsi: ufs: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2018-12-07scsi: 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-28scsi: ufs: add fall through annotationTomas Winkler1-0/+3
2018-11-18Merge 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-08scsi: 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-06Revert "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/gregkh/usbLinus 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-17scsi: ufs: Schedule clk gating work on correct queueEvan Green1-2/+3
2018-10-15scsi: ufs: make UFS Tx lane1 clock optional for QCOM platformsVenkat Gopalakrishnan1-26/+28
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman3-2/+14
2018-10-10scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman1-4/+110
2018-10-10scsi: ufs: Add API to execute raw upiu commandsAvri Altman3-0/+184
2018-10-10scsi: ufs: Use data structure size in pointer arithmeticAvri Altman2-3/+2
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman6-1/+144
2018-10-10scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman2-63/+4
2018-10-10scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig1-80/+61
2018-10-10scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig3-89/+34
2018-10-01Merge tag 'phy-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman2-32/+1
2018-09-26scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from hostVivek Gautam2-32/+1
2018-09-20scsi: ufs: Disable blk-mq for nowAdrian Hunter1-0/+7
2018-09-17scsi: ufshcd: Fix NULL pointer dereference for in ufshcd_initVivek Gautam1-19/+34
2018-08-08scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi1-7/+8
2018-07-19scsi: ufs: add Hisilicon ufs driver codeliwei4-0/+744
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-1/+1
2018-06-19scsi: ufs: ufshcd_dump_regs to use memcpy_fromioTomas Winkler3-26/+33
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-4/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-55/+276
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 Viswanath2-1/+11
2018-05-18scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan1-8/+19
2018-05-18scsi: ufs: ufs-qcom: remove broken hci version quirkSubhash Jadavani1-1/+1
2018-05-18scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani2-8/+22
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 Akhtar2-3/+4
2018-05-18scsi: ufs: add quirk to enable host controller without hceAlim Akhtar2-2/+78