alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: dt-bindings: wlf, wm8962: add missing interrupt property
@ 2021-11-24 15:51 David Heidelberg
  2021-11-24 15:58 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Heidelberg @ 2021-11-24 15:51 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, -,
	Charles Keepax, Geert Uytterhoeven
  Cc: Rob Herring, alsa-devel, devicetree, linux-kernel,
	David Heidelberg, ~okias/devicetree

Both, hardware and drivers does support interrupts.

Fix warnings as:
arch/arm/boot/dts/tegra30-microsoft-surface-rt-efi.dt.yaml: audio-codec@1a: 'interrupt-parent', 'interrupts' do not match any of the regexes: 'pinctrl-[0-9]+'
	From schema: /home/runner/work/linux/linux/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml

Fixes: cd51b942f344 ("ASoC: dt-bindings: wlf,wm8962: Convert to json-schema")

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 Documentation/devicetree/bindings/sound/wlf,wm8962.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml b/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml
index 0e6249d7c133..5e172e9462b9 100644
--- a/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml
+++ b/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml
@@ -19,6 +19,9 @@ properties:
   clocks:
     maxItems: 1
 
+  interrupts:
+    maxItems: 1
+
   "#sound-dai-cells":
     const: 0
 
-- 
2.33.0


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

* Re: [PATCH] ASoC: dt-bindings: wlf, wm8962: add missing interrupt property
  2021-11-24 15:51 [PATCH] ASoC: dt-bindings: wlf, wm8962: add missing interrupt property David Heidelberg
@ 2021-11-24 15:58 ` Geert Uytterhoeven
  2021-11-24 18:41 ` [PATCH] ASoC: dt-bindings: wlf,wm8962: " Charles Keepax
  2021-11-25 13:36 ` [PATCH] ASoC: dt-bindings: wlf, wm8962: " Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-11-24 15:58 UTC (permalink / raw)
  To: David Heidelberg
  Cc: Rob Herring, ALSA Development Mailing List, Charles Keepax,
	Geert Uytterhoeven,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, -,
	Liam Girdwood, Rob Herring, Linux Kernel Mailing List,
	Mark Brown, ~okias/devicetree

On Wed, Nov 24, 2021 at 4:51 PM David Heidelberg <david@ixit.cz> wrote:
> Both, hardware and drivers does support interrupts.
>
> Fix warnings as:
> arch/arm/boot/dts/tegra30-microsoft-surface-rt-efi.dt.yaml: audio-codec@1a: 'interrupt-parent', 'interrupts' do not match any of the regexes: 'pinctrl-[0-9]+'
>         From schema: /home/runner/work/linux/linux/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml
>
> Fixes: cd51b942f344 ("ASoC: dt-bindings: wlf,wm8962: Convert to json-schema")
>
> Signed-off-by: David Heidelberg <david@ixit.cz>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] ASoC: dt-bindings: wlf,wm8962: add missing interrupt property
  2021-11-24 15:51 [PATCH] ASoC: dt-bindings: wlf, wm8962: add missing interrupt property David Heidelberg
  2021-11-24 15:58 ` Geert Uytterhoeven
@ 2021-11-24 18:41 ` Charles Keepax
  2021-11-25 13:36 ` [PATCH] ASoC: dt-bindings: wlf, wm8962: " Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Charles Keepax @ 2021-11-24 18:41 UTC (permalink / raw)
  To: David Heidelberg
  Cc: Rob Herring, alsa-devel, Geert Uytterhoeven, devicetree, -,
	Liam Girdwood, Rob Herring, linux-kernel, Mark Brown,
	~okias/devicetree

On Wed, Nov 24, 2021 at 04:51:01PM +0100, David Heidelberg wrote:
> Both, hardware and drivers does support interrupts.
> 
> Fix warnings as:
> arch/arm/boot/dts/tegra30-microsoft-surface-rt-efi.dt.yaml: audio-codec@1a: 'interrupt-parent', 'interrupts' do not match any of the regexes: 'pinctrl-[0-9]+'
> 	From schema: /home/runner/work/linux/linux/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml
> 
> Fixes: cd51b942f344 ("ASoC: dt-bindings: wlf,wm8962: Convert to json-schema")
> 
> Signed-off-by: David Heidelberg <david@ixit.cz>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

* Re: [PATCH] ASoC: dt-bindings: wlf, wm8962: add missing interrupt property
  2021-11-24 15:51 [PATCH] ASoC: dt-bindings: wlf, wm8962: add missing interrupt property David Heidelberg
  2021-11-24 15:58 ` Geert Uytterhoeven
  2021-11-24 18:41 ` [PATCH] ASoC: dt-bindings: wlf,wm8962: " Charles Keepax
@ 2021-11-25 13:36 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-11-25 13:36 UTC (permalink / raw)
  To: Geert Uytterhoeven, Rob Herring, Liam Girdwood, David Heidelberg,
	-,
	Charles Keepax
  Cc: Rob Herring, devicetree, alsa-devel, ~okias/devicetree, linux-kernel

On Wed, 24 Nov 2021 16:51:01 +0100, David Heidelberg wrote:
> Both, hardware and drivers does support interrupts.
> 
> Fix warnings as:
> arch/arm/boot/dts/tegra30-microsoft-surface-rt-efi.dt.yaml: audio-codec@1a: 'interrupt-parent', 'interrupts' do not match any of the regexes: 'pinctrl-[0-9]+'
> 	From schema: /home/runner/work/linux/linux/Documentation/devicetree/bindings/sound/wlf,wm8962.yaml
> 
> Fixes: cd51b942f344 ("ASoC: dt-bindings: wlf,wm8962: Convert to json-schema")
> 
> [...]

Applied to

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

Thanks!

[1/1] ASoC: dt-bindings: wlf,wm8962: add missing interrupt property
      commit: 12dc48f545fd349ef2cadcc4d816706951b87998

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:[~2021-11-25 13:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24 15:51 [PATCH] ASoC: dt-bindings: wlf, wm8962: add missing interrupt property David Heidelberg
2021-11-24 15:58 ` Geert Uytterhoeven
2021-11-24 18:41 ` [PATCH] ASoC: dt-bindings: wlf,wm8962: " Charles Keepax
2021-11-25 13:36 ` [PATCH] ASoC: dt-bindings: wlf, wm8962: " 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).