diff options
author | Yaniv Gardi <ygardi@codeaurora.org> | 2015-01-15 16:32:35 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-01-20 19:43:24 +0100 |
commit | adaafaa393ef1900e23f7708e29d023f721c54b3 (patch) | |
tree | a665f01e63c6724b31209f2bc72dfcc64f24951d /drivers/phy/Makefile | |
parent | c7e09574d620246347a5fb87118e624d69c27f41 (diff) | |
download | linux-adaafaa393ef1900e23f7708e29d023f721c54b3.tar.gz linux-adaafaa393ef1900e23f7708e29d023f721c54b3.tar.xz |
phy: qcom-ufs: add support for QUALCOMM Technologies UFS PHY drivers
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>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index aa74f961e44e..335965d3a9b7 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -34,3 +34,4 @@ obj-$(CONFIG_PHY_ST_SPEAR1340_MIPHY) += phy-spear1340-miphy.o obj-$(CONFIG_PHY_XGENE) += phy-xgene.o obj-$(CONFIG_PHY_STIH407_USB) += phy-stih407-usb.o obj-$(CONFIG_PHY_STIH41X_USB) += phy-stih41x-usb.o +obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o |