From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davor Joja Date: Wed, 11 Mar 2015 15:27:02 +0000 Subject: [PATCH 01/10] fbdev: Xylon framebuffer driver Message-Id: List-Id: References: <1426087631-9952-1-git-send-email-davorjoja@logicbricks.com> In-Reply-To: <1426087631-9952-1-git-send-email-davorjoja@logicbricks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, tomi.valkeinen@ti.com, geert@linux-m68k.org Cc: Davor Joja Driver registration and OF binding. Signed-off-by: Davor Joja --- drivers/video/fbdev/xylon/xylonfb_main.c | 528 +++++++++++++++++++++++++++++++ 1 file changed, 528 insertions(+) create mode 100644 drivers/video/fbdev/xylon/xylonfb_main.c diff --git a/drivers/video/fbdev/xylon/xylonfb_main.c b/drivers/video/fbdev/xylon/xylonfb_main.c new file mode 100644 index 0000000..3313da5 --- /dev/null +++ b/drivers/video/fbdev/xylon/xylonfb_main.c @@ -0,0 +1,528 @@ +/* + * Xylon logiCVC frame buffer Open Firmware driver + * + * Copyright (C) 2015 Xylon d.o.o. + * Author: Davor Joja + * + * This software is licensed under the terms of the GNU General Public + * License version 2, as published by the Free Software Foundation, and + * may be copied, distributed, and modified under those terms. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#include +#include +#include +#include +#include +#include +#include