From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 18 Jun 2013 09:34:20 -0600 Subject: [U-Boot] [PATCH v2 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114 In-Reply-To: <20130618105824.GB6322@mithrandir> References: <1371206502-6031-1-git-send-email-jilin@nvidia.com> <201306162248.45360.marex@denx.de> <20130617102341.GA3150@manwe> <201306172239.12320.marex@denx.de> <20130618105824.GB6322@mithrandir> Message-ID: <51C07DFC.8050304@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/18/2013 04:58 AM, Thierry Reding wrote: > On Mon, Jun 17, 2013 at 10:39:12PM +0200, Marek Vasut wrote: ... >> Ok, this looks ugly and calls for a bisect. Can you check it ? >> I'll try to test if USB works for me on some EHCI-enabled >> device. > > I should repeat that things work fine for a more recent flash > drive, so it doesn't look all that bad. Bisecting will be difficult > because the patches for Tegra30 haven't been merged upstream yet. > Also I can't tell for sure if this particular flash driver ever > worked as expected since I've never tried it before. You can easily cherry-pick changes on top of each commit while you're doing a bisect to add the board support in if you need; just be careful to say "git bisect good|bad the_commit_which_git_bisect_told_me_to_test" where "the_commit_which_git_bisect_told_me_to_test" is before the cherry-picks you did. Doesn't the problem happen on a Tegra20 board though; it might be easier to test there since no cherry-picks would be needed.