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

More sfctemp work #14

Merged
merged 3 commits into from
May 29, 2021
Merged

More sfctemp work #14

merged 3 commits into from
May 29, 2021

Commits on May 27, 2021

  1. hwmon: (sfctemp) More cleanups

    Signed-off-by: Emil Renner Berthing <[email protected]>
    esmil committed May 27, 2021
    Configuration menu
    Copy the full SHA
    56cd4d7 View commit details
    Browse the repository at this point in the history
  2. hwmon: (sfctemp) Simplify power down sequence

    Signed-off-by: Emil Renner Berthing <[email protected]>
    esmil committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c20bfe0 View commit details
    Browse the repository at this point in the history
  3. hwmon: (sfctemp) Do conversions on demand

    When the RUN bit is set comments suggests conversions are done every
    8192 / (2MHz) ~= 4ms. Looking at /proc/interrupts without this patch
    also shows a lot of interrupts from 124a0000.tmon.
    
    Let's just do the a single conversion when prompted by userspace or the
    thermal framework.
    
    Signed-off-by: Emil Renner Berthing <[email protected]>
    esmil committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1d69957 View commit details
    Browse the repository at this point in the history