Re: [U-Boot] [PATCH] m28: Properly configure the SPI flash chipselect

2012-10-12 Thread Tom Rini
On Fri, Oct 12, 2012 at 03:36:56AM +0200, Marek Vasut wrote: > The SPI flash is not properly detected by plain "sf probe" due to > it being located on different bus and different chipselect. Fix > this problem. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > Cc: Tom Rini Applied to u-boo

Re: [U-Boot] [PATCH] m28: Properly configure the SPI flash chipselect

2012-10-12 Thread Stefano Babic
Am 12/10/2012 10:07, schrieb Marek Vasut: > Dear Stefano Babic, > >> Am 12/10/2012 04:08, schrieb Marek Vasut: >>> Dear Tom Rini, >>> The SPI flash is not properly detected by plain "sf probe" due to it being located on different bus and different chipselect. Fix this problem.

Re: [U-Boot] [PATCH] m28: Properly configure the SPI flash chipselect

2012-10-12 Thread Marek Vasut
Dear Stefano Babic, > Am 12/10/2012 04:08, schrieb Marek Vasut: > > Dear Tom Rini, > > > >> The SPI flash is not properly detected by plain "sf probe" due to > >> it being located on different bus and different chipselect. Fix > >> this problem. > >> > >> Signed-off-by: Marek Vasut > >> Cc: Ste

Re: [U-Boot] [PATCH] m28: Properly configure the SPI flash chipselect

2012-10-12 Thread Stefano Babic
Am 12/10/2012 04:08, schrieb Marek Vasut: > Dear Tom Rini, > >> The SPI flash is not properly detected by plain "sf probe" due to >> it being located on different bus and different chipselect. Fix >> this problem. >> >> Signed-off-by: Marek Vasut >> Cc: Stefano Babic >> Cc: Tom Rini > [...] >

Re: [U-Boot] [PATCH] m28: Properly configure the SPI flash chipselect

2012-10-11 Thread Marek Vasut
Dear Tom Rini, > The SPI flash is not properly detected by plain "sf probe" due to > it being located on different bus and different chipselect. Fix > this problem. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > Cc: Tom Rini [...] Please apply for .10 release, this is an important bugfi