mbox series

[GIT,PULL] Renesas ARM Based SoC Fixes for v5.1

Message ID cover.1552644639.git.horms+renesas@verge.net.au
State New
Headers show
Series [GIT,PULL] Renesas ARM Based SoC Fixes for v5.1 | expand

Pull-request

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

Message

Simon Horman March 15, 2019, 10:14 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC fixes for v5.1.

This pull request is based on
"[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v5.1",
which was taged as renesas-arm64-dt-for-v5.1 and you have already pulled.

The reason for this base is that the fix for RZ/G2E (r8a774c0) resolves a
problem introduced in ARM64 Based SoC DT Updates for v5.1.

The fix for E3 (r8a77990) resolves a problem introduced in v5.0.


The following changes since commit 3e279a1d44d73aea9ce428ae68e76bf85117031a:

  arm64: dts: renesas: r8a77990: ebisu: Enable HS400 of SDHI3 (2019-01-23 09:45:41 +0100)

are available in the git repository at:

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

for you to fetch changes up to c21cd4ae82e169b394139243684aaacf31bfcdf8:

  arm64: dts: renesas: r8a774c0: Fix SCIF5 DMA channels (2019-02-25 10:37:55 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC Fixes for v5.1

R-Car Gen3 E3 (r8a77990) and RZ/G2E (r8a774c0) SoCs:
* Correct SCIF5 DMA channels

----------------------------------------------------------------
Geert Uytterhoeven (1):
      arm64: dts: renesas: r8a774c0: Fix SCIF5 DMA channels

Takeshi Kihara (1):
      arm64: dts: renesas: r8a77990: Fix SCIF5 DMA channels

 arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 7 +++----
 arch/arm64/boot/dts/renesas/r8a77990.dtsi | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

Comments

Arnd Bergmann March 25, 2019, 4:03 p.m. UTC | #1
On Fri, Mar 15, 2019 at 11:14 AM Simon Horman
<horms+renesas@verge.net.au> wrote:
>
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC fixes for v5.1.
>
> This pull request is based on
> "[GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v5.1",
> which was taged as renesas-arm64-dt-for-v5.1 and you have already pulled.
>
> The reason for this base is that the fix for RZ/G2E (r8a774c0) resolves a
> problem introduced in ARM64 Based SoC DT Updates for v5.1.
>
> The fix for E3 (r8a77990) resolves a problem introduced in v5.0.

Pulled into fixes, thanks!

      Arnd