All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: remove some unused defconfig options
@ 2017-10-20 17:20 ` Alex Elder
  0 siblings, 0 replies; 22+ messages in thread
From: Alex Elder @ 2017-10-20 17:20 UTC (permalink / raw)
  To: andy.gross, catalin.marinas, will.deacon, arnd
  Cc: linux-arm-msm, linux-arm-kernel, linux-kernel

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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options
@ 2017-10-25 21:53 Alex Elder
  2017-10-25 21:53   ` Alex Elder
  0 siblings, 1 reply; 22+ 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

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

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

-- 
2.11.0

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2017-10-25 21:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-20 17:20 [PATCH 0/3] arm64: remove some unused defconfig options Alex Elder
2017-10-20 17:20 ` Alex Elder
2017-10-20 17:20 ` [PATCH 1/3] arm64: defconfig: remove CONFIG_USB_EHCI_MSM Alex Elder
2017-10-20 17:20   ` Alex Elder
2017-10-25  7:00   ` Andy Gross
2017-10-25  7:00     ` Andy Gross
2017-10-20 17:20 ` [PATCH 2/3] arm64: defconfig: remove CONFIG_USB_MSM_OTG Alex Elder
2017-10-20 17:20   ` Alex Elder
2017-10-25  7:01   ` Andy Gross
2017-10-25  7:01     ` Andy Gross
2017-10-20 17:20 ` [PATCH 3/3] arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY Alex Elder
2017-10-20 17:20   ` Alex Elder
2017-10-25  7:01   ` Andy Gross
2017-10-25  7:01     ` Andy Gross
2017-10-25  0:20 ` [PATCH 0/3] arm64: remove some unused defconfig options Stephen Boyd
2017-10-25  0:20   ` Stephen Boyd
2017-10-25  7:02   ` Andy Gross
2017-10-25  7:02     ` Andy Gross
2017-10-25 15:12     ` Alex Elder
2017-10-25 15:12       ` Alex Elder
  -- strict thread matches above, loose matches on Subject: below --
2017-10-25 21:53 [PATCH 0/3] arm64: defconfig: remove some Qualcomm USB options Alex Elder
2017-10-25 21:53 ` [PATCH 3/3] arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY Alex Elder
2017-10-25 21:53   ` Alex Elder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.