From: Jyri Sarha <jsarha@ti.com>
To: dri-devel@lists.freedesktop.org, airlied@linux.ie,
linux-omap@vger.kernel.org, alsa-devel@alsa-project.org
Cc: peter.ujfalusi@ti.com, moinejf@free.fr, broonie@kernel.org,
Jyri Sarha <jsarha@ti.com>,
liam.r.girdwood@linux.intel.com, tomi.valkeinen@ti.com,
rmk+kernel@arm.linux.org.uk
Subject: [PATCH RFC v2 0/7] Implement generic ASoC HDMI codec
Date: Tue, 26 May 2015 21:59:04 +0300 [thread overview]
Message-ID: <1432666751-24794-1-git-send-email-jsarha@ti.com> (raw)
Only the first three patches are meant for serious review.
The ASoC part should be ready for review in other respects but the
EDID SADs handling is waiting for Russell King's DRM ELD helper
patches. There is a copy-pasted not-to-be-merged patch with the same
functionality in the patch series.
The tda998x part is not complete and I do not think Jean-Francois'
binding are ready as such either. At least the usage of reg property in
a port node for something that is not an address or even guaranteed to
be unique is not a good idea. Some documentation of how to configure
AP0-AP4 pins (REG_ENA_AP?) would help in making a proper binding for
the tda998x audio configuration.
These patches, my tilcdc refactoring[1], and my latest BCLK fixes for
davinci-mcasp driver [2], can be found in a branch that produces
working HDMI audio on Beaglebone-Black here:
https://github.com/jsarha/linux.git linux-master-bbb-hdmi-20150512
[1] http://lists.freedesktop.org/archives/dri-devel/2015-May/082537.html
[2] http://mailman.alsa-project.org/pipermail/alsa-devel/2015-April/090974.html
Jean-Francois Moine (1):
drm/i2c: tda998x: Add support of a DT graph of ports DO NOT MERGE
Jyri Sarha (6):
ASoC: core: If component doesn't have of_node use parent's node
instead
ASoC: hdmi: Remove obsolete dummy HDMI codec
ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
ASoC: hdmi-codec: Add ELD based audio pcm rules DO NOT MERGE
drm/i2c: tda998x: Register ASoC HDMI codec for audio functionality DO
NOT MERGE
ARM: dts: am335x-boneblack: Add HDMI audio support DO NOT MERGE
.../devicetree/bindings/drm/i2c/tda998x.txt | 51 ++
arch/arm/boot/dts/am335x-boneblack.dts | 78 ++-
drivers/gpu/drm/i2c/Kconfig | 1 +
drivers/gpu/drm/i2c/tda998x_drv.c | 328 +++++++++++-
include/sound/hdmi-codec.h | 99 ++++
include/sound/tda998x.h | 8 +
sound/soc/codecs/Kconfig | 2 +-
sound/soc/codecs/Makefile | 4 +-
sound/soc/codecs/hdmi-codec.c | 560 +++++++++++++++++++++
sound/soc/codecs/hdmi.c | 109 ----
sound/soc/soc-core.c | 14 +-
11 files changed, 1129 insertions(+), 125 deletions(-)
create mode 100644 include/sound/hdmi-codec.h
create mode 100644 include/sound/tda998x.h
create mode 100644 sound/soc/codecs/hdmi-codec.c
delete mode 100644 sound/soc/codecs/hdmi.c
--
1.9.1
next reply other threads:[~2015-05-26 18:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-26 18:59 Jyri Sarha [this message]
2015-05-26 18:59 ` [PATCH RFC v2 1/7] ASoC: core: If component doesn't have of_node use parent's node instead Jyri Sarha
2015-06-02 20:09 ` Mark Brown
2015-05-26 18:59 ` [PATCH RFC v2 2/7] ASoC: hdmi: Remove obsolete dummy HDMI codec Jyri Sarha
2015-06-02 20:10 ` Mark Brown
2015-09-20 0:13 ` Applied "ASoC: hdmi: Remove obsolete dummy HDMI codec" to the asoc tree Mark Brown
2015-05-26 18:59 ` [PATCH RFC v2 3/7] ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders Jyri Sarha
2015-08-14 19:25 ` Mark Brown
2015-08-17 8:39 ` Jyri Sarha
2015-05-26 18:59 ` [PATCH RFC v2 4/7] ASoC: hdmi-codec: Add ELD based audio pcm rules DO NOT MERGE Jyri Sarha
2015-05-26 18:59 ` [PATCH RFC v2 5/7] drm/i2c: tda998x: Add support of a DT graph of ports " Jyri Sarha
2015-05-26 18:59 ` [PATCH RFC v2 6/7] drm/i2c: tda998x: Register ASoC HDMI codec for audio functionality " Jyri Sarha
2015-05-26 18:59 ` [PATCH RFC v2 7/7] ARM: dts: am335x-boneblack: Add HDMI audio support " Jyri Sarha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1432666751-24794-1-git-send-email-jsarha@ti.com \
--to=jsarha@ti.com \
--cc=airlied@linux.ie \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=linux-omap@vger.kernel.org \
--cc=moinejf@free.fr \
--cc=peter.ujfalusi@ti.com \
--cc=rmk+kernel@arm.linux.org.uk \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).