From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH 0/7] Audio support for Armada 370 DB
Date: Mon, 10 Feb 2014 15:21:41 +0100 [thread overview]
Message-ID: <20140210152141.1391fb67@skate> (raw)
In-Reply-To: <1391102051-5319-1-git-send-email-thomas.petazzoni@free-electrons.com>
Hello,
Any comments on the patch series? I'd like these to be included in
3.15, and so far I've only received one simple comment from Jason
Cooper regarding the defconfig changes, but no other comments.
Thanks a lot!
Thomas
On Thu, 30 Jan 2014 18:14:04 +0100, Thomas Petazzoni wrote:
> Hello,
>
> This series of patches enable audio support on the Marvell Armada 370
> Development Board. Since both the I2S controller on the SoC side and
> the I2C audio codec are already supported by the kernel, the amount of
> work is fairly limited.
>
> Also, since the DT bindings that allows to replace the ASoC board
> driver are still being ironed out, I'm proposing to add an old-style
> ASoC board driver for now.
>
> This set of patches only provide support for the analog output and
> input, I am waiting for the optical cable to arrive to get the digital
> input and output to work.
>
> Patches 1 to 3 are to be taken by the ASoC maintainer, while patches 4
> to 7 are to be taken by the mvebu maintainers.
>
> Note that the audio support for Armada 370 also needs a fix to the
> CS42L51, which is being discussed with the author of the change that
> apparently introduced the problem (see discussion at
> http://mailman.alsa-project.org/pipermail/alsa-devel/2014-January/071916.html).
>
> Thanks,
>
> Thomas
>
> Thomas Petazzoni (7):
> sound: codec: add Device Tree binding to cs42l51
> sound: soc: enable Kirkwood driver for mvebu platforms
> sound: soc: add ASoC board driver for Armada 370 DB
> ARM: mvebu: add audio I2S controller to Armada 370 Device Tree
> ARM: mvebu: add I2C0 muxing option for Armada 370 SoC
> ARM: mvebu: add audio support to Armada 370 DB
> ARM: mvebu: enable audio options in mvebu_defconfig
>
> .../devicetree/bindings/i2c/trivial-devices.txt | 1 +
> .../devicetree/bindings/sound/mvebu-audio.txt | 1 +
> arch/arm/boot/dts/armada-370-db.dts | 46 +++++++
> arch/arm/boot/dts/armada-370.dtsi | 29 +++++
> arch/arm/configs/mvebu_defconfig | 5 +
> sound/soc/codecs/cs42l51.c | 7 +
> sound/soc/kirkwood/Kconfig | 10 +-
> sound/soc/kirkwood/Makefile | 2 +
> sound/soc/kirkwood/armada-370-db.c | 144 +++++++++++++++++++++
> sound/soc/kirkwood/kirkwood-i2s.c | 1 +
> 10 files changed, 245 insertions(+), 1 deletion(-)
> create mode 100644 sound/soc/kirkwood/armada-370-db.c
>
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-02-10 14:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-30 17:14 [PATCH 0/7] Audio support for Armada 370 DB Thomas Petazzoni
2014-01-30 17:14 ` [PATCH 1/7] sound: codec: add Device Tree binding to cs42l51 Thomas Petazzoni
2014-02-11 12:35 ` Mark Brown
2014-01-30 17:14 ` [PATCH 2/7] sound: soc: enable Kirkwood driver for mvebu platforms Thomas Petazzoni
2014-02-11 12:38 ` Mark Brown
2014-01-30 17:14 ` [PATCH 3/7] sound: soc: add ASoC board driver for Armada 370 DB Thomas Petazzoni
2014-02-11 12:48 ` Mark Brown
2014-01-30 17:14 ` [PATCH 4/7] ARM: mvebu: add audio I2S controller to Armada 370 Device Tree Thomas Petazzoni
2014-01-30 17:14 ` [PATCH 5/7] ARM: mvebu: add I2C0 muxing option for Armada 370 SoC Thomas Petazzoni
2014-01-30 17:14 ` [PATCH 6/7] ARM: mvebu: add audio support to Armada 370 DB Thomas Petazzoni
2014-01-30 17:14 ` [PATCH 7/7] ARM: mvebu: enable audio options in mvebu_defconfig Thomas Petazzoni
2014-01-30 21:07 ` Jason Cooper
2014-02-10 14:21 ` Thomas Petazzoni [this message]
2014-02-10 14:57 ` [alsa-devel] [PATCH 0/7] Audio support for Armada 370 DB Mark Brown
2014-02-10 15:04 ` Thomas Petazzoni
2014-02-10 18:25 ` Mark Brown
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=20140210152141.1391fb67@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).