[PATCH 08/11] Add a video driver for S3C2440 bases platforms
Sascha Hauer
s.hauer at pengutronix.de
Fri Oct 22 14:56:37 EDT 2010
On Fri, Oct 22, 2010 at 06:53:22PM +0200, Juergen Beisert wrote:
> From: Juergen Beisert <juergen at kreuzholzen.de>
>
> Signed-off-by: Juergen Beisert <juergen at kreuzholzen.de>
> ---
> 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 |
More information about the barebox
mailing list