Merge tag 'v3.15' into next
[deliverable/linux.git] / arch / arm / mach-omap2 / dss-common.c
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>
27 #include <linux/gpio.h>
28 #include <linux/platform_device.h>
29
30 #include <video/omapdss.h>
31 #include <video/omap-panel-data.h>
32
33 #include "soc.h"
34 #include "dss-common.h"
35 #include "mux.h"
36 #include "display.h"
37
This page took 0.032064 seconds and 6 git commands to generate.