summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufshcd.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-21scsi: ufs: Disable blk-mq for nowAdrian Hunter1-0/+7
2018-08-09scsi: 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-20scsi: ufs: ufshcd_dump_regs to use memcpy_fromioTomas Winkler1-11/+24
2018-06-13treewide: 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-19scsi: ufs: add trace event for ufs upiuOhad Sharabi1-0/+40
2018-04-04Merge branch 'fixes' into miscJames Bottomley1-0/+2
2018-03-22scsi: ufs: Add support for Auto-Hibernate Idle TimerAdrian Hunter1-0/+26
2018-03-02scsi: ufs: Fix kernel-doc errors and warningsBart Van Assche1-48/+46
2018-02-16scsi: ufs: sysfs: attributesStanislav Nijnikov1-2/+3
2018-02-16scsi: ufs: sysfs: unit descriptorStanislav Nijnikov1-16/+7
2018-02-16scsi: ufs: sysfs: string descriptorsStanislav Nijnikov1-7/+7
2018-02-16scsi: ufs: sysfs: health descriptorStanislav Nijnikov1-0/+8
2018-02-16scsi: ufs: sysfs: device descriptorStanislav Nijnikov1-6/+6
2018-02-16scsi: ufs: sysfs: attribute group for existing sysfs entries.Stanislav Nijnikov1-152/+4
2018-01-31scsi: ufs: Enable quirk to ignore sending WRITE_SAME commandSujit Reddy Thumma1-0/+2
2017-11-22scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva1-2/+5
2017-09-28scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1kehuanlin1-6/+8
2017-09-28scsi: ufs: continue to boot even with Boot LUN is disabledHuanlin Ke1-11/+8
2017-09-28scsi: ufs: add ufs a command complete time stampZang Leigang1-0/+5
2017-09-28scsi: ufs: fix a pclint warningZang Leigang1-1/+1
2017-08-25scsi: 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-13scsi: ufs: Tidy clocks list head usageSzymon Mielczarek1-5/+7
2017-05-19scsi: ufs: Clean up some rpm/spm level SysFS nodes upon removeMichaƂ Potomski1-0/+7
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-77/+25
2017-04-27scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi1-10/+1
2017-04-27scsi: ufs: use MASK_EE_STATUSTomohiro Kusumi1-2/+2
2017-03-30Revert "scsi: ufs: add queries retry mechanism"Szymon Mielczarek1-45/+9
2017-03-30scsi: ufs: just use sizeof() for snprintf()Tomohiro Kusumi1-1/+1
2017-03-30scsi: ufs: remove deprecated enum for hw interruptTomohiro Kusumi1-7/+0
2017-03-30scsi: ufs: non functional macro fixTomohiro Kusumi1-4/+4
2017-03-30scsi: ufs: use existing macro CONTROLLER_ENABLE to test register bitTomohiro Kusumi1-1/+2
2017-03-30scsi: ufs: make ufshcd_is_{device_present, hba_active}() return boolTomohiro Kusumi1-6/+6
2017-03-28scsi: ufs: fix wrong/ambiguous fall through commentsTomohiro Kusumi1-2/+1
2017-03-28scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung1-2/+0