From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1P9Mn9-00082O-8e for barebox@lists.infradead.org; Fri, 22 Oct 2010 18:56:40 +0000 Date: Fri, 22 Oct 2010 20:56:37 +0200 From: Sascha Hauer Message-ID: <20101022185637.GN22139@pengutronix.de> References: <1287766405-1646-1-git-send-email-jbe@pengutronix.de> <1287766405-1646-9-git-send-email-jbe@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1287766405-1646-9-git-send-email-jbe@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 08/11] Add a video driver for S3C2440 bases platforms To: Juergen Beisert Cc: barebox@lists.infradead.org, Juergen Beisert On Fri, Oct 22, 2010 at 06:53:22PM +0200, Juergen Beisert wrote: > From: Juergen Beisert > > Signed-off-by: Juergen Beisert > --- > arch/arm/mach-s3c24xx/include/mach/fb.h | 40 +++ > drivers/video/Kconfig | 6 + > drivers/video/Makefile | 1 + > drivers/video/s3c.c | 454 +++++++++++++++++++++++++++++++ > 4 files changed, 501 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/mach-s3c24xx/include/mach/fb.h > create mode 100644 drivers/video/s3c.c > > diff --git a/drivers/video/s3c.c b/drivers/video/s3c.c > new file mode 100644 > index 0000000..cd0f220 > --- /dev/null > +++ b/drivers/video/s3c.c > + > +/** > + * Prepare the video hardware for a specified video mode > + * @param fb_info Framebuffer information > + * @param mode The video mode description to initialize > + * @return 0 on success > + * > + * FIXME Diese Routine darf die Pinx nach drau?en nicht aktivieren. Zur Zeit macht sie das! You should at least translate this to english ;) -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox