From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753280AbdJaNLl (ORCPT ); Tue, 31 Oct 2017 09:11:41 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:48561 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbdJaNLj (ORCPT ); Tue, 31 Oct 2017 09:11:39 -0400 X-Google-Smtp-Source: ABhQp+RrsrCsOqEYK5LHZ23It8romTK/SVnUDA2xehmyjMMcRuZzX2UQE1h/Wq4jtH2qKMdUhgHRzg== From: Alex Elder 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 v3 0/3] usb: remove some unused code Date: Tue, 31 Oct 2017 08:11:28 -0500 Message-Id: <20171031131131.8099-1-elder@linaro.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series deletes some Qualcomm USB code is no longer needed by any Qualcomm hardware. A separate series deletes the Kconfig options that enable building this code from the ARM64 defconfig. With these drivers, host and gadget mode were implemented separately for the same hardware, which is inherently racy and broken. These drivers have not really been needed since Stephen Boyd reworked the ChipIdea driver to support these platforms. -Alex v3: - rebased, and expanded the above description; no functional change v2: - delete sections of Kconfig files that control whether the deleted code gets built 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/Kconfig | 12 - drivers/usb/host/Makefile | 1 - drivers/usb/host/ehci-msm.c | 265 ----- drivers/usb/phy/Kconfig | 29 - drivers/usb/phy/Makefile | 2 - drivers/usb/phy/phy-msm-usb.c | 2085 ----------------------------------- drivers/usb/phy/phy-qcom-8x16-usb.c | 366 ------ 7 files changed, 2760 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