From: Bill Davidsen <davidsen@tmr.com>
To: tglx@linutronix.de
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@osdl.org>
Subject: Re: [PATCH / RFC] Shared Reed-Solomon ECC Library
Date: Mon, 04 Oct 2004 14:50:28 -0400 [thread overview]
Message-ID: <41619B74.8070802@tmr.com> (raw)
In-Reply-To: <1096670893.25635.41.camel@thomas>
Thomas Gleixner wrote:
> Hi,
>
> the attached patch contains a shared Reed-Solomon Library analogous to
> the shared zlib.
>
> (N)AND FLASH is gaining popularity and there are a lot of ASIC/SoC/FPGA
> controllers around which implement hardware support for Reed-Solomon
> error correction. As usual they use different implementations
> (polynomials etc.). So it's obvious to use a shared library for the
> common tasks of error correction.
>
> A short scan through the kernel revealed that at least the ftape driver
> uses Reed-Solomon error correction. It could be easily converted to use
> the shared library code.
>
> The encoder/decoder code is lifted from the GPL'd userspace RS-library
> written by Phil Karn. I modified/wrapped it to provide the different
> functions which we need in the MTD/NAND code.
>
> The library is tested in extenso under various MTD/NAND configurations.
>
> The lib should be usable for other purposes right out of the box.
> Adjustment for currently not implemented functionality is an easy task.
>
> I'm willing to take the maintainership of the library.
One use would be very reliable CD/DVD for backup. I believe there's a
freshmeat project which addresses this problem, but a reliable optical
device certainly sounds easy using this approach.
--
-bill davidsen (davidsen@tmr.com)
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
next prev parent reply other threads:[~2004-10-04 18:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-01 22:48 [PATCH / RFC] Shared Reed-Solomon ECC Library Thomas Gleixner
2004-10-04 18:50 ` Bill Davidsen [this message]
2004-10-04 19:05 ` Thomas Gleixner
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=41619B74.8070802@tmr.com \
--to=davidsen@tmr.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@osdl.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