Re: [U-Boot] [PATCH v3] dm: sf: Add Atmel DataFlash spi flash driver

2015-05-06 Thread Jagan Teki
On 6 May 2015 at 08:36, Simon Glass wrote: > Hi, > > On 5 May 2015 at 05:10, Haikun Wang wrote: >> Atmel DataFlash chips have commands different from common spi >> flash commands. >> Atmel DataFlash also have special page-size. >> This driver add support for accessing Atmel DataFlash. >> It is ba

Re: [U-Boot] [PATCH v3] dm: sf: Add Atmel DataFlash spi flash driver

2015-05-05 Thread Simon Glass
Hi, On 5 May 2015 at 05:10, Haikun Wang wrote: > Atmel DataFlash chips have commands different from common spi > flash commands. > Atmel DataFlash also have special page-size. > This driver add support for accessing Atmel DataFlash. > It is based on the Driver Model. > > Signed-off-by: Haikun Wan

[U-Boot] [PATCH v3] dm: sf: Add Atmel DataFlash spi flash driver

2015-05-05 Thread Haikun Wang
Atmel DataFlash chips have commands different from common spi flash commands. Atmel DataFlash also have special page-size. This driver add support for accessing Atmel DataFlash. It is based on the Driver Model. Signed-off-by: Haikun Wang --- Verified with AT45DB021B. Changes in v3: - 1. Rename f