public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] omap display fixes for 3.10
@ 2013-05-02 12:37 Tomi Valkeinen
  0 siblings, 0 replies; only message in thread
From: Tomi Valkeinen @ 2013-05-02 12:37 UTC (permalink / raw)
  To: Dave Airlie; +Cc: linux-omap, dri-devel

[-- Attachment #1: Type: text/plain, Size: 2872 bytes --]

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(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-02 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 12:37 [GIT PULL] omap display fixes for 3.10 Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox