From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
devicetree@vger.kernel.org, Chanwoo Choi <cw00.choi@samsung.com>,
Mark Brown <broonie@kernel.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Rob Herring <robh+dt@kernel.org>,
Sebastian Reichel <sre@kernel.org>,
linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org,
Lee Jones <lee.jones@linaro.org>
Subject: Re: [PATCH 2/4] dt-bindings: power: supply: maxim,max14577: convert to dtschema
Date: Mon, 10 Jan 2022 13:42:58 -0600 [thread overview]
Message-ID: <YdyMQiRRooFgjfyo@robh.at.kernel.org> (raw)
In-Reply-To: <20211229141524.34174-3-krzysztof.kozlowski@canonical.com>
On Wed, 29 Dec 2021 15:15:22 +0100, Krzysztof Kozlowski wrote:
> Convert the Charger bindings of Maxim MAX14577/MAX77836 MUIC to DT
> schema format. The existing bindings were defined in
> ../bindings/mfd/max14577.txt.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
> .../bindings/power/supply/maxim,max14577.yaml | 84 +++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 85 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/power/supply/maxim,max14577.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
devicetree@vger.kernel.org, Chanwoo Choi <cw00.choi@samsung.com>,
Mark Brown <broonie@kernel.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Rob Herring <robh+dt@kernel.org>,
Sebastian Reichel <sre@kernel.org>,
linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org,
Lee Jones <lee.jones@linaro.org>
Subject: Re: [PATCH 2/4] dt-bindings: power: supply: maxim,max14577: convert to dtschema
Date: Mon, 10 Jan 2022 13:42:58 -0600 [thread overview]
Message-ID: <YdyMQiRRooFgjfyo@robh.at.kernel.org> (raw)
In-Reply-To: <20211229141524.34174-3-krzysztof.kozlowski@canonical.com>
On Wed, 29 Dec 2021 15:15:22 +0100, Krzysztof Kozlowski wrote:
> Convert the Charger bindings of Maxim MAX14577/MAX77836 MUIC to DT
> schema format. The existing bindings were defined in
> ../bindings/mfd/max14577.txt.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
> .../bindings/power/supply/maxim,max14577.yaml | 84 +++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 85 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/power/supply/maxim,max14577.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-01-10 19:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-29 14:15 [PATCH 0/4] mfd/power/regulators: dt-bindings: max14577: convert to dtschema Krzysztof Kozlowski
2021-12-29 14:15 ` Krzysztof Kozlowski
2021-12-29 14:15 ` [PATCH 1/4] ARM: dts: exynos: Align MAX77836 nodes with dtschema on Monk and Rinato Krzysztof Kozlowski
2021-12-29 14:15 ` Krzysztof Kozlowski
2021-12-29 14:15 ` [PATCH 2/4] dt-bindings: power: supply: maxim,max14577: convert to dtschema Krzysztof Kozlowski
2021-12-29 14:15 ` [PATCH 2/4] dt-bindings: power: supply: maxim, max14577: " Krzysztof Kozlowski
2022-01-10 19:42 ` Rob Herring [this message]
2022-01-10 19:42 ` [PATCH 2/4] dt-bindings: power: supply: maxim,max14577: " Rob Herring
2021-12-29 14:15 ` [PATCH 3/4] regulator: dt-bindings: " Krzysztof Kozlowski
2021-12-29 14:15 ` [PATCH 3/4] regulator: dt-bindings: maxim, max14577: " Krzysztof Kozlowski
2021-12-29 14:15 ` [PATCH 4/4] dt-bindings: mfd: maxim,max14577: " Krzysztof Kozlowski
2021-12-29 14:15 ` Krzysztof Kozlowski
2022-01-10 19:44 ` Rob Herring
2022-01-10 19:44 ` [PATCH 4/4] dt-bindings: mfd: maxim, max14577: " Rob Herring
2022-01-11 17:19 ` [PATCH 4/4] dt-bindings: mfd: maxim,max14577: " Krzysztof Kozlowski
2022-01-11 17:19 ` [PATCH 4/4] dt-bindings: mfd: maxim, max14577: " Krzysztof Kozlowski
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=YdyMQiRRooFgjfyo@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=broonie@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sre@kernel.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.