From: Robert Jarzmik <robert.jarzmik@free.fr>
To: barebox@lists.infradead.org
Subject: [PATCH V2 0/3] Add MSystems Disk-On-Chip G3 support
Date: Thu, 22 Dec 2011 16:51:19 +0100 [thread overview]
Message-ID: <1324569082-17117-1-git-send-email-robert.jarzmik@free.fr> (raw)
This patchset brings support for M-Systems disk-on-chip G3
chips. Almost all code is taken from linux kernel (bitrev,
bch, docg3), and slightly amended for barebox.
This patchset relies on a previous patchset "drivers/mtd:
add a core" included in barebox.git/next, and is rebased on
top of it.
This patchset won't bring hopefully, as it doesn't change
anything outside of its own scope.
Cheers.
Robert Jarzmik (3):
lib: add BCH encoding/decoding
lib: add bitrev utility
drivers/mtd: add docg3 chip
drivers/mtd/Kconfig | 1 +
drivers/mtd/Makefile | 1 +
drivers/mtd/devices/Kconfig | 16 +
drivers/mtd/devices/Makefile | 5 +
drivers/mtd/devices/docg3.c | 1196 ++++++++++++++++++++++++++++++++++++
drivers/mtd/devices/docg3.h | 283 +++++++++
include/linux/bch.h | 79 +++
include/linux/bitrev.h | 16 +
lib/Kconfig | 7 +
lib/Makefile | 2 +
lib/bch.c | 1366 ++++++++++++++++++++++++++++++++++++++++++
lib/bitrev.c | 68 +++
12 files changed, 3040 insertions(+), 0 deletions(-)
create mode 100644 drivers/mtd/devices/Kconfig
create mode 100644 drivers/mtd/devices/Makefile
create mode 100644 drivers/mtd/devices/docg3.c
create mode 100644 drivers/mtd/devices/docg3.h
create mode 100644 include/linux/bch.h
create mode 100644 include/linux/bitrev.h
create mode 100644 lib/bch.c
create mode 100644 lib/bitrev.c
--
1.7.5.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-12-22 15:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-22 15:51 Robert Jarzmik [this message]
2011-12-22 15:51 ` [PATCH V2 1/3] lib: add BCH encoding/decoding Robert Jarzmik
2011-12-22 15:51 ` [PATCH V2 2/3] lib: add bitrev utility Robert Jarzmik
2011-12-22 15:51 ` [PATCH V2 3/3] drivers/mtd: add docg3 chip Robert Jarzmik
2012-01-05 23:11 ` [PATCH V2 0/3] Add MSystems Disk-On-Chip G3 support Robert Jarzmik
2012-01-06 9:06 ` Sascha Hauer
2012-01-09 6:49 ` Robert Jarzmik
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=1324569082-17117-1-git-send-email-robert.jarzmik@free.fr \
--to=robert.jarzmik@free.fr \
--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