From: Rob Herring <robh@kernel.org>
To: Wesley Cheng <quic_wcheng@quicinc.com>
Cc: konrad.dybcio@linaro.org, agross@kernel.org,
devicetree@vger.kernel.org, bgoswami@quicinc.com,
broonie@kernel.org, krzysztof.kozlowski+dt@linaro.org,
lgirdwood@gmail.com, gregkh@linuxfoundation.org,
andersson@kernel.org, conor+dt@kernel.org,
linux-usb@vger.kernel.org, mathias.nyman@intel.com,
perex@perex.cz, tiwai@suse.com, Thinh.Nguyen@synopsys.com,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
alsa-devel@alsa-project.org, srinivas.kandagatla@linaro.org
Subject: Re: [PATCH v8 14/34] dt-bindings: usb: dwc3: Limit num-hc-interrupters definition
Date: Wed, 11 Oct 2023 08:10:26 -0500 [thread overview]
Message-ID: <20231011131026.GA4103742-robh@kernel.org> (raw)
In-Reply-To: <169699146356.2560906.8654324582682669209.robh@kernel.org>
On Tue, Oct 10, 2023 at 09:31:04PM -0500, Rob Herring wrote:
>
> On Tue, 10 Oct 2023 17:21:26 -0700, Wesley Cheng wrote:
> > Ensure that the number of XHCI secondary interrupters defined for a DWC3
> > based implementation is limited to 8. XHCI in general can potentially
> > support up to 1024 interrupters.
> >
> > Reviewed-by: Rob Herring <robh@kernel.org>
> > Signed-off-by: Wesley Cheng <quic_wcheng@quicinc.com>
> > ---
> > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
>
> My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
> on your patch (DT_CHECKER_FLAGS is new in v5.13):
>
> yamllint warnings/errors:
>
> dtschema/dtc warnings/errors:
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/usb/snps,dwc3.yaml: num-hc-interrupters: missing type definition
Patch 15 should come first.
Rob
next prev parent reply other threads:[~2023-10-11 13:10 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-11 0:21 [PATCH v8 00/34] Introduce QC USB SND audio offloading support Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 01/34] xhci: split free interrupter into separate remove and free parts Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 02/34] xhci: add support to allocate several interrupters Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 03/34] xhci: add helper to stop endpoint and wait for completion Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 04/34] xhci: sideband: add initial api to register a sideband entity Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 05/34] usb: host: xhci-mem: Cleanup pending secondary event ring events Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 06/34] usb: host: xhci-mem: Allow for interrupter clients to choose specific index Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 07/34] ASoC: Add SOC USB APIs for adding an USB backend Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 08/34] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 09/34] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 10/34] ASoC: qdsp6: q6afe: Increase APR timeout Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 11/34] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6 Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 12/34] ALSA: usb-audio: Introduce USB SND platform op callbacks Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 13/34] ALSA: usb-audio: Export USB SND APIs for modules Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 14/34] dt-bindings: usb: dwc3: Limit num-hc-interrupters definition Wesley Cheng
2023-10-11 2:31 ` Rob Herring
2023-10-11 13:10 ` Rob Herring [this message]
2023-10-11 0:21 ` [PATCH v8 15/34] dt-bindings: usb: xhci: Add " Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 16/34] usb: dwc3: Specify maximum number of XHCI interrupters Wesley Cheng
2023-10-12 18:17 ` Thinh Nguyen
2023-10-11 0:21 ` [PATCH v8 17/34] usb: host: xhci-plat: Set XHCI max interrupters if property is present Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 18/34] ALSA: usb-audio: qcom: Add USB QMI definitions Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 19/34] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 20/34] ALSA: usb-audio: Check for support for requested audio format Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 21/34] ASoC: usb: Add PCM format check API for USB backend Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 22/34] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 23/34] ALSA: usb-audio: Prevent starting of audio stream if in use Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 24/34] ASoC: dt-bindings: Add Q6USB backend Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 25/34] ASoC: dt-bindings: Update example for enabling USB offload on SM8250 Wesley Cheng
2023-10-11 2:31 ` Rob Herring
2023-10-11 21:28 ` Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 26/34] ASoC: qcom: qdsp6: q6afe: Split USB AFE dev_token param into separate API Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 27/34] ALSA: usb-audio: qcom: Populate PCM and USB chip information Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 28/34] ASoC: qcom: qdsp6: Add support to track available USB PCM devices Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 29/34] ASoC: qcom: qdsp6: Add SND kcontrol to select offload device Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 30/34] ASoC: qcom: qdsp6: Add SND kcontrol for fetching offload status Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 31/34] ASoC: qcom: qdsp6: Add headphone jack for offload connection status Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 32/34] ALSA: usb-audio: qcom: Use card and PCM index from QMI request Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 33/34] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices Wesley Cheng
2023-10-11 0:21 ` [PATCH v8 34/34] ASoC: usb: Rediscover USB SND devices on USB port add Wesley Cheng
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=20231011131026.GA4103742-robh@kernel.org \
--to=robh@kernel.org \
--cc=Thinh.Nguyen@synopsys.com \
--cc=agross@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=andersson@kernel.org \
--cc=bgoswami@quicinc.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
--cc=perex@perex.cz \
--cc=quic_wcheng@quicinc.com \
--cc=srinivas.kandagatla@linaro.org \
--cc=tiwai@suse.com \
/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).