From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Thu, 28 Mar 2013 17:33:09 +0100 (CET) Subject: [U-Boot] [PATCH v9 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT In-Reply-To: <20130328161606.0c66af14@lilith> References: <1362596377-5827-1-git-send-email-benoit.thebaudeau@advansee.com> <20130328105529.01858f7f@lilith> <1939467076.972790.1364481477333.JavaMail.root@advansee.com> <20130328161606.0c66af14@lilith> Message-ID: <1470385407.978752.1364488389181.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On Thursday, March 28, 2013 4:16:06 PM, Albert ARIBAUD wrote: > Hi Beno?t, > > On Thu, 28 Mar 2013 15:37:57 +0100 (CET), Beno?t Th?baudeau > wrote: > > > Hi Albert, > > > > On Thursday, March 28, 2013 10:55:29 AM, Albert ARIBAUD wrote: > > > Hi Beno?t, > > > > > > On Wed, 6 Mar 2013 19:59:07 +0100, Beno?t Th?baudeau > > > wrote: > > > > > > > From: Fabio Estevam > > > > > > > > Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT option so that other NAND > > > > controller > > > > drivers could use it when a 16-bit NAND is deployed. > > > > > > > > drivers/mtd/nand/ndfc has CONFIG_SYS_NDFC_16BIT, so just rename it, so > > > > that > > > > other NAND drivers could reuse the same symbol. > > > > > > > > Signed-off-by: Fabio Estevam > > > > Reviewed-by: Beno?t Th?baudeau > > > > > > Sorry, I may have got the info before but I seem not to find it back: > > > is this series available somewhere as a branch that I could pull in > > > easily for testing? > > > > Yes, in your inbox on March 6, 2013 8:22 PM. ;) > > Oh, ok. I'd thought that was v8. That was actually v9. I should have mentioned it in that e-mail. > I'll pull this in as soon as the > current mainline/ARM merge issue is solved. OK. That's fine for testing, but not for applying (because of patman stuff, and Fabio should be set as the Git author/committer for 01 and 02/30, and I also had to make some manual fixes to patch descriptions after running patman, which had removed and added some tags that it should not have). I don't know if you have a script or something (e.g. with git am) to make applying less painful. It should be possible to run a command line to wget then git-am the following range of patches (out of order with respect to patch #ing): http://patchwork.ozlabs.org/patch/225577/ to http://patchwork.ozlabs.org/patch/225607/ (with either raw/ or mbox/ suffix) skipping unrelated http://patchwork.ozlabs.org/patch/225602/ Best regards, Beno?t