[PATCH v4 0/3] dt-bindings: gpio: gpio-mvebu: Convert to DT schema format

Chris Packham posted 3 patches 3 years, 11 months ago
.../arm/marvell/ap80x-system-controller.txt   |   2 +-
.../arm/marvell/cp110-system-controller.txt   |   2 +-
.../devicetree/bindings/gpio/gpio-mvebu.txt   |  93 -----------
.../devicetree/bindings/gpio/gpio-mvebu.yaml  | 146 ++++++++++++++++++
MAINTAINERS                                   |   2 +-
5 files changed, 149 insertions(+), 96 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
create mode 100644 Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml
[PATCH v4 0/3] dt-bindings: gpio: gpio-mvebu: Convert to DT schema format
Posted by Chris Packham 3 years, 11 months ago
The 1st patch converts the old binding mostly 1:1.
The 2nd patch deprecates the unused marvell,armadaxp compatible.
The 3rd patch documents the existing usage of the offset/marvell,pwm-offset
properties.

Chris Packham (3):
  dt-bindings: gpio: gpio-mvebu: convert txt binding to DT schema format
  dt-bindings: gpio: gpio-mvebu: deprecate armadaxp-gpio
  dt-bindings: gpio: gpio-mvebu: document offset and marvell,pwm-offset

 .../arm/marvell/ap80x-system-controller.txt   |   2 +-
 .../arm/marvell/cp110-system-controller.txt   |   2 +-
 .../devicetree/bindings/gpio/gpio-mvebu.txt   |  93 -----------
 .../devicetree/bindings/gpio/gpio-mvebu.yaml  | 146 ++++++++++++++++++
 MAINTAINERS                                   |   2 +-
 5 files changed, 149 insertions(+), 96 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml

-- 
2.36.1
Re: [PATCH v4 0/3] dt-bindings: gpio: gpio-mvebu: Convert to DT schema format
Posted by Bartosz Golaszewski 3 years, 10 months ago
On Thu, May 26, 2022 at 3:29 AM Chris Packham
<chris.packham@alliedtelesis.co.nz> wrote:
>
> The 1st patch converts the old binding mostly 1:1.
> The 2nd patch deprecates the unused marvell,armadaxp compatible.
> The 3rd patch documents the existing usage of the offset/marvell,pwm-offset
> properties.
>
> Chris Packham (3):
>   dt-bindings: gpio: gpio-mvebu: convert txt binding to DT schema format
>   dt-bindings: gpio: gpio-mvebu: deprecate armadaxp-gpio
>   dt-bindings: gpio: gpio-mvebu: document offset and marvell,pwm-offset
>
>  .../arm/marvell/ap80x-system-controller.txt   |   2 +-
>  .../arm/marvell/cp110-system-controller.txt   |   2 +-
>  .../devicetree/bindings/gpio/gpio-mvebu.txt   |  93 -----------
>  .../devicetree/bindings/gpio/gpio-mvebu.yaml  | 146 ++++++++++++++++++
>  MAINTAINERS                                   |   2 +-
>  5 files changed, 149 insertions(+), 96 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
>  create mode 100644 Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml
>
> --
> 2.36.1
>

Applied the series, thanks!

Bart