[PATCH 0/2] mtd: nand: sunxi: cleanup
From: computersforpeace@gmail.com (Brian Norris)
Date: 2015-09-30 18:11:35
On Wed, Sep 30, 2015 at 08:36:34AM +0200, Boris Brezillon wrote:
On Tue, 29 Sep 2015 15:21:44 -0700 Brian Norris [off-list ref] wrote:quoted
On Wed, Sep 16, 2015 at 09:46:35AM +0200, Boris Brezillon wrote:quoted
Hello, Those two patches aim at cleaning up the sunxi_nand driver by first adding some consistency in the macro definitions, and then factorizing the code duplicated code found in hw_ecc and hw_syndrome_ecc implementations. Best Regards, BorisI believe this series no longer applies cleanlyHm, actually it depends on fixes you have in your linux-mtd tree and features in your l2-mtd tree. I don't know how you usually deal with those problems (merging the linux-mtd/master branch into the l2-mtd/master one, or merging last linus' -rc into l2-mtd/master should work), but I'd really like to have this in 4.4 :-).
linux-mtd.git is prepped for a pull request. I'll do that before the week ends. And I'll either merge that back into l2-mtd.git at that time, or just pull in v4.3-rc4.
I still have the patch using the nand_check_erased_ecc_chunk() function which depends on those 2 patches, and I'd like to have it in 4.4 too. I know I'm asking a lot, but as explained earlier, I still have a bunch of patches on top of those already posted (mainly to support the hardware randomizer), and I'd like the trivial ones to be merged quickly.
I'll see what I can apply after pulling together all the latest, but if I'm still missing things then, feel free to resend. BTW, I thought there were some things to address on the erased ECC stuff still. I'll re-check that series too. Brian