mbox series

[GIT,PULL] Renesas ARM Based SoC DT Bindings Updates for v5.3

Message ID cover.1561107729.git.horms+renesas@verge.net.au (mailing list archive)
State Queued, archived
Commit 74a22e8f4350a9e096c84fc9e88cf72abf71887c
Headers show
Series [GIT,PULL] Renesas ARM Based SoC DT Bindings Updates for v5.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings-for-v5.3

Message

Simon Horman June 21, 2019, 9:10 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT bindings updates for v5.3.

I have collected CMT and CAN controller patches that were slipping through
the cracks into this pull request. They have been acked by the relevant
maintainers.


The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings-for-v5.3

for you to fetch changes up to 74a22e8f4350a9e096c84fc9e88cf72abf71887c:

  dt-bindings: display: renesas: Add r8a774a1 support (2019-06-19 15:49:46 +0200)

----------------------------------------------------------------
Renesas ARM Based SoC DT Bindings Updates for v5.3

* Renesas Gen3 DWC HDMI TX Encoder
  - Add RZ/G2M (r8a774a1) support

* Renesas R-Car Compare Match Timer (CMT)
 - Add R-Car H3 (r8a7795), M3-N (r8a77965) and E3 (r8a77990) support

* Renesas R-Car CAN FD Controller
  - Add R-Car M3-N (r8a77965) and E3 (r8a77990), and RZ/G2E (r8a774c0) support

* Renesas R-Car CAN Controller
  - Add RZ/G2M (r8a774a1) support
  - Correct RZ/G2 clocks

* Vendor prefixes: Add vendor prefix for HopeRun

* Renesas SoCs and boards: Add HopeRun RZ/G2[M] boards

----------------------------------------------------------------
Cao Van Dong (1):
      dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support

Fabrizio Castro (6):
      dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards
      dt-bindings: Add vendor prefix for HopeRun
      dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks
      dt-bindings: can: rcar_can: Add r8a774c0 support
      dt-bindings: can: rcar_canfd: document r8a774c0 support
      dt-bindings: display: renesas: Add r8a774a1 support

Marek Vasut (2):
      dt-bindings: can: rcar_canfd: document r8a77965 support
      dt-bindings: can: rcar_canfd: document r8a77990 support

 Documentation/devicetree/bindings/arm/renesas.yaml       |  8 ++++++++
 .../bindings/display/bridge/renesas,dw-hdmi.txt          |  4 +++-
 Documentation/devicetree/bindings/net/can/rcar_can.txt   | 13 ++++---------
 Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 16 ++++++++++------
 Documentation/devicetree/bindings/timer/renesas,cmt.txt  |  6 ++++++
 Documentation/devicetree/bindings/vendor-prefixes.yaml   |  2 ++
 6 files changed, 33 insertions(+), 16 deletions(-)

Comments

Olof Johansson June 25, 2019, 11:43 a.m. UTC | #1
On Fri, Jun 21, 2019 at 11:10:54AM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC DT bindings updates for v5.3.
> 
> I have collected CMT and CAN controller patches that were slipping through
> the cracks into this pull request. They have been acked by the relevant
> maintainers.
> 
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-bindings-for-v5.3

Merged, thanks!


-Olof