Merge omapdss header refactoring
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 7 Jun 2016 06:00:25 +0000 (09:00 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 7 Jun 2016 09:42:58 +0000 (12:42 +0300)
Merge omapdss public header refactoring, which separates the public
header into omapdrm and omapfb parts.

26 files changed:
1  2 
drivers/gpu/drm/omapdrm/displays/connector-hdmi.c
drivers/gpu/drm/omapdrm/displays/encoder-opa362.c
drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c
drivers/gpu/drm/omapdrm/displays/panel-dpi.c
drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c
drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c
drivers/gpu/drm/omapdrm/displays/panel-sharp-ls037v7dw01.c
drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
drivers/gpu/drm/omapdrm/dss/dispc.c
drivers/gpu/drm/omapdrm/dss/dpi.c
drivers/gpu/drm/omapdrm/dss/dsi.c
drivers/gpu/drm/omapdrm/dss/dss.c
drivers/gpu/drm/omapdrm/dss/dss_features.c
drivers/gpu/drm/omapdrm/dss/hdmi.h
drivers/gpu/drm/omapdrm/dss/hdmi4.c
drivers/gpu/drm/omapdrm/dss/hdmi5.c
drivers/gpu/drm/omapdrm/dss/hdmi_phy.c
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
drivers/gpu/drm/omapdrm/dss/pll.c
drivers/gpu/drm/omapdrm/dss/video-pll.c
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/video/fbdev/omap2/omapfb/dss/manager.c
include/video/omapfb_dss.h

@@@ -18,8 -18,9 +18,8 @@@
  #include <linux/module.h>
  #include <linux/platform_device.h>
  #include <linux/slab.h>
 -#include <linux/of_gpio.h>
  
- #include <video/omapdss.h>
+ #include "../dss/omapdss.h"
  
  struct panel_drv_data {
        struct omap_dss_device dssdev;
@@@ -15,9 -15,7 +15,8 @@@
  #include <linux/slab.h>
  #include <linux/of.h>
  #include <linux/of_gpio.h>
 +#include <linux/regulator/consumer.h>
  
- #include <video/omapdss.h>
  #include <video/omap-panel-data.h>
  #include <video/of_display_timing.h>
  
  #include <linux/spi/spi.h>
  #include <linux/mutex.h>
  #include <linux/gpio.h>
 +#include <linux/gpio/consumer.h>
  
- #include <video/omapdss.h>
- #include <video/omap-panel-data.h>
+ #include "../dss/omapdss.h"
  
  static struct omap_video_timings lb035q02_timings = {
        .x_res = 320,
  #include <linux/delay.h>
  #include <linux/spi/spi.h>
  #include <linux/fb.h>
 -#include <linux/gpio.h>
 +#include <linux/gpio/consumer.h>
  #include <linux/of_gpio.h>
  
- #include <video/omapdss.h>
+ #include "../dss/omapdss.h"
  
  struct panel_drv_data {
        struct omap_dss_device  dssdev;
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
  #include <linux/gpio.h>
  #include <linux/regulator/consumer.h>
  #include <linux/component.h>
- #include <video/omapdss.h>
 +#include <linux/of.h>
  #include <sound/omap-hdmi-audio.h>
  
+ #include "omapdss.h"
  #include "hdmi4_core.h"
  #include "dss.h"
  #include "dss_features.h"
  #include <linux/gpio.h>
  #include <linux/regulator/consumer.h>
  #include <linux/component.h>
- #include <video/omapdss.h>
 +#include <linux/of.h>
  #include <sound/omap-hdmi-audio.h>
  
+ #include "omapdss.h"
  #include "hdmi5_core.h"
  #include "dss.h"
  #include "dss_features.h"
@@@ -13,9 -13,8 +13,9 @@@
  #include <linux/io.h>
  #include <linux/platform_device.h>
  #include <linux/slab.h>
- #include <video/omapdss.h>
 +#include <linux/seq_file.h>
  
+ #include "omapdss.h"
  #include "dss.h"
  #include "hdmi.h"
  
  #include <linux/io.h>
  #include <linux/platform_device.h>
  #include <linux/clk.h>
 +#include <linux/seq_file.h>
 +#include <linux/pm_runtime.h>
  
- #include <video/omapdss.h>
+ #include "omapdss.h"
  #include "dss.h"
  #include "hdmi.h"
  
@@@ -14,9 -14,8 +14,9 @@@
  #include <linux/err.h>
  #include <linux/io.h>
  #include <linux/platform_device.h>
- #include <video/omapdss.h>
 +#include <linux/seq_file.h>
  
+ #include "omapdss.h"
  #include "dss.h"
  #include "hdmi.h"
  
Simple merge
Simple merge
Simple merge