From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752662AbdJ3Mr7 (ORCPT ); Mon, 30 Oct 2017 08:47:59 -0400 Received: from mail-io0-f193.google.com ([209.85.223.193]:45600 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751979AbdJ3Mr4 (ORCPT ); Mon, 30 Oct 2017 08:47:56 -0400 X-Google-Smtp-Source: ABhQp+TDRuzPrp0xk1ijpDBz9fESEv9RFlGBA0E2omFnZwFVPQfdUIDSflAksFyA8gEXYcJhG6EIoFTcoRwlcVWyxlY= MIME-Version: 1.0 In-Reply-To: <20171030093426.30827ef5@bbrezillon> References: <20171028074351.13118-1-prasannatsmkumar@gmail.com> <20171030093426.30827ef5@bbrezillon> From: PrasannaKumar Muralidharan Date: Mon, 30 Oct 2017 18:17:50 +0530 Message-ID: Subject: Re: [RFC] NAND: Optimize NAND_ECC_HW_OOB_FIRST read To: Boris Brezillon Cc: David Woodhouse , Brian Norris , =?UTF-8?B?TWFyZWsgVmHFoXV0?= , cyrille.pitchen@wedev4u.fr, linux-mtd@lists.infradead.org, open list , Lars-Peter Clausen Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Boris, On 30 October 2017 at 14:04, Boris Brezillon wrote: > Hi PrasannaKumar, > > On Sat, 28 Oct 2017 13:13:51 +0530 > PrasannaKumar Muralidharan wrote: > >> From: Lars-Peter Clausen >> >> Avoid sending unnecessary READ commands to the chip. >> >> Signed-off-by: Lars-Peter Clausen >> Signed-off-by: PrasannaKumar Muralidharan >> --- >> This patch is taken from git://projects.qi-hardware.com/qi-kernel.git >> branch jz-3.16. From [1] and [2] it can be seen that the patch author >> thinks this can be sent upstream but it never happened so far. This >> patch is used in OpenWRT as seen from [3]. > > Sounds reasonable, but it's likely to conflict with something I'd like > to queue for 4.16 [1]. I'll rebase this patch on nand/next once the > ->exec_op() series is merged. Don't hesitate to ping me if I forget. > > Regards, > > Boris > > [1]http://patchwork.ozlabs.org/project/linux-mtd/list/?series=8923 Okay. I will remind you if required. There is another patch used in OpenWRT at [1]. Do you mind to have a look at it and take that if it is useful? I don't see a point in me sending it as a RFC as I am not contributing anything to it other than noticing its existence. 1. https://git.lede-project.org/?p=source.git;a=blob;f=target/linux/xburst/patches-3.18/003-NAND-Add-support-for-subpage-reads-for-NAND_ECC_HW_O.patch;h=974eb7a5db9a09347fa6137461f030575f9a4328;hb=c03d4317a6bc891cb4a5e89cbdd77f37c23aff86 Thanks, PrasannaKumar