From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 05 Dec 2013 08:31:48 +0100 Subject: [U-Boot] [PATCH] mtd: nand: omap_gpmc: cosmetic: Fix indentation In-Reply-To: <20980858CB6D3A4BAE95CA194937D5E73EA51F12@DBDE04.ent.ti.com> References: <1386226686-4209-1-git-send-email-sr@denx.de> <20980858CB6D3A4BAE95CA194937D5E73EA51F12@DBDE04.ent.ti.com> Message-ID: <52A02BE4.7020109@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Pekon, On 05.12.2013 08:05, Gupta, Pekon wrote: >> diff --git a/drivers/mtd/nand/omap_gpmc.c b/drivers/mtd/nand/omap_gpmc.c >> index 5e7e6b3..407b2e5 100644 >> --- a/drivers/mtd/nand/omap_gpmc.c >> +++ b/drivers/mtd/nand/omap_gpmc.c >> @@ -283,53 +283,53 @@ static void omap_hwecc_init_bch(struct nand_chip *chip, int32_t mode) >> > There is already a patch-set which cleans much more, apart from > these changes. > http://lists.denx.de/pipermail/u-boot/2013-November/167445.html Ah, I missed this. > Above patch-set does not change the functionality, just optimizes > some data-paths which should help in: > - reducing NAND boot time. > - make driver scalable to add stronger ecc-schemes in future. > > As you are actively working on mainline u-boot. > It would be helpful if you can test/ack above patch-set, as its still > not merged. I'll try to find some time to do this tomorrow. Please send also this 8bit NAND fixup patch so that I can add it to the test as well. Thanks, Stefan