From: Greg KH <gregkh@linuxfoundation.org>
To: Wesley Cheng <quic_wcheng@quicinc.com>
Cc: srinivas.kandagatla@linaro.org, mathias.nyman@intel.com,
perex@perex.cz, conor+dt@kernel.org, dmitry.torokhov@gmail.com,
corbet@lwn.net, broonie@kernel.org, lgirdwood@gmail.com,
tiwai@suse.com, krzk+dt@kernel.org,
pierre-louis.bossart@linux.intel.com, Thinh.Nguyen@synopsys.com,
robh@kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-sound@vger.kernel.org,
linux-input@vger.kernel.org, linux-usb@vger.kernel.org,
linux-arm-msm@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH v34 00/31] Introduce QC USB SND audio offloading support
Date: Sat, 15 Feb 2025 08:52:13 +0100 [thread overview]
Message-ID: <2025021500-clang-suspect-0cb3@gregkh> (raw)
In-Reply-To: <f5dfc875-d5bd-49d7-b998-6d25f59e849a@quicinc.com>
On Fri, Feb 14, 2025 at 07:07:15PM -0800, Wesley Cheng wrote:
> Hi Greg,
>
> On 2/14/2025 12:33 AM, Greg KH wrote:
> > On Tue, Feb 11, 2025 at 12:35:23PM -0800, Wesley Cheng wrote:
> >> Hi,
> >>
> >> On 1/21/2025 1:04 PM, Wesley Cheng wrote:
> >>> Requesting to see if we can get some Acked-By tags, and merge on usb-next.
> >>>
> >>
> >> Just seeing if we have any further feedback on this series? Thanks.
> >
> > Given the lack of responses, and the huge number of iterations of this,
> > I've applied it now to my usb-testing branch to give 0-day some better
> > runs at it. If it passes that in a few days, I'll move it to my
> > usb-next branch for inclusion into linux-next and hopefully 6.15-rc1.
> >
> > thanks for sticking with this!
> >
>
> I saw that kernel test bot reported some sparse errors. I had some issue with my config and looks like sparse wasn't actually scanning the files I added. Will fix that and resubmit another rev that addresses any errors. Apologies for not catching this beforehand.
Not a problem, I've dropped them all from my tree now.
thanks,
greg k-h
next prev parent reply other threads:[~2025-02-15 7:52 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 21:04 [PATCH v34 00/31] Introduce QC USB SND audio offloading support Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 01/31] xhci: sideband: add initial api to register a secondary interrupter entity Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 02/31] usb: host: xhci-mem: Cleanup pending secondary event ring events Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 03/31] usb: host: xhci-mem: Allow for interrupter clients to choose specific index Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 04/31] usb: host: xhci-plat: Set XHCI max interrupters if property is present Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 05/31] usb: host: xhci: Notify xHCI sideband on transfer ring free Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 06/31] usb: dwc3: Specify maximum number of XHCI interrupters Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 07/31] ALSA: Add USB audio device jack type Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 08/31] ALSA: usb-audio: Export USB SND APIs for modules Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 09/31] ALSA: usb-audio: Check for support for requested audio format Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 10/31] ALSA: usb-audio: Save UAC sample size information Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 11/31] ALSA: usb-audio: Prevent starting of audio stream if in use Wesley Cheng
2025-01-21 21:04 ` [PATCH v34 12/31] ALSA: usb-audio: Introduce USB SND platform op callbacks Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 13/31] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 14/31] ASoC: Add SoC USB APIs for adding an USB backend Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 15/31] ASoC: usb: Add PCM format check API for " Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 16/31] ASoC: usb: Create SOC USB SND jack kcontrol Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 17/31] ASoC: usb: Fetch ASoC card and pcm device information Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 18/31] ASoC: usb: Rediscover USB SND devices on USB port add Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 19/31] ASoC: doc: Add documentation for SOC USB Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 20/31] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 21/31] ASoC: dt-bindings: Update example for enabling USB offload on SM8250 Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 22/31] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 23/31] ASoC: qcom: qdsp6: q6afe: Increase APR timeout Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 24/31] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6 Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 25/31] ASoC: qcom: qdsp6: Add headphone jack for offload connection status Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 26/31] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 27/31] ALSA: usb-audio: qcom: Add USB QMI definitions Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 28/31] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 29/31] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 30/31] ALSA: usb-audio: qcom: Add USB offload route kcontrol Wesley Cheng
2025-01-21 21:05 ` [PATCH v34 31/31] ALSA: usb-audio: qcom: Notify USB audio devices on USB offload probing Wesley Cheng
2025-02-11 20:35 ` [PATCH v34 00/31] Introduce QC USB SND audio offloading support Wesley Cheng
2025-02-14 8:33 ` Greg KH
2025-02-15 3:07 ` Wesley Cheng
2025-02-15 7:52 ` Greg KH [this message]
2025-02-13 9:57 ` Stephan Gerhold
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=2025021500-clang-suspect-0cb3@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=Thinh.Nguyen@synopsys.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
--cc=perex@perex.cz \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=quic_wcheng@quicinc.com \
--cc=robh@kernel.org \
--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).