All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: tanureal@opensource.cirrus.com, lgirdwood@gmail.com,
	perex@perex.cz, james.schulman@cirrus.com,
	rf@opensource.cirrus.com, oder_chiou@realtek.com, tiwai@suse.com,
	zheyuma97@gmail.com, david.rhodes@cirrus.com
Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
	patches@opensource.cirrus.com
Subject: Re: [PATCH 0/6] ASOC: Fix the error handling code of the probe
Date: Thu, 12 May 2022 15:12:43 +0100	[thread overview]
Message-ID: <165236476384.1016627.11149997612368396008.b4-ty@kernel.org> (raw)
In-Reply-To: <20220510153251.1741210-1-zheyuma97@gmail.com>

On Tue, 10 May 2022 23:32:45 +0800, Zheyu Ma wrote:
> These drivers mishandle the regulator resource in the probe function,
> failing to disable the regulator for probing failure.
> 
> Zheyu Ma (6):
>   ASoC: cs42l52: Fix the error handling of cs42l56_i2c_probe()
>   ASoC: cs35l36: Fix the error handling of cs35l36_i2c_probe()
>   ASoC: rt5645: Fix the error handling of rt5645_i2c_probe()
>   ASoC: tas571x: Fix the error handling of tas571x_i2c_probe()
>   ASoC: tas6424: Fix the error handling of tas6424_i2c_probe()
>   ASoC: wm8903: Fix the error handling of wm8903_i2c_probe()
> 
> [...]

Applied to

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

Thanks!

[1/6] ASoC: cs42l52: Fix the error handling of cs42l56_i2c_probe()
      commit: c1ce4ba5021a9730c00bab6f8122702deb69d37e
[2/6] ASoC: cs35l36: Fix the error handling of cs35l36_i2c_probe()
      commit: cf7250e95d309ae518918613fb904a4565ffc85d
[3/6] ASoC: rt5645: Fix the error handling of rt5645_i2c_probe()
      commit: 7883c193d7ae1ccc20ee4c06d2a1fea40074e454
[4/6] ASoC: tas571x: Fix the error handling of tas571x_i2c_probe()
      commit: ef1878fd0cd61f0f3fafdf518bb8f1df742ef760
[5/6] ASoC: tas6424: Fix the error handling of tas6424_i2c_probe()
      commit: 68cacb5cf5cf04aaa95be1fd76eff728dfddc613
[6/6] ASoC: wm8903: Fix the error handling of wm8903_i2c_probe()
      commit: 83d1b65d4cbe6fb0bbdacc18c1f4ad0450275d8f

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

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: tanureal@opensource.cirrus.com, lgirdwood@gmail.com,
	perex@perex.cz, james.schulman@cirrus.com,
	rf@opensource.cirrus.com, oder_chiou@realtek.com, tiwai@suse.com,
	zheyuma97@gmail.com, david.rhodes@cirrus.com
Cc: patches@opensource.cirrus.com, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6] ASOC: Fix the error handling code of the probe
Date: Thu, 12 May 2022 15:12:43 +0100	[thread overview]
Message-ID: <165236476384.1016627.11149997612368396008.b4-ty@kernel.org> (raw)
In-Reply-To: <20220510153251.1741210-1-zheyuma97@gmail.com>

On Tue, 10 May 2022 23:32:45 +0800, Zheyu Ma wrote:
> These drivers mishandle the regulator resource in the probe function,
> failing to disable the regulator for probing failure.
> 
> Zheyu Ma (6):
>   ASoC: cs42l52: Fix the error handling of cs42l56_i2c_probe()
>   ASoC: cs35l36: Fix the error handling of cs35l36_i2c_probe()
>   ASoC: rt5645: Fix the error handling of rt5645_i2c_probe()
>   ASoC: tas571x: Fix the error handling of tas571x_i2c_probe()
>   ASoC: tas6424: Fix the error handling of tas6424_i2c_probe()
>   ASoC: wm8903: Fix the error handling of wm8903_i2c_probe()
> 
> [...]

Applied to

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

Thanks!

[1/6] ASoC: cs42l52: Fix the error handling of cs42l56_i2c_probe()
      commit: c1ce4ba5021a9730c00bab6f8122702deb69d37e
[2/6] ASoC: cs35l36: Fix the error handling of cs35l36_i2c_probe()
      commit: cf7250e95d309ae518918613fb904a4565ffc85d
[3/6] ASoC: rt5645: Fix the error handling of rt5645_i2c_probe()
      commit: 7883c193d7ae1ccc20ee4c06d2a1fea40074e454
[4/6] ASoC: tas571x: Fix the error handling of tas571x_i2c_probe()
      commit: ef1878fd0cd61f0f3fafdf518bb8f1df742ef760
[5/6] ASoC: tas6424: Fix the error handling of tas6424_i2c_probe()
      commit: 68cacb5cf5cf04aaa95be1fd76eff728dfddc613
[6/6] ASoC: wm8903: Fix the error handling of wm8903_i2c_probe()
      commit: 83d1b65d4cbe6fb0bbdacc18c1f4ad0450275d8f

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:[~2022-05-12 14:12 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10 15:32 [PATCH 0/6] ASOC: Fix the error handling code of the probe Zheyu Ma
2022-05-10 15:32 ` Zheyu Ma
2022-05-10 15:32 ` [PATCH 1/6] ASoC: cs42l52: Fix the error handling of cs42l56_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:54   ` Charles Keepax
2022-05-10 15:54     ` Charles Keepax
2022-05-11  1:55     ` [PATCH v2] ASoC: cs42l56: " Zheyu Ma
2022-05-11  8:19       ` Charles Keepax
2022-05-11  8:19         ` Charles Keepax
2022-05-10 15:32 ` [PATCH 2/6] ASoC: cs35l36: Fix the error handling of cs35l36_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:55   ` Charles Keepax
2022-05-10 15:55     ` Charles Keepax
2022-05-10 15:32 ` [PATCH 3/6] ASoC: rt5645: Fix the error handling of rt5645_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:32 ` [PATCH 4/6] ASoC: tas571x: Fix the error handling of tas571x_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:32 ` [PATCH 5/6] ASoC: tas6424: Fix the error handling of tas6424_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:32 ` [PATCH 6/6] ASoC: wm8903: Fix the error handling of wm8903_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:56   ` Charles Keepax
2022-05-10 15:56     ` Charles Keepax
2022-05-12 14:12 ` Mark Brown [this message]
2022-05-12 14:12   ` [PATCH 0/6] ASOC: Fix the error handling code of the probe 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=165236476384.1016627.11149997612368396008.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=david.rhodes@cirrus.com \
    --cc=james.schulman@cirrus.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oder_chiou@realtek.com \
    --cc=patches@opensource.cirrus.com \
    --cc=perex@perex.cz \
    --cc=rf@opensource.cirrus.com \
    --cc=tanureal@opensource.cirrus.com \
    --cc=tiwai@suse.com \
    --cc=zheyuma97@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.