From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 25 Feb 2014 22:01:11 -0600 Subject: [U-Boot] [U-Boot PATCH v2 05/12] NAND: DaVinci: allow forced disable of subpage writes In-Reply-To: <1392918914-15564-6-git-send-email-m-karicheri2@ti.com> References: <1392918914-15564-1-git-send-email-m-karicheri2@ti.com> <1392918914-15564-6-git-send-email-m-karicheri2@ti.com> Message-ID: <1393387271.6733.1001.camel@snotra.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2014-02-20 at 12:55 -0500, Murali Karicheri wrote: > This patch introduces a configurable mechanism to disable > subpage writes in the DaVinci NAND driver. > > Signed-off-by: Vitaly Andrianov > Signed-off-by: Murali Karicheri > --- > - Added README > README | 5 +++++ > drivers/mtd/nand/davinci_nand.c | 3 +++ > 2 files changed, 8 insertions(+) > > diff --git a/README b/README > index aea82be..caf60a2 100644 > --- a/README > +++ b/README > @@ -4427,6 +4427,11 @@ Low Level (hardware related) configuration options: > - CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC: > Enables the RTC32K OSC on AM33xx based plattforms > > +- CONFIG_SYS_NAND_NO_SUBPAGE_WRITE > + Option to disable subpage write in NAND driver > + Example driver that use this: > + drivers/mtd/nand/davinci_nand.c I'd rather this be a full list of drivers that use it, not an example. -Scott