mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Robert Jarzmik <robert.jarzmik@free.fr>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] drivers/mtd: add support for docg3 chips
Date: Mon, 12 Dec 2011 19:08:12 +0100	[thread overview]
Message-ID: <1323713295-21458-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".

Cheers.

--
Robert

Robert Jarzmik (3):
  lib: add BCH encoding/decoding
  lib: add bitrev utility
  drivers/mtd: add docg3 chip

 drivers/mtd/Kconfig          |    1 +
 drivers/mtd/devices/Kconfig  |   16 +
 drivers/mtd/devices/Makefile |    5 +
 drivers/mtd/devices/docg3.c  | 1192 ++++++++++++++++++++++++++++++++++++
 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 +++
 11 files changed, 3035 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

             reply	other threads:[~2011-12-12 18:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-12 18:08 Robert Jarzmik [this message]
2011-12-12 18:08 ` [PATCH 1/3] lib: add BCH encoding/decoding Robert Jarzmik
2011-12-12 18:08 ` [PATCH 2/3] lib: add bitrev utility Robert Jarzmik
2011-12-12 18:08 ` [PATCH 3/3] drivers/mtd: add docg3 chip 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=1323713295-21458-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