Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-09-17 Thread Andreas Bießmann
Dear Bo Shen, On 20.08.2012 08:32, Bo Shen wrote: Using common spi flash operation function to replace private operation funtion This patch is based on http://patchwork.ozlabs.org/patch/177896/ which has been merged by Mike frysinger Signed-off-by: Bo Shen --- applied to u-boot-atmel/master

Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-27 Thread Andreas Bießmann
Dear Bo Shen, On 22.08.2012 03:33, Bo Shen wrote: > Hi Andreas, > > On 8/21/2012 19:26, Andreas Bießmann wrote: >> Dear Bo Shen, >> >> On 20.08.2012 08:32, Bo Shen wrote: >>> Using common spi flash operation function to replace private operation >>> funtion >>> >>> This patch is based on http://p

Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-24 Thread Bo Shen
Hi Mike, On 8/22/2012 2:55, Mike Frysinger wrote: On Tuesday 21 August 2012 07:26:27 Andreas Bießmann wrote: On 20.08.2012 08:32, Bo Shen wrote: Using common spi flash operation function to replace private operation funtion This patch is based on http://patchwork.ozlabs.org/patch/177896/ whic

Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-21 Thread Bo Shen
Hi Andreas, On 8/21/2012 19:26, Andreas Bießmann wrote: Dear Bo Shen, On 20.08.2012 08:32, Bo Shen wrote: Using common spi flash operation function to replace private operation funtion This patch is based on http://patchwork.ozlabs.org/patch/177896/ which has been merged by Mike frysinger M

Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-21 Thread Mike Frysinger
On Tuesday 21 August 2012 07:26:27 Andreas Bießmann wrote: > On 20.08.2012 08:32, Bo Shen wrote: > > Using common spi flash operation function to replace private operation > > funtion > > > > This patch is based on http://patchwork.ozlabs.org/patch/177896/ > > which has been merged by Mike frysing

Re: [U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-21 Thread Andreas Bießmann
Dear Bo Shen, On 20.08.2012 08:32, Bo Shen wrote: > Using common spi flash operation function to replace private operation > funtion > > This patch is based on http://patchwork.ozlabs.org/patch/177896/ > which has been merged by Mike frysinger Mike, do you think this is a fix? Should it go into

[U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation

2012-08-19 Thread Bo Shen
Using common spi flash operation function to replace private operation funtion This patch is based on http://patchwork.ozlabs.org/patch/177896/ which has been merged by Mike frysinger Signed-off-by: Bo Shen --- drivers/mtd/spi/atmel.c | 11 --- 1 file changed, 8 insertions(+), 3 delet