From: Geert Uytterhoeven <geert+renesas@glider.be> To: Rob Herring <robh+dt@kernel.org>, Wolfram Sang <wsa+renesas@sang-engineering.com>, Chris Brandt <chris.brandt@renesas.com> Cc: linux-i2c@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be> Subject: [PATCH 0/6] dt-bindings: i2c: renesas: Convert to json-schema Date: Tue, 4 May 2021 16:35:52 +0200 [thread overview] Message-ID: <cover.1620138454.git.geert+renesas@glider.be> (raw) Hi all, This patch series converts the DT bindings for the various I2C controllers found in Renesas SoCs to json-schema, after a small cleanup to ease the conversion. The trickiest part is the conversion for renesas,iic, as it's not clear to me which IIC instances have the automatic transmission registers and which don't. Whatever the outcome, passing validation for this variant will require DTS changes. Thanks for your comments! Geert Uytterhoeven (6): i2c: rcar: Drop "renesas,i2c-rcar" dt-bindings: i2c: renesas,i2c: Drop "renesas,i2c-rcar" dt-bindings: i2c: renesas,i2c: Convert to json-schema [RFC] dt-bindings: i2c: renesas,iic: Convert to json-schema dt-bindings: i2c: renesas,riic: Convert to json-schema dt-bindings: i2c: renesas,iic-emev2: Convert to json-schema .../devicetree/bindings/i2c/renesas,i2c.txt | 67 -------- .../bindings/i2c/renesas,iic-emev2.txt | 22 --- .../bindings/i2c/renesas,iic-emev2.yaml | 54 ++++++ .../devicetree/bindings/i2c/renesas,iic.txt | 72 -------- .../bindings/i2c/renesas,rcar-i2c.yaml | 158 +++++++++++++++++ .../devicetree/bindings/i2c/renesas,riic.txt | 32 ---- .../devicetree/bindings/i2c/renesas,riic.yaml | 83 +++++++++ .../bindings/i2c/renesas,rmobile-iic.yaml | 160 ++++++++++++++++++ MAINTAINERS | 8 +- drivers/i2c/busses/i2c-rcar.c | 1 - 10 files changed, 459 insertions(+), 198 deletions(-) delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,i2c.txt delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic-emev2.txt create mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic.txt create mode 100644 Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,riic.txt create mode 100644 Documentation/devicetree/bindings/i2c/renesas,riic.yaml create mode 100644 Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml -- 2.25.1 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
WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert+renesas@glider.be> To: Rob Herring <robh+dt@kernel.org>, Wolfram Sang <wsa+renesas@sang-engineering.com>, Chris Brandt <chris.brandt@renesas.com> Cc: devicetree@vger.kernel.org, linux-i2c@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be> Subject: [PATCH 0/6] dt-bindings: i2c: renesas: Convert to json-schema Date: Tue, 4 May 2021 16:51:07 +0200 [thread overview] Message-ID: <cover.1620138454.git.geert+renesas@glider.be> (raw) Message-ID: <20210504145107.AlOafeuqbJ0w7pUu10vb6rUulT_qNeoWpe4uBt-g3yI@z> (raw) Hi all, This patch series converts the DT bindings for the various I2C controllers found in Renesas SoCs to json-schema, after a small cleanup to ease the conversion. The trickiest part is the conversion for renesas,iic, as it's not clear to me which IIC instances have the automatic transmission registers and which don't. Whatever the outcome, passing validation for this variant will require DTS changes. Thanks for your comments! Geert Uytterhoeven (6): i2c: rcar: Drop "renesas,i2c-rcar" dt-bindings: i2c: renesas,i2c: Drop "renesas,i2c-rcar" dt-bindings: i2c: renesas,i2c: Convert to json-schema [RFC] dt-bindings: i2c: renesas,iic: Convert to json-schema dt-bindings: i2c: renesas,riic: Convert to json-schema dt-bindings: i2c: renesas,iic-emev2: Convert to json-schema .../devicetree/bindings/i2c/renesas,i2c.txt | 67 -------- .../bindings/i2c/renesas,iic-emev2.txt | 22 --- .../bindings/i2c/renesas,iic-emev2.yaml | 54 ++++++ .../devicetree/bindings/i2c/renesas,iic.txt | 72 -------- .../bindings/i2c/renesas,rcar-i2c.yaml | 158 +++++++++++++++++ .../devicetree/bindings/i2c/renesas,riic.txt | 32 ---- .../devicetree/bindings/i2c/renesas,riic.yaml | 83 +++++++++ .../bindings/i2c/renesas,rmobile-iic.yaml | 160 ++++++++++++++++++ MAINTAINERS | 8 +- drivers/i2c/busses/i2c-rcar.c | 1 - 10 files changed, 459 insertions(+), 198 deletions(-) delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,i2c.txt delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic-emev2.txt create mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,iic.txt create mode 100644 Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml delete mode 100644 Documentation/devicetree/bindings/i2c/renesas,riic.txt create mode 100644 Documentation/devicetree/bindings/i2c/renesas,riic.yaml create mode 100644 Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml -- 2.25.1 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
next reply other threads:[~2021-05-04 14:36 UTC|newest] Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-04 14:35 Geert Uytterhoeven [this message] 2021-05-04 14:35 ` [PATCH 1/6] i2c: rcar: Drop "renesas,i2c-rcar" Geert Uytterhoeven 2021-05-04 14:51 ` Geert Uytterhoeven 2021-05-05 7:18 ` Wolfram Sang 2021-05-28 7:55 ` Wolfram Sang 2021-05-04 14:35 ` [PATCH 2/6] dt-bindings: i2c: renesas,i2c: " Geert Uytterhoeven 2021-05-04 14:51 ` Geert Uytterhoeven 2021-05-05 7:18 ` Wolfram Sang 2021-05-06 20:50 ` Rob Herring 2021-05-28 7:56 ` Wolfram Sang 2021-05-04 14:35 ` [PATCH 3/6] dt-bindings: i2c: renesas,i2c: Convert to json-schema Geert Uytterhoeven 2021-05-04 14:51 ` Geert Uytterhoeven 2021-05-06 20:52 ` Rob Herring 2021-05-28 7:56 ` Wolfram Sang 2021-05-04 14:35 ` [PATCH/RFC 4/6] dt-bindings: i2c: renesas,iic: " Geert Uytterhoeven 2021-05-04 14:51 ` Geert Uytterhoeven 2021-05-05 7:33 ` Wolfram Sang 2021-05-26 14:47 ` Geert Uytterhoeven 2021-05-28 13:51 ` Wolfram Sang 2021-05-28 14:14 ` Geert Uytterhoeven 2021-05-06 20:54 ` Rob Herring 2021-05-04 14:35 ` [PATCH 5/6] dt-bindings: i2c: renesas,riic: " Geert Uytterhoeven 2021-05-04 14:51 ` Geert Uytterhoeven 2021-05-06 20:56 ` Rob Herring 2021-05-07 6:56 ` Geert Uytterhoeven 2021-05-28 7:56 ` Wolfram Sang 2021-05-04 14:35 ` [PATCH 6/6] dt-bindings: i2c: renesas,iic-emev2: " Geert Uytterhoeven 2021-05-04 14:51 ` Geert Uytterhoeven 2021-05-06 20:57 ` Rob Herring 2021-05-28 7:56 ` Wolfram Sang 2021-05-04 14:42 ` [PATCH 0/6] dt-bindings: i2c: renesas: " Rob Herring 2021-05-04 14:51 ` Geert Uytterhoeven 2021-05-04 14:51 ` Geert Uytterhoeven
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1620138454.git.geert+renesas@glider.be \ --to=geert+renesas@glider.be \ --cc=chris.brandt@renesas.com \ --cc=linux-i2c@vger.kernel.org \ --cc=linux-renesas-soc@vger.kernel.org \ --cc=robh+dt@kernel.org \ --cc=wsa+renesas@sang-engineering.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).