From: "Rob Herring (Arm)" <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: "Linus Walleij" <linus.walleij@linaro.org>,
linux-watchdog@vger.kernel.org,
"Mathew McBride" <matt@traverse.com.au>,
linux-arm-kernel@lists.infradead.org,
"Michael Walle" <mwalle@kernel.org>,
"Uwe Kleine-König" <ukleinek@kernel.org>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Nikita Travkin" <nikita@trvn.ru>,
"Guenter Roeck" <groeck@chromium.org>,
"Conor Dooley" <conor+dt@kernel.org>,
linux-mediatek@lists.infradead.org,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Jean Delvare" <jdelvare@suse.com>,
"Tim Harvey" <tharvey@gateworks.com>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"Thomas Gleixner" <tglx@linutronix.de>,
"Mark Brown" <broonie@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Mathieu Poirier" <mathieu.poirier@linaro.org>,
"Thierry Reding" <thierry.reding@gmail.com>,
linux-sound@vger.kernel.org,
"Cheng-Yi Chiang" <cychiang@chromium.org>,
linux-hwmon@vger.kernel.org, "Tzung-Bi Shih" <tzungbi@kernel.org>,
"Pengyu Luo" <mitltlatltl@gmail.com>,
linux-gpio@vger.kernel.org, linux-remoteproc@vger.kernel.org,
"Benson Leung" <bleung@chromium.org>,
"Lee Jones" <lee@kernel.org>,
linux-pwm@vger.kernel.org,
"Konrad Dybcio" <konradybcio@kernel.org>,
"Wim Van Sebroeck" <wim@linux-watchdog.org>,
chrome-platform@lists.linux.dev, devicetree@vger.kernel.org,
"Bartosz Golaszewski" <brgl@bgdev.pl>,
linux-kernel@vger.kernel.org,
"Bjorn Andersson" <andersson@kernel.org>,
"Tinghan Shen" <tinghan.shen@mediatek.com>
Subject: Re: [PATCH v3] dt-bindings: mfd: Move embedded controllers to own directory
Date: Tue, 26 Aug 2025 18:50:43 -0500 [thread overview]
Message-ID: <175625224288.764159.13881647192010727208.robh@kernel.org> (raw)
In-Reply-To: <20250825081201.9775-2-krzysztof.kozlowski@linaro.org>
On Mon, 25 Aug 2025 10:12:02 +0200, Krzysztof Kozlowski wrote:
> Move several embedded controller bindings (like ChromeOS EC, Gateworks
> System Controller and Kontron sl28cpld Board Management) to new
> subdirectory "embedded-controller" matching their purpose.
>
> An embedded controller (EC) is a discrete component that contains a
> microcontroller (i.e. a small CPU running a small firmware without
> operating system) mounted into a larger computer system running
> a fully fledged operating system that needs to utilize the embedded
> controller as part of its operation.
>
> So far the EC bindings were split between "mfd" and "platform"
> directory. MFD name comes from Linux, not hardware, and "platform" is a
> bit too generic.
>
> Rename Gateworks GSC and Huawei Gaokun filenames to match compatible, as
> preferred for bindings.
>
> Acked-by: Michael Walle <mwalle@kernel.org> # for sl28cpld
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>
> Lee,
> Can you take it via MFD?
> There is a patch on the lists touching kontron,sl28cpld.
>
> Changes in v3:
> 1. Move more files from "platform" directory.
> 2. Grow commit msg, based on feedback from Linus.
> 3. Add Rb (patch changed, though).
>
> Changes in v2:
> 1. Correct remaining paths in other schemas ($ref and descriptions).
> 2. Add Ack.
>
> Cc: Mathew McBride <matt@traverse.com.au>
> ---
> .../{platform => embedded-controller}/acer,aspire1-ec.yaml | 2 +-
> .../{mfd => embedded-controller}/google,cros-ec.yaml | 2 +-
> .../gateworks-gsc.yaml => embedded-controller/gw,gsc.yaml} | 2 +-
> .../huawei,gaokun3-ec.yaml} | 2 +-
> .../{mfd => embedded-controller}/kontron,sl28cpld.yaml | 2 +-
> .../lenovo,yoga-c630-ec.yaml | 2 +-
> .../microsoft,surface-sam.yaml | 2 +-
> .../devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml | 2 +-
> .../devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml | 2 +-
> .../interrupt-controller/kontron,sl28cpld-intc.yaml | 2 +-
> .../devicetree/bindings/pwm/google,cros-ec-pwm.yaml | 2 +-
> .../devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml | 2 +-
> Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml | 4 ++--
> .../devicetree/bindings/sound/google,cros-ec-codec.yaml | 2 +-
> .../devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml | 2 +-
> MAINTAINERS | 6 +++---
> 16 files changed, 19 insertions(+), 19 deletions(-)
> rename Documentation/devicetree/bindings/{platform => embedded-controller}/acer,aspire1-ec.yaml (94%)
> rename Documentation/devicetree/bindings/{mfd => embedded-controller}/google,cros-ec.yaml (99%)
> rename Documentation/devicetree/bindings/{mfd/gateworks-gsc.yaml => embedded-controller/gw,gsc.yaml} (98%)
> rename Documentation/devicetree/bindings/{platform/huawei,gaokun-ec.yaml => embedded-controller/huawei,gaokun3-ec.yaml} (97%)
> rename Documentation/devicetree/bindings/{mfd => embedded-controller}/kontron,sl28cpld.yaml (97%)
> rename Documentation/devicetree/bindings/{platform => embedded-controller}/lenovo,yoga-c630-ec.yaml (95%)
> rename Documentation/devicetree/bindings/{platform => embedded-controller}/microsoft,surface-sam.yaml (92%)
>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
next prev parent reply other threads:[~2025-08-26 23:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-25 8:12 [PATCH v3] dt-bindings: mfd: Move embedded controllers to own directory Krzysztof Kozlowski
2025-08-26 23:50 ` Rob Herring (Arm) [this message]
2025-08-28 8:41 ` Mark Brown
2025-09-03 7:35 ` (subset) " Lee Jones
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=175625224288.764159.13881647192010727208.robh@kernel.org \
--to=robh@kernel.org \
--cc=andersson@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=bleung@chromium.org \
--cc=brgl@bgdev.pl \
--cc=broonie@kernel.org \
--cc=chrome-platform@lists.linux.dev \
--cc=conor+dt@kernel.org \
--cc=cychiang@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=groeck@chromium.org \
--cc=jdelvare@suse.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lee@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=matt@traverse.com.au \
--cc=matthias.bgg@gmail.com \
--cc=mitltlatltl@gmail.com \
--cc=mwalle@kernel.org \
--cc=nikita@trvn.ru \
--cc=tglx@linutronix.de \
--cc=tharvey@gateworks.com \
--cc=thierry.reding@gmail.com \
--cc=tinghan.shen@mediatek.com \
--cc=tzungbi@kernel.org \
--cc=ukleinek@kernel.org \
--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