mbox series

[V2,0/2] Convert stm32 dwmac to DT schema

Message ID 20200403140415.29641-1-christophe.roullier@st.com (mailing list archive)
Headers show
Series Convert stm32 dwmac to DT schema | expand

Message

Christophe Roullier April 3, 2020, 2:04 p.m. UTC
Convert stm32 dwmac to DT schema

v1->v2: Remarks from Rob

Christophe Roullier (2):
  dt-bindings: net: dwmac: increase 'maxItems' for 'clocks',
    'clock-names' properties
  dt-bindings: net: dwmac: Convert stm32 dwmac to DT schema

 .../devicetree/bindings/net/snps,dwmac.yaml   |   8 +-
 .../devicetree/bindings/net/stm32-dwmac.txt   |  44 -----
 .../devicetree/bindings/net/stm32-dwmac.yaml  | 150 ++++++++++++++++++
 3 files changed, 157 insertions(+), 45 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/net/stm32-dwmac.txt
 create mode 100644 Documentation/devicetree/bindings/net/stm32-dwmac.yaml

Comments

David Miller April 3, 2020, 11:14 p.m. UTC | #1
From: Christophe Roullier <christophe.roullier@st.com>
Date: Fri, 3 Apr 2020 16:04:13 +0200

> Convert stm32 dwmac to DT schema
> 
> v1->v2: Remarks from Rob

I am assuming that the DT folks will pick this up.
Christophe Roullier April 14, 2020, 3:11 p.m. UTC | #2
Hi,

Gentle reminder

Thanks,

Christophe.

On 04/04/2020 01:14, David Miller wrote:
> From: Christophe Roullier <christophe.roullier@st.com>
> Date: Fri, 3 Apr 2020 16:04:13 +0200
>
>> Convert stm32 dwmac to DT schema
>>
>> v1->v2: Remarks from Rob
> I am assuming that the DT folks will pick this up.
Rob Herring (Arm) April 14, 2020, 6:01 p.m. UTC | #3
On Tue, Apr 14, 2020 at 03:11:03PM +0000, Christophe ROULLIER wrote:
> Hi,
> 
> Gentle reminder

If it is in DT patchwork, you can see where you are in the queue. Feel 
free to review patches in front of you for faster response. :)

Rob