From cde79864061c8163e76709c8e002899035db5af7 Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 5 Mar 2010 04:21:41 +0000 Subject: [xburst] Add support for the n516 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19987 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../files-2.6.32/drivers/video/metronomefb.c | 1229 ++++++++++++++++++++ 1 file changed, 1229 insertions(+) create mode 100644 target/linux/xburst/files-2.6.32/drivers/video/metronomefb.c (limited to 'target/linux/xburst/files-2.6.32/drivers/video/metronomefb.c') diff --git a/target/linux/xburst/files-2.6.32/drivers/video/metronomefb.c b/target/linux/xburst/files-2.6.32/drivers/video/metronomefb.c new file mode 100644 index 000000000..0d6a1cf4d --- /dev/null +++ b/target/linux/xburst/files-2.6.32/drivers/video/metronomefb.c @@ -0,0 +1,1229 @@ +/* + * linux/drivers/video/metronomefb.c -- FB driver for Metronome controller + * + * Copyright (C) 2008, Jaya Kumar + * + * 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. + * + * Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven. + * + * This work was made possible by help and equipment support from E-Ink + * Corporation. http://support.eink.com/community + * + * This driver is written to be used with the Metronome display controller. + * It is intended to be architecture independent. A board specific driver + * must be used to perform all the physical IO interactions. An example + * is provided as am200epd.c + * + */ + +#define DEBUG + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include