All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
@ 2022-11-16  3:46 ` Samuel Holland
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Holland @ 2022-11-16  3:46 UTC (permalink / raw)
  To: Ban Tao, Liam Girdwood, Mark Brown
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Rob Herring, alsa-devel, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi

The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
to be register-compatible with the H6 variant, and the existing Linux
driver has been tested on a D1-based board, the Lichee RV 86 Panel.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 .../bindings/sound/allwinner,sun50i-h6-dmic.yaml           | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
index 2f12cabe4c71..0920f2f81a1c 100644
--- a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
@@ -11,7 +11,12 @@ maintainers:
 
 properties:
   compatible:
-    const: allwinner,sun50i-h6-dmic
+    oneOf:
+      - items:
+          - enum:
+              - allwinner,sun20i-d1-dmic
+          - const: allwinner,sun50i-h6-dmic
+      - const: allwinner,sun50i-h6-dmic
 
   "#sound-dai-cells":
     const: 0
-- 
2.37.3


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

* [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
@ 2022-11-16  3:46 ` Samuel Holland
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Holland @ 2022-11-16  3:46 UTC (permalink / raw)
  To: Ban Tao, Liam Girdwood, Mark Brown
  Cc: devicetree, alsa-devel, Samuel Holland, linux-kernel,
	Jernej Skrabec, Chen-Yu Tsai, Rob Herring, Krzysztof Kozlowski,
	linux-sunxi, linux-arm-kernel

The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
to be register-compatible with the H6 variant, and the existing Linux
driver has been tested on a D1-based board, the Lichee RV 86 Panel.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 .../bindings/sound/allwinner,sun50i-h6-dmic.yaml           | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
index 2f12cabe4c71..0920f2f81a1c 100644
--- a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
@@ -11,7 +11,12 @@ maintainers:
 
 properties:
   compatible:
-    const: allwinner,sun50i-h6-dmic
+    oneOf:
+      - items:
+          - enum:
+              - allwinner,sun20i-d1-dmic
+          - const: allwinner,sun50i-h6-dmic
+      - const: allwinner,sun50i-h6-dmic
 
   "#sound-dai-cells":
     const: 0
-- 
2.37.3


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

