Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Thomas Chou
Dear Wolfgang, On 05/06/2010 03:57 AM, Wolfgang Denk wrote: > Dear Mike Frysinger, > > In message<201005050321.49140.vap...@gentoo.org> you wrote: > >> ive merged this into my sf branch and will push out next merge window if >> Wolfgang doesnt pick it up before that >> > Just let me kno

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Mike Frysinger
On Wednesday 05 May 2010 15:57:29 Wolfgang Denk wrote: > Mike Frysinger wrote: > > ive merged this into my sf branch and will push out next merge window if > > Wolfgang doesnt pick it up before that > > Just let me know what you (and Thomas) prefer doesnt matter to me whether you pull my branch n

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201005050321.49140.vap...@gentoo.org> you wrote: > > ive merged this into my sf branch and will push out next merge window if > Wolfgang doesnt pick it up before that Just let me know what you (and Thomas) prefer, and what exactly (which patch[es] from this serie

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Thomas Chou
On 05/05/2010 03:21 PM, Mike Frysinger wrote: > ive merged this into my sf branch and will push out next merge window if > Wolfgang doesnt pick it up before that > -mike > Hi Mike, You are so nice. Thanks again. Best regards, Thomas ___ U-Boot maili

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-05-05 Thread Mike Frysinger
ive merged this into my sf branch and will push out next merge window if Wolfgang doesnt pick it up before that -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/

Re: [U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-04-30 Thread Mike Frysinger
On Friday 30 April 2010 09:11:20 Thomas Chou wrote: > Some old STMicro parts do not support JEDEC ID (0x9f). This patch > uses RES (0xab) to get Electronic ID and translates it to JEDEC ID. > > Signed-off-by: Thomas Chou Acked-by: Mike Frysinger if we want to do non-jedec stuff in other parts,

[U-Boot] [PATCH 5/6 v3] spi_flash: support old STMicro parts with RES

2010-04-30 Thread Thomas Chou
Some old STMicro parts do not support JEDEC ID (0x9f). This patch uses RES (0xab) to get Electronic ID and translates it to JEDEC ID. Signed-off-by: Thomas Chou --- v3: add comment as Mike suggested for 0xff id switch. v2: move the logic to stmicro's probe function drivers/mtd/spi/spi_flash.c |