Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / arch / arm / mach-omap2 / dss-common.c
CommitLineData
0191bf36
TV
1/*
2 * Copyright (C) 2012 Texas Instruments, Inc..
3 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17 * 02110-1301 USA
18 *
19 */
20
21/*
22 * NOTE: this is a transitional file to help with DT adaptation.
23 * This file will be removed when DSS supports DT.
24 */
25
26#include <linux/kernel.h>
86cf29dc 27#include <linux/gpio.h>
7346582d 28#include <linux/platform_device.h>
86cf29dc 29
f8e0db97 30#include <linux/platform_data/omapdss.h>
a0d8dde9 31#include <video/omap-panel-data.h>
0191bf36 32
e8d3d47a 33#include "soc.h"
0191bf36
TV
34#include "dss-common.h"
35#include "mux.h"
dcdf407b 36#include "display.h"
0191bf36 37
This page took 0.217164 seconds and 5 git commands to generate.