summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-108-148/+171
|\
| * scsi: ufs-bsg: Allow reading descriptorsAvri Altman2019-02-271-8/+12
| * scsi: ufs: Allow reading descriptor via raw upiuAvri Altman2019-02-271-6/+14
| * scsi: ufs-bsg: Change the calling convention for write descriptorAvri Altman2019-02-271-21/+26
| * scsi: ufs: Remove unused device quirksMarc Gonzalez2019-02-272-33/+0
| * Revert "scsi: ufs: disable vccq if it's not needed by UFS device"Marc Gonzalez2019-02-272-56/+4
| * scsi: ufs: Add HI3670 SoC UFS driver supportManivannan Sadhasivam2019-02-202-22/+109
| * scsi: ufs: fix a typo in commentChengguang Xu2019-02-131-2/+2
| * scsi: ufs: Print uic error history in time orderStanley Chu2019-02-051-1/+6
| * scsi: ufs: Remove select of phy-qcom-ufs from ufs-qcomEvan Green2019-01-121-1/+0
* | scsi: ufs: Use explicit access size in ufshcd_dump_regsMarc Gonzalez2019-01-231-2/+8
* | scsi: ufs: Fix geometry descriptor sizeAvri Altman2019-01-121-1/+1
* | scsi: ufs: Fix system suspend statusStanley Chu2019-01-121-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-286-12/+269
|\
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-191-1/+1
| * scsi: make sure all drivers set the use_clustering flagChristoph Hellwig2018-12-191-0/+1
| * scsi: ufs: Fix platform_no_drv_owner.cocci warningsYueHaibing2018-12-131-1/+0
| * scsi: ufs: Remove redundant sense size definitionAvri Altman2018-12-082-12/+9
| * scsi: ufs: add fall through annotationTomas Winkler2018-11-291-0/+3
| * scsi: ufs: Add UFS platform driver for Cadence UFSJanek Kotas2018-11-093-0/+158
| * scsi: ufs: set the device reference clock settingSubhash Jadavani2018-11-093-0/+99
* | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-043-0/+17
|\ \
| * | scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li2018-11-093-0/+17
* | | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-1/+0
|\| |
| * | Revert "scsi: ufs: Disable blk-mq for now"Martin K. Petersen2018-11-071-7/+0
| |/
* | bsg: provide bsg_remove_queue() helperJens Axboe2018-11-071-1/+1
* | bsg: pass in desired timeout handlerJens Axboe2018-11-071-1/+1
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-6/+0
|/
* Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-262-32/+1
|\
| * Merge tag 'phy-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2018-10-022-32/+1
| |\
| | * scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from hostVivek Gautam2018-09-262-32/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-259-271/+600
|\ \ \ | |/ / |/| |
| * | scsi: ufs: Schedule clk gating work on correct queueEvan Green2018-10-181-2/+3
| * | scsi: ufs: make UFS Tx lane1 clock optional for QCOM platformsVenkat Gopalakrishnan2018-10-161-26/+28
| * | scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman2018-10-113-2/+14
| * | scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman2018-10-111-4/+110
| * | scsi: ufs: Add API to execute raw upiu commandsAvri Altman2018-10-113-0/+184
| * | scsi: ufs: Use data structure size in pointer arithmeticAvri Altman2018-10-112-3/+2
| * | scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman2018-10-116-1/+144
| * | scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman2018-10-112-63/+4
| * | scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig2018-10-111-80/+61
| * | scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig2018-10-113-89/+34
| * | scsi: ufshcd: Fix NULL pointer dereference for in ufshcd_initVivek Gautam2018-09-171-19/+34
| |/
* / scsi: ufs: Disable blk-mq for nowAdrian Hunter2018-09-211-0/+7
|/
* scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi2018-08-091-7/+8
* scsi: ufs: add Hisilicon ufs driver codeliwei2018-07-204-0/+744
* scsi: core: check for equality of result byte valuesJohannes Thumshirn2018-06-261-1/+1
* scsi: ufs: ufshcd_dump_regs to use memcpy_fromioTomas Winkler2018-06-203-26/+33
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-132-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-103-55/+276
|\