Hi Tomi, l-o list, The main purpose of this patch set is to create a platform device for audio support from the OMAPDSS HDMI driver. This follows an approach similar to MFD drivers in which a core driver creates domain-specific devices. Under this approach, the OMAPDSS HDMI drivers as the core driver, retrieves its resources (from DT or hwmod) and passes them to the platform device for audio for other drivers to use (e.g., ASoC). This is also beneficial for future DT boot support, as the OMAP HDMI IP will be represented by a single node in the tree. Before creating the platform device for audio, I also did minor cleanup to the OMAPDSS HDMI driver probe. BR, Ricardo Ricardo Neri (6): OMAPDSS: HDMI: Rename resource variable at probe. OMAPDSS: Convert to devm_ioremap OMAPDSS: HDMI: Make panel return error if cannot register driver OMAPDSS: HDMI: Uninit display if unable to register device OMAPDSS: HDMI: Handle error when initing the display at probe OMAPDSS: HDMI: Create platform device to support audio. drivers/video/omap2/dss/hdmi.c | 101 ++++++++++++++++++++++++++++++---- drivers/video/omap2/dss/hdmi_panel.c | 4 +- 2 files changed, 91 insertions(+), 14 deletions(-) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html