From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- drivers/video/fbdev/atmel_lcdfb.c | 1449 +++++++++++++++++++++++++++++++++++++ 1 file changed, 1449 insertions(+) create mode 100644 drivers/video/fbdev/atmel_lcdfb.c (limited to 'drivers/video/fbdev/atmel_lcdfb.c') diff --git a/drivers/video/fbdev/atmel_lcdfb.c b/drivers/video/fbdev/atmel_lcdfb.c new file mode 100644 index 000000000..6d01ae398 --- /dev/null +++ b/drivers/video/fbdev/atmel_lcdfb.c @@ -0,0 +1,1449 @@ +/* + * Driver for AT91/AT32 LCD Controller + * + * Copyright (C) 2007 Atmel Corporation + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file COPYING in the main directory of this archive for + * more details. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include