All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Elder <elder@linaro.org>
To: gregkh@linuxfoundation.org, stern@rowland.harvard.edu, balbi@kernel.org
Cc: manjunath.goudar@linaro.org, bjorn.andersson@linaro.org,
	Linyu.Yuan@alcatel-sbell.com.cn, andy.gross@linaro.org,
	tony@atomide.com, linux-usb@vger.kernel.org,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/3] usb: remove some unused code
Date: Thu, 26 Oct 2017 08:48:24 -0500	[thread overview]
Message-ID: <20171026134827.615-1-elder@linaro.org> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: elder@linaro.org (Alex Elder)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] usb: remove some unused code
Date: Thu, 26 Oct 2017 08:48:24 -0500	[thread overview]
Message-ID: <20171026134827.615-1-elder@linaro.org> (raw)

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

             reply	other threads:[~2017-10-26 13:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26 13:48 Alex Elder [this message]
2017-10-26 13:48 ` [PATCH v2 0/3] usb: remove some unused code 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171026134827.615-1-elder@linaro.org \
    --to=elder@linaro.org \
    --cc=Linyu.Yuan@alcatel-sbell.com.cn \
    --cc=andy.gross@linaro.org \
    --cc=balbi@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=manjunath.goudar@linaro.org \
    --cc=stern@rowland.harvard.edu \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.