From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Tue, 11 Feb 2014 09:53:15 -0800 Subject: [PATCH v2 0/2] ohci-/ehci-platform: Change compatible string to generic-?hci In-Reply-To: <1392136529-5060-1-git-send-email-hdegoede@redhat.com> (Hans de Goede's message of "Tue, 11 Feb 2014 17:35:27 +0100") References: <1392136529-5060-1-git-send-email-hdegoede@redhat.com> Message-ID: <7h7g917cz8.fsf@paris.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hans de Goede writes: > Hi Greg, > > And here is v2 of my ohci-/ehci-platform fixes for the regression of USB > support on various ARM boards I caused in linux-next. > > As expected some people still did not like the ?hci-platform compatible > string I went for in v1, hence this v2. The good news is it seems everyone > seems to be able to live with generic-?hci as compatible now, so it seems this > issue is finally settled. > > Please add these 2 patches to your usb-next tree, as said in the cover-letter > of v1, I'm fine with you squashing these into the first 2 patches of my > original series, but if you want them separate to preserve history that is > fine too. I tested this series on top of next-20140211 on the OMAP platforms where I noticed the regressions, and confirm it fixes the problem. Tested-by: Kevin Hilman Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2 0/2] ohci-/ehci-platform: Change compatible string to generic-?hci Date: Tue, 11 Feb 2014 09:53:15 -0800 Message-ID: <7h7g917cz8.fsf@paris.lan> References: <1392136529-5060-1-git-send-email-hdegoede@redhat.com> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <1392136529-5060-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> (Hans de Goede's message of "Tue, 11 Feb 2014 17:35:27 +0100") List-Post: , List-Help: , List-Archive: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Subscribe: , List-Unsubscribe: , To: Hans de Goede Cc: Greg Kroah-Hartman , Roger Quadros , Alan Stern , Tony Prisk , Florian Fainelli , Maxime Ripard , Arnd Bergmann , linux-usb , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree List-Id: devicetree@vger.kernel.org Hans de Goede writes: > Hi Greg, > > And here is v2 of my ohci-/ehci-platform fixes for the regression of USB > support on various ARM boards I caused in linux-next. > > As expected some people still did not like the ?hci-platform compatible > string I went for in v1, hence this v2. The good news is it seems everyone > seems to be able to live with generic-?hci as compatible now, so it seems this > issue is finally settled. > > Please add these 2 patches to your usb-next tree, as said in the cover-letter > of v1, I'm fine with you squashing these into the first 2 patches of my > original series, but if you want them separate to preserve history that is > fine too. I tested this series on top of next-20140211 on the OMAP platforms where I noticed the regressions, and confirm it fixes the problem. Tested-by: Kevin Hilman Kevin