2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-15 09:03:59 +08:00
linux-next/drivers/video/omap2/dss
Tomi Valkeinen 046bc5751d OMAPDSS: fix DPI & DSI init order
DPI may use DSI PLL, so it depends on DSI. However, currently DPI driver
is added first, which causes DPI initialization to fail when it tries to
get the DSI PLL.

This patch changes the init order to fix this.

A better solution would be to separate DSI PLL and DSI drivers. They
have dependencies, though, but we could still have DSI PLL as an
independent entity that we could initialize before any of the output
drivers.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2012-11-05 11:14:04 +02:00
..
apply.c OMAPDSS: DISPC: rename dispc_mgr_enable/disable to _sync 2012-10-29 12:44:38 +02:00
core.c OMAPDSS: fix DPI & DSI init order 2012-11-05 11:14:04 +02:00
dispc_coefs.c OMAPDSS: DISPC: Fix FIR coefficients 2012-03-06 14:08:23 +02:00
dispc.c OMAPDSS: DISPC: remove dssdev depependency from error handler 2012-10-29 12:44:44 +02:00
dispc.h OMAPDSS: DISPC: Add writeback register offsets and dss features structs 2012-09-26 14:58:50 +03:00
display.c OMAPDSS: remove initial display code from omapdss 2012-10-29 12:44:25 +02:00
dpi.c OMAPDSS: export dss_get_def_display_name() 2012-10-29 12:40:46 +02:00
dsi.c OMAPDSS: export dss_get_def_display_name() 2012-10-29 12:40:46 +02:00
dss_features.c OMAPDSS: remove <plat/cpu.h> includes 2012-10-17 11:57:07 +03:00
dss_features.h OMAPDSS: HDMI: use omapdss_version 2012-10-16 13:44:00 +03:00
dss.c OMAPDSS: fix DSI2 PLL clk names 2012-10-29 12:44:43 +02:00
dss.h OMAPDSS: HDMI: use core power on/off with edid & detect 2012-10-29 12:44:41 +02:00
hdmi_panel.c OMAPDSS: HDMI: use core power on/off with edid & detect 2012-10-29 12:44:41 +02:00
hdmi.c Merge branch '3.8/misc-2' 2012-11-05 11:11:50 +02:00
Kconfig Merge branch '3.8/dss-version' 2012-10-18 11:02:51 +03:00
Makefile OMAPDSS: Create new debug config options 2012-10-12 14:15:30 +03:00
manager-sysfs.c OMAPDSS: MANAGER: Update display sysfs store 2012-09-26 14:58:37 +03:00
manager.c OMAPDSS: Remove old way of setting manager and device links 2012-09-26 14:58:38 +03:00
output.c OMAPDSS: Create links between managers, outputs and devices 2012-09-26 14:58:33 +03:00
overlay-sysfs.c OMAPDSS: split overlay sysfs code 2012-09-07 20:02:10 +03:00
overlay.c OMAPDSS: OVERLAY/MANAGER: Get device via output 2012-09-26 14:58:37 +03:00
rfbi.c OMAPDSS: export dss_get_def_display_name() 2012-10-29 12:40:46 +02:00
sdi.c OMAPDSS: export dss_get_def_display_name() 2012-10-29 12:40:46 +02:00
ti_hdmi_4xxx_ip.c OMAPDSS: fix compilation warnings 2012-10-17 11:57:08 +03:00
ti_hdmi_4xxx_ip.h OMAPDSS: HDMI: Add an audio configuration function 2012-05-11 15:17:08 +03:00
ti_hdmi.h OMAPDSS: HDMI: Remove custom hdmi_video_timings struct 2012-06-29 10:15:53 +03:00
venc_panel.c OMAPDSS: remove omap_dss_device's suspend/resume 2012-10-24 08:46:23 +03:00
venc.c OMAPDSS: export dss_get_def_display_name() 2012-10-29 12:40:46 +02:00