login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
5
Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if (level & TP_EC_FAN_FULLSPEED)
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Roel Kluin <12o3l@...>
To: Henrique de Moraes Holschuh <hmh@...>
Cc: Roland Dreier <rdreier@...>, <len.brown@...>, <ibm-acpi-devel@...>, <linux-acpi@...>, lkml <linux-kernel@...>, <stable@...>, Greg KH <greg@...>
Subject:
Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if (level & TP_EC_FAN_FULLSPEED)
Date: Tuesday, February 5, 2008 - 4:34 am
Henrique de Moraes Holschuh wrote:
quoted text
> On Tue, 05 Feb 2008, Roel Kluin wrote: >> Roland Dreier wrote: >>> > /* safety net should the EC not support AUTO >>> > * or FULLSPEED mode bits and just ignore them */ >>> > if (level & TP_EC_FAN_FULLSPEED) >>> > level |= 7; /* safety min speed 7 */ >>> > else if (level & TP_EC_FAN_FULLSPEED) >>> > level |= 4; /* safety min speed 4 */ >>> > >>> > Note the duplicate test 'if (level & TP_EC_FAN_FULLSPEED)'. should >>> > this be replaced by >>> >>> Actually I suspect one of the two tests should be against TP_EC_FAN_AUTO >>> (based on the comment). >> Thanks Roland, for your info >> >> based on the comments in commit eaa7571b2d1a08873e4bdd8e6db3431df61cd9ad, >> I think this should be modified like below: >> >> ACPI: thinkpad-acpi: add a safety net for TPEC fan control mode >> The Linux ThinkPad community is not positive that all ThinkPads that do >> HFSP EC fan control do implement full-speed and auto modes, some of the >> earlier ones supporting HFSP might not. >> >> If the EC ignores the AUTO or FULL-SPEED bits, it will pay attention to the >> lower three bits that set the fan level. And as thinkpad-acpi was leaving >> these set to zero, it would stop(!) the fan, which is Not A Good Thing. >> So, as a safety net, we now make sure to also set the fan level part of the >> HFSP register to speed 7 for full-speed, and a minimum of speed 4 for auto >> mode. >> -- >> second TP_EC_FAN_FULLSPEED should be P_EC_FAN_AUTO >> >> >> Signed-off-by: Roel Kluin <12o3l@tiscali.nl> >> --- >> diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c >> index cf56647..3c323fe 100644 >> --- a/drivers/misc/thinkpad_acpi.c >> +++ b/drivers/misc/thinkpad_acpi.c >> @@ -4138,7 +4138,7 @@ static int fan_set_level(int level) >> * or FULLSPEED mode bits and just ignore them */ >> if (level & TP_EC_FAN_FULLSPEED) >> level |= 7; /* safety min speed 7 */ >> - else if (level & TP_EC_FAN_FULLSPEED) >> + else if (level & TP_EC_FAN_AUTO) >> level |= 4; /* safety min speed 4 */ >> >> if (!acpi_ec_write(fan_status_offset, level)) > > ACK. This needs to be sent to stable as well. I think both 2.6.22 and > 2.6.23 need this patch. >
CC
stable@kernel.org
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[drivers/misc/thinkpad_acpi.c] duplicate test if (level &...
, Roel Kluin
, (Mon Feb 4, 6:07 pm)
Re: [drivers/misc/thinkpad_acpi.c] duplicate test if (level ...
, Roland Dreier
, (Mon Feb 4, 6:13 pm)
[PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if (lev...
, Roel Kluin
, (Mon Feb 4, 7:24 pm)
Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if ...
, Len Brown
, (Thu Feb 7, 2:17 am)
Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if ...
, Henrique de Moraes Holschuh...
, (Tue Feb 5, 1:05 am)
Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if ...
, Roel Kluin
, (Tue Feb 5, 4:34 am)
Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if ...
, Greg KH
, (Wed Feb 6, 7:07 pm)
Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if ...
, Roel Kluin
, (Wed Feb 6, 7:48 pm)
Re: [stable] [PATCH][drivers/misc/thinkpad_acpi.c] duplicate...
, Greg KH
, (Thu Feb 7, 1:55 am)
Re: [PATCH][drivers/misc/thinkpad_acpi.c] duplicate test if ...
, Henrique de Moraes Holschuh...
, (Wed Feb 6, 9:18 pm)
Re: [stable] [PATCH][drivers/misc/thinkpad_acpi.c] duplicate...
, Greg KH
, (Thu Feb 7, 3:28 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Jesper Krogh
Re: Linux 2.6.26-rc4
Thomas Gleixner
Re: Linux 2.6.21-rc1
Hugh Dickins
Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
git
:
linux-netdev
:
Antonio Almeida
HTB accuracy for high speed
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
David Miller
[GIT]: Networking
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
785 guests
online.
Online users
zeekec
twitterfollowb
Syndicate