From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Thu, 30 May 2013 09:35:56 +0000 Subject: [PATCH 03/27] OMAPDSS: add platform data structs for new panel drivers Message-Id: <1369906580-27585-4-git-send-email-tomi.valkeinen@ti.com> List-Id: References: <1369906580-27585-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1369906580-27585-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org, Archit Taneja Cc: Tomi Valkeinen With the new DSS device model, we'll have new panel and encoder drivers. This patch adds the platform data structs for all the new drivers. Signed-off-by: Tomi Valkeinen --- include/video/omap-panel-data.h | 150 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index 0c3b46d..317ee36 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h @@ -27,6 +27,8 @@ #ifndef __OMAP_PANEL_DATA_H #define __OMAP_PANEL_DATA_H +#include