From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 06 Feb 2009 17:16:41 +0100 Subject: [U-Boot] [PATCH 8/9 v3] video: add an i.MX31 framebuffer driver In-Reply-To: References: Message-ID: <498C6269.3030505@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 Guennadi Liakhovetski wrote: > Add a driver for the Synchronous Display Controller and the Display > Interface on i.MX31, using IPU for DMA channel setup. So far only > displaying of bitmaps is supported, no text output. > > Signed-off-by: Guennadi Liakhovetski > --- > drivers/video/Makefile | 1 + > drivers/video/mx3fb.c | 856 ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 857 insertions(+), 0 deletions(-) > create mode 100644 drivers/video/mx3fb.c Applied to u-boot-video/master. Thanks, Anatolij