From: Conor Dooley <conor@kernel.org>
To: Sarah Walker <sarah.walker@imgtec.com>
Cc: dri-devel@lists.freedesktop.org, frank.binns@imgtec.com,
donald.robson@imgtec.com, boris.brezillon@collabora.com,
faith.ekstrand@collabora.com, airlied@gmail.com, daniel@ffwll.ch,
maarten.lankhorst@linux.intel.com, mripard@kernel.org,
tzimmermann@suse.de, afd@ti.com, hns@goldelico.com,
matthew.brost@intel.com, christian.koenig@amd.com,
luben.tuikov@amd.com, dakr@redhat.com,
linux-kernel@vger.kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v4 02/17] dt-bindings: gpu: Add Imagination Technologies PowerVR GPU
Date: Sat, 15 Jul 2023 11:40:22 +0100 [thread overview]
Message-ID: <20230715-paramount-straining-6a486f8af20d@spud> (raw)
In-Reply-To: <20230714142526.111569-1-sarah.walker@imgtec.com>
[-- Attachment #1: Type: text/plain, Size: 2486 bytes --]
Hey Sarah,
Your series does not appear to be threaded. `git send-email` can be
passed, for example, a directory containing a whole series & will set
the correct in-reply-to headers so that the series is in a single
thread.
On Fri, Jul 14, 2023 at 03:25:26PM +0100, Sarah Walker wrote:
> Add the device tree binding documentation for the Series AXE GPU used in
> TI AM62 SoCs.
> Changes since v3:
> - Remove oneOf in compatible property
> - Remove power-supply (not used on AM62)
>
> Changes since v2:
> - Add commit message description
> - Remove mt8173-gpu support (not currently supported)
> - Drop quotes from $id and $schema
> - Remove reg: minItems
> - Drop _clk suffixes from clock-names
> - Remove operating-points-v2 property and cooling-cells (not currently
> used)
> - Add additionalProperties: false
> - Remove stray blank line at the end of file
The changelog should go below the --- line.
> Signed-off-by: Sarah Walker <sarah.walker@imgtec.com>
> ---
> .../devicetree/bindings/gpu/img,powervr.yaml | 68 +++++++++++++++++++
> MAINTAINERS | 7 ++
> 2 files changed, 75 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/gpu/img,powervr.yaml
> diff --git a/Documentation/devicetree/bindings/gpu/img,powervr.yaml b/Documentation/devicetree/bindings/gpu/img,powervr.yaml
> new file mode 100644
> index 000000000000..3292a0440465
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/gpu/img,powervr.yaml
> @@ -0,0 +1,68 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +# Copyright (c) 2022 Imagination Technologies Ltd.
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/gpu/img,powervr.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Imagination Technologies PowerVR GPU
> +
> +maintainers:
> + - Sarah Walker <sarah.walker@imgtec.com>
> + interrupts:
> + items:
> + - description: GPU interrupt
The description here doesn't add any value, since there is only one
interrupt, so you can drop it and do maxItems: 1 as you have done
elsewhere.
> + interrupt-names:
> + items:
> + - const: gpu
And this
items:
- const: gpu
can just be
const: gpu
Although, if there is only one interrupt this is probably not
particularly helpful. Are there other implementations of this IP that
have more interrupts?
Otherwise, this looks good to me.
Thanks,
Conor.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2023-07-15 10:40 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-14 14:25 [PATCH v4 02/17] dt-bindings: gpu: Add Imagination Technologies PowerVR GPU Sarah Walker
2023-07-15 10:40 ` Conor Dooley [this message]
2023-07-18 11:08 ` Frank Binns
2023-07-18 11:10 ` Krzysztof Kozlowski
2023-07-18 11:24 ` mripard
2023-07-18 11:36 ` Frank Binns
2023-07-18 11:52 ` Krzysztof Kozlowski
2023-07-17 7:29 ` Krzysztof Kozlowski
2023-07-18 11:32 ` Frank Binns
2023-07-18 13:06 ` Krzysztof Kozlowski
2023-07-18 6:20 ` Krzysztof Kozlowski
2023-07-18 11:47 ` Frank Binns
2023-07-18 11:54 ` 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=20230715-paramount-straining-6a486f8af20d@spud \
--to=conor@kernel.org \
--cc=afd@ti.com \
--cc=airlied@gmail.com \
--cc=boris.brezillon@collabora.com \
--cc=christian.koenig@amd.com \
--cc=conor+dt@kernel.org \
--cc=dakr@redhat.com \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=donald.robson@imgtec.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=faith.ekstrand@collabora.com \
--cc=frank.binns@imgtec.com \
--cc=hns@goldelico.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luben.tuikov@amd.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=matthew.brost@intel.com \
--cc=mripard@kernel.org \
--cc=robh+dt@kernel.org \
--cc=sarah.walker@imgtec.com \
--cc=tzimmermann@suse.de \
/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;
as well as URLs for NNTP newsgroup(s).