aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-18scsi: 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-26scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi1-10/+1
2017-04-26scsi: ufs: use MASK_EE_STATUSTomohiro Kusumi1-2/+2
2017-03-29Revert "scsi: ufs: add queries retry mechanism"Szymon Mielczarek1-45/+9
2017-03-29scsi: ufs: just use sizeof() for snprintf()Tomohiro Kusumi1-1/+1
2017-03-29scsi: ufs: remove deprecated enum for hw interruptTomohiro Kusumi1-7/+0
2017-03-29scsi: ufs: non functional macro fixTomohiro Kusumi1-4/+4
2017-03-29scsi: ufs: use existing macro CONTROLLER_ENABLE to test register bitTomohiro Kusumi1-1/+2
2017-03-29scsi: ufs: make ufshcd_is_{device_present, hba_active}() return boolTomohiro Kusumi1-6/+6
2017-03-27scsi: ufs: fix wrong/ambiguous fall through commentsTomohiro Kusumi1-2/+1
2017-03-27scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung1-2/+0
2017-03-15scsi: ufs: don't check unsigned type for a negative valueTomas Winkler1-1/+1
2017-03-01scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX1-58/+173
2017-02-23scsi: remove scsi_execute_req_flagsChristoph Hellwig1-5/+5
2017-02-07scsi: ufs: dump hw regs on link failuresVenkat Gopalakrishnan1-1/+11
2017-02-07scsi: ufs: kick start clock scaling only after device detectionsubhashj@codeaurora.org1-22/+23
2017-02-07scsi: ufs: don't suspend clock scaling during clock gatingsubhashj@codeaurora.org1-41/+144
2017-02-07scsi: ufs: add host state prints in failure casesGilad Broner1-0/+25
2017-02-07scsi: ufs: add load based scaling of UFS gearsubhashj@codeaurora.org1-175/+419
2017-02-07scsi: ufs: reduce printout for aborted requestsGilad Broner1-14/+32
2017-02-07scsi: ufs: skip request abort task when previous aborts failedGilad Broner1-0/+20
2017-01-11scsi: ufs: fix arguments order some trace callsSubhash Jadavani1-5/+5
2017-01-10scsi: ufs: refactor device descriptor readingTomas Winkler1-21/+19
2017-01-10scsi: ufs: ufshcd_get_max_icc_level fix endianity handlingTomas Winkler1-1/+1
2017-01-10scsi: ufs: unexport descritpor reading functionsTomas Winkler1-5/+4
2017-01-10scsi: ufs: ufshcd_query_descriptor_retry should be staticTomas Winkler1-4/+5
2017-01-05scsi: ufs: Improve fatal error logsDolev Raviv1-42/+161
2017-01-05scsi: ufs: add trace event for ufs commandsLee Susman1-1/+41
2017-01-05scsi: ufs: add time profiling supportsubhashj@codeaurora.org1-0/+24
2017-01-05scsi: ufs: fix setting init power modesubhashj@codeaurora.org1-3/+4
2017-01-05scsi: ufs: add capability to keep auto bkops always enabledsubhashj@codeaurora.org1-11/+22
2017-01-05scsi: ufs: set default UFS power management levelsubhashj@codeaurora.org1-0/+28
2017-01-05scsi: ufs: provide sysfs attribute to select the PM levelsubhashj@codeaurora.org1-0/+144
2017-01-05scsi: ufs: Add sysfs node to dynamically control clock scalingSahitya Tummala1-16/+79
2017-01-05scsi: ufs: Add sysfs node to dynamically control clock gatingSahitya Tummala1-1/+47
2017-01-05scsi: ufs: fix multiple ufs spec violationDolev Raviv1-1/+12
2017-01-05scsi: ufs: add tracing supportsubhashj@codeaurora.org1-12/+73
2017-01-05scsi: ufs: dump debug info during failuresDolev Raviv1-0/+129
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-22Merge branch 'misc' into for-linusJames Bottomley1-4/+51
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-114/+368