From: Jonathan Cameron <jic23@kernel.org>
To: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: <rdunlap@infradead.org>, <sfr@canb.auug.org.au>,
<benjamin.gaignard@linaro.org>, <linux-next@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <mcoquelin.stm32@gmail.com>,
<alexandre.torgue@st.com>, <linux-iio@vger.kernel.org>,
<lars@metafoo.de>, <knaack.h@gmx.de>, <pmeerw@pmeerw.net>,
<linux-stm32@st-md-mailman.stormreply.com>,
<arnaud.pouliquen@st.com>, <olivier.moysan@st.com>
Subject: Re: [PATCH 2/2] iio: adc: stm32-dfsdm: fix triggered buffer build dependency
Date: Mon, 22 Apr 2019 11:17:54 +0100 [thread overview]
Message-ID: <20190422111754.018878c0@archlinux> (raw)
In-Reply-To: <1555333251-4422-3-git-send-email-fabrice.gasnier@st.com>
On Mon, 15 Apr 2019 15:00:51 +0200
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:
> This fixes build errors seen when CONFIG_STM32_DFSDM_ADC is set, as
> stm32-dfsdm-adc driver now also relies on triggered buffer API:
>
> Fixes: 11646e81d775 ("iio: adc: stm32-dfsdm: add support for buffer modes")
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/iio/adc/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index b1b2bde..f3bd32e 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -823,6 +823,7 @@ config STM32_DFSDM_ADC
> select REGMAP_MMIO
> select IIO_BUFFER
> select IIO_BUFFER_HW_CONSUMER
> + select IIO_TRIGGERED_BUFFER
> help
> Select this option to support ADCSigma delta modulator for
> STMicroelectronics STM32 digital filter for sigma delta converter.
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: rdunlap@infradead.org, sfr@canb.auug.org.au,
benjamin.gaignard@linaro.org, linux-next@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, mcoquelin.stm32@gmail.com,
alexandre.torgue@st.com, linux-iio@vger.kernel.org,
lars@metafoo.de, knaack.h@gmx.de, pmeerw@pmeerw.net,
linux-stm32@st-md-mailman.stormreply.com,
arnaud.pouliquen@st.com, olivier.moysan@st.com
Subject: Re: [PATCH 2/2] iio: adc: stm32-dfsdm: fix triggered buffer build dependency
Date: Mon, 22 Apr 2019 11:17:54 +0100 [thread overview]
Message-ID: <20190422111754.018878c0@archlinux> (raw)
In-Reply-To: <1555333251-4422-3-git-send-email-fabrice.gasnier@st.com>
On Mon, 15 Apr 2019 15:00:51 +0200
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:
> This fixes build errors seen when CONFIG_STM32_DFSDM_ADC is set, as
> stm32-dfsdm-adc driver now also relies on triggered buffer API:
>
> Fixes: 11646e81d775 ("iio: adc: stm32-dfsdm: add support for buffer modes")
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/iio/adc/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index b1b2bde..f3bd32e 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -823,6 +823,7 @@ config STM32_DFSDM_ADC
> select REGMAP_MMIO
> select IIO_BUFFER
> select IIO_BUFFER_HW_CONSUMER
> + select IIO_TRIGGERED_BUFFER
> help
> Select this option to support ADCSigma delta modulator for
> STMicroelectronics STM32 digital filter for sigma delta converter.
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: sfr@canb.auug.org.au, lars@metafoo.de, olivier.moysan@st.com,
mcoquelin.stm32@gmail.com, linux-iio@vger.kernel.org,
pmeerw@pmeerw.net, rdunlap@infradead.org,
arnaud.pouliquen@st.com, linux-kernel@vger.kernel.org,
linux-next@vger.kernel.org, benjamin.gaignard@linaro.org,
knaack.h@gmx.de, linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org, alexandre.torgue@st.com
Subject: Re: [PATCH 2/2] iio: adc: stm32-dfsdm: fix triggered buffer build dependency
Date: Mon, 22 Apr 2019 11:17:54 +0100 [thread overview]
Message-ID: <20190422111754.018878c0@archlinux> (raw)
In-Reply-To: <1555333251-4422-3-git-send-email-fabrice.gasnier@st.com>
On Mon, 15 Apr 2019 15:00:51 +0200
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:
> This fixes build errors seen when CONFIG_STM32_DFSDM_ADC is set, as
> stm32-dfsdm-adc driver now also relies on triggered buffer API:
>
> Fixes: 11646e81d775 ("iio: adc: stm32-dfsdm: add support for buffer modes")
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/iio/adc/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index b1b2bde..f3bd32e 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -823,6 +823,7 @@ config STM32_DFSDM_ADC
> select REGMAP_MMIO
> select IIO_BUFFER
> select IIO_BUFFER_HW_CONSUMER
> + select IIO_TRIGGERED_BUFFER
> help
> Select this option to support ADCSigma delta modulator for
> STMicroelectronics STM32 digital filter for sigma delta converter.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-04-22 10:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-15 13:00 [PATCH 0/2] iio: adc: stm32-dfsdm: fix build dependencies Fabrice Gasnier
2019-04-15 13:00 ` Fabrice Gasnier
2019-04-15 13:00 ` Fabrice Gasnier
2019-04-15 13:00 ` [PATCH 1/2] iio: adc: stm32-dfsdm: fix unmet direct dependencies detected Fabrice Gasnier
2019-04-15 13:00 ` Fabrice Gasnier
2019-04-15 13:00 ` Fabrice Gasnier
2019-04-22 10:16 ` Jonathan Cameron
2019-04-22 10:16 ` Jonathan Cameron
2019-04-22 10:16 ` Jonathan Cameron
2019-04-15 13:00 ` [PATCH 2/2] iio: adc: stm32-dfsdm: fix triggered buffer build dependency Fabrice Gasnier
2019-04-15 13:00 ` Fabrice Gasnier
2019-04-15 13:00 ` Fabrice Gasnier
2019-04-22 10:17 ` Jonathan Cameron [this message]
2019-04-22 10:17 ` Jonathan Cameron
2019-04-22 10:17 ` Jonathan Cameron
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=20190422111754.018878c0@archlinux \
--to=jic23@kernel.org \
--cc=alexandre.torgue@st.com \
--cc=arnaud.pouliquen@st.com \
--cc=benjamin.gaignard@linaro.org \
--cc=fabrice.gasnier@st.com \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=olivier.moysan@st.com \
--cc=pmeerw@pmeerw.net \
--cc=rdunlap@infradead.org \
--cc=sfr@canb.auug.org.au \
/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.