From: Donald Robson <Donald.Robson@imgtec.com>
To: "geert@linux-m68k.org" <geert@linux-m68k.org>
Cc: "corbet@lwn.net" <corbet@lwn.net>,
"luben.tuikov@amd.com" <luben.tuikov@amd.com>,
"christian.koenig@amd.com" <christian.koenig@amd.com>,
"krzysztof.kozlowski+dt@linaro.org"
<krzysztof.kozlowski+dt@linaro.org>,
"tzimmermann@suse.de" <tzimmermann@suse.de>,
"mripard@kernel.org" <mripard@kernel.org>,
"hns@goldelico.com" <hns@goldelico.com>,
"matthew.brost@intel.com" <matthew.brost@intel.com>,
"dakr@redhat.com" <dakr@redhat.com>,
Matt Coster <Matt.Coster@imgtec.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Sarah Walker <Sarah.Walker@imgtec.com>,
"conor.dooley@microchip.com" <conor.dooley@microchip.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
"boris.brezillon@collabora.com" <boris.brezillon@collabora.com>,
"afd@ti.com" <afd@ti.com>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"conor+dt@kernel.org" <conor+dt@kernel.org>,
"faith.ekstrand@collabora.com" <faith.ekstrand@collabora.com>
Subject: Re: [PATCH v9 03/20] dt-bindings: gpu: Add Imagination Technologies PowerVR/IMG GPU
Date: Tue, 28 Nov 2023 09:38:07 +0000 [thread overview]
Message-ID: <b2bfb0f127a4e63617b9b4492454223a5d57bfcd.camel@imgtec.com> (raw)
In-Reply-To: <CAMuHMdWkQeJzmJhHcOsXRUGQjFmJJvSd_6=tvmPp1edh8oXdpw@mail.gmail.com>
Hi Geert,
On Mon, 2023-11-27 at 09:39 +0100, Geert Uytterhoeven wrote:
> Hi Donald,
>
> On Wed, Nov 22, 2023 at 5:36 PM Donald Robson <donald.robson@imgtec.com> wrote:
> > From: Sarah Walker <sarah.walker@imgtec.com>
> >
> > Add the device tree binding documentation for the IMG AXE GPU used in
> > TI AM62 SoCs.
> >
> > Co-developed-by: Frank Binns <frank.binns@imgtec.com>
> > Signed-off-by: Frank Binns <frank.binns@imgtec.com>
> > Signed-off-by: Sarah Walker <sarah.walker@imgtec.com>
> > Signed-off-by: Donald Robson <donald.robson@imgtec.com>
>
> Thanks for your patch, which is now commit 6a85c3b14728f0d5
> ("dt-bindings: gpu: Add Imagination Technologies PowerVR/IMG GPU") in
> drm-misc/for-linux-next.
>
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/gpu/img,powervr.yaml
> > +properties:
> > + compatible:
> > + items:
> > + - enum:
> > + - ti,am62-gpu
> > + - const: img,img-axe # IMG AXE GPU model/revision is fully discoverable
>
> Why the double "img", and not just "img,axe"?
>
While the first 'img' is just short for 'Imagination', the second is the product
series name 'IMG-Axe' in lower case. A quirk of the newer product names, really.
If we add older series they would be 'img,powervr-series[...]'.
Thanks for applying!
Donald
> Gr{oetje,eeting}s,
>
> Geert
>
next prev parent reply other threads:[~2023-11-28 9:39 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-22 16:34 [PATCH v9 00/20] Imagination Technologies PowerVR DRM driver Donald Robson
2023-11-22 16:34 ` [PATCH v9 01/20] sizes.h: Add entries between SZ_32G and SZ_64T Donald Robson
2023-11-22 16:34 ` [PATCH v9 02/20] drm/gpuvm: Helper to get range of unmap from a remap op Donald Robson
2023-11-22 16:34 ` [PATCH v9 03/20] dt-bindings: gpu: Add Imagination Technologies PowerVR/IMG GPU Donald Robson
2023-11-27 8:39 ` Geert Uytterhoeven
2023-11-28 9:38 ` Donald Robson [this message]
2023-11-22 16:34 ` [PATCH v9 04/20] drm/imagination/uapi: Add PowerVR driver UAPI Donald Robson
2023-11-22 16:34 ` [PATCH v9 05/20] drm/imagination: Add skeleton PowerVR driver Donald Robson
2023-11-22 16:34 ` [PATCH v9 06/20] drm/imagination: Get GPU resources Donald Robson
2023-11-22 16:34 ` [PATCH v9 07/20] drm/imagination: Add GPU register headers Donald Robson
2023-11-22 16:34 ` [PATCH v9 08/20] drm/imagination: Add firmware and MMU related headers Donald Robson
2023-11-22 16:34 ` [PATCH v9 09/20] drm/imagination: Add FWIF headers Donald Robson
2023-11-22 16:34 ` [PATCH v9 10/20] drm/imagination: Add GPU ID parsing and firmware loading Donald Robson
2023-11-22 16:34 ` [PATCH v9 11/20] drm/imagination: Add GEM and VM related code Donald Robson, Sarah Walker
2023-11-24 15:42 ` kernel test robot
2023-11-22 16:34 ` [PATCH v9 12/20] drm/imagination: Implement power management Donald Robson
2023-11-22 16:34 ` [PATCH v9 13/20] drm/imagination: Implement firmware infrastructure and META FW support Donald Robson
2023-11-22 16:34 ` [PATCH v9 14/20] drm/imagination: Implement MIPS firmware processor and MMU support Donald Robson
2023-11-22 16:34 ` [PATCH v9 15/20] drm/imagination: Implement free list and HWRT create and destroy ioctls Donald Robson
2023-11-22 16:34 ` [PATCH v9 16/20] drm/imagination: Implement context creation/destruction ioctls Donald Robson
2023-11-22 16:34 ` [PATCH v9 17/20] drm/imagination: Implement job submission and scheduling Donald Robson
2023-11-22 16:34 ` [PATCH v9 18/20] drm/imagination: Add firmware trace header Donald Robson
2023-11-22 16:34 ` [PATCH v9 19/20] drm/imagination: Add firmware trace to debugfs Donald Robson
2023-11-22 16:34 ` [PATCH v9 20/20] drm/imagination: Add driver documentation Donald Robson
2023-11-22 19:34 ` [PATCH v9 00/20] Imagination Technologies PowerVR DRM driver Maxime Ripard
2023-11-23 9:04 ` H. Nikolaus Schaller
2023-11-28 10:57 ` [EXTERNAL] " Donald Robson
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=b2bfb0f127a4e63617b9b4492454223a5d57bfcd.camel@imgtec.com \
--to=donald.robson@imgtec.com \
--cc=Matt.Coster@imgtec.com \
--cc=Sarah.Walker@imgtec.com \
--cc=afd@ti.com \
--cc=boris.brezillon@collabora.com \
--cc=christian.koenig@amd.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=corbet@lwn.net \
--cc=dakr@redhat.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=faith.ekstrand@collabora.com \
--cc=geert@linux-m68k.org \
--cc=hns@goldelico.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luben.tuikov@amd.com \
--cc=matthew.brost@intel.com \
--cc=mripard@kernel.org \
--cc=robh+dt@kernel.org \
--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
all inboxes | Powered by JetHome®