[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <31542315-5ea1-4849-b2f9-686cabce914a@kernel.org>
Date: Sat, 17 May 2025 13:16:38 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Samuel Kayode <samuel.kayode@...oirfairelinux.com>,
Lee Jones <lee@...nel.org>, Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>, Dmitry Torokhov
<dmitry.torokhov@...il.com>, Sebastian Reichel <sre@...nel.org>,
Robin Gong <yibin.gong@....com>
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linux-imx@....com, inux-input@...r.kernel.org, Abel Vesa
<abelvesa@...ux.com>, Abel Vesa <abel.vesa@....com>,
Robin Gong <b38343@...escale.com>, Enric Balletbo Serra <eballetbo@...il.com>
Subject: Re: [PATCH v2 4/9] dt-bindings: mfd: add pf1550
On 16/05/2025 20:53, Samuel Kayode wrote:
> Add a DT binding document for pf1550 PMIC. This describes the core mfd
> device.
>
> Signed-off-by: Samuel Kayode <samuel.kayode@...oirfairelinux.com>
You need to explain the dependencies in the cover letter. There is
nothing there but you have clear dependency and all bindings must go via
one tree, unless you re-do this to use compatibles.
> ---
> .../devicetree/bindings/mfd/pf1550.yaml | 122 ++++++++++++++++++
Same comments.
> 1 file changed, 122 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mfd/pf1550.yaml
>
> diff --git a/Documentation/devicetree/bindings/mfd/pf1550.yaml b/Documentation/devicetree/bindings/mfd/pf1550.yaml
> new file mode 100644
> index 000000000000..461bc13513eb
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mfd/pf1550.yaml
> @@ -0,0 +1,122 @@
> +# SPDX-License-Identifier: GPL-2.0
No.
Please run scripts/checkpatch.pl on the patches and fix reported
warnings. After that, run also 'scripts/checkpatch.pl --strict' on the
patches and (probably) fix more warnings. Some warnings can be ignored,
especially from --strict run, but the code here looks like it needs a
fix. Feel free to get in touch if the warning is not clear.
<form letter>
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.
Tools like b4 or scripts/get_maintainer.pl provide you proper list of
people, so fix your workflow. Tools might also fail if you work on some
ancient tree (don't, instead use mainline) or work on fork of kernel
(don't, instead use mainline). Just use b4 and everything should be
fine, although remember about `b4 prep --auto-to-cc` if you added new
patches to the patchset.
You missed at least devicetree list (maybe more), so this won't be
tested by automated tooling. Performing review on untested code might be
a waste of time.
Please kindly resend and include all necessary To/Cc entries.
</form letter>
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/mfd/pf1550.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: PF1550 low power PMIC from NXP.
Same comments
> +
> +maintainers:
> + - Samuel Kayode <samuel.kayode@...oirfairelinux.com>
> +
> +description: |
> + PF1550 is a low power PMIC providing battery charging and power supply for
> + low power IoT and wearable applications.
> +
> + For device-tree bindings of other sub-modules (regulator, power supply and
> + onkey) refer to the binding documents under the respective sub-system
> + directories.
> +
> +properties:
> + compatible:
> + const: fsl,pf1550
> +
> + reg:
> + description:
> + I2C device address.
Drop
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + regulators:
> + $ref: /schemas/regulator/pf1550.yaml
> +
> + charger:
> + $ref: /schemas/power/supply/pf1550_charger.yaml
> +
> + onkey:
> + $ref: /schemas/input/pf1550_onkey.yaml
This makes merging via separate trees not possible...
Just fold everything here, drop compatibles and then put binding in the
regulator. Unless children are re-usable which would justify
compatibles, but then please provide arguments for that.
Best regards,
Krzysztof
Powered by blists - more mailing lists