From: Rob Herring <robh@kernel.org>
To: Chuan Liu <chuan.liu@amlogic.com>
Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Kevin Hilman <khilman@baylibre.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Conor Dooley <conor+dt@kernel.org>,
Jerome Brunet <jbrunet@baylibre.com>,
Neil Armstrong <neil.armstrong@linaro.org>
Subject: Re: [PATCH v2 2/7] dt-bindings: soc: amlogic: C3 supports clk-measure
Date: Mon, 14 Apr 2025 07:33:46 -0500 [thread overview]
Message-ID: <20250414123346.GA135245-robh@kernel.org> (raw)
In-Reply-To: <174463269823.14040.7362554560667126238.robh@kernel.org>
On Mon, Apr 14, 2025 at 07:11:38AM -0500, Rob Herring (Arm) wrote:
>
> On Mon, 14 Apr 2025 18:12:29 +0800, Chuan Liu wrote:
> > C3 adds support for clk-measure.
> >
> > Acked-by: Rob Herring (Arm) <robh@kernel.org>
> > Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>
> > ---
> > .../devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> yamllint warnings/errors:
>
> dtschema/dtc warnings/errors:
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml: maintainers:0: 'Frank Li' does not match '@'
> from schema $id: http://devicetree.org/meta-schemas/base.yaml#
>
> doc reference errors (make refcheckdocs):
> Documentation/userspace-api/netlink/netlink-raw.rst: :doc:`rt_link<../../networking/netlink_spec/rt_link>`
> Warning: Documentation/arch/powerpc/cxl.rst references a file that doesn't exist: Documentation/ABI/testing/sysfs-class-cxl
> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> Warning: lib/Kconfig.debug references a file that doesn't exist: Documentation/dev-tools/fault-injection/fault-injection.rst
> Documentation/userspace-api/netlink/netlink-raw.rst: :doc:`rt_link<../../networking/netlink_spec/rt_link>`
> Documentation/arch/powerpc/cxl.rst: Documentation/ABI/testing/sysfs-class-cxl
> MAINTAINERS: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> lib/Kconfig.debug: Documentation/dev-tools/fault-injection/fault-injection.rst
This report can be ignored.
Rob
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Chuan Liu <chuan.liu@amlogic.com>
Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Kevin Hilman <khilman@baylibre.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Conor Dooley <conor+dt@kernel.org>,
Jerome Brunet <jbrunet@baylibre.com>,
Neil Armstrong <neil.armstrong@linaro.org>
Subject: Re: [PATCH v2 2/7] dt-bindings: soc: amlogic: C3 supports clk-measure
Date: Mon, 14 Apr 2025 07:33:46 -0500 [thread overview]
Message-ID: <20250414123346.GA135245-robh@kernel.org> (raw)
In-Reply-To: <174463269823.14040.7362554560667126238.robh@kernel.org>
On Mon, Apr 14, 2025 at 07:11:38AM -0500, Rob Herring (Arm) wrote:
>
> On Mon, 14 Apr 2025 18:12:29 +0800, Chuan Liu wrote:
> > C3 adds support for clk-measure.
> >
> > Acked-by: Rob Herring (Arm) <robh@kernel.org>
> > Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>
> > ---
> > .../devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> yamllint warnings/errors:
>
> dtschema/dtc warnings/errors:
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/soc/fsl/fsl,ls1028a-reset.yaml: maintainers:0: 'Frank Li' does not match '@'
> from schema $id: http://devicetree.org/meta-schemas/base.yaml#
>
> doc reference errors (make refcheckdocs):
> Documentation/userspace-api/netlink/netlink-raw.rst: :doc:`rt_link<../../networking/netlink_spec/rt_link>`
> Warning: Documentation/arch/powerpc/cxl.rst references a file that doesn't exist: Documentation/ABI/testing/sysfs-class-cxl
> Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> Warning: lib/Kconfig.debug references a file that doesn't exist: Documentation/dev-tools/fault-injection/fault-injection.rst
> Documentation/userspace-api/netlink/netlink-raw.rst: :doc:`rt_link<../../networking/netlink_spec/rt_link>`
> Documentation/arch/powerpc/cxl.rst: Documentation/ABI/testing/sysfs-class-cxl
> MAINTAINERS: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
> lib/Kconfig.debug: Documentation/dev-tools/fault-injection/fault-injection.rst
This report can be ignored.
Rob
next prev parent reply other threads:[~2025-04-14 12:36 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 10:12 [PATCH v2 0/7] soc: amlogic: clk-measure: Add clk-measure support for C3 and S4 Chuan Liu
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` [PATCH v2 1/7] soc: amlogic: clk-measure: Define MSR_CLK's register offset separately Chuan Liu
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:21 ` Neil Armstrong
2025-04-14 10:21 ` Neil Armstrong
2025-04-14 11:56 ` Chuan Liu
2025-04-14 11:56 ` Chuan Liu
2025-04-14 10:12 ` [PATCH v2 2/7] dt-bindings: soc: amlogic: C3 supports clk-measure Chuan Liu
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 12:11 ` Rob Herring (Arm)
2025-04-14 12:11 ` Rob Herring (Arm)
2025-04-14 12:33 ` Rob Herring [this message]
2025-04-14 12:33 ` Rob Herring
2025-04-14 10:12 ` [PATCH v2 3/7] dt-bindings: soc: amlogic: S4 " Chuan Liu
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` [PATCH v2 4/7] soc: amlogic: clk-measure: Add support for C3 Chuan Liu
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:21 ` Neil Armstrong
2025-04-14 10:21 ` Neil Armstrong
2025-04-14 10:12 ` [PATCH v2 5/7] soc: amlogic: clk-measure: Add support for S4 Chuan Liu
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:22 ` Neil Armstrong
2025-04-14 10:22 ` Neil Armstrong
2025-04-14 10:12 ` [PATCH v2 6/7] arm64: dts: amlogic: C3: Add clk-measure controller node Chuan Liu
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:22 ` Neil Armstrong
2025-04-14 10:22 ` Neil Armstrong
2025-04-14 10:12 ` [PATCH v2 7/7] arm64: dts: amlogic: S4: " Chuan Liu
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:12 ` Chuan Liu via B4 Relay
2025-04-14 10:22 ` Neil Armstrong
2025-04-14 10:22 ` Neil Armstrong
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=20250414123346.GA135245-robh@kernel.org \
--to=robh@kernel.org \
--cc=chuan.liu@amlogic.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jbrunet@baylibre.com \
--cc=khilman@baylibre.com \
--cc=krzk+dt@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=neil.armstrong@linaro.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.