Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1684235 > unrolled thread
| Started by | Fabrice Gasnier <fabrice.gasnier@st.com> |
|---|---|
| First post | 2017-07-10 15:30 +0200 |
| Last post | 2017-07-14 16:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/4] dt-bindings: iio: stm32-dac: add support for STM32F4 Fabrice Gasnier <fabrice.gasnier@st.com> - 2017-07-10 15:30 +0200
Re: [PATCH 1/4] dt-bindings: iio: stm32-dac: add support for STM32F4 Jonathan Cameron <jic23@kernel.org> - 2017-07-10 23:00 +0200
Re: [PATCH 1/4] dt-bindings: iio: stm32-dac: add support for STM32F4 Rob Herring <robh@kernel.org> - 2017-07-14 16:50 +0200
| From | Fabrice Gasnier <fabrice.gasnier@st.com> |
|---|---|
| Date | 2017-07-10 15:30 +0200 |
| Subject | [PATCH 1/4] dt-bindings: iio: stm32-dac: add support for STM32F4 |
| Message-ID | <u1GVc-5yK-37@gated-at.bofh.it> |
Introduce new compatible to support STM32F4 DAC (Digital-To-Analog converter) variant. Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> --- Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt b/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt index bcee71f..bf2925c 100644 --- a/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt +++ b/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt @@ -10,7 +10,9 @@ current. Contents of a stm32 dac root node: ----------------------------------- Required properties: -- compatible: Must be "st,stm32h7-dac-core". +- compatible: Should be one of: + "st,stm32f4-dac-core" + "st,stm32h7-dac-core" - reg: Offset and length of the device's register set. - clocks: Must contain an entry for pclk (which feeds the peripheral bus interface) -- 1.9.1
[toc] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2017-07-10 23:00 +0200 |
| Subject | Re: [PATCH 1/4] dt-bindings: iio: stm32-dac: add support for STM32F4 |
| Message-ID | <u1NWG-1rM-23@gated-at.bofh.it> |
| In reply to | #1684235 |
On Mon, 10 Jul 2017 15:23:57 +0200 Fabrice Gasnier <fabrice.gasnier@st.com> wrote: > Introduce new compatible to support STM32F4 DAC (Digital-To-Analog > converter) variant. > > 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 ignore it. Simple addition of a supported part so, whilst welcome review from Rob / Mark isn't really necessary I think. Jonathan > --- > Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt b/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt > index bcee71f..bf2925c 100644 > --- a/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt > +++ b/Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt > @@ -10,7 +10,9 @@ current. > Contents of a stm32 dac root node: > ----------------------------------- > Required properties: > -- compatible: Must be "st,stm32h7-dac-core". > +- compatible: Should be one of: > + "st,stm32f4-dac-core" > + "st,stm32h7-dac-core" > - reg: Offset and length of the device's register set. > - clocks: Must contain an entry for pclk (which feeds the peripheral bus > interface)
[toc] | [prev] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-07-14 16:50 +0200 |
| Message-ID | <u3a4N-4Lm-13@gated-at.bofh.it> |
| In reply to | #1684235 |
On Mon, Jul 10, 2017 at 03:23:57PM +0200, Fabrice Gasnier wrote: > Introduce new compatible to support STM32F4 DAC (Digital-To-Analog > converter) variant. > > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> > --- > Documentation/devicetree/bindings/iio/dac/st,stm32-dac.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web