aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li1-0/+2
2018-11-06Revert "scsi: ufs: Disable blk-mq for now"Martin K. Petersen1-7/+0
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-142/+289
2018-10-17scsi: ufs: Schedule clk gating work on correct queueEvan Green1-2/+3
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman1-2/+1
2018-10-10scsi: ufs: Add API to execute raw upiu commandsAvri Altman1-0/+176
2018-10-10scsi: ufs: Use data structure size in pointer arithmeticAvri Altman1-2/+1
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman1-0/+4
2018-10-10scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman1-3/+3
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 Hellwig1-48/+20
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-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-1/+1
2018-06-19scsi: ufs: ufshcd_dump_regs to use memcpy_fromioTomas Winkler1-11/+24
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-54/+254
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 Viswanath1-1/+10
2018-05-18scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan1-8/+19
2018-05-18scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani1-8/+20
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 Akhtar1-3/+2
2018-05-18scsi: ufs: add quirk to enable host controller without hceAlim Akhtar1-2/+73
2018-05-18scsi: ufs: add quirk to disallow reset of interrupt aggregationAlim Akhtar1-1/+2
2018-05-18scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclrAlim Akhtar1-2/+19
2018-05-18scsi: ufs: ufshcd: Remove VLA usageKees Cook1-8/+26
2018-04-18scsi: ufs: add trace event for ufs upiuOhad Sharabi1-0/+40
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-0/+2
2018-03-21scsi: ufs: Add support for Auto-Hibernate Idle TimerAdrian Hunter1-0/+26
2018-03-01scsi: ufs: Fix kernel-doc errors and warningsBart Van Assche1-48/+46
2018-02-15scsi: ufs: sysfs: attributesStanislav Nijnikov1-2/+3
2018-02-15scsi: ufs: sysfs: unit descriptorStanislav Nijnikov1-16/+7
2018-02-15scsi: ufs: sysfs: string descriptorsStanislav Nijnikov1-7/+7
2018-02-15scsi: ufs: sysfs: health descriptorStanislav Nijnikov1-0/+8
2018-02-15scsi: ufs: sysfs: device descriptorStanislav Nijnikov1-6/+6
2018-02-15scsi: ufs: sysfs: attribute group for existing sysfs entries.Stanislav Nijnikov1-152/+4
2018-01-30scsi: ufs: Enable quirk to ignore sending WRITE_SAME commandSujit Reddy Thumma1-0/+2
2017-11-21scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva1-2/+5
2017-09-27scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1kehuanlin1-6/+8
2017-09-27scsi: ufs: continue to boot even with Boot LUN is disabledHuanlin Ke1-11/+8
2017-09-27scsi: ufs: add ufs a command complete time stampZang Leigang1-0/+5
2017-09-27scsi: ufs: fix a pclint warningZang Leigang1-1/+1
2017-08-24scsi: ufs: reqs and tasks were put in the wrong orderZang Leigang1-1/+1
2017-07-01scsi: ufs: flush eh_work when eh_work scheduled.Zang Leigang1-1/+2
2017-06-12scsi: ufs: Tidy clocks list head usageSzymon Mielczarek1-5/+7