All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Olivier Moysan <olivier.moysan@foss.st.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Marek Vasut <marex@denx.de>
Cc: <devicetree@vger.kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <kernel@dh-electronics.com>
Subject: Re: [PATCH v2 0/9] ARM: dts: stm32: add adc internal channels on stm32mp15
Date: Fri, 2 Jun 2023 12:31:25 +0200	[thread overview]
Message-ID: <36c1ab40-6ff7-6f6e-043d-543c75200e94@foss.st.com> (raw)
In-Reply-To: <20230530124538.621760-1-olivier.moysan@foss.st.com>

Hi Olivier

On 5/30/23 14:45, Olivier Moysan wrote:
> Add STM32 ADC2 internal channels VREFINT and VDDCORE to STM32MP15x SoCs.
> 
> Add support of vrefint channel by adding access to vrefint calibration
> data in OTP.
> 
> The internal channels are defined in STM32MP15 SoC DT according to
> generic channel bindings. The STM32 driver does not support a mixed use
> of legacy and generic channels. When generic channels are defined,
> legacy channel are ignored. This involves that the board device trees
> using legacy bindings have to be changed to generic bindings.
> 
> Adopt generic iio bindings on STM32 boards implementing the ADC.
> 
> Changes in v2:
> - Add patch from https://lore.kernel.org/linux-arm-kernel/20230518020547.487670-1-marex@denx.de/T/
> - Change node name from vrefin_cal to vrefin-cal
> 
> Marek Vasut (1):
>    ARM: dts: stm32: Update to generic ADC channel binding on DHSOM
>      systems
> 
> Olivier Moysan (8):
>    ARM: dts: stm32: add adc internal channels to stm32mp15
>    ARM: dts: stm32: add vrefint calibration on stm32mp15
>    ARM: dts: stm32: add vrefint support to adc2 on stm32mp15
>    ARM: dts: stm32: enable adc on stm32mp15xx-dkx boards
>    ARM: dts: stm32: adopt generic iio bindings for adc channels on
>      stm32mp157c-ed1
>    ARM: dts: stm32: adopt generic iio bindings for adc channels on
>      emstamp-argon
>    ARM: dts: stm32: adopt generic iio bindings for adc channels on
>      dhcor-drc
>    ARM: dts: stm32: adopt generic iio bindings for adc channels on
>      dhcor-testbench
> 
>   arch/arm/boot/dts/stm32mp151.dtsi             | 17 +++++++++
>   arch/arm/boot/dts/stm32mp157c-ed1.dts         | 16 ++++++--
>   .../boot/dts/stm32mp157c-emstamp-argon.dtsi   |  6 ++-
>   arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi  | 18 +++++----
>   .../boot/dts/stm32mp15xx-dhcor-avenger96.dtsi | 38 +++++++++++++++----
>   .../dts/stm32mp15xx-dhcor-drc-compact.dtsi    | 28 ++++++++++++--
>   .../boot/dts/stm32mp15xx-dhcor-testbench.dtsi | 28 ++++++++++++--
>   arch/arm/boot/dts/stm32mp15xx-dkx.dtsi        | 29 +++++++++-----
>   8 files changed, 142 insertions(+), 38 deletions(-)
> 

Series applied on stm32-next.

Regards
Alex

_______________________________________________
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: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Olivier Moysan <olivier.moysan@foss.st.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Marek Vasut <marex@denx.de>
Cc: <devicetree@vger.kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <kernel@dh-electronics.com>
Subject: Re: [PATCH v2 0/9] ARM: dts: stm32: add adc internal channels on stm32mp15
Date: Fri, 2 Jun 2023 12:31:25 +0200	[thread overview]
Message-ID: <36c1ab40-6ff7-6f6e-043d-543c75200e94@foss.st.com> (raw)
In-Reply-To: <20230530124538.621760-1-olivier.moysan@foss.st.com>

Hi Olivier

