From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 20 Oct 2010 23:45:48 +0200 Subject: [U-Boot] [PATCH V2 2/4] MX51: Add IPU driver for video support In-Reply-To: <1286964995-1400-1-git-send-email-sbabic@denx.de> References: <1286875504-9058-3-git-send-email-sbabic@denx.de> <1286964995-1400-1-git-send-email-sbabic@denx.de> Message-ID: <20101020234548.52b6aa16@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Stefano, On Wed, 13 Oct 2010 12:16:35 +0200 Stefano Babic wrote: > The patch is a porting of the IPU Linux driver > developed by Freescale to have framebuffer > functionalities in u-boot. The port is based on > kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f, > as delivered by Freescale [i.MX BSP]. > Most features are dropped from the original driver and > only LCD support is the goal of this porting. > > Signed-off-by: Stefano Babic What tree is this patch based on? It doesn't apply on current u-boot.git/master: $ git am ~/u-boot-patch-queue/\[PATCH\ V2\ 2_4\]\ MX51\:\ Add\ IPU\ driver\ for\ video\ support Applying: MX51: Add IPU driver for video support error: arch/arm/include/asm/arch-mx51/crm_regs.h: does not exist in index Patch failed at 0001 MX51: Add IPU driver for video support When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort". Best regards, Anatolij