From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753259AbdJ3VHF (ORCPT ); Mon, 30 Oct 2017 17:07:05 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:55718 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753236AbdJ3VHC (ORCPT ); Mon, 30 Oct 2017 17:07:02 -0400 X-Google-Smtp-Source: ABhQp+QBvIitWbslha3Nf3GqphSN5L6jOy0DS6giAJ5FgpmIIRBMjHNNAYIWdljfGEnBq8557UoPHQ== Date: Mon, 30 Oct 2017 14:06:58 -0700 From: Bjorn Andersson To: Alan Stern Cc: Alex Elder , gregkh@linuxfoundation.org, balbi@kernel.org, manjunath.goudar@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: Re: [PATCH v2 1/3] usb: host: remove ehci-msm.c Message-ID: <20171030210658.GJ1275@minitux> References: <20171026134827.615-2-elder@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 26 Oct 08:06 PDT 2017, Alan Stern wrote: > On Thu, 26 Oct 2017, Alex Elder wrote: > > > No Qualcomm SoC requires the "ehci-msm.c" code any more. So remove it. > > What about old Qualcomm SoCs? What should they use instead? > These drivers where unfortunately broken by design (host and gadget mode where implemented in separate drivers that where racing) and the ChipIdea driver has been updated to support driving the host-mode on these platforms as well. So all platforms existing upstream should be covered by the remaining drivers. Regards, Bjorn