From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Elder Subject: [PATCH v2 0/3] usb: remove some unused code Date: Thu, 26 Oct 2017 08:48:24 -0500 Message-ID: <20171026134827.615-1-elder@linaro.org> Return-path: Received: from mail-pf0-f195.google.com ([209.85.192.195]:49535 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932273AbdJZNsl (ORCPT ); Thu, 26 Oct 2017 09:48:41 -0400 Received: by mail-pf0-f195.google.com with SMTP id i5so2555010pfe.6 for ; Thu, 26 Oct 2017 06:48:41 -0700 (PDT) Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.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 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