Re: [PATCH 00/10] OMAPDSS: Basic deferred probe support
From: Tony Lindgren <tony@atomide.com>
Date: 2013-05-01 16:55:08
Also in:
linux-omap
From: Tony Lindgren <tony@atomide.com>
Date: 2013-05-01 16:55:08
Also in:
linux-omap
* Tomi Valkeinen [off-list ref] [130429 03:28]:
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.
Great, these fix the issues at least for panda booted with DT. Regards, Tony