From: Greg KH <gregkh@linuxfoundation.org>
To: Stephan Gerhold <stephan.gerhold@linaro.org>
Cc: Wesley Cheng <quic_wcheng@quicinc.com>,
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,
robh@kernel.org, krzk+dt@kernel.org,
pierre-louis.bossart@linux.intel.com, Thinh.Nguyen@synopsys.com,
tiwai@suse.com, 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 v38 00/31] Introduce QC USB SND audio offloading support
Date: Fri, 11 Apr 2025 14:54:32 +0200 [thread overview]
Message-ID: <2025041152-eternal-harmonize-d608@gregkh> (raw)
In-Reply-To: <Z_kNr52hM-iWUgyZ@linaro.org>
On Fri, Apr 11, 2025 at 02:40:15PM +0200, Stephan Gerhold wrote:
> Hi Greg,
>
> On Fri, Apr 11, 2025 at 01:04:37PM +0200, Greg KH wrote:
> > On Thu, Apr 10, 2025 at 09:11:42AM +0200, Greg KH wrote:
> > > On Wed, Apr 09, 2025 at 12:47:33PM -0700, Wesley Cheng wrote:
> > > > Requesting to see if we can get some Acked-By tags, and merge on usb-next.
> > >
> > > let me give it some 0-day bot testing to see how that goes...
> >
> > All looks good, so let me go apply this to my usb-next branch now.
> >
> > Thanks for sticking with this, I think it deserves the "most versions ever"
> > of a patch series award.
> >
>
> I have honestly no intention of blocking this series any longer, but the
> comments I raised on PATCH 26/31 are likely valid and suggest the series
> wasn't fully tested on v38. So I would personally prefer to get fixes
> and confirmation on that from Wesley and then merge v39. It doesn't feel
> like the kind of thing to fix incrementally on top, since the commit
> message is also misleading now.
I think a fixup is probably sufficient, especially as I can't rebase my
tree, and reverting all of these is just a mess.
thanks,
greg k-h
next prev parent reply other threads:[~2025-04-11 12:54 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-09 19:47 [PATCH v38 00/31] Introduce QC USB SND audio offloading support Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 01/31] xhci: sideband: add initial api to register a secondary interrupter entity Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 02/31] usb: host: xhci-mem: Cleanup pending secondary event ring events Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 03/31] usb: host: xhci-mem: Allow for interrupter clients to choose specific index Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 04/31] usb: host: xhci-plat: Set XHCI max interrupters if property is present Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 05/31] usb: host: xhci: Notify xHCI sideband on transfer ring free Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 06/31] usb: dwc3: Specify maximum number of XHCI interrupters Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 07/31] ALSA: Add USB audio device jack type Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 08/31] ALSA: usb-audio: Export USB SND APIs for modules Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 09/31] ALSA: usb-audio: Check for support for requested audio format Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 10/31] ALSA: usb-audio: Save UAC sample size information Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 11/31] ALSA: usb-audio: Prevent starting of audio stream if in use Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 12/31] ALSA: usb-audio: Introduce USB SND platform op callbacks Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 13/31] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 14/31] ASoC: Add SoC USB APIs for adding an USB backend Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 15/31] ASoC: usb: Add PCM format check API for " Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 16/31] ASoC: usb: Create SOC USB SND jack kcontrol Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 17/31] ASoC: usb: Fetch ASoC card and pcm device information Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 18/31] ASoC: usb: Rediscover USB SND devices on USB port add Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 19/31] ASoC: doc: Add documentation for SOC USB Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 20/31] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 21/31] ASoC: dt-bindings: Update example for enabling USB offload on SM8250 Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 22/31] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 23/31] ASoC: qcom: qdsp6: q6afe: Increase APR timeout Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 24/31] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6 Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 25/31] ASoC: qcom: qdsp6: Add headphone jack for offload connection status Wesley Cheng
2025-04-09 19:47 ` [PATCH v38 26/31] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device Wesley Cheng
2025-04-10 6:41 ` Stephan Gerhold
2025-04-09 19:48 ` [PATCH v38 27/31] ALSA: usb-audio: qcom: Add USB QMI definitions Wesley Cheng
2025-04-09 19:48 ` [PATCH v38 28/31] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support Wesley Cheng
2025-04-09 19:48 ` [PATCH v38 29/31] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use Wesley Cheng
2025-04-09 19:48 ` [PATCH v38 30/31] ALSA: usb-audio: qcom: Add USB offload route kcontrol Wesley Cheng
2025-04-09 19:48 ` [PATCH v38 31/31] ALSA: usb-audio: qcom: Notify USB audio devices on USB offload probing Wesley Cheng
2025-04-10 7:11 ` [PATCH v38 00/31] Introduce QC USB SND audio offloading support Greg KH
2025-04-11 11:04 ` Greg KH
2025-04-11 12:40 ` Stephan Gerhold
2025-04-11 12:54 ` Greg KH [this message]
2025-04-11 16:47 ` Wesley Cheng
2025-04-10 11:55 ` Mark Brown
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=2025041152-eternal-harmonize-d608@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=stephan.gerhold@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).