summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * scsi: ufs: Remove redundant sense size definitionAvri Altman2018-12-082-12/+9Star
| * 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/+0Star
|\| |
| * | Revert "scsi: ufs: Disable blk-mq for now"Martin K. Petersen2018-11-071-7/+0Star
| |/
* | 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/+0Star
|/
* Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-262-32/+1Star
|\
| * Merge tag 'phy-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2018-10-022-32/+1Star
| |\
| | * scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from hostVivek Gautam2018-09-262-32/+1Star
* | | 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/+2Star
| * | 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/+4Star
| * | scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig2018-10-111-80/+61Star
| * | scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig2018-10-113-89/+34Star
| * | 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
|\
| * 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