All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Fugang Duan <fugang.duan@nxp.com>,
	linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-gpio@vger.kernel.org,
	Thierry Reding <thierry.reding@gmail.com>,
	Anson Huang <Anson.Huang@nxp.com>, Han Xu <han.xu@nxp.com>,
	linux-serial@vger.kernel.org, Li Yang <leoyang.li@nxp.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Shawn Guo <shawnguo@kernel.org>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>, Frank Li <frank.li@nxp.com>,
	Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, linux-pwm@vger.kernel.org,
	linux-watchdog@vger.kernel.org
Subject: Re: [PATCH v3 12/19] dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matching
Date: Fri, 28 Aug 2020 15:38:50 -0600	[thread overview]
Message-ID: <20200828213850.GA3444012@bogus> (raw)
In-Reply-To: <20200825193536.7332-13-krzk@kernel.org>

On Tue, 25 Aug 2020 21:35:29 +0200, Krzysztof Kozlowski wrote:
> The i.MX 8 DTSes use two compatibles so update the binding to fix
> dtbs_check warnings like:
> 
>   arch/arm64/boot/dts/freescale/imx8mn-evk.dt.yaml: mmc@30b40000:
>     compatible: ['fsl,imx8mn-usdhc', 'fsl,imx7d-usdhc'] is too long
>     From schema: Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> 
>   arch/arm64/boot/dts/freescale/imx8mn-evk.dt.yaml: mmc@30b40000:
>     compatible: Additional items are not allowed ('fsl,imx7d-usdhc' was unexpected)
> 
>   arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dt.yaml: mmc@30b40000:
>     compatible: ['fsl,imx8mn-usdhc', 'fsl,imx7d-usdhc'] is too long
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v2:
> 1. Remove moved compatibles.
> 
> Changes since v1:
> 1. Handle also fsl,imx8mm-usdhc and fsl,imx8qxp-usdhc
> ---
>  .../bindings/mmc/fsl-imx-esdhc.yaml           | 37 ++++++++++---------
>  1 file changed, 20 insertions(+), 17 deletions(-)
> 


My bot found errors running 'make dt_binding_check' on your patch:

/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible: ['fsl,imx8qxp-usdhc'] is not valid under any of the given schemas (Possible causes of the failure):
	/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible: ['fsl,imx8qxp-usdhc'] is too short
	/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible:0: 'fsl,imx8qxp-usdhc' is not one of ['fsl,imx25-esdhc', 'fsl,imx35-esdhc', 'fsl,imx51-esdhc', 'fsl,imx53-esdhc', 'fsl,imx6q-usdhc', 'fsl,imx6sl-usdhc', 'fsl,imx6sx-usdhc', 'fsl,imx6ull-usdhc', 'fsl,imx7d-usdhc', 'fsl,imx7ulp-usdhc']

	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml


See https://patchwork.ozlabs.org/patch/1351360

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:

pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade

Please check and re-submit.


WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	linux-pwm@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Frank Li <frank.li@nxp.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	linux-mtd@lists.infradead.org,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Fabio Estevam <festevam@gmail.com>,
	Anson Huang <Anson.Huang@nxp.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	linux-serial@vger.kernel.org, devicetree@vger.kernel.org,
	linux-watchdog@vger.kernel.org, linux-pm@vger.kernel.org,
	Sascha Hauer <s.hauer@pengutronix.de>,
	linux-gpio@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Han Xu <han.xu@nxp.com>,
	linux-arm-kernel@lists.infradead.org,
	Fugang Duan <fugang.duan@nxp.com>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Li Yang <leoyang.li@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH v3 12/19] dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matching
Date: Fri, 28 Aug 2020 15:38:50 -0600	[thread overview]
Message-ID: <20200828213850.GA3444012@bogus> (raw)
In-Reply-To: <20200825193536.7332-13-krzk@kernel.org>

On Tue, 25 Aug 2020 21:35:29 +0200, Krzysztof Kozlowski wrote:
> The i.MX 8 DTSes use two compatibles so update the binding to fix
> dtbs_check warnings like:
> 
>   arch/arm64/boot/dts/freescale/imx8mn-evk.dt.yaml: mmc@30b40000:
>     compatible: ['fsl,imx8mn-usdhc', 'fsl,imx7d-usdhc'] is too long
>     From schema: Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> 
>   arch/arm64/boot/dts/freescale/imx8mn-evk.dt.yaml: mmc@30b40000:
>     compatible: Additional items are not allowed ('fsl,imx7d-usdhc' was unexpected)
> 
>   arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dt.yaml: mmc@30b40000:
>     compatible: ['fsl,imx8mn-usdhc', 'fsl,imx7d-usdhc'] is too long
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v2:
> 1. Remove moved compatibles.
> 
> Changes since v1:
> 1. Handle also fsl,imx8mm-usdhc and fsl,imx8qxp-usdhc
> ---
>  .../bindings/mmc/fsl-imx-esdhc.yaml           | 37 ++++++++++---------
>  1 file changed, 20 insertions(+), 17 deletions(-)
> 


