linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: arm: document supported STM32 SoC family
@ 2017-12-08 13:56 Ludovic Barre
  2017-12-12 21:03 ` Rob Herring
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Barre @ 2017-12-08 13:56 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Maxime Coquelin, Alexandre Torgue, devicetree, linux-arm-kernel,
	linux-kernel, Ludovic Barre, Gwenael Treuveur

From: Ludovic Barre <ludovic.barre@st.com>

This adds a list of supported STM32 SoC bindings.

Signed-off-by: Gwenael Treuveur <gwenael.treuveur@st.com>
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
---
 Documentation/devicetree/bindings/arm/stm32.txt | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/stm32.txt

diff --git a/Documentation/devicetree/bindings/arm/stm32.txt b/Documentation/devicetree/bindings/arm/stm32.txt
new file mode 100644
index 0000000..05762b0
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/stm32.txt
@@ -0,0 +1,9 @@
+STMicroelectronics STM32 Platforms Device Tree Bindings
+
+Each device tree must specify which STM32 SoC it uses,
+using one of the following compatible strings:
+
+  st,stm32f429
+  st,stm32f469
+  st,stm32f746
+  st,stm32h743
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] dt-bindings: arm: document supported STM32 SoC family
  2017-12-08 13:56 [PATCH 1/1] dt-bindings: arm: document supported STM32 SoC family Ludovic Barre
@ 2017-12-12 21:03 ` Rob Herring
  2017-12-12 23:17   ` Rob Herring
  0 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2017-12-12 21:03 UTC (permalink / raw)
  To: Ludovic Barre
  Cc: Mark Rutland, Maxime Coquelin, Alexandre Torgue, devicetree,
	linux-arm-kernel, linux-kernel, Gwenael Treuveur

On Fri, Dec 08, 2017 at 02:56:34PM +0100, Ludovic Barre wrote:
> From: Ludovic Barre <ludovic.barre@st.com>
> 
> This adds a list of supported STM32 SoC bindings.
> 
> Signed-off-by: Gwenael Treuveur <gwenael.treuveur@st.com>
> Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
> ---
>  Documentation/devicetree/bindings/arm/stm32.txt | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/arm/stm32.txt

Applied, thanks.

Rob

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] dt-bindings: arm: document supported STM32 SoC family
  2017-12-12 21:03 ` Rob Herring
@ 2017-12-12 23:17   ` Rob Herring
  2017-12-13  8:40     ` Ludovic BARRE
  0 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2017-12-12 23:17 UTC (permalink / raw)
  To: Ludovic Barre
  Cc: Mark Rutland, Maxime Coquelin, Alexandre Torgue, devicetree,
	linux-arm-kernel, linux-kernel, Gwenael Treuveur

On Tue, Dec 12, 2017 at 03:03:48PM -0600, Rob Herring wrote:
> On Fri, Dec 08, 2017 at 02:56:34PM +0100, Ludovic Barre wrote:
> > From: Ludovic Barre <ludovic.barre@st.com>
> > 
> > This adds a list of supported STM32 SoC bindings.
> > 
> > Signed-off-by: Gwenael Treuveur <gwenael.treuveur@st.com>
> > Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
> > ---
> >  Documentation/devicetree/bindings/arm/stm32.txt | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/arm/stm32.txt
> 
> Applied, thanks.

Now dropped as this will conflict with your other series. Send this with 
the other series or indicate who should apply.

Reviewed-by: Rob Herring <robh@kernel.org>

