mbox series

[GIT,PULL,0/3] Renesas ARM SoC updates for v5.9 (take two)

Message ID 20200717112427.26032-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series Renesas ARM SoC updates for v5.9 (take two) | expand

Message

Geert Uytterhoeven July 17, 2020, 11:24 a.m. UTC
Hi arm-soc folks,

This is my second pull request for the inclusion of Renesas SoC updates
for v5.9.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas ARM DT updates for v5.9 (take two)

    - SPI Multi I/O Bus Controller (RPC-IF) support for R-Car V3H and V3M,
      including QSPI support for the Condor, Eagle, V3HSK, and V3MSK
      boards,
    - Initial support for the RZ/G2H SoC on the HopeRun HiHope RZ/G2H
      board,
    - Initial support for the Beacon EmbeddedWorks RZ/G2M board,
    - Minor fixes and improvements.

  [GIT PULL 2/3] Renesas driver updates for v5.9

    - Add core support for the new RZ/G2H (R8A774E1) SoC, including System
      Controller (SYSC) and Reset (RST) support.

  [GIT PULL 3/3] Renesas DT binding updates for v5.9

    - Document core support for the RZ/G2H SoC,
    - Document support for the HopeRun HiHope RZ/G2H, and Beacon
      EmbeddedWorks RZ/G2M boards.

Note that the new Renesas RZ/G2H DT Binding Definitions are shared by
driver and DT source files, and thus included in multiple pull requests:
  - "[GIT PULL] clk: renesas: Updates for v5.9 (take two)" (for clk),
  - "[GIT PULL 1/3] Renesas ARM DT updates for v5.9 (take two)" (for arm-soc),
  - "[GIT PULL 2/3] Renesas driver updates for v5.9" (for arm-soc).

Thanks for pulling!

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

Comments

Arnd Bergmann July 17, 2020, 2:07 p.m. UTC | #1
On Fri, Jul 17, 2020 at 1:24 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
>         Hi arm-soc folks,
>
> This is my second pull request for the inclusion of Renesas SoC updates
> for v5.9.
>
> It consists of 3 parts:

Pulled all three, thanks!

      Arnd