From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from co202.xi-lite.net ([149.6.83.202]) by canuck.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PxNin-0006cC-43 for linux-mtd@lists.infradead.org; Wed, 09 Mar 2011 18:02:53 +0000 Date: Wed, 9 Mar 2011 19:02:09 +0100 From: Ivan Djelic To: Thomas Gleixner Subject: Re: [PATCH/RFC v2 1/3] Shared BCH ECC library Message-ID: <20110309180209.GA29754@parrot.com> References: <181c9a1c88b781116615761109cccdf89ea877a1.2296641159.git.ivan.djelic@parrot.com> <20110308111548.GA6628@parrot.com> <1299587945.2754.32.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Cc: Andrew Morton , "linux-mtd@lists.infradead.org" , linux-kernel , Artem Bityutskiy List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Mar 08, 2011 at 09:08:36PM +0000, Thomas Gleixner wrote: > On Tue, 8 Mar 2011, Artem Bityutskiy wrote: > > > On Tue, 2011-03-08 at 12:15 +0100, Ivan Djelic wrote: > > > On Mon, Feb 07, 2011 at 02:09:30PM +0000, Ivan Djelic wrote: > > > > Hello, > > > > > > > > The first patch of this series contains a new generic BCH ECC library. > > > > > > Hi, > > > > > > It has been a month since this patch was posted, and I did not receive any > > > comment/review yet. > > > > I can add it to my l2 tree and may be dwmw2 can merge it then. But could > > you please re-send a version with better Kconfig help messages? > > I had a quick look. The code looks pretty clean and well documented, > though I did not dig into the details. There are a few comments > "lifted from ...", I hope the code which is copied does not cause any > license issues. The code you are referring to is in the public domain (from the famous "Bit Twiddling Hacks" page). I added this information in version v3 of my patch. Thanks for the feedback! Ivan