* [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
@ 2022-11-16  3:46 ` Samuel Holland
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Holland @ 2022-11-16  3:46 UTC (permalink / raw)
  To: Ban Tao, Liam Girdwood, Mark Brown
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec,
	Krzysztof Kozlowski, Rob Herring, alsa-devel, devicetree,
	linux-arm-kernel, linux-kernel, linux-sunxi

The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
to be register-compatible with the H6 variant, and the existing Linux
driver has been tested on a D1-based board, the Lichee RV 86 Panel.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 .../bindings/sound/allwinner,sun50i-h6-dmic.yaml           | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
index 2f12cabe4c71..0920f2f81a1c 100644
--- a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
@@ -11,7 +11,12 @@ maintainers:
 
 properties:
   compatible:
-    const: allwinner,sun50i-h6-dmic
+    oneOf:
+      - items:
+          - enum:
+              - allwinner,sun20i-d1-dmic
+          - const: allwinner,sun50i-h6-dmic
+      - const: allwinner,sun50i-h6-dmic
 
   "#sound-dai-cells":
     const: 0
-- 
2.37.3


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
  2022-11-16  3:46 ` Samuel Holland
  (?)
@ 2022-11-16  8:03   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-16  8:03 UTC (permalink / raw)
  To: Samuel Holland, Ban Tao, Liam Girdwood, Mark Brown
  Cc: Chen-Yu Tsai, Jernej Skrabec, Krzysztof Kozlowski, Rob Herring,
	alsa-devel, devicetree, linux-arm-kernel, linux-kernel,
	linux-sunxi

On 16/11/2022 04:46, Samuel Holland wrote:
> The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
> to be register-compatible with the H6 variant, and the existing Linux
> driver has been tested on a D1-based board, the Lichee RV 86 Panel.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
@ 2022-11-16  8:03   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-16  8:03 UTC (permalink / raw)
  To: Samuel Holland, Ban Tao, Liam Girdwood, Mark Brown
  Cc: devicetree, alsa-devel, linux-kernel, Jernej Skrabec,
	Chen-Yu Tsai, Rob Herring, Krzysztof Kozlowski, linux-sunxi,
	linux-arm-kernel

On 16/11/2022 04:46, Samuel Holland wrote:
> The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
> to be register-compatible with the H6 variant, and the existing Linux
> driver has been tested on a D1-based board, the Lichee RV 86 Panel.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
@ 2022-11-16  8:03   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-16  8:03 UTC (permalink / raw)
  To: Samuel Holland, Ban Tao, Liam Girdwood, Mark Brown
  Cc: Chen-Yu Tsai, Jernej Skrabec, Krzysztof Kozlowski, Rob Herring,
	alsa-devel, devicetree, linux-arm-kernel, linux-kernel,
	linux-sunxi

On 16/11/2022 04:46, Samuel Holland wrote:
> The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
> to be register-compatible with the H6 variant, and the existing Linux
> driver has been tested on a D1-based board, the Lichee RV 86 Panel.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
  2022-11-16  3:46 ` Samuel Holland
                   ` (2 preceding siblings ...)
  (?)
@ 2022-11-17 14:21 ` 班涛
  -1 siblings, 0 replies; 10+ messages in thread
From: 班涛 @ 2022-11-17 14:21 UTC (permalink / raw)
  To: Samuel Holland
  Cc: devicetree, alsa-devel, Mark Brown, Liam Girdwood,
	Jernej Skrabec, linux-kernel, Chen-Yu Tsai, Rob Herring,
	Krzysztof Kozlowski, linux-sunxi, linux-arm-kernel

Samuel Holland <samuel@sholland.org> 于2022年11月16日周三 11:46写道:

> The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
> to be register-compatible with the H6 variant, and the existing Linux
> driver has been tested on a D1-based board, the Lichee RV 86 Panel.
>
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---
>
>  .../bindings/sound/allwinner,sun50i-h6-dmic.yaml           | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git
> a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
> b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
> index 2f12cabe4c71..0920f2f81a1c 100644
> --- a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
> +++ b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
> @@ -11,7 +11,12 @@ maintainers:
>
>  properties:
>    compatible:
> -    const: allwinner,sun50i-h6-dmic
> +    oneOf:
> +      - items:
> +          - enum:
> +              - allwinner,sun20i-d1-dmic
> +          - const: allwinner,sun50i-h6-dmic
> +      - const: allwinner,sun50i-h6-dmic
>
>    "#sound-dai-cells":
>      const: 0
> --
> 2.37.3
>
>
Acked-by: Ban Tao <fengzheng923@gmail.com>

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

* Re: [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
  2022-11-16  3:46 ` Samuel Holland
  (?)
@ 2022-11-18 14:04   ` Mark Brown
  -1 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2022-11-18 14:04 UTC (permalink / raw)
  To: Ban Tao, Samuel Holland, Liam Girdwood
  Cc: Chen-Yu Tsai, linux-arm-kernel, devicetree, alsa-devel,
	linux-kernel, linux-sunxi, Rob Herring, Jernej Skrabec,
	Krzysztof Kozlowski

On Tue, 15 Nov 2022 21:46:21 -0600, Samuel Holland wrote:
> The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
> to be register-compatible with the H6 variant, and the existing Linux
> driver has been tested on a D1-based board, the Lichee RV 86 Panel.
> 
> 

Applied to

   broonie/sound.git for-next

Thanks!

[1/1] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
      commit: b1af5b34d6b315ed34abb0fa9049bcf1babbd537

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] 10+ messages in thread

* Re: [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
@ 2022-11-18 14:04   ` Mark Brown
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2022-11-18 14:04 UTC (permalink / raw)
  To: Ban Tao, Samuel Holland, Liam Girdwood
  Cc: devicetree, alsa-devel, linux-kernel, Jernej Skrabec,
	Chen-Yu Tsai, Rob Herring, Krzysztof Kozlowski, linux-sunxi,
	linux-arm-kernel

On Tue, 15 Nov 2022 21:46:21 -0600, Samuel Holland wrote:
> The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
> to be register-compatible with the H6 variant, and the existing Linux
> driver has been tested on a D1-based board, the Lichee RV 86 Panel.
> 
> 

Applied to

   broonie/sound.git for-next

Thanks!

[1/1] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
      commit: b1af5b34d6b315ed34abb0fa9049bcf1babbd537

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] 10+ messages in thread

* Re: [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
@ 2022-11-18 14:04   ` Mark Brown
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2022-11-18 14:04 UTC (permalink / raw)
  To: Ban Tao, Samuel Holland, Liam Girdwood
  Cc: Chen-Yu Tsai, linux-arm-kernel, devicetree, alsa-devel,
	linux-kernel, linux-sunxi, Rob Herring, Jernej Skrabec,
	Krzysztof Kozlowski

On Tue, 15 Nov 2022 21:46:21 -0600, Samuel Holland wrote:
> The Allwinner D1 SoC has a DMIC codec like the one in the H6. It appears
> to be register-compatible with the H6 variant, and the existing Linux
> driver has been tested on a D1-based board, the Lichee RV 86 Panel.
> 
> 

Applied to

   broonie/sound.git for-next

Thanks!

[1/1] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string
      commit: b1af5b34d6b315ed34abb0fa9049bcf1babbd537

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-11-18 14:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16  3:46 [PATCH] ASoC: dt-bindings: sun50i-dmic: Add D1 compatible string Samuel Holland
2022-11-16  3:46 ` Samuel Holland
2022-11-16  3:46 ` Samuel Holland
2022-11-16  8:03 ` Krzysztof Kozlowski
2022-11-16  8:03   ` Krzysztof Kozlowski
2022-11-16  8:03   ` Krzysztof Kozlowski
2022-11-17 14:21 ` 班涛
2022-11-18 14:04 ` Mark Brown
2022-11-18 14:04   ` Mark Brown
2022-11-18 14:04   ` Mark Brown

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.