[PATCH RFC 0/2] ASoC: codecs: pm4125: Two minor fixes for potential issues

Krzysztof Kozlowski posted 2 patches 3 months, 2 weeks ago
sound/soc/codecs/pm4125.c | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
[PATCH RFC 0/2] ASoC: codecs: pm4125: Two minor fixes for potential issues
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
I marked these as fixes, but the issue is not likely to trigger in
normal conditions.

Not tested on hardware, please kindly provide tested-by, the best with
some probe bind/unbind cycle.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (2):
      ASoC: codecs: pm4125: Fix potential conflict when probing two devices
      ASoC: codecs: pm4125: Remove irq_chip on component unbind

 sound/soc/codecs/pm4125.c | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)
---
base-commit: d22122bd89bc5ce7b3e057d99679ca50a72a8245
change-id: 20251023-asoc-regmap-irq-chip-bb2053c32168

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH RFC 0/2] ASoC: codecs: pm4125: Two minor fixes for potential issues
Posted by Mark Brown 2 months, 3 weeks ago
On Thu, 23 Oct 2025 11:02:49 +0200, Krzysztof Kozlowski wrote:
> I marked these as fixes, but the issue is not likely to trigger in
> normal conditions.
> 
> Not tested on hardware, please kindly provide tested-by, the best with
> some probe bind/unbind cycle.
> 
> Best regards,
> Krzysztof
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: codecs: pm4125: Fix potential conflict when probing two devices
      commit: fd94857a934cbe613353810a024c84d54826ead3
[2/2] ASoC: codecs: pm4125: Remove irq_chip on component unbind
      commit: e65b871c9b5af9265aefc5b8cd34993586d93aab

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
Re: [PATCH RFC 0/2] ASoC: codecs: pm4125: Two minor fixes for potential issues
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On 23/10/2025 11:02, Krzysztof Kozlowski wrote:
> I marked these as fixes, but the issue is not likely to trigger in
> normal conditions.
> 
> Not tested on hardware, please kindly provide tested-by, the best with
> some probe bind/unbind cycle.

The email prefix should be "RFT", not "RFC". I miss here testing...

Best regards,
Krzysztof