2023-06-07 11:22:32

by Varadarajan Narayanan

[permalink] [raw]
Subject: [PATCH 6/9] phy: qcom: Add qcom,m31 USB phy driver

Include M31 phy driver if CONFIG_PHY_QCOM_M31_USB is enabled

Signed-off-by: Varadarajan Narayanan <[email protected]>
---
drivers/phy/qualcomm/Makefile | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/phy/qualcomm/Makefile b/drivers/phy/qualcomm/Makefile
index de3dc9c..79a6e75 100644
--- a/drivers/phy/qualcomm/Makefile
+++ b/drivers/phy/qualcomm/Makefile
@@ -21,3 +21,4 @@ obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
obj-$(CONFIG_PHY_QCOM_USB_SS) += phy-qcom-usb-ss.o
obj-$(CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2)+= phy-qcom-snps-femto-v2.o
obj-$(CONFIG_PHY_QCOM_IPQ806X_USB) += phy-qcom-ipq806x-usb.o
+obj-$(CONFIG_PHY_QCOM_M31_USB) += phy-qcom-m31.o
--
2.7.4



2023-06-07 19:07:40

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 6/9] phy: qcom: Add qcom,m31 USB phy driver

On 07/06/2023 12:56, Varadarajan Narayanan wrote:
> Include M31 phy driver if CONFIG_PHY_QCOM_M31_USB is enabled
>
> Signed-off-by: Varadarajan Narayanan <[email protected]>

That's not a separate commit.

Best regards,
Krzysztof


2023-06-15 07:10:54

by Varadarajan Narayanan

[permalink] [raw]
Subject: Re: [PATCH 6/9] phy: qcom: Add qcom,m31 USB phy driver

On Wed, Jun 07, 2023 at 08:36:45PM +0200, Krzysztof Kozlowski wrote:
> On 07/06/2023 12:56, Varadarajan Narayanan wrote:
> > Include M31 phy driver if CONFIG_PHY_QCOM_M31_USB is enabled
> >
> > Signed-off-by: Varadarajan Narayanan <[email protected]>
>
> That's not a separate commit.

Will combine with the driver and post new version.

Thanks
Varada

> Best regards,
> Krzysztof
>