From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 Oct 2010 00:18:32 +0200 Subject: [U-Boot] [PATCH V2 3/4] MX51: Add video support In-Reply-To: <1286965034-1445-1-git-send-email-sbabic@denx.de> References: <1286875504-9058-4-git-send-email-sbabic@denx.de> <1286965034-1445-1-git-send-email-sbabic@denx.de> Message-ID: <20101022001832.6b42f080@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:17:14 +0200 Stefano Babic wrote: > Add framebuffer driver for the MX51 processor > working on the IPUv3 internal graphic processor. > The port is based on the driver found in the kernel > delivered by Freescale as part of i.MX BSP: > > [kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f] > > 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 wrong comments (useful only in the kernel, not in u-boot) > > drivers/video/Makefile | 1 + > drivers/video/mxc_ipuv3_fb.c | 644 ++++++++++++++++++++++++++++++++++++++++++ > drivers/video/mxcfb.h | 87 ++++++ > 3 files changed, 732 insertions(+), 0 deletions(-) > create mode 100644 drivers/video/mxc_ipuv3_fb.c > create mode 100644 drivers/video/mxcfb.h Applied to u-boot-video/master after some style fixes and dead code removal. Thanks! Best regards, Anatolij