Re: [U-Boot] [PATCH] Add support for CS2 dataflash for Atmel-SPI.

2009-11-23 Thread Wolfgang Denk
Dear Remy Bohmer, In message <1256764421-27799-3-git-send-email-li...@bohmer.net> you wrote: > The only missing chipselect line support is CS2, and I need it on > CS2... > > Signed-off-by: Remy Bohmer > --- > drivers/spi/atmel_dataflash_spi.c | 18 -- > 1 files changed, 16 ins

[U-Boot] [PATCH] Add support for CS2 dataflash for Atmel-SPI.

2009-10-28 Thread Remy Bohmer
The only missing chipselect line support is CS2, and I need it on CS2... Signed-off-by: Remy Bohmer --- drivers/spi/atmel_dataflash_spi.c | 18 -- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/drivers/spi/atmel_dataflash_spi.c b/drivers/spi/atmel_dataflash_sp