Linux wireless drivers development
 help / color / mirror / Atom feed
From: Ryder Lee <Ryder.Lee@mediatek.com>
To: "wenst@chromium.org" <wenst@chromium.org>
Cc: "robh@kernel.org" <robh@kernel.org>,
	"nbd@nbd.name" <nbd@nbd.name>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"Allen Ye (葉芷勳)" <Allen.Ye@mediatek.com>,
	"krzk@kernel.org" <krzk@kernel.org>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v3 2/2] dt-bindings: net: wireless: mt76: clarify backoff limit format
Date: Wed, 11 Feb 2026 16:26:17 +0000	[thread overview]
Message-ID: <7aa845557fe7aa67fe6c80c0673aee21ce030675.camel@mediatek.com> (raw)
In-Reply-To: <CAGXv+5E=REdz0g8rfi7+KvyC7jLXO0q=yjan3mMTGtxe0NgCDQ@mail.gmail.com>

On Wed, 2026-02-11 at 17:52 +0800, Chen-Yu Tsai wrote:
> On Wed, Feb 11, 2026 at 5:19 PM Ryder Lee <Ryder.Lee@mediatek.com>
> wrote:
> > 
> > On Wed, 2026-02-11 at 10:08 +0100, Krzysztof Kozlowski wrote:
> > > On 11/02/2026 09:59, Ryder Lee wrote:
> > > > On Wed, 2026-02-11 at 09:41 +0100, Krzysztof Kozlowski wrote:
> > > > > On 11/02/2026 09:33, Ryder Lee wrote:
> > > > > > > > > Why this cannot be a schema?
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > Well, actually, it's already a schema. This is just an
> > > > > > > > expanded
> > > > > > > 
> > > > > > > Where exactly?
> > > > > > > 
> > > > > > 
> > > > > > How 1T1ss is used across different generations is what my
> > > > > > example
> > > > > > above
> > > > > > was talking about.
> > > > > 
> > > > > Where exactly it is already a schema? Please point me line
> > > > > encoding
> > > > > this.
> > > > > 
> > > > > 
> > > > line 243 paths-ru
> > > > line 261 paths-ru-bf
> > > 
> > > I do not see there anything like you wrote here. You just list
> > > all of
> > > them, no device constraints.
> > > 
> > > Best regards,
> > > Krzysztof
> > > 
> > 
> > The original schema is a broad description. Now a reviewer want me
> > to
> > describe the differences for various connected devices, but I don’t
> > know how to add a compatible string for PCIe, USB, or even SDIO
> > devices
> > for their constraints. So I used the driver’s generation name...
> > can I
> > just write “mt7996”? Or do I need a complete and meaningful
> > compatible
> > string?
> 
> You can fill in the PCI or USB IDs as the compatible string.
> 
> See for example
> - Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-
> fmac.yaml
> - Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-
> fmac.yaml
> - Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml

Oh, I see. These examples are really helpful. I’ll add the PCI IDs and
replace the original connac2/3 patch with these PCI IDs.

> 
> There's no equivalent for SDIO, so they just have separate
> compatibles.
> The bcm4329-fmac binding also has examples of these.
> 
> If the hardware has something like a chip ID register, then you can
> have a common fallback string. At the extreme end of this is the ARM
> Mali bindings, which just have one compatible string for the core GPU
> as the fallback, and per platform/SoC compatibles to cover the glue
> layer:
> 
> - Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
> 
> 
> ChenYu
> 

Ryder

  reply	other threads:[~2026-02-11 16:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-10 18:08 [PATCH v3 1/2] wifi: mt76: fix backoff fields and max_power calculation Ryder Lee
2026-02-10 18:08 ` [PATCH v3 2/2] dt-bindings: net: wireless: mt76: clarify backoff limit format Ryder Lee
2026-02-10 18:12   ` Ryder Lee
2026-02-10 18:16     ` Ryder Lee
2026-02-11  6:31   ` Krzysztof Kozlowski
2026-02-11  8:13     ` Ryder Lee
2026-02-11  8:16       ` Krzysztof Kozlowski
2026-02-11  8:33         ` Ryder Lee
2026-02-11  8:41           ` Krzysztof Kozlowski
2026-02-11  8:59             ` Ryder Lee
2026-02-11  9:08               ` Krzysztof Kozlowski
2026-02-11  9:19                 ` Ryder Lee
2026-02-11  9:35                   ` Ryder Lee
2026-02-11  9:52                   ` Chen-Yu Tsai
2026-02-11 16:26                     ` Ryder Lee [this message]
2026-02-11  9:01             ` Chen-Yu Tsai
2026-02-11  9:07               ` Ryder Lee

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=7aa845557fe7aa67fe6c80c0673aee21ce030675.camel@mediatek.com \
    --to=ryder.lee@mediatek.com \
    --cc=Allen.Ye@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=nbd@nbd.name \
    --cc=robh@kernel.org \
    --cc=wenst@chromium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox