aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
diff options
context:
space:
mode:
authorGravatar Dmitry Baryshkov <dmitry.baryshkov@linaro.org> 2022-11-10 22:22:48 +0300
committerGravatar Vinod Koul <vkoul@kernel.org> 2023-01-12 22:49:10 +0530
commiteb5793fbea50e7c89fce0bb56ce9948fa67f125b (patch)
treee8992c87cdd38541f89dfabdb3e9284aa0f8e9f3 /drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
parentphy: qcom-qmp-usb: fix regs layout arrays (diff)
downloadlinux-eb5793fbea50e7c89fce0bb56ce9948fa67f125b.tar.gz
linux-eb5793fbea50e7c89fce0bb56ce9948fa67f125b.tar.bz2
linux-eb5793fbea50e7c89fce0bb56ce9948fa67f125b.zip
phy: qcom-qmp: move type-specific headers to particular driver
Remove QMP PHY type-specific headers inclusion from the common header and move them to the specific PHY drivers to cleanup the namespaces used by different drivers. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20221110192248.873973-14-dmitry.baryshkov@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/qualcomm/phy-qcom-qmp-ufs.c')
-rw-r--r--drivers/phy/qualcomm/phy-qcom-qmp-ufs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c b/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
index 3cf8f6e66ca2..b37d218ae8d9 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
+++ b/drivers/phy/qualcomm/phy-qcom-qmp-ufs.c
@@ -21,6 +21,10 @@
#include <linux/slab.h>
#include "phy-qcom-qmp.h"
+#include "phy-qcom-qmp-pcs-ufs-v2.h"
+#include "phy-qcom-qmp-pcs-ufs-v3.h"
+#include "phy-qcom-qmp-pcs-ufs-v4.h"
+#include "phy-qcom-qmp-pcs-ufs-v5.h"
/* QPHY_SW_RESET bit */
#define SW_RESET BIT(0)