mbox series

[v3,0/6] Enhance Ralink pinctrl documentation

Message ID 20221231160849.40544-1-arinc.unal@arinc9.com (mailing list archive)
Headers show
Series Enhance Ralink pinctrl documentation | expand

Message

Arınç ÜNAL Dec. 31, 2022, 4:08 p.m. UTC
Ho ho ho,

This series mainly enhances the Ralink pinctrl documentation, and make a
small variable name change on the subdrivers.

I've compile-tested all the subdrivers.
I've tested the dt-binding changes with:
make dt_binding_check DT_SCHEMA_FILES=pinctrl/ralink

v3:
- Changes on v2 were put on the last patch. Fix that.

v2:
- Add maxItems:1 to "groups" description.
- Change oneOf cases to anyOf.
- Add Krzystof's acked-by to the first patch.

Arınç ÜNAL (6):
  pinctrl: ralink: rename variables which point out the pin group
  dt-bindings: pinctrl: mt7620: add proper function muxing binding
  dt-bindings: pinctrl: mt7621: add proper function muxing binding
  dt-bindings: pinctrl: rt2880: add proper function muxing binding
  dt-bindings: pinctrl: rt305x: add proper function muxing binding
  dt-bindings: pinctrl: rt3883: add proper function muxing binding

 .../bindings/pinctrl/ralink,mt7620-pinctrl.yaml | 633 +++++++++++++++++--
 .../bindings/pinctrl/ralink,mt7621-pinctrl.yaml | 205 +++++-
 .../bindings/pinctrl/ralink,rt2880-pinctrl.yaml |  86 ++-
 .../bindings/pinctrl/ralink,rt305x-pinctrl.yaml | 236 ++++++-
 .../bindings/pinctrl/ralink,rt3883-pinctrl.yaml | 205 +++++-
 drivers/pinctrl/ralink/pinctrl-mt7620.c         | 164 ++---
 drivers/pinctrl/ralink/pinctrl-mt7621.c         |  48 +-
 drivers/pinctrl/ralink/pinctrl-rt2880.c         |  28 +-
 drivers/pinctrl/ralink/pinctrl-rt305x.c         |  82 +--
 drivers/pinctrl/ralink/pinctrl-rt3883.c         |  44 +-
 10 files changed, 1467 insertions(+), 264 deletions(-)

Comments

Sergio Paracuellos Jan. 12, 2023, 10:11 a.m. UTC | #1
On Sat, Dec 31, 2022 at 5:09 PM Arınç ÜNAL <arinc.unal@arinc9.com> wrote:
>
> Ho ho ho,
>
> This series mainly enhances the Ralink pinctrl documentation, and make a
> small variable name change on the subdrivers.
>
> I've compile-tested all the subdrivers.
> I've tested the dt-binding changes with:
> make dt_binding_check DT_SCHEMA_FILES=pinctrl/ralink
>
> v3:
> - Changes on v2 were put on the last patch. Fix that.

For the whole series:

Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>

Thanks,
    Sergio Paracuellos
Linus Walleij Jan. 16, 2023, 1:58 p.m. UTC | #2
On Sat, Dec 31, 2022 at 5:09 PM Arınç ÜNAL <arinc.unal@arinc9.com> wrote:

> This series mainly enhances the Ralink pinctrl documentation, and make a
> small variable name change on the subdrivers.
>
> I've compile-tested all the subdrivers.
> I've tested the dt-binding changes with:
> make dt_binding_check DT_SCHEMA_FILES=pinctrl/ralink
>
> v3:
> - Changes on v2 were put on the last patch. Fix that.

Applied this v3 patch set for v6.3, thanks for doing this
massive clean-up Arınç!

Yours,
Linus Walleij