mbox series

[0/3] dt-bindings: net: TI wlcore json schema conversion and fix

Message ID cover.1634646975.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series dt-bindings: net: TI wlcore json schema conversion and fix | expand

Message

Geert Uytterhoeven Oct. 19, 2021, 12:43 p.m. UTC
Hi all,

This patch series converts the Device Tree bindings for the Texas
Instruments Wilink Wireless LAN and Bluetooth Controllers to
json-schema, after fixing an issue in a Device Tree source file.

Thanks for your comments!

Geert Uytterhoeven (3):
  ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
  dt-bindings: net: wireless: ti,wlcore: Convert to json-schema
  dt-bindings: net: ti,bluetooth: Convert to json-schema

 .../devicetree/bindings/net/ti,bluetooth.yaml |  91 ++++++++++++
 .../devicetree/bindings/net/ti-bluetooth.txt  |  60 --------
 .../bindings/net/wireless/ti,wlcore,spi.txt   |  57 --------
 .../bindings/net/wireless/ti,wlcore.txt       |  45 ------
 .../bindings/net/wireless/ti,wlcore.yaml      | 134 ++++++++++++++++++
 .../boot/dts/motorola-mapphone-common.dtsi    |   2 +-
 arch/arm/boot/dts/omap3-gta04a5.dts           |   2 +-
 7 files changed, 227 insertions(+), 164 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/ti,bluetooth.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/ti-bluetooth.txt
 delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore,spi.txt
 delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.txt
 create mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml

Comments

Kalle Valo Oct. 19, 2021, 1:33 p.m. UTC | #1
Geert Uytterhoeven <geert+renesas@glider.be> writes:

> 	Hi all,
>
> This patch series converts the Device Tree bindings for the Texas
> Instruments Wilink Wireless LAN and Bluetooth Controllers to
> json-schema, after fixing an issue in a Device Tree source file.
>
> Thanks for your comments!
>
> Geert Uytterhoeven (3):
>   ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
>   dt-bindings: net: wireless: ti,wlcore: Convert to json-schema
>   dt-bindings: net: ti,bluetooth: Convert to json-schema
>
>  .../devicetree/bindings/net/ti,bluetooth.yaml |  91 ++++++++++++
>  .../devicetree/bindings/net/ti-bluetooth.txt  |  60 --------
>  .../bindings/net/wireless/ti,wlcore,spi.txt   |  57 --------
>  .../bindings/net/wireless/ti,wlcore.txt       |  45 ------
>  .../bindings/net/wireless/ti,wlcore.yaml      | 134 ++++++++++++++++++
>  .../boot/dts/motorola-mapphone-common.dtsi    |   2 +-
>  arch/arm/boot/dts/omap3-gta04a5.dts           |   2 +-
>  7 files changed, 227 insertions(+), 164 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/net/ti,bluetooth.yaml
>  delete mode 100644 Documentation/devicetree/bindings/net/ti-bluetooth.txt
>  delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore,spi.txt
>  delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.txt
>  create mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml

Via which tree should these go?
Geert Uytterhoeven Oct. 19, 2021, 1:48 p.m. UTC | #2
Hi Kalle,

On Tue, Oct 19, 2021 at 3:33 PM Kalle Valo <kvalo@codeaurora.org> wrote:
> Geert Uytterhoeven <geert+renesas@glider.be> writes:
> > This patch series converts the Device Tree bindings for the Texas
> > Instruments Wilink Wireless LAN and Bluetooth Controllers to
> > json-schema, after fixing an issue in a Device Tree source file.
> >
> > Thanks for your comments!
> >
> > Geert Uytterhoeven (3):
> >   ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
> >   dt-bindings: net: wireless: ti,wlcore: Convert to json-schema
> >   dt-bindings: net: ti,bluetooth: Convert to json-schema
> >
> >  .../devicetree/bindings/net/ti,bluetooth.yaml |  91 ++++++++++++
> >  .../devicetree/bindings/net/ti-bluetooth.txt  |  60 --------
> >  .../bindings/net/wireless/ti,wlcore,spi.txt   |  57 --------
> >  .../bindings/net/wireless/ti,wlcore.txt       |  45 ------
> >  .../bindings/net/wireless/ti,wlcore.yaml      | 134 ++++++++++++++++++
> >  .../boot/dts/motorola-mapphone-common.dtsi    |   2 +-
> >  arch/arm/boot/dts/omap3-gta04a5.dts           |   2 +-
> >  7 files changed, 227 insertions(+), 164 deletions(-)
> >  create mode 100644 Documentation/devicetree/bindings/net/ti,bluetooth.yaml
> >  delete mode 100644 Documentation/devicetree/bindings/net/ti-bluetooth.txt
> >  delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore,spi.txt
> >  delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.txt
> >  create mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml
>
> Via which tree should these go?

The DTS change should go through the OMAP tree.
The binding changes through the net or DT trees.

I kept everything together for an improved overview.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Kalle Valo Oct. 19, 2021, 2:05 p.m. UTC | #3
Geert Uytterhoeven <geert@linux-m68k.org> writes:

> On Tue, Oct 19, 2021 at 3:33 PM Kalle Valo <kvalo@codeaurora.org> wrote:
>> Geert Uytterhoeven <geert+renesas@glider.be> writes:
>> > This patch series converts the Device Tree bindings for the Texas
>> > Instruments Wilink Wireless LAN and Bluetooth Controllers to
>> > json-schema, after fixing an issue in a Device Tree source file.
>> >
>> > Thanks for your comments!
>> >
>> > Geert Uytterhoeven (3):
>> >   ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
>> >   dt-bindings: net: wireless: ti,wlcore: Convert to json-schema
>> >   dt-bindings: net: ti,bluetooth: Convert to json-schema
>> >
>> >  .../devicetree/bindings/net/ti,bluetooth.yaml |  91 ++++++++++++
>> >  .../devicetree/bindings/net/ti-bluetooth.txt  |  60 --------
>> >  .../bindings/net/wireless/ti,wlcore,spi.txt   |  57 --------
>> >  .../bindings/net/wireless/ti,wlcore.txt       |  45 ------
>> >  .../bindings/net/wireless/ti,wlcore.yaml      | 134 ++++++++++++++++++
>> >  .../boot/dts/motorola-mapphone-common.dtsi    |   2 +-
>> >  arch/arm/boot/dts/omap3-gta04a5.dts           |   2 +-
>> >  7 files changed, 227 insertions(+), 164 deletions(-)
>> >  create mode 100644 Documentation/devicetree/bindings/net/ti,bluetooth.yaml
>> >  delete mode 100644 Documentation/devicetree/bindings/net/ti-bluetooth.txt
>> >  delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore,spi.txt
>> >  delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.txt
>> >  create mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml
>>
>> Via which tree should these go?
>
> The DTS change should go through the OMAP tree.
> The binding changes through the net or DT trees.
>
> I kept everything together for an improved overview.

Good, thanks. I'll then drop these from my queue.