* [PATCH 1/8] ARM: at91: sama5d3: add DMA property for SSC devices
2014-03-17 9:45 [PATCH 0/8] ARM: at91: sama5d3: enable sound support Bo Shen
@ 2014-03-17 9:45 ` Bo Shen
2014-04-18 20:47 ` Nicolas Ferre
2014-03-17 9:45 ` [PATCH 2/8] ARM: at91: sama5d3: disable sound by default Bo Shen
` (5 subsequent siblings)
6 siblings, 1 reply; 17+ messages in thread
From: Bo Shen @ 2014-03-17 9:45 UTC (permalink / raw)
To: linux-arm-kernel
Add DMA property for SSC devices on SAMA5D3 SoC.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
arch/arm/boot/dts/sama5d3.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
index 3d5faf8..3e753e1 100644
--- a/arch/arm/boot/dts/sama5d3.dtsi
+++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -113,6 +113,9 @@
compatible = "atmel,at91sam9g45-ssc";
reg = <0xf0008000 0x4000>;
interrupts = <38 IRQ_TYPE_LEVEL_HIGH 4>;
+ dmas = <&dma0 2 AT91_DMA_CFG_PER_ID(13)>,
+ <&dma0 2 AT91_DMA_CFG_PER_ID(14)>;
+ dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>;
clocks = <&ssc0_clk>;
@@ -231,6 +234,9 @@
compatible = "atmel,at91sam9g45-ssc";
reg = <0xf800c000 0x4000>;
interrupts = <39 IRQ_TYPE_LEVEL_HIGH 4>;
+ dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(3)>,
+ <&dma1 2 AT91_DMA_CFG_PER_ID(4)>;
+ dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ssc1_tx &pinctrl_ssc1_rx>;
clocks = <&ssc1_clk>;
--
1.8.5.2
^ permalink raw reply related [flat|nested] 17+ messages in thread* [PATCH 1/8] ARM: at91: sama5d3: add DMA property for SSC devices
2014-03-17 9:45 ` [PATCH 1/8] ARM: at91: sama5d3: add DMA property for SSC devices Bo Shen
@ 2014-04-18 20:47 ` Nicolas Ferre
0 siblings, 0 replies; 17+ messages in thread
From: Nicolas Ferre @ 2014-04-18 20:47 UTC (permalink / raw)
To: linux-arm-kernel
On 17/03/2014 10:45, Bo Shen :
> Add DMA property for SSC devices on SAMA5D3 SoC.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
>
> arch/arm/boot/dts/sama5d3.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
> index 3d5faf8..3e753e1 100644
> --- a/arch/arm/boot/dts/sama5d3.dtsi
> +++ b/arch/arm/boot/dts/sama5d3.dtsi
> @@ -113,6 +113,9 @@
> compatible = "atmel,at91sam9g45-ssc";
> reg = <0xf0008000 0x4000>;
> interrupts = <38 IRQ_TYPE_LEVEL_HIGH 4>;
> + dmas = <&dma0 2 AT91_DMA_CFG_PER_ID(13)>,
> + <&dma0 2 AT91_DMA_CFG_PER_ID(14)>;
> + dma-names = "tx", "rx";
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>;
> clocks = <&ssc0_clk>;
> @@ -231,6 +234,9 @@
> compatible = "atmel,at91sam9g45-ssc";
> reg = <0xf800c000 0x4000>;
> interrupts = <39 IRQ_TYPE_LEVEL_HIGH 4>;
> + dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(3)>,
> + <&dma1 2 AT91_DMA_CFG_PER_ID(4)>;
> + dma-names = "tx", "rx";
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_ssc1_tx &pinctrl_ssc1_rx>;
> clocks = <&ssc1_clk>;
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 2/8] ARM: at91: sama5d3: disable sound by default
2014-03-17 9:45 [PATCH 0/8] ARM: at91: sama5d3: enable sound support Bo Shen
2014-03-17 9:45 ` [PATCH 1/8] ARM: at91: sama5d3: add DMA property for SSC devices Bo Shen
@ 2014-03-17 9:45 ` Bo Shen
2014-04-18 20:49 ` Nicolas Ferre
2014-03-17 9:45 ` [PATCH 3/8] ARM: at91: sama5d3: correct the sound compatible string Bo Shen
` (4 subsequent siblings)
6 siblings, 1 reply; 17+ messages in thread
From: Bo Shen @ 2014-03-17 9:45 UTC (permalink / raw)
To: linux-arm-kernel
Make the sound device in disabled status by default
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
arch/arm/boot/dts/sama5d3xmb.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
index dba739b..2938605 100644
--- a/arch/arm/boot/dts/sama5d3xmb.dtsi
+++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
@@ -170,5 +170,7 @@
atmel,ssc-controller = <&ssc0>;
atmel,audio-codec = <&wm8904>;
+
+ status = "disabled";
};
};
--
1.8.5.2
^ permalink raw reply related [flat|nested] 17+ messages in thread* [PATCH 2/8] ARM: at91: sama5d3: disable sound by default
2014-03-17 9:45 ` [PATCH 2/8] ARM: at91: sama5d3: disable sound by default Bo Shen
@ 2014-04-18 20:49 ` Nicolas Ferre
0 siblings, 0 replies; 17+ messages in thread
From: Nicolas Ferre @ 2014-04-18 20:49 UTC (permalink / raw)
To: linux-arm-kernel
On 17/03/2014 10:45, Bo Shen :
> Make the sound device in disabled status by default
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
>
> arch/arm/boot/dts/sama5d3xmb.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
> index dba739b..2938605 100644
> --- a/arch/arm/boot/dts/sama5d3xmb.dtsi
> +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
> @@ -170,5 +170,7 @@
>
> atmel,ssc-controller = <&ssc0>;
> atmel,audio-codec = <&wm8904>;
> +
> + status = "disabled";
> };
> };
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 3/8] ARM: at91: sama5d3: correct the sound compatible string
2014-03-17 9:45 [PATCH 0/8] ARM: at91: sama5d3: enable sound support Bo Shen
2014-03-17 9:45 ` [PATCH 1/8] ARM: at91: sama5d3: add DMA property for SSC devices Bo Shen
2014-03-17 9:45 ` [PATCH 2/8] ARM: at91: sama5d3: disable sound by default Bo Shen
@ 2014-03-17 9:45 ` Bo Shen
2014-04-18 20:49 ` Nicolas Ferre
2014-03-17 9:45 ` [PATCH 4/8] ARM: at91: sama5d3: add the missing property Bo Shen
` (3 subsequent siblings)
6 siblings, 1 reply; 17+ messages in thread
From: Bo Shen @ 2014-03-17 9:45 UTC (permalink / raw)
To: linux-arm-kernel
As the sama5d3 dtsi file in go into mainline before sound driver,
and, the sound compatible string is changed when go into mainline.
Add this patch to correct the sound compatible string.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
index 2938605..e1bd5767 100644
--- a/arch/arm/boot/dts/sama5d3xmb.dtsi
+++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
@@ -156,7 +156,7 @@
};
sound {
- compatible = "atmel,sama5d3ek-wm8904";
+ compatible = "atmel,asoc-wm8904";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
--
1.8.5.2
^ permalink raw reply related [flat|nested] 17+ messages in thread* [PATCH 3/8] ARM: at91: sama5d3: correct the sound compatible string
2014-03-17 9:45 ` [PATCH 3/8] ARM: at91: sama5d3: correct the sound compatible string Bo Shen
@ 2014-04-18 20:49 ` Nicolas Ferre
0 siblings, 0 replies; 17+ messages in thread
From: Nicolas Ferre @ 2014-04-18 20:49 UTC (permalink / raw)
To: linux-arm-kernel
On 17/03/2014 10:45, Bo Shen :
> As the sama5d3 dtsi file in go into mainline before sound driver,
> and, the sound compatible string is changed when go into mainline.
> Add this patch to correct the sound compatible string.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
>
> arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
> index 2938605..e1bd5767 100644
> --- a/arch/arm/boot/dts/sama5d3xmb.dtsi
> +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
> @@ -156,7 +156,7 @@
> };
>
> sound {
> - compatible = "atmel,sama5d3ek-wm8904";
> + compatible = "atmel,asoc-wm8904";
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
>
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 4/8] ARM: at91: sama5d3: add the missing property
2014-03-17 9:45 [PATCH 0/8] ARM: at91: sama5d3: enable sound support Bo Shen
` (2 preceding siblings ...)
2014-03-17 9:45 ` [PATCH 3/8] ARM: at91: sama5d3: correct the sound compatible string Bo Shen
@ 2014-03-17 9:45 ` Bo Shen
2014-04-18 20:50 ` Nicolas Ferre
2014-03-17 9:45 ` [PATCH 5/8] ARM: at91: sama5d3: clock for ssc from rk pin Bo Shen
` (2 subsequent siblings)
6 siblings, 1 reply; 17+ messages in thread
From: Bo Shen @ 2014-03-17 9:45 UTC (permalink / raw)
To: linux-arm-kernel
If without the MICBIAS routing, the record don't work.
Add the missing MICBIAS routing to let record from mic working.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
arch/arm/boot/dts/sama5d3xmb.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
index e1bd5767..0600153 100644
--- a/arch/arm/boot/dts/sama5d3xmb.dtsi
+++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
@@ -166,6 +166,7 @@
"Headphone Jack", "HPOUTR",
"IN2L", "Line In Jack",
"IN2R", "Line In Jack",
+ "MICBIAS", "IN1L",
"IN1L", "Mic";
atmel,ssc-controller = <&ssc0>;
--
1.8.5.2
^ permalink raw reply related [flat|nested] 17+ messages in thread* [PATCH 4/8] ARM: at91: sama5d3: add the missing property
2014-03-17 9:45 ` [PATCH 4/8] ARM: at91: sama5d3: add the missing property Bo Shen
@ 2014-04-18 20:50 ` Nicolas Ferre
0 siblings, 0 replies; 17+ messages in thread
From: Nicolas Ferre @ 2014-04-18 20:50 UTC (permalink / raw)
To: linux-arm-kernel
On 17/03/2014 10:45, Bo Shen :
> If without the MICBIAS routing, the record don't work.
> Add the missing MICBIAS routing to let record from mic working.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
>
> arch/arm/boot/dts/sama5d3xmb.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
> index e1bd5767..0600153 100644
> --- a/arch/arm/boot/dts/sama5d3xmb.dtsi
> +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
> @@ -166,6 +166,7 @@
> "Headphone Jack", "HPOUTR",
> "IN2L", "Line In Jack",
> "IN2R", "Line In Jack",
> + "MICBIAS", "IN1L",
> "IN1L", "Mic";
>
> atmel,ssc-controller = <&ssc0>;
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 5/8] ARM: at91: sama5d3: clock for ssc from rk pin
2014-03-17 9:45 [PATCH 0/8] ARM: at91: sama5d3: enable sound support Bo Shen
` (3 preceding siblings ...)
2014-03-17 9:45 ` [PATCH 4/8] ARM: at91: sama5d3: add the missing property Bo Shen
@ 2014-03-17 9:45 ` Bo Shen
2014-04-18 20:50 ` Nicolas Ferre
2014-03-17 9:45 ` [PATCH 8/8] ARM: at91/dt: add clock properties to the wm8904 codec node Bo Shen
2014-04-18 20:35 ` [PATCH 0/8] ARM: at91: sama5d3: enable sound support Nicolas Ferre
6 siblings, 1 reply; 17+ messages in thread
From: Bo Shen @ 2014-03-17 9:45 UTC (permalink / raw)
To: linux-arm-kernel
According to hardware design the clock for SSC device is from rk pin.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
arch/arm/boot/dts/sama5d3xmb.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
index 0600153..306eef0 100644
--- a/arch/arm/boot/dts/sama5d3xmb.dtsi
+++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
@@ -32,6 +32,10 @@
};
};
+ ssc0: ssc at f0008000 {
+ atmel,clk-from-rk-pin;
+ };
+
/*
* i2c0 conflicts with ISI:
* disable it to allow the use of ISI
--
1.8.5.2
^ permalink raw reply related [flat|nested] 17+ messages in thread* [PATCH 5/8] ARM: at91: sama5d3: clock for ssc from rk pin
2014-03-17 9:45 ` [PATCH 5/8] ARM: at91: sama5d3: clock for ssc from rk pin Bo Shen
@ 2014-04-18 20:50 ` Nicolas Ferre
0 siblings, 0 replies; 17+ messages in thread
From: Nicolas Ferre @ 2014-04-18 20:50 UTC (permalink / raw)
To: linux-arm-kernel
On 17/03/2014 10:45, Bo Shen :
> According to hardware design the clock for SSC device is from rk pin.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
>
> arch/arm/boot/dts/sama5d3xmb.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
> index 0600153..306eef0 100644
> --- a/arch/arm/boot/dts/sama5d3xmb.dtsi
> +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
> @@ -32,6 +32,10 @@
> };
> };
>
> + ssc0: ssc at f0008000 {
> + atmel,clk-from-rk-pin;
> + };
> +
> /*
> * i2c0 conflicts with ISI:
> * disable it to allow the use of ISI
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 8/8] ARM: at91/dt: add clock properties to the wm8904 codec node
2014-03-17 9:45 [PATCH 0/8] ARM: at91: sama5d3: enable sound support Bo Shen
` (4 preceding siblings ...)
2014-03-17 9:45 ` [PATCH 5/8] ARM: at91: sama5d3: clock for ssc from rk pin Bo Shen
@ 2014-03-17 9:45 ` Bo Shen
2014-03-17 9:55 ` Bo Shen
2014-04-18 20:35 ` [PATCH 0/8] ARM: at91: sama5d3: enable sound support Nicolas Ferre
6 siblings, 1 reply; 17+ messages in thread
From: Bo Shen @ 2014-03-17 9:45 UTC (permalink / raw)
To: linux-arm-kernel
From: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
arch/arm/boot/dts/sama5d3xmb.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
index 306eef0..d9bb413 100644
--- a/arch/arm/boot/dts/sama5d3xmb.dtsi
+++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
@@ -163,6 +163,8 @@
compatible = "atmel,asoc-wm8904";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
+ clocks = <&pck0>;
+ clock-names = "pck0";
atmel,model = "wm8904 @ SAMA5D3EK";
atmel,audio-routing =
--
1.8.5.2
^ permalink raw reply related [flat|nested] 17+ messages in thread* [PATCH 8/8] ARM: at91/dt: add clock properties to the wm8904 codec node
2014-03-17 9:45 ` [PATCH 8/8] ARM: at91/dt: add clock properties to the wm8904 codec node Bo Shen
@ 2014-03-17 9:55 ` Bo Shen
0 siblings, 0 replies; 17+ messages in thread
From: Bo Shen @ 2014-03-17 9:55 UTC (permalink / raw)
To: linux-arm-kernel
On 03/17/2014 05:45 PM, Bo Shen wrote:
> From: Boris BREZILLON <b.brezillon@overkiz.com>
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Oh, sorry for my SOB. Please remove it when apply.
> ---
>
> arch/arm/boot/dts/sama5d3xmb.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts/sama5d3xmb.dtsi
> index 306eef0..d9bb413 100644
> --- a/arch/arm/boot/dts/sama5d3xmb.dtsi
> +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
> @@ -163,6 +163,8 @@
> compatible = "atmel,asoc-wm8904";
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
> + clocks = <&pck0>;
> + clock-names = "pck0";
>
> atmel,model = "wm8904 @ SAMA5D3EK";
> atmel,audio-routing =
>
Best Regards,
Bo Shen
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 0/8] ARM: at91: sama5d3: enable sound support
2014-03-17 9:45 [PATCH 0/8] ARM: at91: sama5d3: enable sound support Bo Shen
` (5 preceding siblings ...)
2014-03-17 9:45 ` [PATCH 8/8] ARM: at91/dt: add clock properties to the wm8904 codec node Bo Shen
@ 2014-04-18 20:35 ` Nicolas Ferre
2014-04-18 20:38 ` Mark Brown
2014-04-18 22:06 ` Boris BREZILLON
6 siblings, 2 replies; 17+ messages in thread
From: Nicolas Ferre @ 2014-04-18 20:35 UTC (permalink / raw)
To: linux-arm-kernel
On 17/03/2014 10:45, Bo Shen :
> This patch add sound support on sama5d3xek board.
>
> This patch series based on the following patch set:
> clk: at91: better support for the PCKs
> http://comments.gmane.org/gmane.linux.kernel/1664477
>
>
> Bo Shen (5):
> ARM: at91: sama5d3: add DMA property for SSC devices
> ARM: at91: sama5d3: disable sound by default
> ARM: at91: sama5d3: correct the sound compatible string
> ARM: at91: sama5d3: add the missing property
> ARM: at91: sama5d3: clock for ssc from rk pin
>
> Boris BREZILLON (3):
> ASoC: atmel: support CCF based clks
> ASoC: atmel: document clock properties of the wm8904 driver
> ARM: at91/dt: add clock properties to the wm8904 codec node
Hi Voice and Boris,
For this series I am a little bit puzzled: should I take the ASoC part
of it? I see no acknowledgement from Mark and I also read some messages
still discussing about CCF and wm8904 afterwards.
So, I take the 5 patches by Voice Shen and tell me what is the proper
sequence with this wm8904 work.
I will be happy to stack more patches about this topic during the 3.16
development phase.
Otherwise, the 5 patches by Voice go into at91-3.16-dt branch.
Thanks, bye.
> .../devicetree/bindings/sound/atmel-wm8904.txt | 2 ++
> arch/arm/boot/dts/sama5d3.dtsi | 6 ++++++
> arch/arm/boot/dts/sama5d3xmb.dtsi | 11 +++++++++-
> sound/soc/atmel/atmel_wm8904.c | 25 +++++++++++-----------
> 4 files changed, 31 insertions(+), 13 deletions(-)
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 17+ messages in thread* [PATCH 0/8] ARM: at91: sama5d3: enable sound support
2014-04-18 20:35 ` [PATCH 0/8] ARM: at91: sama5d3: enable sound support Nicolas Ferre
@ 2014-04-18 20:38 ` Mark Brown
2014-04-18 22:06 ` Boris BREZILLON
1 sibling, 0 replies; 17+ messages in thread
From: Mark Brown @ 2014-04-18 20:38 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Apr 18, 2014 at 10:35:02PM +0200, Nicolas Ferre wrote:
> For this series I am a little bit puzzled: should I take the ASoC part
> of it? I see no acknowledgement from Mark and I also read some messages
> still discussing about CCF and wm8904 afterwards.
I've not seen these patches, judging by where this message went they
weren't sent to the address in MAINTAINERS (broonie at kernel.org) but to
my work address instead.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140418/80df41c9/attachment.sig>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 0/8] ARM: at91: sama5d3: enable sound support
2014-04-18 20:35 ` [PATCH 0/8] ARM: at91: sama5d3: enable sound support Nicolas Ferre
2014-04-18 20:38 ` Mark Brown
@ 2014-04-18 22:06 ` Boris BREZILLON
2014-04-18 22:11 ` Nicolas Ferre
1 sibling, 1 reply; 17+ messages in thread
From: Boris BREZILLON @ 2014-04-18 22:06 UTC (permalink / raw)
To: linux-arm-kernel
On 18/04/2014 22:35, Nicolas Ferre wrote:
> On 17/03/2014 10:45, Bo Shen :
>> This patch add sound support on sama5d3xek board.
>>
>> This patch series based on the following patch set:
>> clk: at91: better support for the PCKs
>> http://comments.gmane.org/gmane.linux.kernel/1664477
>>
>>
>> Bo Shen (5):
>> ARM: at91: sama5d3: add DMA property for SSC devices
>> ARM: at91: sama5d3: disable sound by default
>> ARM: at91: sama5d3: correct the sound compatible string
>> ARM: at91: sama5d3: add the missing property
>> ARM: at91: sama5d3: clock for ssc from rk pin
>>
>> Boris BREZILLON (3):
>> ASoC: atmel: support CCF based clks
>> ASoC: atmel: document clock properties of the wm8904 driver
>> ARM: at91/dt: add clock properties to the wm8904 codec node
> Hi Voice and Boris,
>
> For this series I am a little bit puzzled: should I take the ASoC part
> of it? I see no acknowledgement from Mark and I also read some messages
> still discussing about CCF and wm8904 afterwards.
>
> So, I take the 5 patches by Voice Shen and tell me what is the proper
> sequence with this wm8904 work.
Bo was waiting for the "move sam9n12 SoC to the CCF" (which has been
submitted earlier this week) series before sending a new version of his
"wm8904: add CCF support" series.
Best Regards,
Boris
> I will be happy to stack more patches about this topic during the 3.16
> development phase.
>
>
> Otherwise, the 5 patches by Voice go into at91-3.16-dt branch.
>
> Thanks, bye.
>
>
>> .../devicetree/bindings/sound/atmel-wm8904.txt | 2 ++
>> arch/arm/boot/dts/sama5d3.dtsi | 6 ++++++
>> arch/arm/boot/dts/sama5d3xmb.dtsi | 11 +++++++++-
>> sound/soc/atmel/atmel_wm8904.c | 25 +++++++++++-----------
>> 4 files changed, 31 insertions(+), 13 deletions(-)
>>
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 0/8] ARM: at91: sama5d3: enable sound support
2014-04-18 22:06 ` Boris BREZILLON
@ 2014-04-18 22:11 ` Nicolas Ferre
0 siblings, 0 replies; 17+ messages in thread
From: Nicolas Ferre @ 2014-04-18 22:11 UTC (permalink / raw)
To: linux-arm-kernel
On 19/04/2014 00:06, Boris BREZILLON :
>
> On 18/04/2014 22:35, Nicolas Ferre wrote:
>> On 17/03/2014 10:45, Bo Shen :
>>> This patch add sound support on sama5d3xek board.
>>>
>>> This patch series based on the following patch set:
>>> clk: at91: better support for the PCKs
>>> http://comments.gmane.org/gmane.linux.kernel/1664477
>>>
>>>
>>> Bo Shen (5):
>>> ARM: at91: sama5d3: add DMA property for SSC devices
>>> ARM: at91: sama5d3: disable sound by default
>>> ARM: at91: sama5d3: correct the sound compatible string
>>> ARM: at91: sama5d3: add the missing property
>>> ARM: at91: sama5d3: clock for ssc from rk pin
>>>
>>> Boris BREZILLON (3):
>>> ASoC: atmel: support CCF based clks
>>> ASoC: atmel: document clock properties of the wm8904 driver
>>> ARM: at91/dt: add clock properties to the wm8904 codec node
>> Hi Voice and Boris,
>>
>> For this series I am a little bit puzzled: should I take the ASoC part
>> of it? I see no acknowledgement from Mark and I also read some messages
>> still discussing about CCF and wm8904 afterwards.
>>
>> So, I take the 5 patches by Voice Shen and tell me what is the proper
>> sequence with this wm8904 work.
>
> Bo was waiting for the "move sam9n12 SoC to the CCF" (which has been
> submitted earlier this week) series before sending a new version of his
> "wm8904: add CCF support" series.
Ok, that makes perfect sense.
So I have the whole dependency graph in mind now: we will have fun
stacking everything in the proper order ;-)
Thanks for the clarification, Bye.
>> I will be happy to stack more patches about this topic during the 3.16
>> development phase.
>>
>>
>> Otherwise, the 5 patches by Voice go into at91-3.16-dt branch.
>>
>> Thanks, bye.
>>
>>
>>> .../devicetree/bindings/sound/atmel-wm8904.txt | 2 ++
>>> arch/arm/boot/dts/sama5d3.dtsi | 6 ++++++
>>> arch/arm/boot/dts/sama5d3xmb.dtsi | 11 +++++++++-
>>> sound/soc/atmel/atmel_wm8904.c | 25 +++++++++++-----------
>>> 4 files changed, 31 insertions(+), 13 deletions(-)
>>>
>>
>
>
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 17+ messages in thread