From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Fri, 14 Dec 2012 14:27:29 +0000 Subject: [RFC 3/6] video: add tfp410 Message-Id: <1355495252-26364-4-git-send-email-tomi.valkeinen@ti.com> List-Id: References: <1355495252-26364-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1355495252-26364-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Laurent Pinchart , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: Tomi Valkeinen Signed-off-by: Tomi Valkeinen --- drivers/video/display/chip-tfp410.c | 164 +++++++++++++++++++++++++++++++++++ include/video/omap-panel-tfp410.h | 4 + 2 files changed, 168 insertions(+) create mode 100644 drivers/video/display/chip-tfp410.c diff --git a/drivers/video/display/chip-tfp410.c b/drivers/video/display/chip-tfp410.c new file mode 100644 index 0000000..2f8bdb6 --- /dev/null +++ b/drivers/video/display/chip-tfp410.c @@ -0,0 +1,164 @@ +/* + * TFP410 DPI-to-DVI bridge + * + * Copyright (C) 2012 Texas Instruments + * + * Contacts: Tomi Valkeinen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include +#include +#include +#include + +#include