mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Rob Herring (Arm)" <robh@kernel.org>
To: "André Draszik" <andre.draszik@linaro.org>
Cc: kernel-team@android.com, Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Lee Jones <lee@kernel.org>,
	 Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	 linux-gpio@vger.kernel.org,
	Tudor Ambarus <tudor.ambarus@linaro.org>,
	 Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
	 "Gustavo A. R. Silva" <gustavoars@kernel.org>,
	 linux-hardening@vger.kernel.org, devicetree@vger.kernel.org,
	 Will McVicker <willmcvicker@google.com>,
	 Peter Griffin <peter.griffin@linaro.org>,
	 Linus Walleij <linus.walleij@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	linux-kernel@vger.kernel.org,  Kees Cook <kees@kernel.org>,
	Bartosz Golaszewski <brgl@bgdev.pl>
Subject: Re: [PATCH v6 1/6] dt-bindings: gpio: add max77759 binding
Date: Tue, 25 Mar 2025 07:55:07 -0500	[thread overview]
Message-ID: <174290730586.1654929.1967433750081044561.robh@kernel.org> (raw)
In-Reply-To: <20250325-max77759-mfd-v6-1-c0870ca662ba@linaro.org>


On Tue, 25 Mar 2025 08:27:02 +0000, André Draszik wrote:
> The Maxim MAX77759 is a companion PMIC for USB Type-C applications and
> includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C
> Port Controller (TCPC), NVMEM, and a GPIO expander.
> 
> This describes its GPIO module.
> 
> Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> Signed-off-by: André Draszik <andre.draszik@linaro.org>
> ---
> v2:
> * drop 'interrupts' property and sort properties alphabetically
> ---
>  .../bindings/gpio/maxim,max77759-gpio.yaml         | 44 ++++++++++++++++++++++
>  MAINTAINERS                                        |  6 +++
>  2 files changed, 50 insertions(+)
> 

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

yamllint warnings/errors:

dtschema/dtc warnings/errors:


doc reference errors (make refcheckdocs):
Warning: Documentation/devicetree/bindings/gpio/maxim,max77759-gpio.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/maxim,max77759.yaml
Documentation/devicetree/bindings/gpio/maxim,max77759-gpio.yaml: Documentation/devicetree/bindings/mfd/maxim,max77759.yaml

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250325-max77759-mfd-v6-1-c0870ca662ba@linaro.org

The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.

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

pip3 install dtschema --upgrade

Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.


  reply	other threads:[~2025-03-25 12:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-25  8:27 [PATCH v6 0/6] Maxim Integrated MAX77759 PMIC MFD-based drivers André Draszik
2025-03-25  8:27 ` [PATCH v6 1/6] dt-bindings: gpio: add max77759 binding André Draszik
2025-03-25 12:55   ` Rob Herring (Arm) [this message]
2025-03-25  8:27 ` [PATCH v6 2/6] dt-bindings: nvmem: " André Draszik
2025-03-25 12:55   ` Rob Herring (Arm)
2025-03-25 13:54     ` Rob Herring
2025-03-25  8:27 ` [PATCH v6 3/6] dt-bindings: mfd: " André Draszik
2025-03-25  8:27 ` [PATCH v6 4/6] mfd: max77759: add Maxim MAX77759 core mfd driver André Draszik
2025-05-09 14:21   ` (subset) " Lee Jones
2025-03-25  8:27 ` [PATCH v6 5/6] gpio: max77759: add Maxim MAX77759 gpio driver André Draszik
2025-03-25  8:27 ` [PATCH v6 6/6] nvmem: max77759: add Maxim MAX77759 NVMEM driver André Draszik
2025-04-10  9:19 ` [PATCH v6 0/6] Maxim Integrated MAX77759 PMIC MFD-based drivers Lee Jones
2025-04-28 11:39   ` André Draszik
2025-05-09 14:21 ` 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=174290730586.1654929.1967433750081044561.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=andre.draszik@linaro.org \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=brgl@bgdev.pl \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gustavoars@kernel.org \
    --cc=kees@kernel.org \
    --cc=kernel-team@android.com \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-hardening@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter.griffin@linaro.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tudor.ambarus@linaro.org \
    --cc=willmcvicker@google.com \
    /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

all inboxes | Powered by JetHome®