All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Create platform device for audio support
@ 2012-10-16  1:27 Ricardo Neri
  2012-10-16  1:27 ` [PATCH 1/6] OMAPDSS: HDMI: Rename resource variable at probe Ricardo Neri
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Ricardo Neri @ 2012-10-16  1:27 UTC (permalink / raw)
  To: tomi.valkeinen
  Cc: s-guiriec, peter.ujfalusi, b-cousson, linux-omap, Ricardo Neri

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


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-10-26  0:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-16  1:27 [PATCH 0/6] Create platform device for audio support Ricardo Neri
2012-10-16  1:27 ` [PATCH 1/6] OMAPDSS: HDMI: Rename resource variable at probe Ricardo Neri
2012-10-16  1:27 ` [PATCH 2/6] OMAPDSS: Convert to devm_ioremap Ricardo Neri
2012-10-22  7:22   ` Tomi Valkeinen
2012-10-22 22:59     ` Ricardo Neri
2012-10-16  1:27 ` [PATCH 3/6] OMAPDSS: HDMI: Make panel return error if cannot register driver Ricardo Neri
2012-10-16  1:27 ` [PATCH 4/6] OMAPDSS: HDMI: Uninit display if unable to register device Ricardo Neri
2012-10-16  1:27 ` [PATCH 5/6] OMAPDSS: HDMI: Handle error when initing the display at probe Ricardo Neri
2012-10-16  1:27 ` [PATCH 6/6] OMAPDSS: HDMI: Create platform device to support audio Ricardo Neri
2012-10-16  9:30   ` Péter Ujfalusi
2012-10-16 11:11     ` Ricardo Neri
2012-10-22  7:40   ` Tomi Valkeinen
2012-10-23  0:48     ` Ricardo Neri
2012-10-23  9:37       ` Tomi Valkeinen
2012-10-23 15:42         ` Ricardo Neri
2012-10-23 16:17           ` Tomi Valkeinen
2012-10-23 17:21             ` Ricardo Neri
2012-10-24  4:29               ` Tomi Valkeinen
2012-10-25 14:31                 ` Ricardo Neri
2012-10-25 14:54                   ` Tomi Valkeinen
2012-10-26  0:46                     ` Ricardo Neri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.