From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 4 Oct 2015 22:32:25 +0100 From: Brian Norris To: Boris Brezillon Cc: David Woodhouse , linux-mtd@lists.infradead.org, Hans de Goede , Maxime Ripard , linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/7] mtd: nand: sunxi: cleanup and improvements Message-ID: <20151004213225.GA14735@localhost> References: <1443649529-9852-1-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443649529-9852-1-git-send-email-boris.brezillon@free-electrons.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Sep 30, 2015 at 11:45:22PM +0200, Boris Brezillon wrote: > Hello, > > This patch series aims at cleaning up the sunxi_nand driver by factorizing > the duplicated code found in hw_ecc and hw_syndrome_ecc implementations. > > It also adds support for OOB bytes protection (only on a limited amount of > OOB bytes), and add code to correctly handle the 'bitflips in erased pages' > case. > > Best Regards, > > Boris > > Changes since v1: > - drop the first patch (already applied) > - split the second patch to ease the review > - add the 'fix bitflips in erased pages' patch > > Boris Brezillon (7): > mtd: nand: sunxi: create sunxi_nfc_hw_ecc_enable()/disable() functions > mtd: nand: sunxi: introduce sunxi_nfc_hw_ecc_read/write_chunk() > mtd: nand: sunxi: make use of sunxi_nfc_hw_ecc_read/write_chunk() > mtd: nand: sunxi: factorize extra OOB bytes handling > mtd: nand: sunxi: retrieve corrected OOB bytes > mtd: nand: sunxi: replace the NFC_BUF_TO_USER_DATA() macro by an > inline function > mtd: nand: sunxi: fix bitflips in erased pages All look good to me. Pushed to l2-mtd.git. Thanks.