Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hysteresis support in gov_step_wise.c #5736

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Fix hysteresis support in gov_step_wise.c #5736

merged 2 commits into from
Nov 24, 2023

Conversation

jkreileder
Copy link
Contributor

Directly get hyst value instead of going through an optional and, now, unimplemented function.

Fixes #5726
(Note that there are more drivers with this problem. But this PR fixes it for stand Pi fans.)

Directly get hyst value instead of going through an
optional and, now, unimplemented function.

Signed-off-by: Jürgen Kreileder <[email protected]>
Copy link
Contributor

@pelwell pelwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch - the new mechanism is much simpler.

drivers/thermal/gov_step_wise.c Outdated Show resolved Hide resolved
drivers/thermal/gov_step_wise.c Outdated Show resolved Hide resolved
Directly get hyst value instead of going through an
optional and, now, unimplemented function.

Signed-off-by: Jürgen Kreileder <[email protected]>
@pelwell pelwell merged commit d3668f4 into raspberrypi:rpi-6.5.y Nov 24, 2023
12 checks passed
@pelwell
Copy link
Contributor

pelwell commented Nov 24, 2023

Thanks!

popcornmix pushed a commit that referenced this pull request Nov 29, 2023
Fix hysteresis support in gov_step_wise.c

Directly get hyst value instead of going through an
optional and, now, unimplemented function.

Signed-off-by: Jürgen Kreileder <[email protected]>
popcornmix pushed a commit that referenced this pull request Dec 5, 2023
Fix hysteresis support in gov_step_wise.c

Directly get hyst value instead of going through an
optional and, now, unimplemented function.

Signed-off-by: Jürgen Kreileder <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants