summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi2018-08-081-7/+8
* 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-191-11/+24
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-54/+254
|\
| * scsi: ufs: Add clock ungating to a separate workqueueVijay Viswanath2018-05-181-1/+10
| * scsi: ufs: make sure all interrupts are processedVenkat Gopalakrishnan2018-05-181-8/+19
| * scsi: ufs: add reference counting for scsi block requestsSubhash Jadavani2018-05-181-8/+20
| * 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-181-3/+2
| * scsi: ufs: add quirk to enable host controller without hceAlim Akhtar2018-05-181-2/+73
| * scsi: ufs: add quirk to disallow reset of interrupt aggregationAlim Akhtar2018-05-181-1/+2
| * scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclrAlim Akhtar2018-05-181-2/+19
| * scsi: ufs: ufshcd: Remove VLA usageKees Cook2018-05-181-8/+26
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-3/+3
* | scsi: ufs: add trace event for ufs upiuOhad Sharabi2018-04-181-0/+40
|/
* Merge branch 'fixes' into miscJames Bottomley2018-04-031-0/+2
|\
| * scsi: ufs: Enable quirk to ignore sending WRITE_SAME commandSujit Reddy Thumma2018-01-301-0/+2
* | scsi: ufs: Add support for Auto-Hibernate Idle TimerAdrian Hunter2018-03-211-0/+26
* | scsi: ufs: Fix kernel-doc errors and warningsBart Van Assche2018-03-011-48/+46
* | scsi: ufs: sysfs: attributesStanislav Nijnikov2018-02-151-2/+3
* | scsi: ufs: sysfs: unit descriptorStanislav Nijnikov2018-02-151-16/+7
* | scsi: ufs: sysfs: string descriptorsStanislav Nijnikov2018-02-151-7/+7
* | scsi: ufs: sysfs: health descriptorStanislav Nijnikov2018-02-151-0/+8
* | scsi: ufs: sysfs: device descriptorStanislav Nijnikov2018-02-151-6/+6
* | scsi: ufs: sysfs: attribute group for existing sysfs entries.Stanislav Nijnikov2018-02-151-152/+4
* | scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva2017-11-211-2/+5
|/
* scsi: ufs: fix wrong command type of UTRD for UFSHCI v2.1kehuanlin2017-09-271-6/+8
* scsi: ufs: continue to boot even with Boot LUN is disabledHuanlin Ke2017-09-271-11/+8
* scsi: ufs: add ufs a command complete time stampZang Leigang2017-09-271-0/+5
* scsi: ufs: fix a pclint warningZang Leigang2017-09-271-1/+1
* scsi: ufs: reqs and tasks were put in the wrong orderZang Leigang2017-08-241-1/+1
* scsi: ufs: flush eh_work when eh_work scheduled.Zang Leigang2017-07-011-1/+2
* scsi: ufs: Tidy clocks list head usageSzymon Mielczarek2017-06-121-5/+7
* scsi: ufs: Clean up some rpm/spm level SysFS nodes upon removeMichaƂ Potomski2017-05-181-0/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-77/+25
|\
| * scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi2017-04-261-10/+1
| * scsi: ufs: use MASK_EE_STATUSTomohiro Kusumi2017-04-261-2/+2
| * Revert "scsi: ufs: add queries retry mechanism"Szymon Mielczarek2017-03-291-45/+9
| * scsi: ufs: just use sizeof() for snprintf()Tomohiro Kusumi2017-03-291-1/+1
| * scsi: ufs: remove deprecated enum for hw interruptTomohiro Kusumi2017-03-291-7/+0
| * scsi: ufs: non functional macro fixTomohiro Kusumi2017-03-291-4/+4
| * scsi: ufs: use existing macro CONTROLLER_ENABLE to test register bitTomohiro Kusumi2017-03-291-1/+2
| * scsi: ufs: make ufshcd_is_{device_present, hba_active}() return boolTomohiro Kusumi2017-03-291-6/+6
| * scsi: ufs: fix wrong/ambiguous fall through commentsTomohiro Kusumi2017-03-271-2/+1
* | scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung2017-03-271-2/+0
* | scsi: ufs: don't check unsigned type for a negative valueTomas Winkler2017-03-151-1/+1