mbox series

[v2,5.10.y-cip,00/12] Add thermal driver and watchdog driver enhancements

Message ID 20220718092430.382889-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add thermal driver and watchdog driver enhancements | expand

Message

Biju Das July 18, 2022, 9:24 a.m. UTC
This patch series aims to add thermal driver support and watchdog driver enhancments
for RZ/G2L platform.

v1->v2:
 * Removed patch#1 and updated rzg2l_thermal.c to use kernel.h.

Andy Shevchenko (1):
  units: Add SI metric prefix definitions

Biju Das (10):
  thermal/drivers: Add TSU driver for RZ/G2L
  thermal/drivers/rz2gl: Add error check for reset_control_deassert()
  thermal/drivers/rz2gl: Fix OTP Calibration Register values
  watchdog: rzg2l_wdt: Fix 32bit overflow issue
  watchdog: rzg2l_wdt: Fix Runtime PM usage
  watchdog: rzg2l_wdt: Fix 'BUG: Invalid wait context'
  watchdog: rzg2l_wdt: Fix reset control imbalance
  watchdog: rzg2l_wdt: Add error check for reset_control_deassert
  watchdog: rzg2l_wdt: Use force reset for WDT reset
  watchdog: rzg2l_wdt: Add set_timeout callback

Geert Uytterhoeven (1):
  arm64: defconfig: Enable additional support for Renesas platforms

 arch/arm64/configs/defconfig    |   4 +
 drivers/thermal/Kconfig         |   9 ++
 drivers/thermal/Makefile        |   1 +
 drivers/thermal/rzg2l_thermal.c | 248 ++++++++++++++++++++++++++++++++
 drivers/watchdog/rzg2l_wdt.c    |  83 ++++++-----
 include/linux/units.h           |  20 +++
 6 files changed, 329 insertions(+), 36 deletions(-)
 create mode 100644 drivers/thermal/rzg2l_thermal.c

Comments

Pavel Machek July 19, 2022, 7:42 p.m. UTC | #1
Hi!

> This patch series aims to add thermal driver support and watchdog driver enhancments
> for RZ/G2L platform.
> 
> v1->v2:
>  * Removed patch#1 and updated rzg2l_thermal.c to use kernel.h.

Thanks for the series and for the fixes headed for mainline. The patches look good to me 
(but I can't test/apply them due to poor network access at the moment). I can probably do 
that on Friday, but I suspect Iwamatsu may be faster.

Best regards,
								Pavel
Nobuhiro Iwamatsu July 21, 2022, 7:22 a.m. UTC | #2
Hi all,
> 
> Thanks for the series and for the fixes headed for mainline. The patches look
> good to me (but I can't test/apply them due to poor network access at the
> moment).

Sorry for the late review.
I reviewed this patch series and found no pointout.

> I can probably do that on Friday, but I suspect Iwamatsu may be
> faster.

Yeah, I will apply this series and push.

Best regards,
  Nobuhiro

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: Wednesday, July 20, 2022 4:43 AM
> To: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: Pavel Machek <pavel@denx.de>; iwamatsu nobuhiro(岩松 信洋 □SWC
> ◯ACT) <nobuhiro1.iwamatsu@toshiba.co.jp>; Lad Prabhakar
> <prabhakar.mahadev-lad.rj@bp.renesas.com>; cip-dev@lists.cip-project.org
> Subject: Re: [PATCH v2 5.10.y-cip 00/12] Add thermal driver and watchdog
> driver enhancements
> 
> Hi!
> 
> > This patch series aims to add thermal driver support and watchdog
> > driver enhancments for RZ/G2L platform.
> >
> > v1->v2:
> >  * Removed patch#1 and updated rzg2l_thermal.c to use kernel.h.
> 
> Thanks for the series and for the fixes headed for mainline. The patches look
> good to me (but I can't test/apply them due to poor network access at the
> moment). I can probably do that on Friday, but I suspect Iwamatsu may be
> faster.
> 
> Best regards,
> 								Pavel
> --
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Pavel Machek July 25, 2022, 11:41 a.m. UTC | #3
Hi!

> > Thanks for the series and for the fixes headed for mainline. The patches look
> > good to me (but I can't test/apply them due to poor network access at the
> > moment).
> 
> Sorry for the late review.
> I reviewed this patch series and found no pointout.
> 
> > I can probably do that on Friday, but I suspect Iwamatsu may be
> > faster.
> 
> Yeah, I will apply this series and push.

I applied the series, tested it, and pushed out the result. Hopefully
that is okay.

Thanks for the patches, Biju.

Best regards,
								Pavel
Biju Das July 25, 2022, 12:18 p.m. UTC | #4
> Subject: Re: [PATCH v2 5.10.y-cip 00/12] Add thermal driver and watchdog
> driver enhancements
> 
> Hi!
> 
> > > Thanks for the series and for the fixes headed for mainline. The
> > > patches look good to me (but I can't test/apply them due to poor
> > > network access at the moment).
> >
> > Sorry for the late review.
> > I reviewed this patch series and found no pointout.
> >
> > > I can probably do that on Friday, but I suspect Iwamatsu may be
> > > faster.
> >
> > Yeah, I will apply this series and push.
> 
> I applied the series, tested it, and pushed out the result. Hopefully
> that is okay.

Thank you.

Regards,
Biju
Nobuhiro Iwamatsu July 25, 2022, 10:52 p.m. UTC | #5
Hi Pavel,

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: Monday, July 25, 2022 8:41 PM
> To: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT)
> <nobuhiro1.iwamatsu@toshiba.co.jp>
> Cc: pavel@denx.de; biju.das.jz@bp.renesas.com;
> prabhakar.mahadev-lad.rj@bp.renesas.com; cip-dev@lists.cip-project.org
> Subject: Re: [PATCH v2 5.10.y-cip 00/12] Add thermal driver and watchdog
> driver enhancements
> 
> Hi!
> 
> > > Thanks for the series and for the fixes headed for mainline. The
> > > patches look good to me (but I can't test/apply them due to poor
> > > network access at the moment).
> >
> > Sorry for the late review.
> > I reviewed this patch series and found no pointout.
> >
> > > I can probably do that on Friday, but I suspect Iwamatsu may be
> > > faster.
> >
> > Yeah, I will apply this series and push.
> 
> I applied the series, tested it, and pushed out the result. Hopefully that is okay.

I was waiting for LAVA to be fixed...
Thanks for pushing to repository.

> 
> Thanks for the patches, Biju.
> 
> Best regards,
> 								Pavel

Best regards,
  Nobuhiro