summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufs-hisi.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-20scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche1-607/+0
2022-04-26scsi: ufs: Minimize #include directivesBart Van Assche1-0/+2
2021-11-30scsi: ufs: Let devices remain runtime suspended during system suspendAdrian Hunter1-1/+7
2021-10-12scsi: ufs: mediatek: Support vops pre suspend to disable auto-hibern8Peter Wang1-1/+5
2021-08-03scsi: ufs: Reduce power management code duplicationBart Van Assche1-5/+2
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2021-05-16scsi: ufs: core: Remove usfhcd_is_*_pm() macrosBart Van Assche1-1/+1
2021-05-13scsi: ufs: handle cleanup correctly on devm_reset_control_get errorPhillip Potter1-5/+12
2021-05-13Revert "scsi: ufs: fix a missing check of devm_reset_control_get"Greg Kroah-Hartman1-4/+0
2021-05-11scsi: ufs: core: Enable power management for wlunAsutosh Das1-0/+2
2020-11-17scsi: ufs: ufs-hisi: Use device parameter initialization functionStanley Chu1-12/+1
2020-02-13scsi: ufs: introduce common function to disable host TX LCCStanley Chu1-1/+1
2019-10-01scsi: ufs-hisi: Use PTR_ERR_OR_ZERO() in ufs_hisi_get_resource()Markus Elfring1-4/+1
2019-09-07scsi: ufs-hisi: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 471Thomas Gleixner1-3/+1
2019-03-19scsi: ufs-hisi: Re-factor ufshcd_get_pwr_dev_paramStanley Chu1-105/+4
2019-03-19scsi: ufs: fix a missing check of devm_reset_control_getKangjie Lu1-0/+4
2019-03-07scsi: ufs: hisi: fix ufs_hba_variant_ops passingArnd Bergmann1-7/+4
2019-02-20scsi: ufs: Add HI3670 SoC UFS driver supportManivannan Sadhasivam1-22/+105
2018-11-09scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li1-0/+9
2018-07-20scsi: ufs: add Hisilicon ufs driver codeliwei1-0/+619