public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND x3][PATCH 0/2 v4] Audio support for adv7511 hdmi bridge
@ 2016-11-29  1:22 John Stultz
  2016-11-29  1:22 ` [RESEND x3][PATCH 1/2 v4] drm/bridge: adv7511: Add Audio support John Stultz
  2016-11-29  1:22 ` [RESEND x3][PATCH 2/2 v4] drm/bridge: adv7511: Enable the audio data and clock pads on adv7533 John Stultz
  0 siblings, 2 replies; 5+ messages in thread
From: John Stultz @ 2016-11-29  1:22 UTC (permalink / raw)
  To: lkml
  Cc: John Stultz, David Airlie, Archit Taneja, Laurent Pinchart,
	Wolfram Sang, Srinivas Kandagatla, Ville Syrjälä,
	Boris Brezillon, Andy Green, Dave Long, Guodong Xu, Zhangfei Gao,
	Mark Brown, Lars-Peter Clausen, Jose Abreu, Kuninori Morimoto,
	dri-devel

Once again, resending the adv7511 hdmi bridge audio support for
review and consideration for merging. 

(I feel a bit like I'm yelling into the void here, am I missing
anyone from the CC list here, or somehow submitting this
improperly?)

I've taken the core audio work done by Lars-Peter Clausen, and
adapted by Srinivas Kandagatla and Archit Taneja, and tried to
rework it to use the hdmi-codec sound driver.

This patchset, along with the i2s driver and dts changes allows
HDMI audio to work on the HiKey board.

As suggested, I do intend to rework the hikey dts (not submitted
here) to use the of graph simple-card, instead of the simple-card
method I currently use, but I don't believe that that change
would effect these patches.

I'd really appreciate any thoughts or feedback.

thanks
-john

Cc: David Airlie <airlied@linux.ie>
Cc: Archit Taneja <architt@codeaurora.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Andy Green <andy@warmcat.com>
Cc: Dave Long <dave.long@linaro.org>
Cc: Guodong Xu <guodong.xu@linaro.org>
Cc: Zhangfei Gao <zhangfei.gao@linaro.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Jose Abreu <joabreu@synopsys.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: dri-devel@lists.freedesktop.org

John Stultz (1):
  drm/bridge: adv7511: Add Audio support.

Srinivas Kandagatla (1):
  drm/bridge: adv7511: Enable the audio data and clock pads on adv7533

 drivers/gpu/drm/bridge/adv7511/Kconfig         |   8 +
 drivers/gpu/drm/bridge/adv7511/Makefile        |   1 +
 drivers/gpu/drm/bridge/adv7511/adv7511.h       |  16 ++
 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c | 213 +++++++++++++++++++++++++
 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c   |   4 +
 drivers/gpu/drm/bridge/adv7511/adv7533.c       |   1 +
 6 files changed, 243 insertions(+)
 create mode 100644 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c

-- 
2.7.4

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

end of thread, other threads:[~2016-12-09 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29  1:22 [RESEND x3][PATCH 0/2 v4] Audio support for adv7511 hdmi bridge John Stultz
2016-11-29  1:22 ` [RESEND x3][PATCH 1/2 v4] drm/bridge: adv7511: Add Audio support John Stultz
2016-12-09 21:44   ` David Long
2016-11-29  1:22 ` [RESEND x3][PATCH 2/2 v4] drm/bridge: adv7511: Enable the audio data and clock pads on adv7533 John Stultz
2016-12-09 21:46   ` David Long

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