Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Linus Walleij <linusw@kernel.org>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	 Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	 Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-sound@vger.kernel.org, Linus Walleij <linusw@kernel.org>
Subject: [PATCH 0/9] ASoC: ux500: Fix MSP lifecycle, clocking and resources
Date: Wed, 02 Sep 2026 00:43:43 +0200	[thread overview]
Message-ID: <20260902-ux500-msp-fixes-v1-0-da1447fd9f7b@kernel.org> (raw)

Repair independent correctness problems in the DB8500 multichannel
serial port driver. The series fixes duplex and repeated-prepare stream
ownership, error propagation, frame and divider programming, FIFO
watermarks, DAI validation, reset handling, and MMIO resource ownership.
It also removes obsolete PRCMU QoS calls which are unconditional stubs.

The register programming follows the DB8500 v2 reference manual. These
changes are independent of the later sound-card devicetree conversion.

Assisted-by: LLM
Signed-off-by: Linus Walleij <linusw@kernel.org>
---
Linus Walleij (9):
      ASoC: ux500: Fix MSP stream lifecycle handling
      ASoC: ux500: Propagate MSP setup errors
      ASoC: ux500: Correct MSP frame and bit clock setup
      ASoC: ux500: Validate MSP DAI configuration
      ASoC: ux500: Deassert the MSP reset during probe
      ASoC: ux500: Request the MSP MMIO resource
      ASoC: ux500: Remove obsolete PRCMU QoS calls
      ASoC: ux500: Allow repeated MSP prepare calls
      ASoC: ux500: Program the MSP FIFO watermarks

 sound/soc/ux500/ux500_msp_dai.c | 189 ++++++++++++----------------
 sound/soc/ux500/ux500_msp_dai.h |  14 +--
 sound/soc/ux500/ux500_msp_i2s.c | 264 +++++++++++++++++++++++++++-------------
 sound/soc/ux500/ux500_msp_i2s.h |  12 +-
 4 files changed, 271 insertions(+), 208 deletions(-)
---
base-commit: 73ae59e975966d24e32926247ddb45a537ebe184
change-id: 20260825-ux500-msp-fixes-58d434a9bac3

Best regards,
-- 
Linus Walleij <linusw@kernel.org>


             reply	other threads:[~2026-09-01 22:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-01 22:43 Linus Walleij [this message]
2026-09-01 22:43 ` [PATCH 1/9] ASoC: ux500: Fix MSP stream lifecycle handling Linus Walleij
2026-09-01 22:43 ` [PATCH 2/9] ASoC: ux500: Propagate MSP setup errors Linus Walleij
2026-09-01 22:43 ` [PATCH 3/9] ASoC: ux500: Correct MSP frame and bit clock setup Linus Walleij
2026-09-01 22:43 ` [PATCH 4/9] ASoC: ux500: Validate MSP DAI configuration Linus Walleij
2026-09-01 22:43 ` [PATCH 5/9] ASoC: ux500: Deassert the MSP reset during probe Linus Walleij
2026-09-01 22:43 ` [PATCH 6/9] ASoC: ux500: Request the MSP MMIO resource Linus Walleij
2026-09-01 22:43 ` [PATCH 7/9] ASoC: ux500: Remove obsolete PRCMU QoS calls Linus Walleij
2026-09-01 22:43 ` [PATCH 8/9] ASoC: ux500: Allow repeated MSP prepare calls Linus Walleij
2026-09-01 22:43 ` [PATCH 9/9] ASoC: ux500: Program the MSP FIFO watermarks Linus Walleij
2026-09-01 23:09 ` [PATCH 0/9] ASoC: ux500: Fix MSP lifecycle, clocking and resources 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=20260902-ux500-msp-fixes-v1-0-da1447fd9f7b@kernel.org \
    --to=linusw@kernel.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=perex@perex.cz \
    --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