linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC Fixes for v4.13
@ 2017-06-30  9:16 Simon Horman
  2017-06-30  9:16 ` [PATCH] arm64: renesas: salvator-common: sound clock-frequency needs descending order Simon Horman
  2017-07-27 10:49 ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.13 Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Horman @ 2017-06-30  9:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider this Renesas ARM based SoC fix for v4.13.

This pull request is based on
"[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.13",
tagged as renesas-arm64-dt2-for-v4.13, which you have already pulled.

It is my understanding that the problem fixed was introduced
earlier in the v4.13 development cycle. So I don't think consideration
needs to be given to merging for to v4.12 or back-porting to -stable.


The following changes since commit 4d1255ebefb6838eab4f652107433438bea0051f:

  arm64: dts: r8a7796: Add reset control properties for audio (2017-06-14 11:00:29 +0200)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-fixes-for-v4.13

for you to fetch changes up to 5e2feac330953fe75197aecb20c781400e2bf606:

  arm64: renesas: salvator-common: sound clock-frequency needs descending order (2017-06-19 11:18:33 +0200)

----------------------------------------------------------------
Renesas ARM Based SoC Fixes for v4.13

Correct order of sound clock frequencies for Salvator boards
used by r8a7795 and r8a7796 SoCs.

These sounds clock frequencies are used as the ADG clock (output clocks
for audio module) initial setting and sound codec's initial system clock
which needs the maximum clock frequency. Thus, descending order is
required.

----------------------------------------------------------------
Kuninori Morimoto (1):
      arm64: renesas: salvator-common: sound clock-frequency needs descending order

 arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [PATCH] arm64: renesas: salvator-common: sound clock-frequency needs descending order
  2017-06-30  9:16 [GIT PULL] Renesas ARM Based SoC Fixes for v4.13 Simon Horman
@ 2017-06-30  9:16 ` Simon Horman
  2017-07-27 10:49 ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.13 Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-06-30  9:16 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

It will be used ADG clock initial settings, and will be
sound codec's initial system clock which needs maximum clock frequency.
Thus, descending order is required

Fixes: d37d2b3c0ec2708a ("arm64: dts: salvator-x: add 12288000 for sound ADG")
Fixes: 0b03c32db03d63de ("arm64: dts: r8a7795: salvator-x: Add support for R-Car H3 ES2.0")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
index aef35e0b685a..a451996f590a 100644
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -508,7 +508,7 @@
 
 	/* audio_clkout0/1/2/3 */
 	#clock-cells = <1>;
-	clock-frequency = <11289600 12288000>;
+	clock-frequency = <12288000 11289600>;
 
 	status = "okay";
 
-- 
2.1.4

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

* [GIT PULL] Renesas ARM Based SoC Fixes for v4.13
  2017-06-30  9:16 [GIT PULL] Renesas ARM Based SoC Fixes for v4.13 Simon Horman
  2017-06-30  9:16 ` [PATCH] arm64: renesas: salvator-common: sound clock-frequency needs descending order Simon Horman
@ 2017-07-27 10:49 ` Arnd Bergmann
  2017-07-27 11:50   ` Simon Horman
  1 sibling, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-07-27 10:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jun 30, 2017 at 11:16 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider this Renesas ARM based SoC fix for v4.13.
>
> This pull request is based on
> "[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.13",
> tagged as renesas-arm64-dt2-for-v4.13, which you have already pulled.
>
> It is my understanding that the problem fixed was introduced
> earlier in the v4.13 development cycle. So I don't think consideration
> needs to be given to merging for to v4.12 or back-porting to -stable.

Pulled into 'fixes' now, sorry for the delay.

      Arnd

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

* [GIT PULL] Renesas ARM Based SoC Fixes for v4.13
  2017-07-27 10:49 ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.13 Arnd Bergmann
@ 2017-07-27 11:50   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-07-27 11:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jul 27, 2017 at 12:49:40PM +0200, Arnd Bergmann wrote:
> On Fri, Jun 30, 2017 at 11:16 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Hi Olof, Hi Kevin, Hi Arnd,
> >
> > Please consider this Renesas ARM based SoC fix for v4.13.
> >
> > This pull request is based on
> > "[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.13",
> > tagged as renesas-arm64-dt2-for-v4.13, which you have already pulled.
> >
> > It is my understanding that the problem fixed was introduced
> > earlier in the v4.13 development cycle. So I don't think consideration
> > needs to be given to merging for to v4.12 or back-porting to -stable.
> 
> Pulled into 'fixes' now, sorry for the delay.

Thanks!

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

end of thread, other threads:[~2017-07-27 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-30  9:16 [GIT PULL] Renesas ARM Based SoC Fixes for v4.13 Simon Horman
2017-06-30  9:16 ` [PATCH] arm64: renesas: salvator-common: sound clock-frequency needs descending order Simon Horman
2017-07-27 10:49 ` [GIT PULL] Renesas ARM Based SoC Fixes for v4.13 Arnd Bergmann
2017-07-27 11:50   ` Simon Horman

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).