From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] add mtd dataflash support
Date: Sun, 14 Oct 2012 22:46:22 +0200 [thread overview]
Message-ID: <20121014204622.GT13639@game.jcrosoft.org> (raw)
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.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-10-14 20:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-14 20:46 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-10-14 20:49 ` [PATCH 1/3] import include/linux/math64.h Jean-Christophe PLAGNIOL-VILLARD
2012-10-14 20:49 ` [PATCH 2/3] mtd: add dataflash support Jean-Christophe PLAGNIOL-VILLARD
2012-10-15 7:08 ` Sascha Hauer
2012-10-15 10:24 ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-14 20:49 ` [PATCH 3/3] usb-a9263: add spi " Jean-Christophe PLAGNIOL-VILLARD
2012-10-15 13:32 ` [PATCH 0/3] add mtd " Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121014204622.GT13639@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox