aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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