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

2015-04-19 Thread Simon Glass
Hi Haikun, On 17 April 2015 at 04:58, 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:

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

2015-04-17 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 --- drivers/mtd/spi/Makefile| 1 + drivers/mtd/s