From: mw@semihalf.com (Marcin Wojtas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Armada 38x and 370 audio
Date: Wed, 25 Feb 2015 22:57:58 +0100 [thread overview]
Message-ID: <1424901482-3809-1-git-send-email-mw@semihalf.com> (raw)
In-Reply-To: <y>
Hi,
I send a series of patches adding I2S - S/PDIF support for Marvell Armada 38x
SoC. It is same controller as in Armada 370, however two quirks had to be taken
into consideration:
* new PLL frequency setting
* exceptive pinout of I2S and S/PDIF formats
Kirkwood-i2s driver was enhanced with obtaining mem resources by name. Sound
interface was enabled for Armada 385 DB board, using simple-card DT binding for
both I2S and S/PDIF. In addition to that minor fix was applied for Armada 370
audio DT description (stable-CC'ed).
Any comments and remarks are welcome.
Best regards,
Marcin
Marcin Wojtas (4):
ASoC: kirkwood: enable Kirkwood driver for Armada 38x platforms
ARM: mvebu: add audio I2S controller to Armada 38x Device Tree
ARM: mvebu: add audio support to Armada 385 DB
ARM: mvebu: fix routing for analog audio input of Armada 370 DB
platform
.../devicetree/bindings/sound/mvebu-audio.txt | 14 ++-
arch/arm/boot/dts/armada-370-db.dts | 2 +-
arch/arm/boot/dts/armada-388-db.dts | 69 +++++++++++
arch/arm/boot/dts/armada-38x.dtsi | 17 +++
sound/soc/kirkwood/kirkwood-i2s.c | 132 ++++++++++++++++++++-
sound/soc/kirkwood/kirkwood.h | 2 +
6 files changed, 232 insertions(+), 4 deletions(-)
--
1.8.3.1
next reply other threads:[~2015-02-25 21:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-25 21:57 Marcin Wojtas [this message]
2015-02-25 21:57 ` [PATCH 1/4] ASoC: kirkwood: enable Kirkwood driver for Armada 38x platforms Marcin Wojtas
2015-02-25 21:58 ` [PATCH 2/4] ARM: mvebu: add audio I2S controller to Armada 38x Device Tree Marcin Wojtas
2015-02-25 22:21 ` Sebastian Hesselbarth
2015-02-26 0:11 ` Marcin Wojtas
2015-02-26 0:30 ` Sebastian Hesselbarth
2015-02-26 9:05 ` Marcin Wojtas
2015-02-27 14:03 ` Thomas Petazzoni
2015-02-27 20:22 ` Marcin Wojtas
2015-02-28 9:58 ` Thomas Petazzoni
2015-03-04 12:12 ` Marcin Wojtas
2015-03-04 12:29 ` Thomas Petazzoni
2015-02-25 21:58 ` [PATCH 3/4] ARM: mvebu: add audio support to Armada 385 DB Marcin Wojtas
2015-02-25 21:58 ` [PATCH 4/4] ARM: mvebu: fix routing for analog audio input of Armada 370 DB platform Marcin Wojtas
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=1424901482-3809-1-git-send-email-mw@semihalf.com \
--to=mw@semihalf.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).