From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T6cRg-0003s7-7F for barebox@lists.infradead.org; Wed, 29 Aug 2012 07:12:12 +0000 Date: Wed, 29 Aug 2012 09:12:10 +0200 From: Sascha Hauer Message-ID: <20120829071210.GT26594@pengutronix.de> References: <503C67F9.7090703@calao-systems.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <503C67F9.7090703@calao-systems.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH] NAND Flash SMC timings update (nwe_pulse) for calao board based on AT91SAM9G20 SoC To: gregory hermant Cc: barebox@lists.infradead.org On Tue, Aug 28, 2012 at 08:40:57AM +0200, gregory hermant wrote: > Signed-off-by: Gregory Hermant The commmit log is a bit sparse. It would be interesting if this is an enhancement, fixes a problem, is needed on newer board revisions... Sascha > --- > arch/arm/boards/tny-a926x/init.c | 2 +- > arch/arm/boards/usb-a926x/init.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boards/tny-a926x/init.c b/arch/arm/boards/tny-a926x/init.c > index d58132a..5538a44 100644 > --- a/arch/arm/boards/tny-a926x/init.c > +++ b/arch/arm/boards/tny-a926x/init.c > @@ -89,7 +89,7 @@ static struct sam9_smc_config tny_a9g20_nand_smc_config = { > .ncs_read_pulse = 4, > .nrd_pulse = 4, > .ncs_write_pulse = 4, > - .nwe_pulse = 2, > + .nwe_pulse = 4, > > .read_cycle = 7, > .write_cycle = 7, > diff --git a/arch/arm/boards/usb-a926x/init.c b/arch/arm/boards/usb-a926x/init.c > index 7e63876..00a215d 100644 > --- a/arch/arm/boards/usb-a926x/init.c > +++ b/arch/arm/boards/usb-a926x/init.c > @@ -90,7 +90,7 @@ static struct sam9_smc_config usb_a9g20_nand_smc_config = { > .ncs_read_pulse = 4, > .nrd_pulse = 4, > .ncs_write_pulse = 4, > - .nwe_pulse = 2, > + .nwe_pulse = 4, > > .read_cycle = 7, > .write_cycle = 7, > -- > 1.5.6.3 > > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox