commit | 0a6139027f3986162233adc17285151e78b39cac | [log] [tgz] |
---|---|---|
author | Konstantin Karasyov <konstantin.a.karasyov@intel.com> | Fri Feb 16 01:47:06 2007 -0500 |
committer | Len Brown <len.brown@intel.com> | Fri Feb 16 01:47:06 2007 -0500 |
tree | a8df80c919bc5f05c51b91a8708436fc2c9933df | |
parent | 724339d76d9407cd1a8ad32a9c1fdf64840cc51b [diff] |
ACPI: Thermal issues on HP nx6325 The previous reference counting scheme to enable power resources got confused when multiple devices were present that might repeatedly enable or disable the resource and throw off the count. The new code simply lists the referencing devices which are requesting the resource to be enabled. When there are none, then it is off. Signed-off-by: Konstantin Karasyov <konstantin.a.karasyov@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>