public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Hironori KIKUCHI <kikuchan98@gmail.com>
Cc: linux-kernel@vger.kernel.org,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Jessica Zhang <quic_jesszhan@quicinc.com>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Paul Cercueil <paul@crapouillou.net>,
	Christophe Branchereau <cbranchereau@gmail.com>,
	Ryan Walklin <ryan@testtoast.com>,
	dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 1/6] dt-bindings: display: panel: Add another panel for RG35XX Plus (Rev6)
Date: Mon, 25 Nov 2024 08:38:55 +0100	[thread overview]
Message-ID: <d1e8b3e9-526d-4910-8b15-6cce2c8526db@kernel.org> (raw)
In-Reply-To: <CAG40kxH8bQHauBAd1B=UpC7LLAJoS=ETKczL=QWBKqvk=VKh_w@mail.gmail.com>

On 24/11/2024 20:14, Hironori KIKUCHI wrote:
> Hello Krzysztof,
> 
> Thank you for reviewing.
> 
>> no wildcards
> 
> Sorry, but I believe these are not wildcards.
> 
> As discussed previously, the integrating vendor and device name are
> preferred instead of the OEM serial for unidentified OEM panels.
> These compatible strings are based on the actual device names:
>   "RG35XX Plus", "RG 40XXV", "RG40XX H", and "RG CubeXX"
> You can refer to
> https://anbernic.com/collections/handheld-game-console for the full


Then explain this in commit msg.

> line-up.
> 
> Oh, regarding "rg40xx-panel", it might have been separated to
> "rg40xx-v-panel" and "rg40xx-h-panel".
> 
> 
>> don't duplicate schemas
> 
> The old schemas "leadtek,ltk035c5444t", "fascontek,fs035vg158", and
> "anbernic,rg35xx-plus-panel" exist independently.


So you duplicate them. I wrote: Don't duplicate.

> So I had to add new schemas since the new ones are not compatible with
> the old ones.

No, you do not have to. There is no such thing as schema compatible with
schema.


> 
> Perhaps the compatibles should be like this:
>   compatible = "anbernic,rg35xx-plus-panel", "newvision,nv3052c";
> as some others do.

We do not talk about compatibles.

> 
> In this way, the schema files would be a single file and not be messed
> up, but it would break the previously defined schemas.


What? No, it would not  break. Don't touch existing compatibles.

> 
> How should I deal with this?
> Any suggestions or advice would be greatly appreciated.

The same as with all other changes: add to existing files.

Best regards,
Krzysztof

  reply	other threads:[~2024-11-25  7:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-24  8:02 [PATCH 0/6] drm/panel: nv3052c: Add support for new Anbernic panels Hironori KIKUCHI
2024-11-24  8:02 ` [PATCH 1/6] dt-bindings: display: panel: Add another panel for RG35XX Plus (Rev6) Hironori KIKUCHI
2024-11-24 16:01   ` Krzysztof Kozlowski
2024-11-24 16:05     ` Krzysztof Kozlowski
2024-11-24 19:14       ` Hironori KIKUCHI
2024-11-25  7:38         ` Krzysztof Kozlowski [this message]
2024-11-27  3:32           ` Hironori KIKUCHI
2024-11-27  7:22             ` Krzysztof Kozlowski
2025-01-22 16:12   ` Chris Morgan
2024-11-24  8:02 ` [PATCH 2/6] drm: panel: nv3052c: " Hironori KIKUCHI
2024-11-24  8:02 ` [PATCH 3/6] dt-bindings: display: panel: Add a panel for RG40XX series Hironori KIKUCHI
2024-11-24 16:02   ` Krzysztof Kozlowski
2024-11-24  8:02 ` [PATCH 4/6] drm: panel: nv3052c: " Hironori KIKUCHI
2024-11-24 13:01   ` Philippe Simons
2024-11-24  8:02 ` [PATCH 5/6] dt-bindings: display: panel: Add a panel for RG CubeXX Hironori KIKUCHI
2024-11-24 16:03   ` Krzysztof Kozlowski
2024-11-24  8:02 ` [PATCH 6/6] drm: panel: nv3052c: " Hironori KIKUCHI
2024-11-24 13:00   ` Philippe Simons

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=d1e8b3e9-526d-4910-8b15-6cce2c8526db@kernel.org \
    --to=krzk@kernel.org \
    --cc=airlied@gmail.com \
    --cc=cbranchereau@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kikuchan98@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=paul@crapouillou.net \
    --cc=quic_jesszhan@quicinc.com \
    --cc=robh@kernel.org \
    --cc=ryan@testtoast.com \
    --cc=simona@ffwll.ch \
    --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