[roll] Roll fuchsia [power] Fix temperature low pass filter for suspension

The low pass filter algorithm did not take suspension into
considertaion. This changes ignores previous temperatures when
time_delta is greater than time_constant by capping
time_delta/time_constant at a maximum value of 1 in the low pass filter.

Original-Bug: b/364912222
Test: fx test //src/power/power-manager:power-manager-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1113546
Original-Revision: dce09d6533edabccb677a65a67aed818b1c23bb0
GitOrigin-RevId: 8002d49db7ea0e11334a638044cce6cd64f708d9
Change-Id: I4efff57df96c7eaea6c4b33b790e7af81265b8d0
1 file changed
tree: ac4a1cae21df822d9c94258041c0e8851edf2239
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.