* [PATCH 1/3] arm64: defconfig: remove CONFIG_USB_EHCI_MSM
2017-10-25 21:53 [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options Alex Elder
@ 2017-10-25 21:53 ` Alex Elder
2017-10-25 21:53 ` [PATCH 2/3] arm64: defconfig: remove CONFIG_USB_MSM_OTG Alex Elder
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Alex Elder @ 2017-10-25 21:53 UTC (permalink / raw)
To: andy.gross, catalin.marinas, will.deacon, arnd
Cc: linux-arm-msm, linux-arm-kernel, linux-kernel
No Qualcomm SoC requires the "ehci-msm.c" code any more. So remove
the code, and remove the config option from the arm64 defconfig.
Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
---
arch/arm64/configs/defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 34480e9af2e7..4d0b96bb340a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -410,7 +410,6 @@ CONFIG_USB_OTG=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_TEGRA=y
CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_EHCI_MSM=y
CONFIG_USB_EHCI_EXYNOS=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
CONFIG_USB_OHCI_HCD=y
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH 2/3] arm64: defconfig: remove CONFIG_USB_MSM_OTG
2017-10-25 21:53 [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options Alex Elder
2017-10-25 21:53 ` [PATCH 1/3] arm64: defconfig: remove CONFIG_USB_EHCI_MSM Alex Elder
@ 2017-10-25 21:53 ` Alex Elder
2017-10-25 21:53 ` [PATCH 3/3] arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY Alex Elder
2017-10-30 9:46 ` [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options Amit Kucheria
3 siblings, 0 replies; 6+ messages in thread
From: Alex Elder @ 2017-10-25 21:53 UTC (permalink / raw)
To: andy.gross, catalin.marinas, will.deacon, arnd
Cc: linux-arm-msm, linux-arm-kernel, linux-kernel
No Qualcomm SoC requires the "phy-msm-usb.c" USB phy driver support
any more. Remove the code, and remove the config option from the
arm64 defconfig.
Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
---
arch/arm64/configs/defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 4d0b96bb340a..85ca53f59c3e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -425,7 +425,6 @@ CONFIG_USB_CHIPIDEA_HOST=y
CONFIG_USB_ISP1760=y
CONFIG_USB_HSIC_USB3503=y
CONFIG_NOP_USB_XCEIV=y
-CONFIG_USB_MSM_OTG=y
CONFIG_USB_QCOM_8X16_PHY=y
CONFIG_USB_ULPI=y
CONFIG_USB_GADGET=y
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY
2017-10-25 21:53 [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options Alex Elder
2017-10-25 21:53 ` [PATCH 1/3] arm64: defconfig: remove CONFIG_USB_EHCI_MSM Alex Elder
2017-10-25 21:53 ` [PATCH 2/3] arm64: defconfig: remove CONFIG_USB_MSM_OTG Alex Elder
@ 2017-10-25 21:53 ` Alex Elder
2017-10-30 9:46 ` [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options Amit Kucheria
3 siblings, 0 replies; 6+ messages in thread
From: Alex Elder @ 2017-10-25 21:53 UTC (permalink / raw)
To: andy.gross, catalin.marinas, will.deacon, arnd
Cc: linux-arm-msm, linux-arm-kernel, linux-kernel
No Qualcomm SoC requires the "phy-qcom-8x16-usb.c" USB phy driver
support any more. Remove the code, and remove the config option
from the arm64 defconfig.
Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
---
arch/arm64/configs/defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 85ca53f59c3e..22ca89e58d9d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -425,7 +425,6 @@ CONFIG_USB_CHIPIDEA_HOST=y
CONFIG_USB_ISP1760=y
CONFIG_USB_HSIC_USB3503=y
CONFIG_NOP_USB_XCEIV=y
-CONFIG_USB_QCOM_8X16_PHY=y
CONFIG_USB_ULPI=y
CONFIG_USB_GADGET=y
CONFIG_USB_RENESAS_USBHS_UDC=m
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options
2017-10-25 21:53 [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options Alex Elder
` (2 preceding siblings ...)
2017-10-25 21:53 ` [PATCH 3/3] arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY Alex Elder
@ 2017-10-30 9:46 ` Amit Kucheria
2017-10-30 9:50 ` Amit Kucheria
3 siblings, 1 reply; 6+ messages in thread
From: Amit Kucheria @ 2017-10-30 9:46 UTC (permalink / raw)
To: Alex Elder
Cc: andy.gross, catalin.marinas, will.deacon, arnd, linux-arm-msm,
lakml, LKML
On Thu, Oct 26, 2017 at 3:23 AM, Alex Elder <elder@linaro.org> wrote:
> This series deletes three config options related to USB on Qualcomm
> SoCs from the arm64 "defconfig". The code enabled by the options is
> no longer needed by any Qualcomm hardware.
>
> -Alex
Shouldn't we remove the driver code too in the case that no HW actually uses it?
> Alex Elder (3):
> arm64: defconfig: remove CONFIG_USB_EHCI_MSM
> arm64: defconfig: remove CONFIG_USB_MSM_OTG
> arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY
>
> arch/arm64/configs/defconfig | 3 ---
> 1 file changed, 3 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options
2017-10-30 9:46 ` [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options Amit Kucheria
@ 2017-10-30 9:50 ` Amit Kucheria
0 siblings, 0 replies; 6+ messages in thread
From: Amit Kucheria @ 2017-10-30 9:50 UTC (permalink / raw)
To: Alex Elder
Cc: andy.gross, catalin.marinas, will.deacon, arnd, linux-arm-msm,
lakml, LKML
On Mon, Oct 30, 2017 at 3:16 PM, Amit Kucheria
<amit.kucheria@verdurent.com> wrote:
> On Thu, Oct 26, 2017 at 3:23 AM, Alex Elder <elder@linaro.org> wrote:
>> This series deletes three config options related to USB on Qualcomm
>> SoCs from the arm64 "defconfig". The code enabled by the options is
>> no longer needed by any Qualcomm hardware.
>>
>> -Alex
>
>
> Shouldn't we remove the driver code too in the case that no HW actually uses it?
Nevermind, I just found the other thread that removes the actual driver code.
FWIW, for the entire series, feel free to add my Reviewed-by.
^ permalink raw reply [flat|nested] 6+ messages in thread