aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/ufshcd-pltfrm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12scsi: ufs: ufshcd: Remove dev_err() on platform_get_irq() failureYueHaibing1-1/+0
2019-09-07scsi: ufshcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-18scsi: ufs: Avoid runtime suspend possibly being blocked foreverStanley Chu1-7/+4
2019-04-03scsi: ufs: Remove "<name>-fixed-regulator" device tree propertyStanley Chu1-5/+0
2019-04-03scsi: ufs: Change "<name>-max-microamp" to non-mandatory propertyStanley Chu1-5/+3
2019-04-03scsi: ufs: Remove unused min_uA field in struct ufs_vregStanley Chu1-1/+0
2019-03-19scsi: ufs: Introduce ufshcd_get_pwr_dev_paramStanley Chu1-0/+98
2019-03-06scsi: ufs: hisi: fix ufs_hba_variant_ops passingArnd Bergmann1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2017-06-12scsi: ufs: Tidy clocks list head usageSzymon Mielczarek1-2/+0
2017-03-15scsi: ufshcd-platform: remove the useless cast in ERR_PTR/IS_ERRTomas Winkler1-2/+2
2016-11-08scsi: ufshcd: release resources if probe failsSubhash Jadavani1-4/+1
2016-07-12ufs: fixed typo in ufshcd-pltfrmJoao Pinto1-1/+1
2016-03-14scsi: ufs-qcom: add number of lanes per directionYaniv Gardi1-0/+19
2015-11-30scsi: ufs: fix spelling mistake in error messageColin Ian King1-1/+1
2015-11-09scsi: ufs: make the UFS variant a platform deviceYaniv Gardi1-72/+26
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+4
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-7/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-20scsi: ufs: fix static checker warning in ufshcd_parse_clock_infoDolev Raviv1-6/+3
2014-11-20scsi: ufs: fix static checker warning in ufshcd_populate_vregDolev Raviv1-4/+2
2014-10-20scsi: ufs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-01ufs: Add freq-table-hz property for UFS deviceSahitya Tummala1-13/+35
2014-10-01ufs: add UFS power management supportSubhash Jadavani1-45/+15
2014-10-01ufs: add voting support for host controller powerRaviv Shvili1-0/+9
2014-10-01ufs: Add clock initialization supportSujit Reddy Thumma1-0/+71
2014-10-01ufs: Add regulator enable supportSujit Reddy Thumma1-0/+100
2014-10-01ufs: Allow vendor specific initializationSujit Reddy Thumma1-3/+26
2013-08-26[SCSI] ufs: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-08-26[SCSI] ufshcd-pltfrm: remove redundant dev_err call in ufshcd_pltfrm_probe()Wei Yongjun1-1/+0
2013-08-26[SCSI] ufs: don't disable_irq() if the IRQ can be shared among devicesAkinobu Mita1-2/+0
2013-08-26[SCSI] ufs: Add runtime PM support for UFS host controller driverSujit Reddy Thumma1-1/+49
2013-06-28[SCSI] ufshcd-pltfrm: remove unnecessary dma_set_coherent_mask() callAkinobu Mita1-6/+0
2013-06-28[SCSI] ufshcd-pltfrm: add missing empty slot in ufs_of_match[]Akinobu Mita1-0/+1
2013-06-28[SCSI] ufs: use devres functions for ufshcdSeungwon Jeon1-52/+20
2013-06-04[SCSI] ufs: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-02[SCSI] ufs: Add Platform glue driver for ufshcdVinayak Holikatti1-0/+217