Re: [U-Boot] [PATCH v2 0/4] Kirkwood: Add support for OpenRD-Client & OpenRD-Ultimate

2011-03-26 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Clint Adams > Sent: Saturday, March 26, 2011 3:32 AM > To: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v2 0/4] Kirkwood: Add support for OpenRD- > Client & OpenRD-Ultimat

Re: [U-Boot] musb: usb storage: USB device not accepting new address error

2011-03-26 Thread Alper YILDIRIM
Remy Bohmer-5 wrote: > > Hi, > > Have you tried 'git bisect' to find the offending patch already? > > I am not familiar with "git bisect" cmd. I will study the usage of it and inform you afterwards. Thanks Remy -- View this message in context: http://old.nabble.com/musb%3A-usb-storage%3A-

Re: [U-Boot] musb: usb storage: USB device not accepting new address error

2011-03-26 Thread Remy Bohmer
Hi, 2011/3/26 Alper YILDIRIM : > > I am working on a custom OMAPL138 (DA8XX) based board. On 2010.12 release > USB host mode is successfully working. But it is broken on 2011.03-rc1. > > I am taking "USB device not accepting new address (errror=2)" error > when i issue "usb start" cmd. > > I analy

Re: [U-Boot] Please pull u-boot-samsung/master

2011-03-26 Thread Albert ARIBAUD
Hi Minkyu Kang, Le 25/03/2011 10:59, Minkyu Kang a écrit : > Dear Albert ARIBAUD, > > I rebased u-boot-samsung/master. > Please pull. > > The following changes since commit be7e8b604c88a2f85fbc25e383ba8fa83a5fe71c: > >Merge branch 'master' of git://git.denx.de/u-boot-arm into arm (2011-03-25

Re: [U-Boot] [PATCH v2] nios2: reset cfi flash before reading env

2011-03-26 Thread Scott McNutt
Applied to: git://git.denx.de/u-boot-nios next Thanks, --Scott Thomas Chou wrote: > Flash might be in unknown state when u-boot is started with jtag. > And got wrong env data. So reset it in board early init. > > We cannot use generic cfi flash routines, because flash_init() is > not run yet.

[U-Boot] musb: usb storage: USB device not accepting new address error

2011-03-26 Thread Alper YILDIRIM
I am working on a custom OMAPL138 (DA8XX) based board. On 2010.12 release USB host mode is successfully working. But it is broken on 2011.03-rc1. I am taking "USB device not accepting new address (errror=2)" error when i issue "usb start" cmd. I analysed the problem but can not come up with a s