linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/3] Renesas SoC updates for v5.4
@ 2019-08-02 12:03 Geert Uytterhoeven
  2019-08-02 12:03 ` [PULL 1/3] Renesas ARM64 DT " Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-08-02 12:03 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: linux-renesas-soc, Simon Horman, Magnus Damm, Geert Uytterhoeven,
	linux-arm-kernel

	Hi arm-soc folks,

This is my first pull request for the inclusion of Renesas SoC updates
for v5.4.  As this is also my first pull request for arm-soc, I wanted
to start with something small.  You can expect more later.

It consists of 3 parts:

  [PULL 1/3] Renesas ARM64 DT updates for v5.4

    - CAN support for the HiHope RZ/G2E board,
    - BT and WLAN support for the HiHope RZ/G2[MN] boards,
    - Sound support for RZ/G2M,
    - Sort nodes in various SoC and board DTSes,
    - Small fixes and improvements.

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

    - Fix a flexible array member definition in the R-Car SYSC driver.

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

    - RZ/G2 updates for the R-Car CAN and CANFD DT bindings.

For now I more or less followed Simon's way of structuring the branches,
but I'm open for change.  Hence if you have any comments, or suggestions
for improving the workflow, please let me know.

Thanks for pulling, and for your comments!

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PULL 1/3] Renesas ARM64 DT updates for v5.4
  2019-08-02 12:03 [PULL 0/3] Renesas SoC updates for v5.4 Geert Uytterhoeven
@ 2019-08-02 12:03 ` Geert Uytterhoeven
  2019-08-02 14:09   ` Geert Uytterhoeven
  2019-08-02 12:03 ` [PULL 2/3] Renesas driver " Geert Uytterhoeven
  2019-08-02 12:03 ` [PULL 3/3] Renesas DT binding " Geert Uytterhoeven
  2 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-08-02 12:03 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: linux-renesas-soc, Simon Horman, Magnus Damm, Geert Uytterhoeven,
	linux-arm-kernel

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm64-dt-for-v5.4-tag1

for you to fetch changes up to 0a05b3d7fee511de8a1c9dffc3d86f1df55e1737:

  arm64: dts: renesas: ulcb: Sort nodes (2019-07-30 11:25:35 +0200)

----------------------------------------------------------------
Renesas ARM64 DT updates for v5.4

  - CAN support for the HiHope RZ/G2E board,
  - BT and WLAN support for the HiHope RZ/G2[MN] boards,
  - Sound support for RZ/G2M,
  - Sort nodes in various SoC and board DTSes,
  - Small fixes and improvements.

----------------------------------------------------------------
Biju Das (3):
      arm64: dts: renesas: hihope-common: Add PCA9654 I/O expander
      arm64: dts: renesas: hihope-common: Add BT support
      arm64: dts: renesas: hihope-common: Add WLAN support

Fabrizio Castro (6):
      arm64: dts: renesas: r8a774c0: Add missing assigned-clocks for CAN[01]
      arm64: dts: renesas: r8a774a1: Add missing assigned-clocks for CAN[01]
      arm64: dts: renesas: r8a774a1: Add CANFD support
      arm64: dts: renesas: hihope-rzg2-ex: Enable CAN interfaces
      arm64: dts: renesas: r8a774a1: Use extended audio dmac registers
      arm64: dts: renesas: r8a774a1: Add SSIU support for sound

Takeshi Kihara (1):
      arm64: dts: renesas: r8a77990: Add cpg reset for DU

Yoshihiro Kaneko (13):
      arm64: dts: renesas: r8a77995: Add cpg reset for DU
      arm64: dts: renesas: r8a77995: Fix register range of display node
      arm64: dts: renesas: r8a7795: Sort nodes
      arm64: dts: renesas: r8a7795-es1: Sort nodes
      arm64: dts: renesas: r8a77965: Sort nodes
      arm64: dts: renesas: r8a7795-es1: salvator-x: Sort nodes
      arm64: dts: renesas: r8a7795: salvator-x: Sort nodes
      arm64: dts: renesas: r8a7795: salvator-xs: Sort nodes
      arm64: dts: renesas: r8a7796: salvator-x: Sort nodes
      arm64: dts: renesas: r8a7796: salvator-xs: Sort nodes
      arm64: dts: renesas: salvator-common: Sort nodes
      arm64: dts: renesas: ulcb-kf: Sort nodes
      arm64: dts: renesas: ulcb: Sort nodes

 arch/arm64/boot/dts/renesas/hihope-common.dtsi     |  78 ++++++
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi    |  22 ++
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          | 282 +++++++++++++++++++--
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |   4 +
 .../boot/dts/renesas/r8a7795-es1-salvator-x.dts    |  26 +-
 arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi       | 223 ++++++++--------
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts |  26 +-
 .../arm64/boot/dts/renesas/r8a7795-salvator-xs.dts |  82 +++---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           | 154 +++++------
 arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts |  10 +-
 .../arm64/boot/dts/renesas/r8a7796-salvator-xs.dts |  10 +-
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          |  48 ++--
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |   2 +
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          |   4 +-
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |  72 +++---
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           | 226 ++++++++---------
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |  10 +-
 17 files changed, 814 insertions(+), 465 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PULL 2/3] Renesas driver updates for v5.4
  2019-08-02 12:03 [PULL 0/3] Renesas SoC updates for v5.4 Geert Uytterhoeven
  2019-08-02 12:03 ` [PULL 1/3] Renesas ARM64 DT " Geert Uytterhoeven
