[GIT PULL] omap display fixes for 3.10

Tomi Valkeinen tomi.valkeinen at ti.com
Thu May 2 05:37:47 PDT 2013


Hi Dave,

Here are a few omapdss fixes for 3.10. These are based on top of the earlier
pull request I sent.

The first patch is a compilation fix, the rest implement basic support for
deferred probing. Support for deferred probing is needed when booting with
device tree, as the probing order with DT is not the same as with non-DT,
causing display initialization to fail.

 Tomi

The following changes since commit 3d62fe5b214fce69ae14abbdb88794a753418614:

  OMAPDSS: Merge omapdss topic branches (2013-04-15 12:01:02 +0300)

are available in the git repository at:

  git://gitorious.org/linux-omap-dss2/linux.git tags/omapdss-for-3.10-fixes

for you to fetch changes up to bca3913034ef99c9cc028d054273a3b271ed62b9:

  OMAPDSS: TFP410: return EPROBE_DEFER if the i2c adapter not found (2013-05-02 12:25:44 +0300)

----------------------------------------------------------------
OMAPDSS fixes for 3.10:

* Compilation fix when DSI is disabled in Kconfig
* Basic deferred probe support to fix DT boot

----------------------------------------------------------------
Tomi Valkeinen (17):
      OMAPDSS: DPI: fix compilation if DSI not compiled in
      OMAPDSS: Makefile: move omapfb after panels
      OMAPFB: use module_platform_driver()
      OMAPFB: defer probe if no displays
      OMAPDSS: DPI: use platform_driver_register()
      OMAPDSS: SDI: use platform_driver_register()
      OMAPDSS: DSI: use platform_driver_register()
      OMAPDSS: RFBI: use platform_driver_register()
      OMAPDSS: HDMI: use platform_driver_register()
      OMAPDSS: VENC: use platform_driver_register()
      OMAPDSS: DPI: Add error handling for dpi_probe_pdata
      OMAPDSS: SDI: Add error handling for sdi_probe_pdata
      OMAPDSS: DSI: Add error handling for dsi_probe_pdata
      OMAPDSS: RFBI: Add error handling for rfbi_probe_pdata
      OMAPDSS: HDMI: Add error handling for hdmi_probe_pdata
      OMAPDSS: VENC: Add error handling for venc_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/dss.h               | 31 +++++++++++++++++++++----
 drivers/video/omap2/dss/hdmi.c              | 33 +++++++++++++++++----------
 drivers/video/omap2/dss/rfbi.c              | 32 ++++++++++++++++----------
 drivers/video/omap2/dss/sdi.c               | 33 +++++++++++++++++----------
 drivers/video/omap2/dss/venc.c              | 33 +++++++++++++++++----------
 drivers/video/omap2/omapfb/omapfb-main.c    | 30 ++++---------------------
 10 files changed, 160 insertions(+), 106 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130502/23d8b88a/attachment-0001.pgp>


More information about the dri-devel mailing list