OpenBSD cvs log

created 2024-06-30T07:29:04Z
begin 2024-06-27T00:00:00Z
end 2024-06-28T00:00:00Z
path src/sys
commits 3

date 2024-06-27T09:37:07Z
author kettenis
files src/sys/dev/ofw/ofw_thermal.c log diff annotate
src/sys/dev/ofw/ofw_thermal.h log diff annotate
message Implement an optional callback function for thermal sensors to set a trip
limit to support thermal zones that don't do polling. Thermal sensor
drivers should implement this callback if they can generate an interrupt
when the trop limit is reached and should call thermal_senser_update()
when that happens.

ok dlg@

date 2024-06-27T09:40:15Z
author kettenis
files src/sys/dev/fdt/rktemp.c log diff annotate
message Implement ts_set_limit() for rk3588. This makes thermal zones on rk3588
boards work. This should make DVFS safe on those boards. Note that the
device trees shipped with the current u-boot-rk3588 package do not
include the necessary support for DVFS and thermal zones yet.

ok dlg@

date 2024-06-27T21:35:34Z
author mglocker
files src/sys/dev/ic/ufshci.c log diff annotate
message Clear interrupt before we process the request as specified in the
documentation.