From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 20 Apr 2012 09:47:14 +0200 Subject: [U-Boot] [PATCH 01/11] st_smi: Add support for SPEAr SMI driver In-Reply-To: <1330086194-21762-2-git-send-email-amit.virdi@st.com> References: <1330086194-21762-1-git-send-email-amit.virdi@st.com> <1330086194-21762-2-git-send-email-amit.virdi@st.com> Message-ID: <201204200947.14306.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Amit, On Friday 24 February 2012 13:23:04 Amit Virdi wrote: > From: Vipin KUMAR > > 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 at kubuntu u-boot-staging (sr at 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