linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] OMAPDSS: Basic deferred probe support
@ 2013-04-29 10:22 Tomi Valkeinen
  2013-04-29 10:22 ` [PATCH 01/10] OMAPDSS: Makefile: move omapfb after panels Tomi Valkeinen
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Tomi Valkeinen @ 2013-04-29 10:22 UTC (permalink / raw)
  To: linux-fbdev, linux-omap
  Cc: Tony Lindgren, grygorii.strashko, chf.fritz, Archit Taneja,
	Tomi Valkeinen

Hi,

omapdss, omapfb and the panel drivers do not currently support deferred probe,
which is causing the display drivers fail when booting with DT.

This series adds very basic support for deferred probing, which hopefully fixes
the issues for omap4 panda and sdp boards with the current kernel.

Limitations:

* Deferred probe support for omap_vout and omapdrm is still totally missing.
* If it so happens that at omapfb probe time one panel has been probed, but
  another has been deferred, only the probed one will be used.
* Only DPI, DSI and HDMI outputs have been fixed.
* Some panel drivers may need modifications to support EPROBE_DEFER

Patches based on linux-next, i.e. the latest omapdss stuff.

 Tomi

Tomi Valkeinen (10):
  OMAPDSS: Makefile: move omapfb after panels
  OMAPFB: use module_platform_driver()
  OMAPFB: defer probe if no displays
  OMAPDSS: DSI: use platform_driver_register()
  OMAPDSS: DSI: Add error handling for dsi_probe_pdata
  OMAPDSS: DPI: use platform_driver_register()
  OMAPDSS: DPI: Add error handling for dpi_probe_pdata
  OMAPDSS: HDMI: use platform_driver_register()
  OMAPDSS: HDMI: Add error handling for hdmi_probe_pdata
  OMAPDSS: TFP410: return EPROBE_DEFER if the i2c adapter not found

 drivers/video/omap2/Makefile                |    2 +-
 drivers/video/omap2/displays/panel-tfp410.c |    2 +-
 drivers/video/omap2/dss/dpi.c               |   35 +++++++++++++++++----------
 drivers/video/omap2/dss/dsi.c               |   35 +++++++++++++++++----------
 drivers/video/omap2/dss/hdmi.c              |   33 ++++++++++++++++---------
 drivers/video/omap2/omapfb/omapfb-main.c    |   30 +++--------------------
 6 files changed, 71 insertions(+), 66 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-05-01 16:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 10:22 [PATCH 00/10] OMAPDSS: Basic deferred probe support Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 01/10] OMAPDSS: Makefile: move omapfb after panels Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 02/10] OMAPFB: use module_platform_driver() Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 03/10] OMAPFB: defer probe if no displays Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 04/10] OMAPDSS: DSI: use platform_driver_register() Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 05/10] OMAPDSS: DSI: Add error handling for dsi_probe_pdata Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 06/10] OMAPDSS: DPI: use platform_driver_register() Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 07/10] OMAPDSS: DPI: Add error handling for dpi_probe_pdata Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 08/10] OMAPDSS: HDMI: use platform_driver_register() Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 09/10] OMAPDSS: HDMI: Add error handling for hdmi_probe_pdata Tomi Valkeinen
2013-04-29 10:22 ` [PATCH 10/10] OMAPDSS: TFP410: return EPROBE_DEFER if the i2c adapter not found Tomi Valkeinen
2013-05-01 16:55 ` [PATCH 00/10] OMAPDSS: Basic deferred probe support 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).