From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 Oct 2010 00:13: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: <20101022001348.28c9094a@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > Changes since V1: > - added precise reference to the kernel version used for porting > in the commit message > - correct multiline comments > - drop dummy true/false booleans > > arch/arm/include/asm/arch-mx51/crm_regs.h | 11 + > drivers/video/ipu.h | 321 +++++++ > drivers/video/ipu_common.c | 1183 +++++++++++++++++++++++++ > drivers/video/ipu_disp.c | 1359 +++++++++++++++++++++++++++++ > drivers/video/ipu_regs.h | 418 +++++++++ > 5 files changed, 3292 insertions(+), 0 deletions(-) > create mode 100644 drivers/video/ipu.h > create mode 100644 drivers/video/ipu_common.c > create mode 100644 drivers/video/ipu_disp.c > create mode 100644 drivers/video/ipu_regs.h Applied to u-boot-video/master after fixing arch-mx51 to arch-mx5. Thanks! Best regards, Anatolij