From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EC65BB6FA1 for ; Thu, 26 Apr 2012 19:19:50 +1000 (EST) Message-ID: <1335431975.21961.75.camel@pasglop> Subject: Re: [PATCH 00/15] PowerMac i2c API conversions & windfarm updates From: Benjamin Herrenschmidt To: Andreas Schwab Date: Thu, 26 Apr 2012 19:19:35 +1000 In-Reply-To: References: <1334823416-9138-1-git-send-email-benh__1987.51832726902$1334826600$gmane$org@kernel.crashing.org> <1335343125.21961.33.camel@pasglop> <1335388465.21961.35.camel@pasglop> <1335391128.21961.55.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: khali@linux-fr.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2012-04-26 at 11:13 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt writes: > > > What if you just comment out the tickle code ? > > I haven't tried it yet, but I suspect it won't tickle the fcu any more > since wf_control_set avoids writing an unchanged value (unlike the old > driver). Sure, the question is whether that fixes the "annoyance" :-) I don't think we really need to tickle the FCU as long as we have that #define set in windfarm_fcu to use the actual fan values rather than the programmed one. In fact, can you change that define around and see if it makes it behave more like therm_pm72 overall ? IE That's the only -known- difference between the old and new driver (+/- a bug / typo / etc..) Cheers, Ben.