-----Original Message----- From: Greg KH gregkh@linuxfoundation.org Sent: Friday, February 11, 2022 2:52 PM To: Pawnikar, Sumeet R sumeet.r.pawnikar@intel.com Cc: stable@vger.kernel.org; Wysocki, Rafael J rafael.j.wysocki@intel.com; srinivas.pandruvada@linux.intel.com; Antoine Tenart atenart@kernel.org Subject: Re: [PATCH 1/4] thermal/drivers/int340x: Improve the tcc offset saving for suspend/resume
On Fri, Feb 11, 2022 at 03:04:34PM +0530, Sumeet Pawnikar wrote:
From: Antoine Tenart atenart@kernel.org
When the driver resumes, the tcc offset is set back to its previous value. But this only works if the value was user defined as otherwise the offset isn't saved. This asymmetric logic is harder to maintain and introduced some issues.
Improve the logic by saving the tcc offset in a suspend op, so the right value is always restored after a resume.
Signed-off-by: Antoine Tenart atenart@kernel.org Reviewed-by: Srinivas Pandruvada srinivas.pandruvada@linux.intel.com Tested-by: Srinivas Pandruvada <srinivas.pI andruvada@linux.intel.com> Link: https://lore.kernel.org/r/20210909085613.5577-3-atenart@kernel.org Signed-off-by: Daniel Lezcano daniel.lezcano@linaro.org Signed-off-by: Sumeet Pawnikar sumeet.r.pawnikar@intel.com
What is the git commit id of this commit in Linus's tree?
Same for the other 3, I need a hint here please...
Yes, let me add git commit id information here from Linus's tree for all four patches and submit those as V2.
Thanks, Sumeet.
thanks,
greg k-h