All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] usb: remove some unused code
@ 2017-10-26 13:48 ` Alex Elder
  0 siblings, 0 replies; 13+ messages in thread
From: Alex Elder @ 2017-10-26 13:48 UTC (permalink / raw)
  To: gregkh, stern, balbi
  Cc: manjunath.goudar, bjorn.andersson, Linyu.Yuan, andy.gross, tony,
	linux-usb, linux-arm-msm, linux-arm-kernel, linux-kernel

This series deletes some Qualcomm USB code is no longer needed by
any Qualcomm hardware.  This version properly deletes the sections
of Kconfig files that control whether the deleted code gets built.
(This time I'm also sending to linux-arm-msm and linux-arm-kernel.)

					-Alex
Alex Elder (3):
  usb: host: remove ehci-msm.c
  usb: phy: remove phy-msm-usb.c
  usb: phy: remove phy-qcom-8x16-usb.c

 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 ------
 5 files changed, 2719 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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-26 13:48 [PATCH v2 0/3] usb: remove some unused code Alex Elder
2017-10-26 13:48 ` Alex Elder
2017-10-26 13:48 ` [PATCH v2 1/3] usb: host: remove ehci-msm.c Alex Elder
2017-10-26 13:48   ` Alex Elder
2017-10-26 15:06   ` Alan Stern
2017-10-26 15:06     ` Alan Stern
2017-10-26 15:06     ` Alan Stern
2017-10-30 21:06     ` Bjorn Andersson
2017-10-30 21:06       ` Bjorn Andersson
2017-10-26 13:48 ` [PATCH v2 2/3] usb: phy: remove phy-msm-usb.c Alex Elder
2017-10-26 13:48   ` Alex Elder
2017-10-26 13:48 ` [PATCH v2 3/3] usb: phy: remove phy-qcom-8x16-usb.c Alex Elder
2017-10-26 13:48   ` 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.