2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 03:33:58 +08:00
linux-next/drivers/video/omap2/dss
Archit Taneja c1577c1ea0 omapdss: HDMI: create a PLL library
HDMI PLL is a block common to DSS in OMAP4, OMAP5 and DRA7x. Move the
existing PLL functions from ti_hdmi_4xxx_ip.c and hdmi.c to a separate file.
These funcs are called directly from the hdmi driver rather than hdmi_ip_ops
function pointer calls.

Add the PLL library function declarations to ti_hdmi.h. These will be shared
amongst the omap4/5 hdmi platform drivers. Remove the PLL function pointer ops
from the ti_hdmi_ip_ops struct. These will be shared amongst the omap4/5 hdmi
platform drivers and other libraries.

The DT/hwmod information for hdmi doesn't split the address space according to
the required sub blocks. Keep the address offset and size information in the
driver for now. This will be removed when the driver gets the information
correctly from DT/hwmod.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2013-10-09 12:42:07 +03:00
..
apply.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00
core.c OMAP specific fbdev changes for 3.12: 2013-09-05 09:44:03 -07:00
dispc_coefs.c OMAPDSS: DISPC: Fix FIR coefficients 2012-03-06 14:08:23 +02:00
dispc-compat.c OMAPDSS: gracefully disable overlay at error 2013-06-17 14:00:56 +03:00
dispc-compat.h OMAPDSS: move irq handling to dispc-compat 2012-12-07 17:05:57 +02:00
dispc.c OMAPDSS: DISPC: Fix assignment of 0/1 to bool variables 2013-09-23 10:34:30 +03:00
dispc.h OMAPDSS: DISPC: Revert to older DISPC Smart Standby mechanism for OMAP5 2013-04-10 15:02:53 +03:00
display-sysfs.c OMAPDSS: Add panel dev pointer to dssdev 2013-06-17 14:00:50 +03:00
display.c OMAPDSS: add OMAP_DISPLAY_TYPE_DVI 2013-06-17 14:00:58 +03:00
dpi.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00
dsi.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00
dss_features.c omapdss: HDMI: create a PLL library 2013-10-09 12:42:07 +03:00
dss_features.h OMAPDSS: export dss_feat functions 2012-12-07 17:05:59 +02:00
dss.c OMAPDSS: fix dss_get_ctx_loss_count for DT 2013-06-17 14:00:41 +03:00
dss.h OMAPDSS: DSS: remove legacy dss bus support 2013-08-30 08:51:10 +03:00
hdmi_pll.c omapdss: HDMI: create a PLL library 2013-10-09 12:42:07 +03:00
hdmi_wp.c omapdss: HDMI: create a Wrapper library 2013-10-09 12:42:03 +03:00
hdmi.c omapdss: HDMI: create a PLL library 2013-10-09 12:42:07 +03:00
Kconfig OMAPDSS: RFBI: Mark RFBI as broken 2013-08-29 16:21:51 +03:00
Makefile omapdss: HDMI: create a PLL library 2013-10-09 12:42:07 +03:00
manager-sysfs.c OMAPDSS: fix WARN_ON in 'alpha_blending_enabled' sysfs file 2013-08-29 16:43:47 +03:00
manager.c OMAPDSS: split overlay manager creation 2013-06-17 14:00:42 +03:00
output.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00
overlay-sysfs.c OMAPDSS: split overlay sysfs code 2012-09-07 20:02:10 +03:00
overlay.c OMAPDSS: move ovl function setup to apply.c 2012-12-07 17:05:54 +02:00
rfbi.c OMAPDSS: RFBI: remove code related to old panel model 2013-08-29 16:21:53 +03:00
sdi.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00
ti_hdmi_4xxx_ip.c omapdss: HDMI: create a PLL library 2013-10-09 12:42:07 +03:00
ti_hdmi_4xxx_ip.h omapdss: HDMI: create a Wrapper library 2013-10-09 12:42:03 +03:00
ti_hdmi.h omapdss: HDMI: create a PLL library 2013-10-09 12:42:07 +03:00
venc_panel.c OMAPDSS: Add panel dev pointer to dssdev 2013-06-17 14:00:50 +03:00
venc.c OMAPDSS: rename omap_dss_device's 'device' field to 'dst' 2013-08-30 08:51:11 +03:00