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

[PATCH v6 0/5] acerhdf: adding new models, appropriate governor and minor clean up #142

Closed
wants to merge 5 commits into from

Commits on Nov 27, 2014

  1. acerhdf: Adding support for "manual mode"

    Some Acer models require an additional command to turn off the fan after
    bios mode has been enabled.  Adding new section in bios table to allow
    support for those models, by writing an extra "manual mode" register.
    
    Cc: Andrew Morton <[email protected]>
    Cc: Andreas Mohr <[email protected]>
    Acked-by: Borislav Petkov <[email protected]>
    Signed-off-by: Peter Feuerer <[email protected]>
    xypiie committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    c35bff8 View commit details
    Browse the repository at this point in the history
  2. acerhdf: Adding support for new models

    added following new models:
       * Aspire 5755G
       * AO521
       * AO751h
       * Aspire One 753
       * Extensa 5420
       * Aspire 5315
       * Aspire 5739G
       * TravelMate TM8573T
    
    Cc: Andrew Morton <[email protected]>
    Cc: Andreas Mohr <[email protected]>
    Acked-by: Borislav Petkov <[email protected]>
    Signed-off-by: Peter Feuerer <[email protected]>
    xypiie committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    63b0507 View commit details
    Browse the repository at this point in the history
  3. acerhdf: Use bang-bang thermal governor

    acerhdf has been doing an on-off fan control using hysteresis by
    post-manipulating the outcome of thermal subsystem trip point handling.
    This patch enables acerhdf to use the bang-bang governor, which is
    intended for on-off controlled fans.
    
    Cc: Andrew Morton <[email protected]>
    CC: Zhang Rui <[email protected]>
    Cc: Andreas Mohr <[email protected]>
    Cc: Javi Merino <[email protected]>
    Acked-and-tested-by: Borislav Petkov <[email protected]>
    Signed-off-by: Peter Feuerer <[email protected]>
    xypiie committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    25da5bf View commit details
    Browse the repository at this point in the history
  4. acerhdf: added critical trip point

    added critical trip point which represents the temperature limit.
    Added return -EINVAL in case wrong trip point is provided.
    
    Cc: Andrew Morton <[email protected]>
    Cc: Andreas Mohr <[email protected]>
    Cc: Borislav Petkov <[email protected]>
    Cc: Javi Merino <[email protected]>
    Signed-off-by: Peter Feuerer <[email protected]>
    xypiie committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    bb4e09d View commit details
    Browse the repository at this point in the history
  5. acerhdf: minor clean up

      * renamed bios_settings_t to bios_settings, as it is no typedef
      * replaced "unsigned char" by u8 in bios_settings struct for better
        readability.
    
    Cc: Andrew Morton <[email protected]>
    Cc: Andreas Mohr <[email protected]>
    Acked-by: Borislav Petkov <[email protected]>
    Signed-off-by: Peter Feuerer <[email protected]>
    xypiie committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    d9eb0a4 View commit details
    Browse the repository at this point in the history