mbox series

[0/3] arm64: remove some unused defconfig options

Message ID 20171020172021.8119-1-elder@linaro.org
Headers show
Series arm64: remove some unused defconfig options | expand

Message

Alex Elder Oct. 20, 2017, 5:20 p.m. UTC
This series deletes three config options related to USB on Qualcomm
SoCs from the arm64 "defconfig", along with the code that they
enable.  The code is no longer needed by any Qualcomm hardware.  

					-Alex

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 -
 drivers/usb/host/Makefile           |    1 -
 drivers/usb/host/ehci-msm.c         |  265 -----
 drivers/usb/phy/Makefile            |    2 -
 drivers/usb/phy/phy-msm-usb.c       | 2085 -----------------------------------
 drivers/usb/phy/phy-qcom-8x16-usb.c |  366 ------
 6 files changed, 2722 deletions(-)
 delete mode 100644 drivers/usb/host/ehci-msm.c
 delete mode 100644 drivers/usb/phy/phy-msm-usb.c
 delete mode 100644 drivers/usb/phy/phy-qcom-8x16-usb.c

-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Stephen Boyd Oct. 25, 2017, 12:20 a.m. UTC | #1
On 10/20, Alex Elder wrote:
> This series deletes three config options related to USB on Qualcomm

> SoCs from the arm64 "defconfig", along with the code that they

> enable.  The code is no longer needed by any Qualcomm hardware.  

> 

> 					-Alex

> 

> 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


As I said off-list, I would split this into defconfig for arm-soc
and drivers/usb for usb subsystem to pick up.

> 

>  arch/arm64/configs/defconfig        |    3 -

>  drivers/usb/host/Makefile           |    1 -

>  drivers/usb/host/ehci-msm.c         |  265 -----

>  drivers/usb/phy/Makefile            |    2 -

>  drivers/usb/phy/phy-msm-usb.c       | 2085 -----------------------------------

>  drivers/usb/phy/phy-qcom-8x16-usb.c |  366 ------

>  6 files changed, 2722 deletions(-)

>  delete mode 100644 drivers/usb/host/ehci-msm.c

>  delete mode 100644 drivers/usb/phy/phy-msm-usb.c

>  delete mode 100644 drivers/usb/phy/phy-qcom-8x16-usb.c

> 


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Andy Gross Oct. 25, 2017, 7 a.m. UTC | #2
On Fri, Oct 20, 2017 at 12:20:19PM -0500, Alex Elder wrote:
> 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>

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Andy Gross Oct. 25, 2017, 7:01 a.m. UTC | #3
On Fri, Oct 20, 2017 at 12:20:20PM -0500, Alex Elder wrote:
> 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>

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Alex Elder Oct. 25, 2017, 3:12 p.m. UTC | #4
On 10/25/2017 02:02 AM, Andy Gross wrote:
> On Tue, Oct 24, 2017 at 05:20:20PM -0700, Stephen Boyd wrote:

>> On 10/20, Alex Elder wrote:

>>> This series deletes three config options related to USB on Qualcomm

>>> SoCs from the arm64 "defconfig", along with the code that they

>>> enable.  The code is no longer needed by any Qualcomm hardware.  

>>>

>>> 					-Alex

>>>

>>> 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

>>

>> As I said off-list, I would split this into defconfig for arm-soc

>> and drivers/usb for usb subsystem to pick up.

> 

> I agree with splitting.  But carry my ACKs when you do.


I will.  And I'll send two series, one for defconfig and
one for the drivers.  Thanks.

					-Alex

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html