From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Virdi Date: Fri, 1 Jun 2012 09:54:18 +0530 Subject: [U-Boot] [PATCH V5 RESEND 0/3] mtd/NAND: Support for FSMC controller In-Reply-To: <4FC7C63C.8030509@freescale.com> References: <5ac600edeb4170d4780db698e6e9b7f8@roese.nl> <201205310904.27485.sr@denx.de> <4FC7C63C.8030509@freescale.com> Message-ID: <4FC843F2.7000408@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 6/1/2012 12:57 AM, Scott Wood wrote: > On 05/31/2012 02:04 AM, Stefan Roese wrote: >> Hi Scott, >> >> On Friday 25 May 2012 03:58:39 stefan at roese.nl wrote: >>>> This patchset adds support for ST's FSMC controller. In the current >>>> u-boot, a >>>> SPEAr specific driver exists for FSMC controller. This patchset adds >>>> a full >>>> fledged driver that can be used across multiple platforms and removes >>>> the >>>> obsolete SPEAr specific driver. >>> >>> Are you okay with this patchset version? If yes, please go ahead and >>> push it upstream via your repository. There are some other SPEAr >>> related >>> patches depending on this set that I would like to push. >> >> Ping. > > Acked-by: Scott Wood > Thanks Scott. > If you have other things to put on top of them, go ahead and take these > patches with them. > Stefan, if you're going to apply these patches could you please fix Micoelectronics -> Microelectronics in fsmc_nand.c? >> diff --git a/drivers/mtd/nand/fsmc_nand.c b/drivers/mtd/nand/fsmc_nand.c >> new file mode 100644 >> index 0000000..292fa8c >> --- /dev/null >> +++ b/drivers/mtd/nand/fsmc_nand.c >> @@ -0,0 +1,487 @@ >> +/* >> + * (C) Copyright 2010 >> + * Vipin Kumar, ST Micoelectronics, vipin.kumar at st.com. >> + * >> + * (C) Copyright 2012 >> + * Amit Virdi, ST Micoelectronics, amit.virdi at st.com. Regards Amit Virdi