Rob

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] dt-bindings: arm: document supported STM32 SoC family
  2017-12-12 23:17   ` Rob Herring
@ 2017-12-13  8:40     ` Ludovic BARRE
  2017-12-14 15:05       ` Rob Herring
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic BARRE @ 2017-12-13  8:40 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mark Rutland, Maxime Coquelin, Alexandre Torgue, devicetree,
	linux-arm-kernel, linux-kernel, Gwenael Treuveur

hi Rob

Today there was no bindings documentation for STM32 SoC
already upstreamed. This patch adds initial list of STM32
existing in kernel.
The next serie adds just new soc and one compatible on STM32 list.
So, I think you could apply this patch.

BR
Ludo

On 12/13/2017 12:17 AM, Rob Herring wrote:
> On Tue, Dec 12, 2017 at 03:03:48PM -0600, Rob Herring wrote:
>> On Fri, Dec 08, 2017 at 02:56:34PM +0100, Ludovic Barre wrote:
>>> From: Ludovic Barre <ludovic.barre@st.com>
>>>
>>> This adds a list of supported STM32 SoC bindings.
>>>
>>> Signed-off-by: Gwenael Treuveur <gwenael.treuveur@st.com>
>>> Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
>>> ---
>>>   Documentation/devicetree/bindings/arm/stm32.txt | 9 +++++++++
>>>   1 file changed, 9 insertions(+)
>>>   create mode 100644 Documentation/devicetree/bindings/arm/stm32.txt
>>
>> Applied, thanks.
> 
> Now dropped as this will conflict with your other series. Send this with
> the other series or indicate who should apply.
> 
> Reviewed-by: Rob Herring <robh@kernel.org>
> 
> Rob
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] dt-bindings: arm: document supported STM32 SoC family
  2017-12-13  8:40     ` Ludovic BARRE
@ 2017-12-14 15:05       ` Rob Herring
  2017-12-14 16:16         ` Ludovic BARRE
  0 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2017-12-14 15:05 UTC (permalink / raw)
  To: Ludovic BARRE
  Cc: Mark Rutland, Maxime Coquelin, Alexandre Torgue, devicetree,
	linux-arm-kernel, linux-kernel, Gwenael Treuveur

On Wed, Dec 13, 2017 at 2:40 AM, Ludovic BARRE <ludovic.barre@st.com> wrote:
> hi Rob
>
> Today there was no bindings documentation for STM32 SoC
> already upstreamed. This patch adds initial list of STM32
> existing in kernel.
> The next serie adds just new soc and one compatible on STM32 list.

Yes, and that series will go thru arm-soc tree so this patch needs to too.

> So, I think you could apply this patch.

If your series is not going into 4.16, then I can take this one.

Rob

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/1] dt-bindings: arm: document supported STM32 SoC family
  2017-12-14 15:05       ` Rob Herring
@ 2017-12-14 16:16         ` Ludovic BARRE
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic BARRE @ 2017-12-14 16:16 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mark Rutland, Maxime Coquelin, Alexandre Torgue, devicetree,
	linux-arm-kernel, linux-kernel, Gwenael Treuveur


On 12/14/2017 04:05 PM, Rob Herring wrote:
> On Wed, Dec 13, 2017 at 2:40 AM, Ludovic BARRE <ludovic.barre@st.com> wrote:
>> hi Rob
>>
>> Today there was no bindings documentation for STM32 SoC
>> already upstreamed. This patch adds initial list of STM32
>> existing in kernel.
>> The next serie adds just new soc and one compatible on STM32 list.
> 
> Yes, and that series will go thru arm-soc tree so this patch needs to too.
You are right, to avoid merge conflict.
I will included this patch in my series
on "ARM: stm32: add initial STM32MPU support"

This patch can be abandoned.
> 
>> So, I think you could apply this patch.
> 
> If your series is not going into 4.16, then I can take this one.
> 
> Rob
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-12-14 16:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-08 13:56 [PATCH 1/1] dt-bindings: arm: document supported STM32 SoC family Ludovic Barre
2017-12-12 21:03 ` Rob Herring
2017-12-12 23:17   ` Rob Herring
2017-12-13  8:40     ` Ludovic BARRE
2017-12-14 15:05       ` Rob Herring
2017-12-14 16:16         ` Ludovic BARRE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).