aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Fix kernel-doc errors and warningsBart Van Assche2018-03-014-55/+52
* scsi: ufs: sysfs: attributesStanislav Nijnikov2018-02-155-7/+109
* scsi: ufs: sysfs: flagsStanislav Nijnikov2018-02-152-3/+50
* scsi: ufs: sysfs: unit descriptorStanislav Nijnikov2018-02-155-16/+88
* scsi: ufs: sysfs: string descriptorsStanislav Nijnikov2018-02-153-7/+72
* scsi: ufs: sysfs: power descriptorStanislav Nijnikov2018-02-151-0/+117
* scsi: ufs: sysfs: health descriptorStanislav Nijnikov2018-02-154-0/+40
* scsi: ufs: sysfs: geometry descriptorStanislav Nijnikov2018-02-152-0/+120
* scsi: ufs: sysfs: interconnect descriptorStanislav Nijnikov2018-02-152-0/+26
* scsi: ufs: sysfs: device descriptorStanislav Nijnikov2018-02-154-6/+136
* scsi: ufs: sysfs: attribute group for existing sysfs entries.Stanislav Nijnikov2018-02-155-153/+178
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-0/+16
|\
| * scsi: ufs: add some definitions included in UFS HCI specificationkwmad.kim@samsung.com2017-12-041-0/+16
* | scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva2017-11-211-2/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-146-70/+77
|\
| * scsi: ufs: Remove unused UFS_BIT() macroAlim Akhtar2017-10-111-2/+0
| * scsi: ufs: Remove unused #definesAlim Akhtar2017-10-111-2/+0
| * scsi: ufs-qcom: Remove uses of UFS_BIT() macroAlim Akhtar2017-10-112-5/+6
| * scsi: ufs: Change HCI macro to actual bit positionAlim Akhtar2017-10-112-38/+42
| * 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-272-0/+7
| * scsi: ufs: fix a pclint warningZang Leigang2017-09-271-1/+1
| * scsi: ufs: tc-dwc-g210: make arrays static, reduces object code sizeColin Ian King2017-09-151-5/+5
* | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-22/+17
|\ \
| * | ufs/phy: qcom: Refactor to use phy_init callVivek Gautam2017-10-231-22/+14
| * | scsi/ufs: qcom: Set phy mode based on the controllers HS MODEVivek Gautam2017-10-231-0/+3
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+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: ufshcd-pci: Add Intel CNL supportAdrian Hunter2017-06-121-0/+38
* scsi: ufshcd-pci: Fix PM configAdrian Hunter2017-06-121-13/+9
* scsi: ufs: Tidy clocks list head usageSzymon Mielczarek2017-06-124-11/+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-042-77/+31
|\
| * scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi2017-04-262-10/+5
| * 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: add missing macros for register bits from UFSHCI specTomohiro Kusumi2017-03-291-0/+2
| * 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: ufshcd-platform: remove the useless cast in ERR_PTR/IS_ERRTomas Winkler2017-03-151-2/+2
* | scsi: ufs: don't check unsigned type for a negative valueTomas Winkler2017-03-151-1/+1
* | scsi: ufs: Factor out ufshcd_read_desc_paramPotomski, MichalX2017-03-013-72/+196
|/
* scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-5/+5