linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF
@ 2017-01-12 17:33 codekipper
  2017-01-12 17:39 ` Maxime Ripard
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: codekipper @ 2017-01-12 17:33 UTC (permalink / raw)
  To: maxime.ripard
  Cc: linux-arm-kernel, linux-sunxi, lgirdwood, broonie, linux-kernel,
	alsa-devel, be17068, Marcus Cooper

From: Marcus Cooper <codekipper@gmail.com>

The H3 SoC uses the same SPDIF block as found in earlier SoCs, but the
transmit fifo is at a different address.

Signed-off-by: Marcus Cooper <codekipper@gmail.com>
---
 Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt b/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt
index 0230c4d20506..fe0a65e6d629 100644
--- a/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt
+++ b/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt
@@ -10,6 +10,7 @@ Required properties:
   - compatible		: should be one of the following:
     - "allwinner,sun4i-a10-spdif": for the Allwinner A10 SoC
     - "allwinner,sun6i-a31-spdif": for the Allwinner A31 SoC
+    - "allwinner,sun8i-h3-spdif": for the Allwinner H3 SoC
 
   - reg			: Offset and length of the register set for the device.
 
-- 
2.11.0

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

* Re: [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF
  2017-01-12 17:33 [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF codekipper
@ 2017-01-12 17:39 ` Maxime Ripard
  2017-01-17 18:15 ` Mark Brown
  2017-01-20 13:37 ` Applied "ASoC: sunxi: Add bindings for sun8i to SPDIF" to the asoc tree Mark Brown
  2 siblings, 0 replies; 7+ messages in thread
From: Maxime Ripard @ 2017-01-12 17:39 UTC (permalink / raw)
  To: codekipper
  Cc: linux-arm-kernel, linux-sunxi, lgirdwood, broonie, linux-kernel,
	alsa-devel, be17068

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