@ 2019-08-02 12:03 ` Geert Uytterhoeven
  2019-09-03 18:23   ` Arnd Bergmann
  2019-08-02 12:03 ` [PULL 3/3] Renesas DT binding " Geert Uytterhoeven
  2 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-08-02 12:03 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: linux-renesas-soc, Simon Horman, Magnus Damm, Geert Uytterhoeven,
	linux-arm-kernel

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.4-tag1

for you to fetch changes up to 0ed0eb0171d7c19310d9f7b06a6dee82a4fb8ab6:

  soc: renesas: rcar-sysc: Use [] to denote a flexible array member (2019-07-29 15:36:56 +0200)

----------------------------------------------------------------
Renesas driver updates for v5.4

  - Fix a flexible array member definition in the R-Car SYSC driver.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      soc: renesas: rcar-sysc: Use [] to denote a flexible array member

 drivers/soc/renesas/rcar-sysc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PULL 3/3] Renesas DT binding updates for v5.4
  2019-08-02 12:03 [PULL 0/3] Renesas SoC updates for v5.4 Geert Uytterhoeven
  2019-08-02 12:03 ` [PULL 1/3] Renesas ARM64 DT " Geert Uytterhoeven
  2019-08-02 12:03 ` [PULL 2/3] Renesas driver " Geert Uytterhoeven
@ 2019-08-02 12:03 ` Geert Uytterhoeven
  2 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-08-02 12:03 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: linux-renesas-soc, Simon Horman, Magnus Damm, Geert Uytterhoeven,
	linux-arm-kernel

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.4-tag1

for you to fetch changes up to 8cb7ec14188649cf2151464050413e2814fd7cf1:

  dt-bindings: can: rcar_can: Complete documentation for RZ/G2[EM] (2019-07-29 15:36:39 +0200)

----------------------------------------------------------------
Renesas DT binding updates for v5.4

  - RZ/G2 updates for the R-Car CAN and CANFD DT bindings.

----------------------------------------------------------------
Fabrizio Castro (2):
      dt-bindings: can: rcar_canfd: document r8a774a1 support
      dt-bindings: can: rcar_can: Complete documentation for RZ/G2[EM]

 Documentation/devicetree/bindings/net/can/rcar_can.txt   | 2 +-
 Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PULL 1/3] Renesas ARM64 DT updates for v5.4
  2019-08-02 12:03 ` [PULL 1/3] Renesas ARM64 DT " Geert Uytterhoeven
@ 2019-08-02 14:09   ` Geert Uytterhoeven
  0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-08-02 14:09 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Simon Horman, Magnus Damm, Linux-Renesas, arm-soc, arm-soc, Linux ARM

On Fri, Aug 2, 2019 at 2:04 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm64-dt-for-v5.4-tag1
>
> for you to fetch changes up to 0a05b3d7fee511de8a1c9dffc3d86f1df55e1737:
>
>   arm64: dts: renesas: ulcb: Sort nodes (2019-07-30 11:25:35 +0200)
>
> ----------------------------------------------------------------
> Renesas ARM64 DT updates for v5.4
>
>   - CAN support for the HiHope RZ/G2E board,

As pointed out by Chris Paterson in PM, this is for RZ/G2[MN].
I've recreated the (signed) tag accordingly.

>   - BT and WLAN support for the HiHope RZ/G2[MN] boards,
>   - Sound support for RZ/G2M,
>   - Sort nodes in various SoC and board DTSes,
>   - Small fixes and improvements.

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PULL 2/3] Renesas driver updates for v5.4
  2019-08-02 12:03 ` [PULL 2/3] Renesas driver " Geert Uytterhoeven
@ 2019-09-03 18:23   ` Arnd Bergmann
  2019-09-03 18:40     ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2019-09-03 18:23 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Simon Horman, Magnus Damm, Linux-Renesas, arm-soc, arm-soc, Linux ARM

On Fri, Aug 2, 2019 at 2:04 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> Renesas driver updates for v5.4
>
>   - Fix a flexible array member definition in the R-Car SYSC driver.
>
I see I merged this earlier but forgot to reply.

     Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PULL 2/3] Renesas driver updates for v5.4
  2019-09-03 18:23   ` Arnd Bergmann
@ 2019-09-03 18:40     ` Geert Uytterhoeven
  0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-09-03 18:40 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: arm-soc, Geert Uytterhoeven, Magnus Damm, Linux-Renesas, arm-soc,
	Simon Horman, Linux ARM

Hi Arnd,

On Tue, Sep 3, 2019 at 8:23 PM Arnd Bergmann <arnd@arndb.de> wrote:
> On Fri, Aug 2, 2019 at 2:04 PM Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
> >
> > Renesas driver updates for v5.4
> >
> >   - Fix a flexible array member definition in the R-Car SYSC driver.
> >
> I see I merged this earlier but forgot to reply.

No worries, my git notices.

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-09-03 18:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02 12:03 [PULL 0/3] Renesas SoC updates for v5.4 Geert Uytterhoeven
2019-08-02 12:03 ` [PULL 1/3] Renesas ARM64 DT " Geert Uytterhoeven
2019-08-02 14:09   ` Geert Uytterhoeven
2019-08-02 12:03 ` [PULL 2/3] Renesas driver " Geert Uytterhoeven
2019-09-03 18:23   ` Arnd Bergmann
2019-09-03 18:40     ` Geert Uytterhoeven
2019-08-02 12:03 ` [PULL 3/3] Renesas DT binding " Geert Uytterhoeven

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