On Wed, Apr 10, 2024 at 07:03:10PM +0200, Rafael J. Wysocki wrote:
From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>Acked-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
Notifying user space about trip points that have not been crossed is
not particuarly useful, so modity the User Space governor to use the
.trip_crossed() callback, which is only invoked for trips that have been
crossed, instead of .throttle() that is invoked for all trips in a
thermal zone every time the zone is updated.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
---
I would also consider removing this governor which is pointless now that we
have the netlink notification mechanism