My bot found errors running 'make dt_binding_check' on your patch:

/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible: ['fsl,imx8qxp-usdhc'] is not valid under any of the given schemas (Possible causes of the failure):
	/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible: ['fsl,imx8qxp-usdhc'] is too short
	/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible:0: 'fsl,imx8qxp-usdhc' is not one of ['fsl,imx25-esdhc', 'fsl,imx35-esdhc', 'fsl,imx51-esdhc', 'fsl,imx53-esdhc', 'fsl,imx6q-usdhc', 'fsl,imx6sl-usdhc', 'fsl,imx6sx-usdhc', 'fsl,imx6ull-usdhc', 'fsl,imx7d-usdhc', 'fsl,imx7ulp-usdhc']

	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml


See https://patchwork.ozlabs.org/patch/1351360

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:

pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade

Please check and re-submit.


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	linux-pwm@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Frank Li <frank.li@nxp.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	linux-mtd@lists.infradead.org,
	Miquel Raynal <miquel.raynal@bootlin.com>,
	Fabio Estevam <festevam@gmail.com>,
	Anson Huang <Anson.Huang@nxp.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	linux-serial@vger.kernel.org, devicetree@vger.kernel.org,
	linux-watchdog@vger.kernel.org, linux-pm@vger.kernel.org,
	Sascha Hauer <s.hauer@pengutronix.de>,
	linux-gpio@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Han Xu <han.xu@nxp.com>,
	linux-arm-kernel@lists.infradead.org,
	Fugang Duan <fugang.duan@nxp.com>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Li Yang <leoyang.li@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH v3 12/19] dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matching
Date: Fri, 28 Aug 2020 15:38:50 -0600	[thread overview]
Message-ID: <20200828213850.GA3444012@bogus> (raw)
In-Reply-To: <20200825193536.7332-13-krzk@kernel.org>

On Tue, 25 Aug 2020 21:35:29 +0200, Krzysztof Kozlowski wrote:
> The i.MX 8 DTSes use two compatibles so update the binding to fix
> dtbs_check warnings like:
> 
>   arch/arm64/boot/dts/freescale/imx8mn-evk.dt.yaml: mmc@30b40000:
>     compatible: ['fsl,imx8mn-usdhc', 'fsl,imx7d-usdhc'] is too long
>     From schema: Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> 
>   arch/arm64/boot/dts/freescale/imx8mn-evk.dt.yaml: mmc@30b40000:
>     compatible: Additional items are not allowed ('fsl,imx7d-usdhc' was unexpected)
> 
>   arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dt.yaml: mmc@30b40000:
>     compatible: ['fsl,imx8mn-usdhc', 'fsl,imx7d-usdhc'] is too long
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v2:
> 1. Remove moved compatibles.
> 
> Changes since v1:
> 1. Handle also fsl,imx8mm-usdhc and fsl,imx8qxp-usdhc
> ---
>  .../bindings/mmc/fsl-imx-esdhc.yaml           | 37 ++++++++++---------
>  1 file changed, 20 insertions(+), 17 deletions(-)
> 


My bot found errors running 'make dt_binding_check' on your patch:

/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible: ['fsl,imx8qxp-usdhc'] is not valid under any of the given schemas (Possible causes of the failure):
	/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible: ['fsl,imx8qxp-usdhc'] is too short
	/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: compatible:0: 'fsl,imx8qxp-usdhc' is not one of ['fsl,imx25-esdhc', 'fsl,imx35-esdhc', 'fsl,imx51-esdhc', 'fsl,imx53-esdhc', 'fsl,imx6q-usdhc', 'fsl,imx6sl-usdhc', 'fsl,imx6sx-usdhc', 'fsl,imx6ull-usdhc', 'fsl,imx7d-usdhc', 'fsl,imx7ulp-usdhc']

	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml


See https://patchwork.ozlabs.org/patch/1351360

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:

pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade

