[PATCH V4 0/3] Convert Unisoc GPIO bindings to yaml and add support for UMS512

Chunyan Zhang posted 3 patches 2 years, 8 months ago
.../bindings/gpio/gpio-eic-sprd.txt           |  97 --------------
.../devicetree/bindings/gpio/gpio-sprd.txt    |  28 ----
.../bindings/gpio/sprd,gpio-eic.yaml          | 124 ++++++++++++++++++
.../devicetree/bindings/gpio/sprd,gpio.yaml   |  75 +++++++++++
4 files changed, 199 insertions(+), 125 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-eic-sprd.txt
delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-sprd.txt
create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio-eic.yaml
create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio.yaml
[PATCH V4 0/3] Convert Unisoc GPIO bindings to yaml and add support for UMS512
Posted by Chunyan Zhang 2 years, 8 months ago
V4:
- Rebased on v6.2-rc1;

V3-resend:
- Added Reviewed-by from Rob Herring.

V3:
- Removed a example from sprd,gpio-eic.yaml;
- Added '|' at the beginning of description blocks;
- Added Reviewed-by tags from Krzysztof Kozlowski and Linus Walleij.

Changes on V2:
* Addressed review comments:
- Fixed typo;
- Added description for 'reg' property and modified its maxItems;
- Removed redundant examples;
- Rephrased commit message.

Chunyan Zhang (3):
  dt-bindings: gpio: Convert Unisoc GPIO controller binding to yaml
  dt-bindings: gpio: Convert Unisoc EIC controller binding to yaml
  dt-bindings: gpio: Add compatible string for Unisoc UMS512

 .../bindings/gpio/gpio-eic-sprd.txt           |  97 --------------
 .../devicetree/bindings/gpio/gpio-sprd.txt    |  28 ----
 .../bindings/gpio/sprd,gpio-eic.yaml          | 124 ++++++++++++++++++
 .../devicetree/bindings/gpio/sprd,gpio.yaml   |  75 +++++++++++
 4 files changed, 199 insertions(+), 125 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-eic-sprd.txt
 delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-sprd.txt
 create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio-eic.yaml
 create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio.yaml

-- 
2.25.1
Re: [PATCH V4 0/3] Convert Unisoc GPIO bindings to yaml and add support for UMS512
Posted by Chunyan Zhang 2 years, 8 months ago
Hi Bartosz,

Would you please pick this patchset into your tree, if there are no
more comments?

Thanks,
Chunyan




On Tue, 10 Jan 2023 at 09:50, Chunyan Zhang <chunyan.zhang@unisoc.com> wrote:
>
> V4:
> - Rebased on v6.2-rc1;
>
> V3-resend:
> - Added Reviewed-by from Rob Herring.
>
> V3:
> - Removed a example from sprd,gpio-eic.yaml;
> - Added '|' at the beginning of description blocks;
> - Added Reviewed-by tags from Krzysztof Kozlowski and Linus Walleij.
>
> Changes on V2:
> * Addressed review comments:
> - Fixed typo;
> - Added description for 'reg' property and modified its maxItems;
> - Removed redundant examples;
> - Rephrased commit message.
>
> Chunyan Zhang (3):
>   dt-bindings: gpio: Convert Unisoc GPIO controller binding to yaml
>   dt-bindings: gpio: Convert Unisoc EIC controller binding to yaml
>   dt-bindings: gpio: Add compatible string for Unisoc UMS512
>
>  .../bindings/gpio/gpio-eic-sprd.txt           |  97 --------------
>  .../devicetree/bindings/gpio/gpio-sprd.txt    |  28 ----
>  .../bindings/gpio/sprd,gpio-eic.yaml          | 124 ++++++++++++++++++
>  .../devicetree/bindings/gpio/sprd,gpio.yaml   |  75 +++++++++++
>  4 files changed, 199 insertions(+), 125 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-eic-sprd.txt
>  delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-sprd.txt
>  create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio-eic.yaml
>  create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio.yaml
>
> --
> 2.25.1
>
Re: [PATCH V4 0/3] Convert Unisoc GPIO bindings to yaml and add support for UMS512
Posted by Bartosz Golaszewski 2 years, 8 months ago
On Mon, Jan 16, 2023 at 3:10 AM Chunyan Zhang <zhang.lyra@gmail.com> wrote:
>
> Hi Bartosz,
>
> Would you please pick this patchset into your tree, if there are no
> more comments?
>
> Thanks,
> Chunyan

Applied, thanks!

Bartosz