From 2e1def0c215cfca76af77cb9655a902bc4e7ba3b Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 31 May 2013 13:13:44 +0300 Subject: OMAPDSS: Add TPO TD043MTEA1 panel driver Add TPO TD043MTEA1 panel driver which uses the new DSS device model and DSS ops. Signed-off-by: Tomi Valkeinen Tested-by: Grazvydas Ignotas --- .../omap2/displays-new/panel-tpo-td043mtea1.c | 646 +++++++++++++++++++++ 1 file changed, 646 insertions(+) create mode 100644 drivers/video/omap2/displays-new/panel-tpo-td043mtea1.c (limited to 'drivers/video/omap2/displays-new/panel-tpo-td043mtea1.c') diff --git a/drivers/video/omap2/displays-new/panel-tpo-td043mtea1.c b/drivers/video/omap2/displays-new/panel-tpo-td043mtea1.c new file mode 100644 index 00000000000..eadc6529fa3 --- /dev/null +++ b/drivers/video/omap2/displays-new/panel-tpo-td043mtea1.c @@ -0,0 +1,646 @@ +/* + * TPO TD043MTEA1 Panel driver + * + * Author: Gražvydas Ignotas + * Converted to new DSS device model: Tomi Valkeinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + +#include +#include +#include +#include +#include +#include +#include + +#include