public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
From: Sheetal <sheetal@nvidia.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	Thierry Reding <thierry.reding@kernel.org>,
	Jonathan Hunter <jonathanh@nvidia.com>
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	"Mohan Kumar" <mkumard@nvidia.com>,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	<linux-sound@vger.kernel.org>, <linux-tegra@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, Sheetal <sheetal@nvidia.com>
Subject: [PATCH v4 0/4] ASoC: tegra: Add error logging for probe and callback failures
Date: Wed, 1 Apr 2026 11:24:56 +0000	[thread overview]
Message-ID: <20260401112500.4076861-1-sheetal@nvidia.com> (raw)

Resend pending  v3 patches with fixes and add remaining
dev_err_probe() conversions.

Patch 1 replaces v3 patch 03/14 (ADMAIF).
Patch 2 replaces v3 patch 09/14 (OPE/PEQ/MBDRC).
Patch 3 is new - adds regmap init conversions across 10 drivers.
Patch 4 is new - adds clock error conversions in tegra_asoc_machine.

Changes since v3:
- [patch 1] Drop redundant dev_err_probe() on
  tegra_isomgr_adma_register() since it already logs internally.
  Drop redundant dev_err() at its call site. Add regmap init
  dev_err_probe() conversion.
- [patch 2] Drop redundant dev_err_probe() wrapping at PEQ/MBDRC
  init call sites since the called functions already log. Drop
  redundant dev_err() at those call sites in ope_probe(). Add
  regmap init, of_get_child_by_name and of_address_to_resource
  dev_err_probe() conversions.
- [patch 3] New. Use dev_err_probe() for regmap init failures in
  ASRC, DSPK, ADX, AHUB, AMX, DMIC, I2S, Mixer, MVC and SFC.
- [patch 4] New. Use dev_err_probe() for clk_set_rate and
  clk_prepare_enable failures in tegra_asoc_machine probe.

Sheetal (4):
  ASoC: tegra: Add error logging in tegra210_admaif driver
  ASoC: tegra: Use dev_err_probe() in OPE, PEQ and MBDRC drivers
  ASoC: tegra: Use dev_err_probe() for regmap init failures
  ASoC: tegra: Use dev_err_probe() in tegra_asoc_machine probe

 sound/soc/tegra/tegra186_asrc.c         |  7 +++----
 sound/soc/tegra/tegra186_dspk.c         |  7 +++----
 sound/soc/tegra/tegra210_admaif.c       | 24 +++++++++++-------------
 sound/soc/tegra/tegra210_adx.c          |  7 +++----
 sound/soc/tegra/tegra210_ahub.c         |  7 +++----
 sound/soc/tegra/tegra210_amx.c          |  7 +++----
 sound/soc/tegra/tegra210_dmic.c         |  7 +++----
 sound/soc/tegra/tegra210_i2s.c          |  7 +++----
 sound/soc/tegra/tegra210_mbdrc.c        | 19 ++++++++++---------
 sound/soc/tegra/tegra210_mixer.c        |  7 +++----
 sound/soc/tegra/tegra210_mvc.c          |  7 +++----
 sound/soc/tegra/tegra210_ope.c          | 26 ++++++++++----------------
 sound/soc/tegra/tegra210_peq.c          | 19 ++++++++++---------
 sound/soc/tegra/tegra210_sfc.c          |  7 +++----
 sound/soc/tegra/tegra_asoc_machine.c    | 21 ++++++++++-----------
 15 files changed, 82 insertions(+), 99 deletions(-)

-- 
2.17.1


             reply	other threads:[~2026-04-01 11:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-01 11:24 Sheetal [this message]
2026-04-01 11:24 ` [PATCH v4 1/4] ASoC: tegra: Add error logging in tegra210_admaif driver Sheetal
2026-04-01 11:24 ` [PATCH v4 2/4] ASoC: tegra: Use dev_err_probe() in OPE, PEQ and MBDRC drivers Sheetal
2026-04-01 11:24 ` [PATCH v4 3/4] ASoC: tegra: Use dev_err_probe() for regmap init failures Sheetal
2026-04-01 11:25 ` [PATCH v4 4/4] ASoC: tegra: Use dev_err_probe() in tegra_asoc_machine probe Sheetal
2026-04-01 13:53 ` [PATCH v4 0/4] ASoC: tegra: Add error logging for probe and callback failures 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=20260401112500.4076861-1-sheetal@nvidia.com \
    --to=sheetal@nvidia.com \
    --cc=broonie@kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=mkumard@nvidia.com \
    --cc=perex@perex.cz \
    --cc=thierry.reding@kernel.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