mbox

[GIT,PULL] Renesas ARM Based SoC Fixes for v4.13

Message ID cover.1498814088.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

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

Message

Simon Horman June 30, 2017, 9:16 a.m. UTC
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(-)

Comments

Arnd Bergmann July 27, 2017, 10:49 a.m. UTC | #1
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
Simon Horman July 27, 2017, 11:50 a.m. UTC | #2
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!