On 5/30/23 14:45, Olivier Moysan wrote:
> Add STM32 ADC2 internal channels VREFINT and VDDCORE to STM32MP15x SoCs.
> 
> Add support of vrefint channel by adding access to vrefint calibration
> data in OTP.
> 
> The internal channels are defined in STM32MP15 SoC DT according to
> generic channel bindings. The STM32 driver does not support a mixed use
> of legacy and generic channels. When generic channels are defined,
> legacy channel are ignored. This involves that the board device trees
> using legacy bindings have to be changed to generic bindings.
> 
> Adopt generic iio bindings on STM32 boards implementing the ADC.
> 
> Changes in v2:
> - Add patch from https://lore.kernel.org/linux-arm-kernel/20230518020547.487670-1-marex@denx.de/T/
> - Change node name from vrefin_cal to vrefin-cal
> 
> Marek Vasut (1):
>    ARM: dts: stm32: Update to generic ADC channel binding on DHSOM
>      systems
> 
> Olivier Moysan (8):
>    ARM: dts: stm32: add adc internal channels to stm32mp15
>    ARM: dts: stm32: add vrefint calibration on stm32mp15
>    ARM: dts: stm32: add vrefint support to adc2 on stm32mp15
>    ARM: dts: stm32: enable adc on stm32mp15xx-dkx boards
>    ARM: dts: stm32: adopt generic iio bindings for adc channels on
>      stm32mp157c-ed1
>    ARM: dts: stm32: adopt generic iio bindings for adc channels on
>      emstamp-argon
>    ARM: dts: stm32: adopt generic iio bindings for adc channels on
>      dhcor-drc
>    ARM: dts: stm32: adopt generic iio bindings for adc channels on
>      dhcor-testbench
> 
>   arch/arm/boot/dts/stm32mp151.dtsi             | 17 +++++++++
>   arch/arm/boot/dts/stm32mp157c-ed1.dts         | 16 ++++++--
>   .../boot/dts/stm32mp157c-emstamp-argon.dtsi   |  6 ++-
>   arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi  | 18 +++++----
>   .../boot/dts/stm32mp15xx-dhcor-avenger96.dtsi | 38 +++++++++++++++----
>   .../dts/stm32mp15xx-dhcor-drc-compact.dtsi    | 28 ++++++++++++--
>   .../boot/dts/stm32mp15xx-dhcor-testbench.dtsi | 28 ++++++++++++--
>   arch/arm/boot/dts/stm32mp15xx-dkx.dtsi        | 29 +++++++++-----
>   8 files changed, 142 insertions(+), 38 deletions(-)
> 

Series applied on stm32-next.

Regards
Alex

  parent reply	other threads:[~2023-06-02 10:32 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30 12:45 [PATCH v2 0/9] ARM: dts: stm32: add adc internal channels on stm32mp15 Olivier Moysan
2023-05-30 12:45 ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 1/9] ARM: dts: stm32: add adc internal channels to stm32mp15 Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 2/9] ARM: dts: stm32: add vrefint calibration on stm32mp15 Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 3/9] ARM: dts: stm32: add vrefint support to adc2 " Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 4/9] ARM: dts: stm32: enable adc on stm32mp15xx-dkx boards Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 5/9] ARM: dts: stm32: adopt generic iio bindings for adc channels on stm32mp157c-ed1 Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 6/9] ARM: dts: stm32: adopt generic iio bindings for adc channels on emstamp-argon Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 7/9] ARM: dts: stm32: adopt generic iio bindings for adc channels on dhcor-drc Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 8/9] ARM: dts: stm32: adopt generic iio bindings for adc channels on dhcor-testbench Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 12:45 ` [PATCH v2 9/9] ARM: dts: stm32: Update to generic ADC channel binding on DHSOM systems Olivier Moysan
2023-05-30 12:45   ` Olivier Moysan
2023-05-30 13:39 ` [PATCH v2 0/9] ARM: dts: stm32: add adc internal channels on stm32mp15 Marek Vasut
2023-05-30 13:39   ` Marek Vasut
2023-06-02 10:31 ` Alexandre TORGUE [this message]
2023-06-02 10:31   ` Alexandre TORGUE

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=36c1ab40-6ff7-6f6e-043d-543c75200e94@foss.st.com \
    --to=alexandre.torgue@foss.st.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@dh-electronics.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=marex@denx.de \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=olivier.moysan@foss.st.com \
    --cc=robh+dt@kernel.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 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.