summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' into miscJames Bottomley2018-04-041-0/+2
|\
| * scsi: ufs: Enable quirk to ignore sending WRITE_SAME commandSujit Reddy Thumma2018-01-311-0/+2
* | scsi: ufs: Add support for Auto-Hibernate Idle TimerAdrian Hunter2018-03-224-0/+112
* | scsi: ufs: sysfs: reworking of the rpm_lvl and spm_lvl entriesStanislav Nijnikov2018-03-221-45/+47
* | scsi: ufs: Fix kernel-doc errors and warningsBart Van Assche2018-03-024-55/+52Star
* | scsi: ufs: sysfs: attributesStanislav Nijnikov2018-02-165-7/+109
* | scsi: ufs: sysfs: flagsStanislav Nijnikov2018-02-162-3/+50
* | scsi: ufs: sysfs: unit descriptorStanislav Nijnikov2018-02-165-16/+88
* | scsi: ufs: sysfs: string descriptorsStanislav Nijnikov2018-02-163-7/+72
* | scsi: ufs: sysfs: power descriptorStanislav Nijnikov2018-02-161-0/+117
* | scsi: ufs: sysfs: health descriptorStanislav Nijnikov2018-02-164-0/+40
* | scsi: ufs: sysfs: geometry descriptorStanislav Nijnikov2018-02-162-0/+120
* | scsi: ufs: sysfs: interconnect descriptorStanislav Nijnikov2018-02-162-0/+26
* | scsi: ufs: sysfs: device descriptorStanislav Nijnikov2018-02-164-6/+136
* | scsi: ufs: sysfs: attribute group for existing sysfs entries.Stanislav Nijnikov2018-02-165-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-051-0/+16
* | scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva2017-11-221-2/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-156-70/+77
|\
| * scsi: ufs: Remove unused UFS_BIT() macroAlim Akhtar2017-10-111-2/+0Star
| * scsi: ufs: Remove unused #definesAlim Akhtar2017-10-111-2/+0Star
| * 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-281-6/+8
| * scsi: ufs: continue to boot even with Boot LUN is disabledHuanlin Ke2017-09-281-11/+8Star
| * scsi: ufs: add ufs a command complete time stampZang Leigang2017-09-282-0/+7
| * scsi: ufs: fix a pclint warningZang Leigang2017-09-281-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-141-22/+17Star
|\ \
| * | ufs/phy: qcom: Refactor to use phy_init callVivek Gautam2017-10-231-22/+14Star
| * | 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-251-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-131-0/+38
* scsi: ufshcd-pci: Fix PM configAdrian Hunter2017-06-131-13/+9Star
* scsi: ufs: Tidy clocks list head usageSzymon Mielczarek2017-06-134-11/+7Star
* scsi: ufs: Clean up some rpm/spm level SysFS nodes upon removeMichaƂ Potomski2017-05-191-0/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-042-77/+31Star
|\
| * scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi2017-04-272-10/+5Star
| * scsi: ufs: use MASK_EE_STATUSTomohiro Kusumi2017-04-271-2/+2
| * Revert "scsi: ufs: add queries retry mechanism"Szymon Mielczarek2017-03-301-45/+9Star
| * scsi: ufs: just use sizeof() for snprintf()Tomohiro Kusumi2017-03-301-1/+1
| * scsi: ufs: remove deprecated enum for hw interruptTomohiro Kusumi2017-03-301-7/+0Star
| * scsi: ufs: add missing macros for register bits from UFSHCI specTomohiro Kusumi2017-03-301-0/+2
| * scsi: ufs: non functional macro fixTomohiro Kusumi2017-03-301-4/+4
| * scsi: ufs: use existing macro CONTROLLER_ENABLE to test register bitTomohiro Kusumi2017-03-301-1/+2
| * scsi: ufs: make ufshcd_is_{device_present, hba_active}() return boolTomohiro Kusumi2017-03-301-6/+6
| * scsi: ufs: fix wrong/ambiguous fall through commentsTomohiro Kusumi2017-03-281-2/+1Star
* | scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung2017-03-281-2/+0Star