linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] OMAPDSS: Misc cleanups/fixes
@ 2012-10-24  9:28 Tomi Valkeinen
  2012-10-24  9:28 ` [PATCH 01/20] OMAPDSS: remove omap_dss_device's suspend/resume Tomi Valkeinen
                   ` (19 more replies)
  0 siblings, 20 replies; 34+ messages in thread
From: Tomi Valkeinen @ 2012-10-24  9:28 UTC (permalink / raw)
  To: archit, linux-omap, linux-fbdev; +Cc: Tomi Valkeinen

Hi,

Here's another series with miscellaneous omapdss cleanups and fixes. I've made
these during my work with various bigger projects, like using DSI PLL for DVI
and omapdrm cooperation work.

The patches are based on current omapdss master, and can also be found from:

git://gitorious.org/linux-omap-dss2/linux.git 3.8/misc-2

 Tomi

Tomi Valkeinen (20):
  OMAPDSS: remove omap_dss_device's suspend/resume
  OMAPDSS: get the dss version from core pdev
  OMAPDSS: remove dispc_irq_handler declaration
  OMAPDSS: DISPC: fix dispc_mgr_lclk_rate for DIGIT output
  OMAPDSS: remove initial display code from omapdss
  OMAPDSS: DISPC: use dss_feat_get_num_ovls()
  OMAPDSS: DISPC: rename dispc_mgr_enable/disable to _sync
  OMAPDSS: DISPC: make _enable_mgr_out public as "dispc_mgr_enable"
  OMAPDSS: add dispc_ovl_enabled()
  OMAPDSS: DISPC: Add IRQ enable/status helpers
  OMAPDSS: HDMI: split power_on/off to two parts
  OMAPDSS: HDMI: use core power on/off with edid & detect
  OMAPDSS: HDMI: add 1920x1200 video mode
  OMAPDSS: HDMI: make hdmi pclk check more permissive
  OMAPFB: remove use of extended edid block
  OMAPFB: improve mode selection from EDID
  OMAPDSS: fix DSI2 PLL clk names
  OMAPDSS: DISPC: fix loop in error handler
  OMAPDSS: DISPC: remove dssdev depependency from error handler
  OMAPDSS: split hdmi muxing function

 arch/arm/mach-omap2/display.c                      |   15 +-
 drivers/video/omap2/displays/panel-acx565akm.c     |   23 ----
 drivers/video/omap2/displays/panel-generic-dpi.c   |   36 -----
 .../omap2/displays/panel-lgphilips-lb035q02.c      |   34 -----
 drivers/video/omap2/displays/panel-n8x0.c          |   50 -------
 .../omap2/displays/panel-nec-nl8048hl11-01b.c      |   24 ----
 drivers/video/omap2/displays/panel-picodlp.c       |   44 ------
 .../video/omap2/displays/panel-sharp-ls037v7dw01.c |   17 ---
 drivers/video/omap2/displays/panel-taal.c          |   72 ----------
 drivers/video/omap2/displays/panel-tfp410.c        |   33 -----
 .../video/omap2/displays/panel-tpo-td043mtea1.c    |   20 ---
 drivers/video/omap2/dss/apply.c                    |    6 +-
 drivers/video/omap2/dss/core.c                     |   10 +-
 drivers/video/omap2/dss/dispc.c                    |  143 +++++++++++---------
 drivers/video/omap2/dss/display.c                  |   93 ++-----------
 drivers/video/omap2/dss/dss.c                      |    5 +-
 drivers/video/omap2/dss/dss.h                      |   13 +-
 drivers/video/omap2/dss/hdmi.c                     |  122 ++++++++++++-----
 drivers/video/omap2/dss/hdmi_panel.c               |   78 ++---------
 drivers/video/omap2/dss/venc_panel.c               |   19 ---
 drivers/video/omap2/omapfb/omapfb-main.c           |  101 ++++++++++----
 include/video/omapdss.h                            |    6 +-
 22 files changed, 308 insertions(+), 656 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2012-10-29 10:48 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24  9:28 [PATCH 00/20] OMAPDSS: Misc cleanups/fixes Tomi Valkeinen
2012-10-24  9:28 ` [PATCH 01/20] OMAPDSS: remove omap_dss_device's suspend/resume Tomi Valkeinen
2012-10-24  9:28 ` [PATCH 02/20] OMAPDSS: get the dss version from core pdev Tomi Valkeinen
2012-10-24  9:28 ` [PATCH 03/20] OMAPDSS: remove dispc_irq_handler declaration Tomi Valkeinen
2012-10-24  9:28 ` [PATCH 04/20] OMAPDSS: DISPC: fix dispc_mgr_lclk_rate for DIGIT output Tomi Valkeinen
2012-10-29  9:50   ` Archit Taneja
2012-10-29  9:56     ` Tomi Valkeinen
2012-10-24  9:28 ` [PATCH 05/20] OMAPDSS: remove initial display code from omapdss Tomi Valkeinen
2012-10-29 10:16   ` Archit Taneja
2012-10-29 10:25     ` Tomi Valkeinen
2012-10-29 10:48       ` Archit Taneja
2012-10-24  9:28 ` [PATCH 06/20] OMAPDSS: DISPC: use dss_feat_get_num_ovls() Tomi Valkeinen
2012-10-24  9:28 ` [PATCH 07/20] OMAPDSS: DISPC: rename dispc_mgr_enable/disable to _sync Tomi Valkeinen
2012-10-24  9:28 ` [PATCH 08/20] OMAPDSS: DISPC: make _enable_mgr_out public as "dispc_mgr_enable" Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 09/20] OMAPDSS: add dispc_ovl_enabled() Tomi Valkeinen
2012-10-29 10:21   ` Archit Taneja
2012-10-29 10:28     ` Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 10/20] OMAPDSS: DISPC: Add IRQ enable/status helpers Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 11/20] OMAPDSS: HDMI: split power_on/off to two parts Tomi Valkeinen
2012-10-29 10:26   ` Archit Taneja
2012-10-29 10:30     ` Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 12/20] OMAPDSS: HDMI: use core power on/off with edid & detect Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 13/20] OMAPDSS: HDMI: add 1920x1200 video mode Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 14/20] OMAPDSS: HDMI: make hdmi pclk check more permissive Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 15/20] OMAPFB: remove use of extended edid block Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 16/20] OMAPFB: improve mode selection from EDID Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 17/20] OMAPDSS: fix DSI2 PLL clk names Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 18/20] OMAPDSS: DISPC: fix loop in error handler Tomi Valkeinen
2012-10-24  9:29 ` [PATCH 19/20] OMAPDSS: DISPC: remove dssdev depependency from " Tomi Valkeinen
2012-10-29  7:24   ` Archit Taneja
2012-10-29  8:04     ` Tomi Valkeinen
2012-10-29 10:30       ` Archit Taneja
2012-10-24  9:29 ` [PATCH 20/20] OMAPDSS: split hdmi muxing function Tomi Valkeinen
2012-10-24 16:23   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).