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

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC fixes for v4.13.

This pull request is based on the previous round of
such requests, tagged as renesas-fixes-for-v4.13,
which I have already sent a pull-request for.
That pull request provides the same fix as this pull one
but for the Salvator rather than ULCB boards.

On a personal note, I will be on holidays from the 17th - 26th July.
I apologise in advance for any inconvenience that may cause.


The following changes since commit 5e2feac330953fe75197aecb20c781400e2bf606:

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

are available in the git repository at:

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

for you to fetch changes up to 2752660a37aed65b1e00fd4563d9f152eefb8200:

  arm64: dts: renesas: ulcb: sound clock-frequency needs descending order (2017-07-10 10:28:07 +0200)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Fixes for v4.13

Correct order of sound clock frequencies for ULCB 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.

----------------------------------------------------------------
Vladimir Barinov (1):
      arm64: dts: renesas: ulcb: sound clock-frequency needs descending order

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

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

* [PATCH] arm64: dts: renesas: ulcb: sound clock-frequency needs descending order
  2017-07-14  8:04 [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v4.13 Simon Horman
@ 2017-07-14  8:04 ` Simon Horman
  2017-07-27 10:52 ` [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v4.13 Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-07-14  8:04 UTC (permalink / raw)
  To: linux-arm-kernel

From: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>

Correct order of sound clock frequencies for ULCB boards
used with 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.

Fixes: 9f22774c214ada7b ("arm64: dts: ulcb: add 12288000 for sound ADG")
Signed-off-by: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
[simon: rewrote changelog]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/ulcb.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi
index b5c6ee07d7f9..d1a3f3b7a0ab 100644
--- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
@@ -281,7 +281,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] Second Round of Renesas ARM Based SoC Fixes for v4.13
  2017-07-14  8:04 [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v4.13 Simon Horman
  2017-07-14  8:04 ` [PATCH] arm64: dts: renesas: ulcb: sound clock-frequency needs descending order Simon Horman
@ 2017-07-27 10:52 ` Arnd Bergmann
  2017-07-27 15:34   ` Simon Horman
  1 sibling, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-07-27 10:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 14, 2017 at 10:04 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these second round of Renesas ARM based SoC fixes for v4.13.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-fixes-for-v4.13,
> which I have already sent a pull-request for.
> That pull request provides the same fix as this pull one
> but for the Salvator rather than ULCB boards.

Pulled into fixes.

> On a personal note, I will be on holidays from the 17th - 26th July.
> I apologise in advance for any inconvenience that may cause.

No worries. Sorry for not getting to this before you returned.

      Arnd

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

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

On Thu, Jul 27, 2017 at 12:52:47PM +0200, Arnd Bergmann wrote:
> On Fri, Jul 14, 2017 at 10:04 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Hi Olof, Hi Kevin, Hi Arnd,
> >
> > Please consider these second round of Renesas ARM based SoC fixes for v4.13.
> >
> > This pull request is based on the previous round of
> > such requests, tagged as renesas-fixes-for-v4.13,
> > which I have already sent a pull-request for.
> > That pull request provides the same fix as this pull one
> > but for the Salvator rather than ULCB boards.
> 
> Pulled into fixes.
> 
> > On a personal note, I will be on holidays from the 17th - 26th July.
> > I apologise in advance for any inconvenience that may cause.
> 
> No worries. Sorry for not getting to this before you returned.

No problem, thanks for taking this fix.

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14  8:04 [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v4.13 Simon Horman
2017-07-14  8:04 ` [PATCH] arm64: dts: renesas: ulcb: sound clock-frequency needs descending order Simon Horman
2017-07-27 10:52 ` [GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v4.13 Arnd Bergmann
2017-07-27 15:34   ` 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).