devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: dmic: add regulator support
@ 2025-03-06 17:18 Olivier Moysan
  2025-03-06 17:18 ` [PATCH 1/2] ASoC: dt-bindings: add regulator support to dmic codec Olivier Moysan
  2025-03-10  1:25 ` [PATCH 0/2] ASoC: dmic: add regulator support Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Olivier Moysan @ 2025-03-06 17:18 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jaroslav Kysela, Takashi Iwai, Arnaud Pouliquen
  Cc: Olivier Moysan, linux-sound, devicetree, linux-kernel

Digital microphones may be supplied by a regulator. Add regulator
support in dmic codec, to allow power management of the regulator
through the ASoC DAPM widgets.

Olivier Moysan (2):
  ASoC: dt-bindings: add regulator support to dmic codec
  ASoC: dmic: add regulator support

 .../devicetree/bindings/sound/dmic-codec.yaml |  3 +++
 sound/soc/codecs/dmic.c                       | 19 ++++++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)


base-commit: 989180be7182f518e3cc7c8057c6c23ffd6ddf47
-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] ASoC: dt-bindings: add regulator support to dmic codec
  2025-03-06 17:18 [PATCH 0/2] ASoC: dmic: add regulator support Olivier Moysan
@ 2025-03-06 17:18 ` Olivier Moysan
  2025-03-07 21:54   ` Rob Herring (Arm)
  2025-03-10  1:25 ` [PATCH 0/2] ASoC: dmic: add regulator support Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Olivier Moysan @ 2025-03-06 17:18 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Arnaud Pouliquen
  Cc: Olivier Moysan, linux-sound, devicetree, linux-kernel

Add optional vref-supply property to describe the regulator supplying
the digital microphones.

Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
---
 Documentation/devicetree/bindings/sound/dmic-codec.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/dmic-codec.yaml b/Documentation/devicetree/bindings/sound/dmic-codec.yaml
index 59ef0cf6b6e5..cc3c84dd4c26 100644
--- a/Documentation/devicetree/bindings/sound/dmic-codec.yaml
+++ b/Documentation/devicetree/bindings/sound/dmic-codec.yaml
@@ -19,6 +19,9 @@ properties:
   '#sound-dai-cells':
     const: 0
 
+  vref-supply:
+    description: Phandle to the digital microphone reference supply
+
   dmicen-gpios:
     description: GPIO specifier for DMIC to control start and stop
     maxItems: 1
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] ASoC: dt-bindings: add regulator support to dmic codec
  2025-03-06 17:18 ` [PATCH 1/2] ASoC: dt-bindings: add regulator support to dmic codec Olivier Moysan
@ 2025-03-07 21:54   ` Rob Herring (Arm)
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-03-07 21:54 UTC (permalink / raw)
  To: Olivier Moysan
  Cc: Conor Dooley, Arnaud Pouliquen, Mark Brown, devicetree,
	Krzysztof Kozlowski, linux-sound, linux-kernel, Liam Girdwood


On Thu, 06 Mar 2025 18:18:39 +0100, Olivier Moysan wrote:
> Add optional vref-supply property to describe the regulator supplying
> the digital microphones.
> 
> Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
> ---
>  Documentation/devicetree/bindings/sound/dmic-codec.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] ASoC: dmic: add regulator support
  2025-03-06 17:18 [PATCH 0/2] ASoC: dmic: add regulator support Olivier Moysan
  2025-03-06 17:18 ` [PATCH 1/2] ASoC: dt-bindings: add regulator support to dmic codec Olivier Moysan
@ 2025-03-10  1:25 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2025-03-10  1:25 UTC (permalink / raw)
  To: Liam Girdwood, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Jaroslav Kysela, Takashi Iwai, Arnaud Pouliquen, Olivier Moysan
  Cc: linux-sound, devicetree, linux-kernel

On Thu, 06 Mar 2025 18:18:38 +0100, Olivier Moysan wrote:
> Digital microphones may be supplied by a regulator. Add regulator
> support in dmic codec, to allow power management of the regulator
> through the ASoC DAPM widgets.
> 
> Olivier Moysan (2):
>   ASoC: dt-bindings: add regulator support to dmic codec
>   ASoC: dmic: add regulator support
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: add regulator support to dmic codec
      commit: a8fed0bddf8fa239fc71dc5c035d2e078c597369
[2/2] ASoC: dmic: add regulator support
      commit: 1ec3f1dc215d4b3d3679ecdc4a549d4e82b3a609

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-10  1:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 17:18 [PATCH 0/2] ASoC: dmic: add regulator support Olivier Moysan
2025-03-06 17:18 ` [PATCH 1/2] ASoC: dt-bindings: add regulator support to dmic codec Olivier Moysan
2025-03-07 21:54   ` Rob Herring (Arm)
2025-03-10  1:25 ` [PATCH 0/2] ASoC: dmic: add regulator support Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).