All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	Takashi Iwai <tiwai@suse.com>, Jaroslav Kysela <perex@perex.cz>,
	Rob Herring <robh+dt@kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Jonathan Cameron <jic23@kernel.org>,
	Alexandre TORGUE <alexandre.torgue@st.com>
Subject: Re: [PATCH v6 13/13] ASoC: stm32: add DFSDM DAI support
Date: Mon, 4 Dec 2017 16:58:54 +0000	[thread overview]
Message-ID: <20171204165854.m75tpfauxxwz6bi4@sirena.org.uk> (raw)
In-Reply-To: <bd2ba77f-2d91-efb7-d89a-3f8cdeb941f7@st.com>


[-- Attachment #1.1: Type: text/plain, Size: 740 bytes --]

On Mon, Dec 04, 2017 at 09:58:42AM +0100, Arnaud Pouliquen wrote:
> On 12/02/2017 04:09 PM, Jonathan Cameron wrote:

> > Mark, given this set is moderately invasive on the IIO side and
> > should just drop in cleanly on the sound side of things, either
> > I could take it via IIO or one of us can do an immutable branch
> > and we take it through both trees.

> Don't know if you saw the reply from Mark on V5:
> "This is basically fine, if someone could send me a pull request and the
> relevant patches when the IIO stuff is sorted out I'll give it a final
> check and apply then."

Yup, I figure that a shared branch with the IIO changes in will be the
easiest thing (Morimoto-san is donig a bunch of subsystem wide ASoC
cleanups ATM).

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Cc: Jonathan Cameron <jic23@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Alexandre TORGUE <alexandre.torgue@st.com>
Subject: Re: [PATCH v6 13/13] ASoC: stm32: add DFSDM DAI support
Date: Mon, 4 Dec 2017 16:58:54 +0000	[thread overview]
Message-ID: <20171204165854.m75tpfauxxwz6bi4@sirena.org.uk> (raw)
In-Reply-To: <bd2ba77f-2d91-efb7-d89a-3f8cdeb941f7@st.com>

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

On Mon, Dec 04, 2017 at 09:58:42AM +0100, Arnaud Pouliquen wrote:
> On 12/02/2017 04:09 PM, Jonathan Cameron wrote:

> > Mark, given this set is moderately invasive on the IIO side and
> > should just drop in cleanly on the sound side of things, either
> > I could take it via IIO or one of us can do an immutable branch
> > and we take it through both trees.

> Don't know if you saw the reply from Mark on V5:
> "This is basically fine, if someone could send me a pull request and the
> relevant patches when the IIO stuff is sorted out I'll give it a final
> check and apply then."

Yup, I figure that a shared branch with the IIO changes in will be the
easiest thing (Morimoto-san is donig a bunch of subsystem wide ASoC
cleanups ATM).

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: broonie@kernel.org (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 13/13] ASoC: stm32: add DFSDM DAI support
Date: Mon, 4 Dec 2017 16:58:54 +0000	[thread overview]
Message-ID: <20171204165854.m75tpfauxxwz6bi4@sirena.org.uk> (raw)
In-Reply-To: <bd2ba77f-2d91-efb7-d89a-3f8cdeb941f7@st.com>

On Mon, Dec 04, 2017 at 09:58:42AM +0100, Arnaud Pouliquen wrote:
> On 12/02/2017 04:09 PM, Jonathan Cameron wrote:

> > Mark, given this set is moderately invasive on the IIO side and
> > should just drop in cleanly on the sound side of things, either
> > I could take it via IIO or one of us can do an immutable branch
> > and we take it through both trees.

> Don't know if you saw the reply from Mark on V5:
> "This is basically fine, if someone could send me a pull request and the
> relevant patches when the IIO stuff is sorted out I'll give it a final
> check and apply then."

Yup, I figure that a shared branch with the IIO changes in will be the
easiest thing (Morimoto-san is donig a bunch of subsystem wide ASoC
cleanups ATM).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20171204/2dfc1c87/attachment.sig>

  reply	other threads:[~2017-12-04 16:58 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01 17:40 [PATCH v6 00/13] Add STM32 DFSDM support Arnaud Pouliquen
2017-12-01 17:40 ` Arnaud Pouliquen
2017-12-01 17:40 ` Arnaud Pouliquen
2017-12-01 17:40 ` [PATCH v6 02/13] docs: driver-api: add iio hw consumer section Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
     [not found]   ` <1512150020-20335-3-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 14:51     ` Jonathan Cameron
2017-12-02 14:51       ` Jonathan Cameron
2017-12-02 14:51       ` Jonathan Cameron
2017-12-01 17:40 ` [PATCH v6 04/13] IIO: inkern: API for manipulating channel attributes Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
     [not found]   ` <1512150020-20335-5-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 14:46     ` Jonathan Cameron
2017-12-02 14:46       ` Jonathan Cameron
2017-12-02 14:46       ` Jonathan Cameron
2017-12-01 17:40 ` [PATCH v6 05/13] IIO: Add DT bindings for sigma delta adc modulator Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
     [not found]   ` <1512150020-20335-6-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 14:52     ` Jonathan Cameron
2017-12-02 14:52       ` Jonathan Cameron
2017-12-02 14:52       ` Jonathan Cameron
2017-12-01 17:40 ` [PATCH v6 06/13] IIO: ADC: add sigma delta modulator support Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
     [not found]   ` <1512150020-20335-7-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 14:54     ` Jonathan Cameron
2017-12-02 14:54       ` Jonathan Cameron
2017-12-02 14:54       ` Jonathan Cameron
2017-12-01 17:40 ` [PATCH v6 10/13] IIO: ADC: add stm32 DFSDM support for PDM microphone Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
2017-12-01 17:40   ` Arnaud Pouliquen
     [not found] ` <1512150020-20335-1-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-01 17:40   ` [PATCH v6 01/13] iio: Add hardware consumer buffer support Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
     [not found]     ` <1512150020-20335-2-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 14:50       ` Jonathan Cameron
2017-12-02 14:50         ` Jonathan Cameron
2017-12-02 14:50         ` Jonathan Cameron
2017-12-01 17:40   ` [PATCH v6 03/13] IIO: hw_consumer: add devm_iio_hw_consumer_alloc Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
     [not found]     ` <1512150020-20335-4-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 14:52       ` Jonathan Cameron
2017-12-02 14:52         ` Jonathan Cameron
2017-12-02 14:52         ` Jonathan Cameron
2017-12-01 17:40   ` [PATCH v6 07/13] IIO: add DT bindings for stm32 DFSDM filter Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
     [not found]     ` <1512150020-20335-8-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 14:55       ` Jonathan Cameron
2017-12-02 14:55         ` Jonathan Cameron
2017-12-02 14:55         ` Jonathan Cameron
2017-12-01 17:40   ` [PATCH v6 08/13] IIO: ADC: add stm32 DFSDM core support Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40   ` [PATCH v6 09/13] IIO: ADC: add STM32 DFSDM sigma delta ADC support Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
     [not found]     ` <1512150020-20335-10-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 14:58       ` Jonathan Cameron
2017-12-02 14:58         ` Jonathan Cameron
2017-12-02 14:58         ` Jonathan Cameron
2017-12-01 17:40   ` [PATCH v6 11/13] IIO: consumer: allow to set buffer sizes Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40   ` [PATCH v6 12/13] ASoC: add bindings for stm32 DFSDM filter Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
     [not found]     ` <1512150020-20335-13-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-04 21:51       ` Rob Herring
2017-12-04 21:51         ` Rob Herring
2017-12-04 21:51         ` Rob Herring
2017-12-01 17:40   ` [PATCH v6 13/13] ASoC: stm32: add DFSDM DAI support Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
2017-12-01 17:40     ` Arnaud Pouliquen
     [not found]     ` <1512150020-20335-14-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org>
2017-12-02 15:09       ` Jonathan Cameron
2017-12-02 15:09         ` Jonathan Cameron
2017-12-02 15:09         ` Jonathan Cameron
2017-12-04  8:58         ` Arnaud Pouliquen
2017-12-04  8:58           ` Arnaud Pouliquen
2017-12-04  8:58           ` Arnaud Pouliquen
2017-12-04 16:58           ` Mark Brown [this message]
2017-12-04 16:58             ` Mark Brown
2017-12-04 16:58             ` 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=20171204165854.m75tpfauxxwz6bi4@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alexandre.torgue@st.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnaud.pouliquen@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=perex@perex.cz \
    --cc=pmeerw@pmeerw.net \
    --cc=robh+dt@kernel.org \
    --cc=tiwai@suse.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.