[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5754079.DvuYhMxLoT@kreacher>
Date: Thu, 30 Nov 2023 19:27:36 +0100
From: "Rafael J. Wysocki" <rjw@...ysocki.net>
To: Daniel Lezcano <daniel.lezcano@...aro.org>,
Lukasz Luba <lukasz.luba@....com>
Cc: Linux PM <linux-pm@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>,
Zhang Rui <rui.zhang@...el.com>
Subject: [PATCH v1 0/2] thermal: sysfs: Simplifications of trip point attribute callbacks
Hi,
These patches simplify trip point attribute callbacks in two ways.
The first patch, which is a direct replacement for
https://patchwork.kernel.org/project/linux-pm/patch/4869676.GXAFRqVoOG@kreacher/
gets rid of redundant steps from the _store() callbacks for the trip point
temperature and hysteresis and makes them use zone locking only as necessary.
The second patch eliminates zone locking from all of the _show() callbacks
for trip point temperature, hysteresis and type, because it is not needed
there.
Please refer to the individual patch changelogs for details.
Thanks!
Powered by blists - more mailing lists