Please check and re-submit.


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-08-28 21:39 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-25 19:35 [PATCH v3 00/19] dt-bindings / arm64: Cleanup of i.MX 8 bindings Krzysztof Kozlowski
2020-08-25 19:35 ` Krzysztof Kozlowski
2020-08-25 19:35 ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 01/19] dt-bindings: gpio: fsl-imx-gpio: Add i.MX 8 compatibles Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 02/19] dt-bindings: gpio: fsl-imx-gpio: Add gpio-ranges property Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 03/19] dt-bindings: gpio: fsl-imx-gpio: Add parsing of hogs Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 04/19] dt-bindings: gpio: fsl-imx-gpio: Add power-domains Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 05/19] dt-bindings: perf: fsl-imx-ddr: Add i.MX 8M compatibles Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 06/19] dt-bindings: pwm: imx-pwm: " Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-09-23 11:52   ` Thierry Reding
2020-09-23 11:52     ` Thierry Reding
2020-09-23 11:52     ` Thierry Reding
2020-09-23 14:08     ` Krzysztof Kozlowski
2020-09-23 14:08       ` Krzysztof Kozlowski
2020-09-23 14:08       ` Krzysztof Kozlowski
2020-09-23 14:15       ` Thierry Reding
2020-09-23 14:15         ` Thierry Reding
2020-09-23 14:15         ` Thierry Reding
2020-08-25 19:35 ` [PATCH v3 07/19] dt-bindings: serial: fsl-imx-uart: " Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 08/19] dt-bindings: watchdog: fsl-imx-wdt: " Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 22:21   ` Guenter Roeck
2020-08-25 22:21     ` Guenter Roeck
2020-08-25 22:21     ` Guenter Roeck
2020-08-25 19:35 ` [PATCH v3 09/19] dt-bindings: mtd: gpmi-nand: " Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 10/19] dt-bindings: reset: fsl,imx7-src: " Krzysztof Kozlowski
2020-08-25 19:35   ` [PATCH v3 10/19] dt-bindings: reset: fsl, imx7-src: " Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 11/19] dt-bindings: thermal: imx8mm-thermal: Add i.MX 8M Nano compatible Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 12/19] dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matching Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-28  8:45   ` Ulf Hansson
2020-08-28  8:45     ` Ulf Hansson
2020-08-28  8:45     ` Ulf Hansson
2020-08-28  9:12     ` Krzysztof Kozlowski
2020-08-28  9:12       ` Krzysztof Kozlowski
2020-08-28  9:12       ` Krzysztof Kozlowski
2020-08-28 21:38   ` Rob Herring [this message]
2020-08-28 21:38     ` Rob Herring
2020-08-28 21:38     ` Rob Herring
2020-08-29  6:24     ` Krzysztof Kozlowski
2020-08-29  6:24       ` Krzysztof Kozlowski
2020-08-29  6:24       ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 13/19] dt-bindings: nvmem: imx-ocotp: Update i.MX 8M compatibles Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-28 22:26   ` Rob Herring
2020-08-28 22:26     ` Rob Herring
2020-08-28 22:26     ` Rob Herring
2020-08-25 19:35 ` [PATCH v3 14/19] dt-bindings: arm: fsl: Fix Toradex Colibri i.MX 8 binding Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-31  3:22   ` Shawn Guo
2020-08-31  3:22     ` Shawn Guo
2020-08-31  3:22     ` Shawn Guo
2020-08-25 19:35 ` [PATCH v3 15/19] dt-bindings: arm: fsl: Add ZII Ultra boards binding Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-31  3:22   ` Shawn Guo
2020-08-31  3:22     ` Shawn Guo
2020-08-31  3:22     ` Shawn Guo
2020-08-25 19:35 ` [PATCH v3 16/19] dt-bindings: interrupt-controller: fsl,irqsteer: Fix compatible matching Krzysztof Kozlowski
2020-08-25 19:35   ` [PATCH v3 16/19] dt-bindings: interrupt-controller: fsl, irqsteer: " Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35 ` [PATCH v3 17/19] dt-bindings: serial: fsl-lpuart: " Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-28 22:26   ` Rob Herring
2020-08-28 22:26     ` Rob Herring
2020-08-28 22:26     ` Rob Herring
2020-08-25 19:35 ` [PATCH v3 18/19] arm64: dts: imx8mq-evk: Add hog suffix to wl-reg-on Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-31  3:24   ` Shawn Guo
2020-08-31  3:24     ` Shawn Guo
2020-08-31  3:24     ` Shawn Guo
2020-08-25 19:35 ` [PATCH v3 19/19] arm64: dts: imx8mq-zii-ultra: Add hog suffixes to GPIO hogs Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-25 19:35   ` Krzysztof Kozlowski
2020-08-31  3:25   ` Shawn Guo
2020-08-31  3:25     ` Shawn Guo
2020-08-31  3:25     ` Shawn Guo
2020-08-28 12:51 ` [PATCH v3 00/19] dt-bindings / arm64: Cleanup of i.MX 8 bindings Linus Walleij
2020-08-28 12:51   ` Linus Walleij
2020-08-28 12:51   ` Linus Walleij
2020-08-28 13:08   ` Krzysztof Kozlowski
2020-08-28 13:08     ` Krzysztof Kozlowski
2020-08-28 13:08     ` Krzysztof Kozlowski
2020-08-28 14:51     ` Linus Walleij
2020-08-28 14:51       ` Linus Walleij
2020-08-28 14:51       ` Linus Walleij

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=20200828213850.GA3444012@bogus \
    --to=robh@kernel.org \
    --cc=Anson.Huang@nxp.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=frank.li@nxp.com \
    --cc=fugang.duan@nxp.com \
    --cc=han.xu@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk@kernel.org \
    --cc=leoyang.li@nxp.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=ulf.hansson@linaro.org \
    /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.