[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <28c7a12e-6d85-d15d-8884-997eb68612e9@infradead.org>
Date: Fri, 17 Dec 2021 22:07:21 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Chetankumar Mistry <chetan.mistry@....com>,
linux-kernel@...r.kernel.org
Cc: lukasz.luba@....com, rafael@...nel.org, daniel.lezcano@...aro.org,
amitk@...nel.org, rui.zhang@...el.com, linux-pm@...r.kernel.org
Subject: Re: [PATCH v2][RFC 1/2] Implement Ziegler-Nichols Heuristic
On 12/17/21 10:49, Chetankumar Mistry wrote:
> Implement the Ziegler-Nichols Heuristic algorithm to better
> estimate the PID Coefficients for a running platform.
> The values are tuned to minimuse the amount of overshoot in
> the temperature of the platform and subsequently minimise
> the number of switches for cdev states.
>
> Signed-off-by: Chetankumar Mistry <chetan.mistry@....com>
The kernel-doc changes all look good and don't cause any warnings.
Thanks.
> ---
> Changelog v2:
> - Updated Kernel-Docs to use ':' delimiter (asked by Randy Dunlap)
> - Changed divide operation to use div_frac (requested by kernel_test_robot)
>
> drivers/thermal/gov_power_allocator.c | 418 ++++++++++++++++++++++++++
> drivers/thermal/thermal_sysfs.c | 2 +
> include/linux/thermal.h | 7 +
> 3 files changed, 427 insertions(+)
--
~Randy
Powered by blists - more mailing lists