[PATCH 0/3] add mtd dataflash support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun Oct 14 16:46:22 EDT 2012


HI,

	the following patch serie add the dataflash support
	and use it on Calao USB-A9263

	I'll add later the support on Atmel Reference Board

The following changes since commit 461e7d7aefb128a63b84687ba7e361473ada91c6:

  mtd-core: add writesize in MEMGETINFO ioctl (2012-10-13 14:30:50 +0200)

are available in the git repository at:

  git://git.jcrosoft.org/barebox.git delivery/calao

for you to fetch changes up to cc1c399fbad7c8e818d7030777317703ced86c1c:

  usb-a9263: add spi dataflash support (2012-10-14 20:13:00 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
      import include/linux/math64.h
      mtd: add dataflash support
      usb-a9263: add spi dataflash support

 arch/arm/boards/usb-a926x/init.c            |   21 +++
 arch/arm/configs/usb_a9263_128mib_defconfig |    3 +-
 arch/arm/configs/usb_a9263_defconfig        |    3 +-
 drivers/mtd/devices/Kconfig                 |   18 ++
 drivers/mtd/devices/Makefile                |    1 +
 drivers/mtd/devices/mtd_dataflash.c         |  882 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/math64.h                      |  121 +++++++++++++
 include/spi/flash.h                         |    2 +-
 8 files changed, 1048 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mtd/devices/mtd_dataflash.c
 create mode 100644 include/linux/math64.h

Best Regards,
J.



More information about the barebox mailing list