mbox series

[4.19.y-cip,00/10] Add OPP/Thermal/Timer/CAN[FD] support

Message ID 20200825132156.7839-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add OPP/Thermal/Timer/CAN[FD] support | expand

Message

Biju Das Aug. 25, 2020, 1:21 p.m. UTC
This patch series add RZ/G2H SoC support for OPP/Thermal/Timer/CAN[FD]
to 4.19.y cip kernel.

All the patches in this series are cherry-picked from ML.

This patch series depend upon [1]
[1]: https://patchwork.kernel.org/project/cip-dev/list/?series=336609

Dien Pham (1):
  thermal/drivers/rcar_gen3: Fix undefined temperature if negative

Geert Uytterhoeven (1):
  can: rcar_can: Remove unused platform data support

Lad Prabhakar (1):
  arm64: dts: renesas: r8a774e1: Add CAN[FD] support

Marian-Cristian Rotariu (5):
  arm64: dts: renesas: r8a774e1: Add operating points
  thermal: rcar_gen3_thermal: Add r8a774e1 support
  arm64: dts: renesas: r8a774e1: Add RZ/G2H thermal support
  arm64: dts: renesas: r8a774e1: Add CMT device nodes
  arm64: dts: renesas: r8a774e1: Add TMU device nodes

Niklas Söderlund (2):
  thermal: rcar_gen3_thermal: Remove temperature bound
  thermal: rcar_gen3_thermal: Generate interrupt when temperature
    changes

 arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 323 +++++++++++++++++++++-
 drivers/net/can/rcar/rcar_can.c           |  22 +-
 drivers/thermal/rcar_gen3_thermal.c       |  34 +--
 include/linux/can/platform/rcar_can.h     |  18 --
 4 files changed, 347 insertions(+), 50 deletions(-)
 delete mode 100644 include/linux/can/platform/rcar_can.h

Comments

Nobuhiro Iwamatsu Aug. 26, 2020, 6:42 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Biju Das [mailto:biju.das.jz@bp.renesas.com]
> Sent: Tuesday, August 25, 2020 10:22 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek <pavel@denx.de>
> Cc: Chris Paterson <chris.paterson2@renesas.com>; Biju Das <biju.das.jz@bp.renesas.com>; Prabhakar Mahadev Lad
> <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Subject: [PATCH 4.19.y-cip 00/10] Add OPP/Thermal/Timer/CAN[FD] support
> 
> This patch series add RZ/G2H SoC support for OPP/Thermal/Timer/CAN[FD]
> to 4.19.y cip kernel.
> 
> All the patches in this series are cherry-picked from ML.
> 
> This patch series depend upon [1]
> [1]: https://patchwork.kernel.org/project/cip-dev/list/?series=336609
> 
> Dien Pham (1):
>   thermal/drivers/rcar_gen3: Fix undefined temperature if negative
> 
> Geert Uytterhoeven (1):
>   can: rcar_can: Remove unused platform data support
> 
> Lad Prabhakar (1):
>   arm64: dts: renesas: r8a774e1: Add CAN[FD] support
> 
> Marian-Cristian Rotariu (5):
>   arm64: dts: renesas: r8a774e1: Add operating points
>   thermal: rcar_gen3_thermal: Add r8a774e1 support
>   arm64: dts: renesas: r8a774e1: Add RZ/G2H thermal support
>   arm64: dts: renesas: r8a774e1: Add CMT device nodes
>   arm64: dts: renesas: r8a774e1: Add TMU device nodes
> 
> Niklas Söderlund (2):
>   thermal: rcar_gen3_thermal: Remove temperature bound
>   thermal: rcar_gen3_thermal: Generate interrupt when temperature
>     changes
> 
>  arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 323 +++++++++++++++++++++-
>  drivers/net/can/rcar/rcar_can.c           |  22 +-
>  drivers/thermal/rcar_gen3_thermal.c       |  34 +--
>  include/linux/can/platform/rcar_can.h     |  18 --
>  4 files changed, 347 insertions(+), 50 deletions(-)
>  delete mode 100644 include/linux/can/platform/rcar_can.h
> 

I reviewed this patch series.
Looks good to me.

Best regards,
  Nobuhiro

> --
> 2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5253): https://lists.cip-project.org/g/cip-dev/message/5253
Mute This Topic: https://lists.cip-project.org/mt/76406704/4520428
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129116/1171672734/xyzzy  [patchwork-cip-dev@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-
Pavel Machek Aug. 26, 2020, 7:24 a.m. UTC | #2
Hi!

> This patch series add RZ/G2H SoC support for OPP/Thermal/Timer/CAN[FD]
> to 4.19.y cip kernel.
> 
> All the patches in this series are cherry-picked from ML.

Thank you, series looks good to me. gitlab has troubles testing cip trees
at the moment, I can apply all the pending patches once that is solved
(assuming tests pass).

Best regards,

								Pavel
Pavel Machek Aug. 28, 2020, 6:15 p.m. UTC | #3
Hi!

> This patch series add RZ/G2H SoC support for OPP/Thermal/Timer/CAN[FD]
> to 4.19.y cip kernel.
> 
> All the patches in this series are cherry-picked from ML.
> 
> This patch series depend upon [1]
> [1]: https://patchwork.kernel.org/project/cip-dev/list/?series=336609

Thanks, applied and pushed out.

Best regards,
								Pavel