Devicetree
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	 Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Cc: mohammad.rafi.shaik@oss.qualcomm.com,
	linux-sound@vger.kernel.org,  lgirdwood@gmail.com,
	perex@perex.cz, tiwai@suse.com, johan@kernel.org,
	 dmitry.baryshkov@oss.qualcomm.com,
	konrad.dybcio@oss.qualcomm.com,  linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org,  linux-kernel@vger.kernel.org,
	srini@kernel.org, val@packett.cool,  mailingradian@gmail.com
Subject: Re: [PATCH v9 00/13] ASoC: qcom: q6dsp: few fixes and enhancements
Date: Thu, 02 Apr 2026 16:35:11 +0100	[thread overview]
Message-ID: <177514411128.51134.5760476545108119591.b4-ty@b4> (raw)
In-Reply-To: <20260402081118.348071-1-srinivas.kandagatla@oss.qualcomm.com>

On Thu, 02 Apr 2026 08:11:05 +0000, Srinivas Kandagatla wrote:
> ASoC: qcom: q6dsp: few fixes and enhancements
> 
> This patchset contains few fixes for the bugs hit during testing with
> Monza EVK platform
> - around array out of bounds access on dai ids which keep extending but
>   the drivers seems to have hardcoded some numbers, fix this and clean
> the mess up
> - fix few issues discovered while trying to shut down dsp.
> - flooding rpmsg with write requests due to not resetting queue pointer,
>   fix this resetting the pointer in trigger stop.
> - possible multiple graph opens which can result in open failures.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.1

Thanks!

[01/13] ASoC: qcom: q6apm: move component registration to unmanaged version
        https://git.kernel.org/broonie/sound/c/6ec1235fc941
[02/13] ASoC: qcom: q6apm: remove child devices when apm is removed
        https://git.kernel.org/broonie/sound/c/4a0e1bcc98f7
[03/13] ASoC: qcom: qdsp6: topology: check widget type before accessing data
        https://git.kernel.org/broonie/sound/c/d5bfdd28e0cd
[04/13] ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens
        https://git.kernel.org/broonie/sound/c/69acc488aaf3
[05/13] ASoC: qcom: q6apm-dai: reset queue ptr on trigger stop
        https://git.kernel.org/broonie/sound/c/cab45ab95ce7
[06/13] ASoC: dt-bindings: qcom: add LPASS LPI MI2S dai ids
        https://git.kernel.org/broonie/sound/c/e46957f27c60
[07/13] ASoC: qcom: common: validate cpu dai id during parsing
        https://git.kernel.org/broonie/sound/c/d49ee8faefec
[08/13] ASoC: qcom: qdsp6: lpass-ports: add support for LPASS LPI MI2S dais
        https://git.kernel.org/broonie/sound/c/bcd0df1ebc9d
[09/13] ASoC: qcom: q6dsp: Add Senary MI2S audio interface support
        https://git.kernel.org/broonie/sound/c/ae0de4e50f8f
[10/13] ASoC: qcom: qdapm-lpass-dai: correct the error message
        https://git.kernel.org/broonie/sound/c/8f542c7c4aa9
[11/13] ASoC: qcom: q6apm-lpass-dai: move graph start to trigger
        https://git.kernel.org/broonie/sound/c/b54a38af7138
[12/13] ASoC: qcom: qdsp6: remove search for module iid in hot path
        https://git.kernel.org/broonie/sound/c/d8b4163038dc
[13/13] ASoC: qcom: q6apm: Add support for early buffer mapping on DSP
        https://git.kernel.org/broonie/sound/c/8ea6e25c8536

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


      parent reply	other threads:[~2026-04-02 19:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-02  8:11 [PATCH v9 00/13] ASoC: qcom: q6dsp: few fixes and enhancements Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 01/13] ASoC: qcom: q6apm: move component registration to unmanaged version Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 02/13] ASoC: qcom: q6apm: remove child devices when apm is removed Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 03/13] ASoC: qcom: qdsp6: topology: check widget type before accessing data Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 04/13] ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 05/13] ASoC: qcom: q6apm-dai: reset queue ptr on trigger stop Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 06/13] ASoC: dt-bindings: qcom: add LPASS LPI MI2S dai ids Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 07/13] ASoC: qcom: common: validate cpu dai id during parsing Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 08/13] ASoC: qcom: qdsp6: lpass-ports: add support for LPASS LPI MI2S dais Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 09/13] ASoC: qcom: q6dsp: Add Senary MI2S audio interface support Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 10/13] ASoC: qcom: qdapm-lpass-dai: correct the error message Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 11/13] ASoC: qcom: q6apm-lpass-dai: move graph start to trigger Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 12/13] ASoC: qcom: qdsp6: remove search for module iid in hot path Srinivas Kandagatla
2026-04-02  8:11 ` [PATCH v9 13/13] ASoC: qcom: q6apm: Add support for early buffer mapping on DSP Srinivas Kandagatla
2026-05-12  5:09   ` Jens Glathe
2026-05-12  8:27     ` Srinivas Kandagatla
2026-05-12 11:43     ` Srinivas Kandagatla
2026-05-12 13:07       ` Jens Glathe
2026-04-02 15:35 ` Mark Brown [this message]

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=177514411128.51134.5760476545108119591.b4-ty@b4 \
    --to=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@oss.qualcomm.com \
    --cc=johan@kernel.org \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=krzk+dt@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=mailingradian@gmail.com \
    --cc=mohammad.rafi.shaik@oss.qualcomm.com \
    --cc=perex@perex.cz \
    --cc=robh@kernel.org \
    --cc=srini@kernel.org \
    --cc=srinivas.kandagatla@oss.qualcomm.com \
    --cc=tiwai@suse.com \
    --cc=val@packett.cool \
    /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