From: Andrew Lunn <andrew@lunn.ch>
To: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Lior Amsalem <alior@marvell.com>, Andrew Lunn <andrew@lunn.ch>,
alsa-devel@alsa-project.org, Jason Cooper <jason@lakedaemon.net>,
Tawfik Bayouk <tawfik@marvell.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Nadav Haklai <nadavh@marvell.com>,
Mark Brown <broonie@kernel.org>,
Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
Gregory Clement <gregory.clement@free-electrons.com>,
linux-arm-kernel@lists.infradead.org,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH 0/6] ASoC/ARM: move Marvell Armada 370 DB to simple-audio-card
Date: Tue, 28 Oct 2014 17:23:55 +0100 [thread overview]
Message-ID: <20141028162355.GI10559@lunn.ch> (raw)
In-Reply-To: <1414512524-24466-1-git-send-email-thomas.petazzoni@free-electrons.com>
On Tue, Oct 28, 2014 at 05:08:38PM +0100, Thomas Petazzoni wrote:
> Hello,
>
> This set of patches moves the Marvell Armada 370 DB audio complex
> description from a custom audio machine driver to the
> simple-audio-card DT binding.
Hi Thomas
All looks sensible, from the little i know about simple-audio-card.
Acked-by: Andrew Lunn <andrew@lunn.ch>
Andrew
>
> The first three patches are meant to go through the ASoC tree, the
> last three patches are meant to go through the mvebu maintainers tree.
>
> Quick description of the patches:
>
> - First patch fixes a small issue in the cs42l51 driver following its
> split in two parts.
>
> - Second patch makes the cs42l51 user-selectable by adding a prompt
> to its Kconfig option.
>
> - Third patch gets rid of the machine driver.
>
> - Fourth patch removes some now incorrect pin-muxing selection in the
> Armada 370 DB platform.
>
> - Fifth patch actually switches to use the simple-audio-card DT
> binding on Armada 370 DB.
>
> - Sixth patch updates mvebu_v7_defconfig to select the relevant
> options to get audio to work.
>
> Note: obviously, after PATCH 3 is applied, the audio will no longer
> work until PATCH 5 is applied. But since those patches will anyway go
> through different trees, it is a bit inevitable. And it is not
> dramatically important, since audio support on Armada 370 DB is
> already broken since the split of the CS42L51 driver.
>
> Thanks,
>
> Thomas
>
> Thomas Petazzoni (6):
> ASoC: cs42l51: re-add of_match_table pointer
> ASoC: cs42l51: make driver user-selectable
> ASoC: kirkwood: get rid of armada-370-db driver
> ARM: mvebu: remove conflicting muxing on Armada 370 DB
> ARM: mvebu: use simple-card DT binding for audio on Armada 370 DB
> ARM: mvebu: update mvebu_v7_defconfig for Armada 370 audio
>
> arch/arm/boot/dts/armada-370-db.dts | 80 +++++++++++--------
> arch/arm/boot/dts/armada-370.dtsi | 1 +
> arch/arm/configs/mvebu_v7_defconfig | 4 +-
> sound/soc/codecs/Kconfig | 2 +-
> sound/soc/codecs/cs42l51-i2c.c | 7 ++
> sound/soc/codecs/cs42l51.c | 5 --
> sound/soc/kirkwood/Kconfig | 13 +---
> sound/soc/kirkwood/Makefile | 4 -
> sound/soc/kirkwood/armada-370-db.c | 148 ------------------------------------
> 9 files changed, 63 insertions(+), 201 deletions(-)
> delete mode 100644 sound/soc/kirkwood/armada-370-db.c
>
> --
> 2.0.0
>
WARNING: multiple messages have this Message-ID (diff)
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] ASoC/ARM: move Marvell Armada 370 DB to simple-audio-card
Date: Tue, 28 Oct 2014 17:23:55 +0100 [thread overview]
Message-ID: <20141028162355.GI10559@lunn.ch> (raw)
In-Reply-To: <1414512524-24466-1-git-send-email-thomas.petazzoni@free-electrons.com>
On Tue, Oct 28, 2014 at 05:08:38PM +0100, Thomas Petazzoni wrote:
> Hello,
>
> This set of patches moves the Marvell Armada 370 DB audio complex
> description from a custom audio machine driver to the
> simple-audio-card DT binding.
Hi Thomas
All looks sensible, from the little i know about simple-audio-card.
Acked-by: Andrew Lunn <andrew@lunn.ch>
Andrew
>
> The first three patches are meant to go through the ASoC tree, the
> last three patches are meant to go through the mvebu maintainers tree.
>
> Quick description of the patches:
>
> - First patch fixes a small issue in the cs42l51 driver following its
> split in two parts.
>
> - Second patch makes the cs42l51 user-selectable by adding a prompt
> to its Kconfig option.
>
> - Third patch gets rid of the machine driver.
>
> - Fourth patch removes some now incorrect pin-muxing selection in the
> Armada 370 DB platform.
>
> - Fifth patch actually switches to use the simple-audio-card DT
> binding on Armada 370 DB.
>
> - Sixth patch updates mvebu_v7_defconfig to select the relevant
> options to get audio to work.
>
> Note: obviously, after PATCH 3 is applied, the audio will no longer
> work until PATCH 5 is applied. But since those patches will anyway go
> through different trees, it is a bit inevitable. And it is not
> dramatically important, since audio support on Armada 370 DB is
> already broken since the split of the CS42L51 driver.
>
> Thanks,
>
> Thomas
>
> Thomas Petazzoni (6):
> ASoC: cs42l51: re-add of_match_table pointer
> ASoC: cs42l51: make driver user-selectable
> ASoC: kirkwood: get rid of armada-370-db driver
> ARM: mvebu: remove conflicting muxing on Armada 370 DB
> ARM: mvebu: use simple-card DT binding for audio on Armada 370 DB
> ARM: mvebu: update mvebu_v7_defconfig for Armada 370 audio
>
> arch/arm/boot/dts/armada-370-db.dts | 80 +++++++++++--------
> arch/arm/boot/dts/armada-370.dtsi | 1 +
> arch/arm/configs/mvebu_v7_defconfig | 4 +-
> sound/soc/codecs/Kconfig | 2 +-
> sound/soc/codecs/cs42l51-i2c.c | 7 ++
> sound/soc/codecs/cs42l51.c | 5 --
> sound/soc/kirkwood/Kconfig | 13 +---
> sound/soc/kirkwood/Makefile | 4 -
> sound/soc/kirkwood/armada-370-db.c | 148 ------------------------------------
> 9 files changed, 63 insertions(+), 201 deletions(-)
> delete mode 100644 sound/soc/kirkwood/armada-370-db.c
>
> --
> 2.0.0
>
next prev parent reply other threads:[~2014-10-28 16:23 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-28 16:08 [PATCH 0/6] ASoC/ARM: move Marvell Armada 370 DB to simple-audio-card Thomas Petazzoni
2014-10-28 16:08 ` Thomas Petazzoni
2014-10-28 16:08 ` [PATCH 1/6] ASoC: cs42l51: re-add of_match_table pointer Thomas Petazzoni
2014-10-28 16:08 ` Thomas Petazzoni
2014-10-28 20:09 ` Brian Austin
2014-10-28 20:09 ` Brian Austin
2014-10-28 16:08 ` [PATCH 2/6] ASoC: cs42l51: make driver user-selectable Thomas Petazzoni
2014-10-28 16:08 ` Thomas Petazzoni
2014-10-28 19:50 ` Brian Austin
2014-10-28 19:50 ` Brian Austin
2014-10-28 22:34 ` Mark Brown
2014-10-28 22:34 ` Mark Brown
2014-10-28 16:08 ` [PATCH 3/6] ASoC: kirkwood: get rid of armada-370-db driver Thomas Petazzoni
2014-10-28 16:08 ` Thomas Petazzoni
2014-10-28 22:35 ` Mark Brown
2014-10-28 22:35 ` Mark Brown
2014-10-28 22:54 ` Thomas Petazzoni
2014-10-28 22:54 ` Thomas Petazzoni
2014-10-28 23:07 ` Mark Brown
2014-10-28 23:07 ` Mark Brown
2014-10-29 8:24 ` Thomas Petazzoni
2014-10-29 8:24 ` Thomas Petazzoni
2014-10-29 10:56 ` Mark Brown
2014-10-29 10:56 ` Mark Brown
2014-10-28 16:08 ` [PATCH 4/6] ARM: mvebu: remove conflicting muxing on Armada 370 DB Thomas Petazzoni
2014-10-28 16:08 ` Thomas Petazzoni
2014-11-07 3:15 ` Jason Cooper
2014-11-07 3:15 ` Jason Cooper
2014-12-18 18:13 ` Gregory CLEMENT
2014-12-18 18:13 ` Gregory CLEMENT
2014-10-28 16:08 ` [PATCH 5/6] ARM: mvebu: use simple-card DT binding for audio " Thomas Petazzoni
2014-10-28 16:08 ` Thomas Petazzoni
2014-10-28 16:08 ` [PATCH 6/6] ARM: mvebu: update mvebu_v7_defconfig for Armada 370 audio Thomas Petazzoni
2014-10-28 16:08 ` Thomas Petazzoni
2014-11-07 3:17 ` Jason Cooper
2014-11-07 3:17 ` Jason Cooper
2014-10-28 16:23 ` Andrew Lunn [this message]
2014-10-28 16:23 ` [PATCH 0/6] ASoC/ARM: move Marvell Armada 370 DB to simple-audio-card Andrew Lunn
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=20141028162355.GI10559@lunn.ch \
--to=andrew@lunn.ch \
--cc=alior@marvell.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=ezequiel.garcia@free-electrons.com \
--cc=gregory.clement@free-electrons.com \
--cc=jason@lakedaemon.net \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=nadavh@marvell.com \
--cc=sebastian.hesselbarth@gmail.com \
--cc=tawfik@marvell.com \
--cc=thomas.petazzoni@free-electrons.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 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.