summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab2019-12-091-0/+6
* scsi: ufs: Give an unique ID to each ufs-bsgCan Guo2019-12-091-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-0214-83/+329
|\
| * scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani2019-11-191-5/+14
| * scsi: ufs: Abort gating if clock on request is pendingAsutosh Das2019-11-191-1/+1
| * scsi: ufs: Fix irq return codeVenkat Gopalakrishnan2019-11-192-36/+100
| * scsi: ufs: Fix register dump caused sleep in atomic contextCan Guo2019-11-181-1/+1
| * scsi: ufs: Fix up auto hibern8 enablementCan Guo2019-11-183-13/+18
| * scsi: ufs-qcom: Add reset control support for host controllerCan Guo2019-11-182-0/+56
| * scsi: ufs: Add device reset in link recovery pathCan Guo2019-11-181-0/+3
| * scsi: ufs: ufshcd: Remove dev_err() on platform_get_irq() failureYueHaibing2019-11-121-1/+0
| * scsi: ufs: fix potential bug which ends in system hangBean Huo2019-11-121-1/+1
| * scsi: ufs: print helpful hint when response size exceed buffer sizeBean Huo2019-11-121-3/+5
| * scsi: ufs: Add driver for TI wrapper for Cadence UFS IPVignesh Raghavendra2019-11-123-0/+101
| * scsi: ufs: Use enum dev_cmd_type where appropriateBart Van Assche2019-10-311-2/+2
| * scsi: ufs: Fix kernel-doc warningsBart Van Assche2019-10-312-1/+2
| * scsi: ufs: delete redundant function ufshcd_def_desc_sizes()Bean Huo2019-10-311-14/+1
| * Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen2019-10-091-0/+3
| |\
| * | scsi: ufs-mediatek: enable auto suspend capabilityStanley Chu2019-09-301-0/+3
| * | scsi: ufs: override auto suspend tunables for ufsStanley Chu2019-09-302-0/+19
| * | scsi: ufs-hisi: Use PTR_ERR_OR_ZERO() in ufs_hisi_get_resource()Markus Elfring2019-09-301-4/+1
| * | scsi: ufs: make array setup_attrs static const, makes object smallerColin Ian King2019-09-301-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-11-021-0/+4
|\ \ \
| * | | scsi: ufs-bsg: Wake the device before sending raw upiu commandsAvri Altman2019-10-181-0/+4
| | |/ | |/|
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-051-0/+3
|\| | | |/ |/|
| * scsi: ufs: skip shutdown if hba is not poweredStanley Chu2019-09-231-0/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-219-154/+297
|\|
| * scsi: ufs-hisi: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-071-3/+1
| * scsi: ufshcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-071-3/+1
| * scsi: ufs: Use kmemdup in ufshcd_read_string_desc()YueHaibing2019-09-071-2/+1
| * scsi: ufs-qcom: Implement device_reset vopsBjorn Andersson2019-09-072-0/+40
| * scsi: ufs: Introduce vops for resetting deviceBjorn Andersson2019-09-072-0/+14
| * scsi: ufs: remove set but not used variable 'val'zhengbin2019-08-291-3/+0
| * scsi: ufs: fix broken hba->outstanding_tasksStanley Chu2019-08-291-5/+4
| * scsi: ufs: Disable local LCC in .link_startup_notify() in Cadence UFSAnil Varughese2019-08-291-0/+27
| * scsi: ufs-qcom: Make structure ufs_hba_qcom_vops constantNishka Dasgupta2019-08-191-1/+1
| * scsi: ufs: Configure clock in .hce_enable_notify() in Cadence UFSAnil Varughese2019-08-071-7/+6
| * scsi: ufs: revamp string descriptor readingTomas Winkler2019-08-074-77/+112
| * scsi: ufs: change msleep to usleep_rangeBean Huo2019-07-221-8/+2
| * scsi: ufs: Add history of fatal eventsStanley Chu2019-07-222-14/+50
| * scsi: ufs: Do not reset error history during host resetStanley Chu2019-07-221-12/+1
| * scsi: ufs: Add fatal and auto-hibern8 error historyStanley Chu2019-07-222-2/+19
| * scsi: ufs: Change names related to error historyStanley Chu2019-07-222-29/+30
* | scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter2019-08-141-0/+3
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-2/+1
|\
| * scsi: ufshcd: set max_segment_size in the scsi host templateChristoph Hellwig2019-07-161-2/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-117-12/+71
|\|
| * scsi: ufshdc-pci: Add Intel PCI IDs for EHLAdrian Hunter2019-06-261-0/+2
| * scsi: ufs-bsg: complete ufs-bsg job only if no errorBean Huo2019-06-261-1/+3
| * scsi: ufs-bsg: fix typo in ufs_bsg_requestBean Huo2019-06-261-1/+1