linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: "Viorel Suman (OSS)" <viorel.suman@oss.nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Dong Aisheng <aisheng.dong@nxp.com>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Linus Walleij <linus.walleij@linaro.org>,
	Alessandro Zummo <a.zummo@towertech.it>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Amit Kucheria <amitk@kernel.org>, Zhang Rui <rui.zhang@intel.com>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Guenter Roeck <linux@roeck-us.net>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	Abel Vesa <abelvesa@kernel.org>,
	Viorel Suman <viorel.suman@nxp.com>,
	Oliver Graute <oliver.graute@kococonnector.com>,
	Peng Fan <peng.fan@nxp.com>, Liu Ying <victor.liu@nxp.com>,
	Shijie Qin <shijie.qin@nxp.com>, Ming Qian <ming.qian@nxp.com>,
	Mirela Rabulea <mirela.rabulea@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-clk@vger.kernel.org, linux-input@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-rtc@vger.kernel.org,
	linux-pm@vger.kernel.org, linux-watchdog@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v8 00/15] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
Date: Fri, 8 Jul 2022 20:35:59 +0800	[thread overview]
Message-ID: <20220708083952.GV819983@dragon> (raw)
In-Reply-To: <20220707125022.1156498-1-viorel.suman@oss.nxp.com>

On Thu, Jul 07, 2022 at 03:50:07PM +0300, Viorel Suman (OSS) wrote:
> From: Viorel Suman <viorel.suman@nxp.com>
> 
> Changes since v7: https://lore.kernel.org/lkml/20220704161541.943696-1-viorel.suman@oss.nxp.com/
>   * added missing Reviewed-By: 
>   * Defined "mboxes" and "mbox-names" sections in scu-key.yaml as schema.
> 
> Changes since v6: https://lore.kernel.org/lkml/20220629164414.301813-1-viorel.suman@oss.nxp.com/
>   * The series updated so that each patch making the conversion removes
>     the piece being converted, then finally the patch adding fsl,scu.yaml
>     removes the last pieces, as suggested by Krzysztof Kozlowski.
>   * Updated ocotp and system-controller node names in the existing DTS
>     files
> 
> Changes since v5: https://lore.kernel.org/lkml/20220616164303.790379-1-viorel.suman@nxp.com/
>   * Updated according to Krzysztof Kozlowski comments
> 
> Changes since v4: https://lore.kernel.org/lkml/20220615105834.743045-1-viorel.suman@nxp.com/
>   * Missing SoB added
> 
> Changes since v3: https://lore.kernel.org/lkml/20220609143423.2839186-1-abel.vesa@nxp.com/
>   * Examples included
>   * Included Abel's patches fixing thermal zone, keys and power controller names.
> 
> Abel Vesa (12):
>   dt-bindings: clk: imx: Add fsl,scu-clk yaml file
>   dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file
>   dt-bindings: input: Add fsl,scu-key yaml file
>   dt-bindings: nvmem: Add fsl,scu-ocotp yaml file
>   dt-bindings: power: Add fsl,scu-pd yaml file
>   dt-bindings: rtc: Add fsl,scu-rtc yaml file
>   dt-bindings: thermal: Add fsl,scu-thermal yaml file
>   dt-bindings: watchdog: Add fsl,scu-wdt yaml file
>   dt-bindings: firmware: Add fsl,scu yaml file
>   arm64: dts: freescale: imx8: Fix power controller name
>   arm64: dts: freescale: imx8qxp: Add fallback compatible for clock
>     controller
>   arm64: dts: freescale: imx8qxp: Fix the keys node name
> 
> Viorel Suman (3):
>   arm64: dts: freescale: imx8qxp: Remove unnecessary clock related
>     entries
>   arm64: dts: freescale: imx8qxp: Fix the ocotp node name
>   arm64: dts: freescale: imx8: Fix the system-controller node name

I'm preparing material for the next merge window, so just picked the
series up.  If there is more outstanding review comments coming up,
let's address them with follow-up changes.

Shawn

      parent reply	other threads:[~2022-07-08 12:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 12:50 [PATCH v8 00/15] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 01/15] dt-bindings: clk: imx: Add fsl,scu-clk yaml file Viorel Suman (OSS)
2022-07-11 11:10   ` Abel Vesa
2022-07-07 12:50 ` [PATCH v8 02/15] dt-bindings: pinctrl: imx: Add fsl,scu-iomux " Viorel Suman (OSS)
2022-07-09 23:15   ` Linus Walleij
2022-07-07 12:50 ` [PATCH v8 03/15] dt-bindings: input: Add fsl,scu-key " Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 04/15] dt-bindings: nvmem: Add fsl,scu-ocotp " Viorel Suman (OSS)
2022-07-12  9:53   ` Krzysztof Kozlowski
2022-07-07 12:50 ` [PATCH v8 05/15] dt-bindings: power: Add fsl,scu-pd " Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 06/15] dt-bindings: rtc: Add fsl,scu-rtc " Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 07/15] dt-bindings: thermal: Add fsl,scu-thermal " Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 08/15] dt-bindings: watchdog: Add fsl,scu-wdt " Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 09/15] dt-bindings: firmware: Add fsl,scu " Viorel Suman (OSS)
2022-07-12  9:55   ` Krzysztof Kozlowski
2022-07-07 12:50 ` [PATCH v8 10/15] arm64: dts: freescale: imx8qxp: Remove unnecessary clock related entries Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 11/15] arm64: dts: freescale: imx8: Fix power controller name Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 12/15] arm64: dts: freescale: imx8qxp: Add fallback compatible for clock controller Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 13/15] arm64: dts: freescale: imx8qxp: Fix the ocotp node name Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 14/15] arm64: dts: freescale: imx8: Fix the system-controller " Viorel Suman (OSS)
2022-07-07 12:50 ` [PATCH v8 15/15] arm64: dts: freescale: imx8qxp: Fix the keys " Viorel Suman (OSS)
2022-07-08 12:35 ` Shawn Guo [this message]

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=20220708083952.GV819983@dragon \
    --to=shawnguo@kernel.org \
    --cc=a.zummo@towertech.it \
    --cc=abelvesa@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=amitk@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=ming.qian@nxp.com \
    --cc=mirela.rabulea@nxp.com \
    --cc=mturquette@baylibre.com \
    --cc=oliver.graute@kococonnector.com \
    --cc=peng.fan@nxp.com \
    --cc=rafael@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=s.hauer@pengutronix.de \
    --cc=sboyd@kernel.org \
    --cc=shijie.qin@nxp.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=stefan@agner.ch \
    --cc=victor.liu@nxp.com \
    --cc=viorel.suman@nxp.com \
    --cc=viorel.suman@oss.nxp.com \
    --cc=wim@linux-watchdog.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 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).