
Hi Amit,
On Friday 24 February 2012 13:23:04 Amit Virdi wrote:
From: Vipin KUMAR vipin.kumar@st.com
SMI is the serial memory interface controller provided by ST.
Earlier, a driver exists in the u-boot source code for the SMI IP. However, it was specific to spear platforms. This commit converts the same driver to a more generic driver. As a result, the driver files are renamed to st_smi.c and st_smi.h and moved into drivers/mtd folder for reusability by other platforms using smi controller peripheral.
Since u-boot/next is now available, I wanted to apply some SPEAr patches. Mainly the "st_smi" patch series:
[PATCH 01/11] st_smi: Add support for SPEAr SMI driver ...
and the SPEAr platform rework:
[PATCH V2 00/24] SPEAr: Update platform support for SPEAr3xx/6xx ...
Unfortunately the first patch series doesn't apply any more to "next":
[stefan@kubuntu u-boot-staging (sr@denx.de)]$ git am -s bundle-2819.mbox Applying: st_smi: Add support for SPEAr SMI driver error: patch failed: include/configs/spear-common.h:55 error: include/configs/spear-common.h: patch does not apply Patch failed at 0001 st_smi: Add support for SPEAr SMI driver
Could you please rebase your patch series on "next"? And make sure that all SPEAr based boards still compile clean?
Thanks, Stefan