Date
1 - 6 of 6
[PATCH v2 5.10.y-cip 00/12] Add thermal driver and watchdog driver enhancements
Biju Das
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 -- 2.25.1 |
|
Pavel Machek
Hi!
This patch series aims to add thermal driver support and watchdog driver enhancmentsThanks 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 |
|
Nobuhiro Iwamatsu
Hi all,
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 beYeah, I will apply this series and push. Best regards, Nobuhiro -----Original Message----- |
|
Pavel Machek
Hi!
I applied the series, tested it, and pushed out the result. HopefullyThanks for the series and for the fixes headed for mainline. The patches lookSorry for the late review. that is okay. Thanks for the patches, Biju. Best regards, Pavel -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany |
|
Biju Das
Subject: Re: [PATCH v2 5.10.y-cip 00/12] Add thermal driver and watchdogThank you. Regards, Biju |
|
Nobuhiro Iwamatsu
Hi Pavel,
toggle quoted message
Show quoted text
-----Original Message-----I was waiting for LAVA to be fixed... Thanks for pushing to repository. Best regards, Nobuhiro |
|