From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: Re: [PATCH v3] ARM: tegra: Correct which USB controller has the UTMI pad registers Date: Tue, 28 Apr 2015 10:11:05 +0100 Message-ID: <553F4EA9.4000307@gmail.com> References: <551D61A5.2010102@kapsi.fi> <1428045671-2333-1-git-send-email-tomeu.vizoso@collabora.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1428045671-2333-1-git-send-email-tomeu.vizoso@collabora.com> Sender: linux-kernel-owner@vger.kernel.org To: Tomeu Vizoso , linux-tegra@vger.kernel.org Cc: Mark Rutland , Alexandre Courbot , Russell King , Pawel Moll , Ian Campbell , Stephen Warren , linux-kernel@vger.kernel.org, Mikko Perttunen , devicetree@vger.kernel.org, Rob Herring , Tuomas Tynkkynen , Kumar Gala , Thierry Reding , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 04/03/2015 08:21 AM, Tomeu Vizoso wrote: > It should be the first controller, not the second. The indexes of the > usb resets were also wrong and have been fixed. > > The issue was caused by the changes in 308efde ("ARM: tegra: Add resets > & has-utmi-pad-registers flag to all USB PHYs") being misapplied by git > due to the patch context being insufficient. > > This broke USB after 6261b06 ("regulator: Defer lookup of supply to > regulator_get"), because it changed the order in which the controllers > were probed. > > The fix for this issue was suggested by Mikko Perttunen and Tuomas > Tynkkynen. > > Signed-off-by: Tomeu Vizoso > Cc: Mikko Perttunen > Cc: Tuomas Tynkkynen > --- > Hi, > > hope I have gotten it right this time, but please do check :) FWIW, this works for me. Tested-by: Jon Hunter Cheers Jon