1. 27 Oct, 2004 2 commits
    • Dave Jones's avatar
      [CPUFREQ] Don't break on FFFFFFFF'd frequencies. · d034d68c
      Dave Jones authored
       
      Some BIOSes export invalid _PSS entries where all bits are set to one. While
      this is totally contrary to the ACPI specification, BIOS vendors try to
      tell userspace that these entries should not be considered or used. In order
      to not fail on such entries, the speedstep-centrino already contains a
      method to ignore these things. However, due to a wrong ordering of checks
      the driver aborts nonetheless. So move some checks around.
      Signed-off-by: default avatarDominik Brodowski <linux@brodo.de>
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      d034d68c
    • Dave Jones's avatar
      [CPUFREQ] Reevaluate users requests after denial. · 014455ab
      Dave Jones authored
      Sometimes, a user or userspace daemon wants a specific frequency is set,
      but that frequency is (temporarily) unavailable or becomes unavailable
      due to e.g. thermal considerations. As soon as this situation changes,
      the user wish should be re-evaluated. The attached patch saves the user
      wish in "cpu_set_freq", and re-uses that whenever appropriate.
      
      Thanks to Thomas Renninger for testing.
      Signed-off-by: default avatarDominik Brodowski <linux@brodo.de>
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      014455ab
  2. 26 Oct, 2004 11 commits
  3. 25 Oct, 2004 10 commits
  4. 26 Oct, 2004 5 commits
  5. 25 Oct, 2004 12 commits