
Hi Haikun,
Please check the series and let me know, will pull the same.
On 28 June 2015 at 00:05, Jagan Teki jteki@openedev.com wrote:
Please note that, subject prefix "v7" is missing on patches - sorry for that.
On 28 June 2015 at 00:01, Jagan Teki jteki@openedev.com wrote:
Hi Haikun Wang,
This series is rebase for master, please check and update me at earliest.
thanks! Jagan.
Haikun Wang (3): arm: ls102xa: Enable Driver Model SPI for ls1021aqds arm: ls102xa: Enable Driver Model SPI for ls1021atwr defconfig: ls1021a: Add OF_CONTROL and DM support
Haikun.Wang@freescale.com (2): dm: sf: Add Atmel DataFlash spi flash driver dm: ls1021aqds: dts: Use "spi_dataflash" driver instead of "spi_flash_std" for DSPI flash
arch/arm/dts/ls1021a-qds.dts | 2 +- configs/ls1021aqds_qspi_defconfig | 4 + configs/ls1021atwr_qspi_defconfig | 4 + drivers/mtd/spi/Makefile | 1 + drivers/mtd/spi/sf_dataflash.c | 711 ++++++++++++++++++++++++++++++++++++++ include/configs/ls1021aqds.h | 13 +- include/configs/ls1021atwr.h | 9 +- 7 files changed, 739 insertions(+), 5 deletions(-) create mode 100644 drivers/mtd/spi/sf_dataflash.c
thanks!