
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@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 Woodscottwood@freescale.com
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@st.com.
- (C) Copyright 2012
- Amit Virdi, ST Micoelectronics, amit.virdi@st.com.
Regards Amit Virdi