summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-qcom-ufs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* regulator: fixes for regulator_set_optimum_mode name changeStephen Rothwell2015-03-101-2/+2
| | | | | Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mark Brown <broonie@kernel.org>
* phy: qcom-ufs: add support for QUALCOMM Technologies UFS PHY driversYaniv Gardi2015-01-201-0/+745
This change adds a generic and common API support for ufs phy QUALCOMM Technologies. This support provides common code and also points to specific phy callbacks to differentiate between different behaviors of frequent use-cases (like power on, power off, phy calibration etc). Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org> Reviewed-by: Dov Levenglick <dovl@codeaurora.org> Signed-off-by: Christoph Hellwig <hch@lst.de>