From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Date: Wed, 01 May 2013 16:55:08 +0000 Subject: Re: [PATCH 00/10] OMAPDSS: Basic deferred probe support Message-Id: <20130501165507.GI28721@atomide.com> List-Id: References: <1367230957-32337-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1367230957-32337-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen Cc: linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org, grygorii.strashko@ti.com, chf.fritz@googlemail.com, Archit Taneja * Tomi Valkeinen [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