On Thu, Jan 12, 2017 at 06:33:43PM +0100, codekipper@gmail.com wrote:
> From: Marcus Cooper <codekipper@gmail.com>
> 
> The H3 SoC uses the same SPDIF block as found in earlier SoCs, but the
> transmit fifo is at a different address.
> 
> Signed-off-by: Marcus Cooper <codekipper@gmail.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF
  2017-01-12 17:33 [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF codekipper
  2017-01-12 17:39 ` Maxime Ripard
@ 2017-01-17 18:15 ` Mark Brown
  2017-01-18  7:09   ` [linux-sunxi] " Code Kipper
  2017-01-20 13:37 ` Applied "ASoC: sunxi: Add bindings for sun8i to SPDIF" to the asoc tree Mark Brown
  2 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2017-01-17 18:15 UTC (permalink / raw)
  To: codekipper
  Cc: maxime.ripard, linux-arm-kernel, linux-sunxi, lgirdwood,
	linux-kernel, alsa-devel, be17068

[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

On Thu, Jan 12, 2017 at 06:33:43PM +0100, codekipper@gmail.com wrote:
> From: Marcus Cooper <codekipper@gmail.com>
> 
> The H3 SoC uses the same SPDIF block as found in earlier SoCs, but the
> transmit fifo is at a different address.
> 
> Signed-off-by: Marcus Cooper <codekipper@gmail.com>
> ---
>  Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt | 1 +
>  1 file changed, 1 insertion(+)

This is fine but it doesn't actually add the compatible string to the
driver which I'd expect.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [linux-sunxi] Re: [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF
  2017-01-17 18:15 ` Mark Brown
@ 2017-01-18  7:09   ` Code Kipper
  2017-01-19 17:03     ` Mark Brown
  0 siblings, 1 reply; 7+ messages in thread
From: Code Kipper @ 2017-01-18  7:09 UTC (permalink / raw)
  To: Mark Brown
  Cc: Maxime Ripard, linux-arm-kernel, linux-sunxi, Liam Girdwood,
	linux-kernel, alsa-devel, Andrea Venturi (pers)

On 17 January 2017 at 19:15, Mark Brown <broonie@kernel.org> wrote:
> On Thu, Jan 12, 2017 at 06:33:43PM +0100, codekipper@gmail.com wrote:
>> From: Marcus Cooper <codekipper@gmail.com>
>>
>> The H3 SoC uses the same SPDIF block as found in earlier SoCs, but the
>> transmit fifo is at a different address.
>>
>> Signed-off-by: Marcus Cooper <codekipper@gmail.com>
>> ---
>>  Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt | 1 +
>>  1 file changed, 1 insertion(+)
>
> This is fine but it doesn't actually add the compatible string to the
> driver which I'd expect.
Hi Mark,
I missed the binding documentation on the patch for the driver so I
pushed it separately instead of pushing a new patch version.
You can find it under the subject heading 'ASoC: sun4i-spdif: Add
support for the H3 SoC' and Maxime has ACK it (on the condition that I
add the binding doc).
BR,
CK
>
> --
> You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

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

* Re: [linux-sunxi] Re: [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF
  2017-01-18  7:09   ` [linux-sunxi] " Code Kipper
@ 2017-01-19 17:03     ` Mark Brown
  2017-01-19 17:57       ` Code Kipper
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2017-01-19 17:03 UTC (permalink / raw)
  To: Code Kipper
  Cc: Maxime Ripard, linux-arm-kernel, linux-sunxi, Liam Girdwood,
	linux-kernel, alsa-devel, Andrea Venturi (pers)

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

On Wed, Jan 18, 2017 at 08:09:00AM +0100, Code Kipper wrote:

> I missed the binding documentation on the patch for the driver so I
> pushed it separately instead of pushing a new patch version.
> You can find it under the subject heading 'ASoC: sun4i-spdif: Add
> support for the H3 SoC' and Maxime has ACK it (on the condition that I
> add the binding doc).

I don't seem to have that patch.  If Maxime said it needed changes for
him to ack it there's every chance I just deleted it waiting for you to
resend, it's certainly confusing to see a patch like this without the
matching code.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [linux-sunxi] Re: [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF
  2017-01-19 17:03     ` Mark Brown
@ 2017-01-19 17:57       ` Code Kipper
  0 siblings, 0 replies; 7+ messages in thread
From: Code Kipper @ 2017-01-19 17:57 UTC (permalink / raw)
  To: Mark Brown
  Cc: Maxime Ripard, linux-arm-kernel, linux-sunxi, Liam Girdwood,
	linux-kernel, alsa-devel, Andrea Venturi (pers)

On 19 January 2017 at 18:03, Mark Brown <broonie@kernel.org> wrote:
> On Wed, Jan 18, 2017 at 08:09:00AM +0100, Code Kipper wrote:
>
>> I missed the binding documentation on the patch for the driver so I
>> pushed it separately instead of pushing a new patch version.
>> You can find it under the subject heading 'ASoC: sun4i-spdif: Add
>> support for the H3 SoC' and Maxime has ACK it (on the condition that I
>> add the binding doc).
>
> I don't seem to have that patch.  If Maxime said it needed changes for
> him to ack it there's every chance I just deleted it waiting for you to
> resend, it's certainly confusing to see a patch like this without the
> matching code.
No worries...I'll squash this patch into it and send as a V2.
CK

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

* Applied "ASoC: sunxi: Add bindings for sun8i to SPDIF" to the asoc tree
  2017-01-12 17:33 [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF codekipper
  2017-01-12 17:39 ` Maxime Ripard
  2017-01-17 18:15 ` Mark Brown
@ 2017-01-20 13:37 ` Mark Brown
  2 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2017-01-20 13:37 UTC (permalink / raw)
  To: Marcus Cooper
  Cc: Maxime Ripard, Mark Brown, maxime.ripard, alsa-devel, lgirdwood,
	linux-kernel, be17068, linux-sunxi, broonie, linux-arm-kernel,
	alsa-devel

The patch

   ASoC: sunxi: Add bindings for sun8i to SPDIF

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

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

>From cb5c978f9a56c459d5f13901efcfe44b97c4182d Mon Sep 17 00:00:00 2001
From: Marcus Cooper <codekipper@gmail.com>
Date: Thu, 19 Jan 2017 20:52:57 +0100
Subject: [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF

The H3 SoC uses the same SPDIF block as found in earlier SoCs, but the
transmit fifo is at a different address.

Signed-off-by: Marcus Cooper <codekipper@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt b/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt
index 0230c4d20506..fe0a65e6d629 100644
--- a/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt
+++ b/Documentation/devicetree/bindings/sound/sunxi,sun4i-spdif.txt
@@ -10,6 +10,7 @@ Required properties:
   - compatible		: should be one of the following:
     - "allwinner,sun4i-a10-spdif": for the Allwinner A10 SoC
     - "allwinner,sun6i-a31-spdif": for the Allwinner A31 SoC
+    - "allwinner,sun8i-h3-spdif": for the Allwinner H3 SoC
 
   - reg			: Offset and length of the register set for the device.
 
-- 
2.11.0

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

end of thread, other threads:[~2017-01-20 13:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12 17:33 [PATCH] ASoC: sunxi: Add bindings for sun8i to SPDIF codekipper
2017-01-12 17:39 ` Maxime Ripard
2017-01-17 18:15 ` Mark Brown
2017-01-18  7:09   ` [linux-sunxi] " Code Kipper
2017-01-19 17:03     ` Mark Brown
2017-01-19 17:57       ` Code Kipper
2017-01-20 13:37 ` Applied "ASoC: sunxi: Add bindings for sun8i to SPDIF" to the asoc tree 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).