summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Use explicit access size in ufshcd_dump_regsMarc Gonzalez2019-01-221-2/+8
* scsi: ufs: Fix geometry descriptor sizeAvri Altman2019-01-111-1/+1
* scsi: ufs: Fix system suspend statusStanley Chu2019-01-111-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-181-1/+1
| * scsi: make sure all drivers set the use_clustering flagChristoph Hellwig2018-12-181-0/+1
| * scsi: ufs: Fix platform_no_drv_owner.cocci warningsYueHaibing2018-12-121-1/+0
| * scsi: ufs: Remove redundant sense size definitionAvri Altman2018-12-072-12/+9
| * scsi: ufs: add fall through annotationTomas Winkler2018-11-281-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-083-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-061-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-012-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-171-2/+3
| * | scsi: ufs: make UFS Tx lane1 clock optional for QCOM platformsVenkat Gopalakrishnan2018-10-151-26/+28
| * | scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman2018-10-103-2/+14
| * | scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman2018-10-101-4/+110
| * | scsi: ufs: Add API to execute raw upiu commandsAvri Altman2018-10-103-0/+184
| * | scsi: ufs: Use data structure size in pointer arithmeticAvri Altman2018-10-102-3/+2
| * | scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman2018-10-106-1/+144
| * | scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman2018-10-102-63/+4
| * | scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig2018-10-101-80/+61
| * | scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig2018-10-103-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-201-0/+7
|/
* scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi2018-08-081-7/+8
* scsi: ufs: add Hisilicon ufs driver codeliwei2018-07-194-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-193-26/+33
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-103-55/+276
|\
| * scsi: ufs: Add clock ungating to a separate workqueueVijay Viswanath2018-05-182-1/+11
| * scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan2018-05-181-8/+19
| * scsi: ufs: ufs-qcom: remove broken hci version quirkSubhash Jadavani2018-05-181-1/+1
| * scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani2018-05-182-8/+22
| * scsi: ufs: ufshcd: fix possible unclocked register accessSubhash Jadavani2018-05-181-6/+20
| * scsi: ufs: fix exception event handlingMaya Erez2018-05-181-0/+2
| * scsi: ufs: Use freq table with devfreqBjorn Andersson2018-05-181-7/+40
| * scsi: ufs: Extract devfreq registrationBjorn Andersson2018-05-181-9/+22
| * scsi: ufs: make ufshcd_config_pwr_mode of non-static funcAlim Akhtar2018-05-182-3/+4
| * scsi: ufs: add quirk to enable host controller without hceAlim Akhtar2018-05-182-2/+78
OpenPOWER on IntegriCloud