From: Rob Herring <robh@kernel.org>
To: Manikandan Muralidharan <manikandan.m@microchip.com>
Cc: linus.walleij@linaro.org, brgl@bgdev.pl, krzk+dt@kernel.org,
conor+dt@kernel.org, nicolas.ferre@microchip.com,
alexandre.belloni@bootlin.com, claudiu.beznea@tuxon.dev,
arnd@arndb.de, durai.manickamkr@microchip.com,
linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 5/5] dt-bindings: pinctrl: Convert Atmel PIO3 pinctrl to json-schema
Date: Tue, 9 Jul 2024 09:58:16 -0600 [thread overview]
Message-ID: <20240709155816.GB3589336-robh@kernel.org> (raw)
In-Reply-To: <20240709092354.191643-6-manikandan.m@microchip.com>
On Tue, Jul 09, 2024 at 02:53:54PM +0530, Manikandan Muralidharan wrote:
> Convert Atmel PIO3 pinctrl binding document to DT schema format
> json-schema.
>
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> changes in v3:
> - Remove quotes in $ref
> - modify the gpio regex
> - Remove pinmux pinctrl subnode regex and modify it since they do not
> follow a particular order or pattern, Adding 'type:object' with this
> '^[a-z0-9-_]+$' regex does throw DTC_CHK errors for other
> pio3 pinctrl properties
>
> changes in v2:
> - Fix bot errors by fixing issues in 4/5
> - remove qoutes from $ref
> ---
> .../bindings/pinctrl/atmel,at91-pinctrl.txt | 178 -----------------
> .../pinctrl/atmel,at91rm9200-pinctrl.yaml | 184 ++++++++++++++++++
> 2 files changed, 184 insertions(+), 178 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> create mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91rm9200-pinctrl.yaml
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Manikandan Muralidharan <manikandan.m@microchip.com>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, arnd@arndb.de,
linux-kernel@vger.kernel.org, linus.walleij@linaro.org,
alexandre.belloni@bootlin.com, linux-gpio@vger.kernel.org,
durai.manickamkr@microchip.com, claudiu.beznea@tuxon.dev,
krzk+dt@kernel.org, brgl@bgdev.pl,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 5/5] dt-bindings: pinctrl: Convert Atmel PIO3 pinctrl to json-schema
Date: Tue, 9 Jul 2024 09:58:16 -0600 [thread overview]
Message-ID: <20240709155816.GB3589336-robh@kernel.org> (raw)
In-Reply-To: <20240709092354.191643-6-manikandan.m@microchip.com>
On Tue, Jul 09, 2024 at 02:53:54PM +0530, Manikandan Muralidharan wrote:
> Convert Atmel PIO3 pinctrl binding document to DT schema format
> json-schema.
>
> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> changes in v3:
> - Remove quotes in $ref
> - modify the gpio regex
> - Remove pinmux pinctrl subnode regex and modify it since they do not
> follow a particular order or pattern, Adding 'type:object' with this
> '^[a-z0-9-_]+$' regex does throw DTC_CHK errors for other
> pio3 pinctrl properties
>
> changes in v2:
> - Fix bot errors by fixing issues in 4/5
> - remove qoutes from $ref
> ---
> .../bindings/pinctrl/atmel,at91-pinctrl.txt | 178 -----------------
> .../pinctrl/atmel,at91rm9200-pinctrl.yaml | 184 ++++++++++++++++++
> 2 files changed, 184 insertions(+), 178 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> create mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91rm9200-pinctrl.yaml
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
next prev parent reply other threads:[~2024-07-09 15:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-09 9:23 [PATCH v3 0/5] Convert Atmel PIO3 Pinctrl and GPIO bindings to yaml Manikandan Muralidharan
2024-07-09 9:23 ` [PATCH v3 1/5] ARM: dts: microchip: change to simple-mfd from simple-bus for PIO3 pinumux controller Manikandan Muralidharan
2024-07-09 9:23 ` [PATCH v3 2/5] ARM: dts: microchip: Remove additional compatible string from PIO3 pinctrl nodes Manikandan Muralidharan
2024-07-09 9:23 ` [PATCH v3 3/5] ARM: dts: microchip: sam9x60: Remove additional compatible string from GPIO node Manikandan Muralidharan
2024-07-09 9:23 ` [PATCH v3 4/5] dt-bindings: gpio: convert Atmel GPIO to json-schema Manikandan Muralidharan
2024-07-09 11:25 ` Bartosz Golaszewski
2024-07-09 15:54 ` Rob Herring
2024-07-09 15:54 ` Rob Herring
2024-07-09 16:05 ` Bartosz Golaszewski
2024-07-09 16:05 ` Bartosz Golaszewski
2024-08-05 7:21 ` Linus Walleij
2024-08-05 7:21 ` Linus Walleij
2024-07-09 9:23 ` [PATCH v3 5/5] dt-bindings: pinctrl: Convert Atmel PIO3 pinctrl " Manikandan Muralidharan
2024-07-09 15:58 ` Rob Herring [this message]
2024-07-09 15:58 ` Rob Herring
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=20240709155816.GB3589336-robh@kernel.org \
--to=robh@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=arnd@arndb.de \
--cc=brgl@bgdev.pl \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=durai.manickamkr@microchip.com \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=manikandan.m@microchip.com \
--cc=nicolas.ferre@microchip.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: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.