From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756783AbbCCRck (ORCPT ); Tue, 3 Mar 2015 12:32:40 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:51747 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756316AbbCCRch (ORCPT ); Tue, 3 Mar 2015 12:32:37 -0500 Message-ID: <54F5F030.3020200@roeck-us.net> Date: Tue, 03 Mar 2015 09:32:32 -0800 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Nishanth Menon CC: Eduardo Valentin , Jean Delvare , lm-sensors@lm-sensors.org, lkml , dt list , "linux-pm@vger.kernel.org" Subject: Re: [PATCH V2] (gpio-fan): Add thermal control hooks References: <1420740303-12529-1-git-send-email-nm@ti.com> <54AF5DA8.6080408@roeck-us.net> <20150224192933.GJ3448@developer.amazonguestwifi.org> <20150224195457.GA16245@roeck-us.net> <54F5EAC8.6040909@ti.com> In-Reply-To: <54F5EAC8.6040909@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: 0 X-CTCH-RefID: str=0001.0A020205.54F5F035.0299,ss=1,re=0.001,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-Score: 0.001 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: C_4847, X-CTCH-SenderID: linux@roeck-us.net X-CTCH-SenderID-Flags: 0 X-CTCH-SenderID-TotalMessages: 3 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: mailgid no entry from get_relayhosts_entry X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/03/2015 09:09 AM, Nishanth Menon wrote: > On 02/24/2015 02:06 PM, Nishanth Menon wrote: >> On Tue, Feb 24, 2015 at 1:55 PM, Guenter Roeck wrote: >>> On Tue, Feb 24, 2015 at 03:29:35PM -0400, Eduardo Valentin wrote: >>>> Guenter, >>>> >>>> On Thu, Jan 08, 2015 at 08:48:40PM -0800, Guenter Roeck wrote: >>>>> On 01/08/2015 10:05 AM, Nishanth Menon wrote: >>>>>> Allow gpio-fan to be used as thermal cooling device for platforms that >>>>>> use GPIO maps to control fans. >>>>>> >>>>>> As part of this change, we make the shutdown and remove logic the same >>>>>> as well. >>>>>> >>>>>> Signed-off-by: Nishanth Menon >>>>>> --- >>>>> >>>>> Applied to -next. >>>> >>>> What is the target kernel version for this change? It didn't make >>>> 4.0-rc1 >>>> >>> If I recall correctly, I had to pull it because the thermal framework >>> does not provide hooks if disabled. Weird, I am sure I sent an e-mail >>> about this, but I don't find it right now. >>> >>> It can't make it in before the hooks are in place, or we'll need >>> another version with ifdefs around the thermal registration code. >> >> I had posted the required hooks. >> https://patchwork.kernel.org/patch/5828261/ -> I think Eduardo picked >> this one up.. So once it hits mainline, we should ideally be clear. >> > merged as 12ca7188468ee29c4e717f73db4bf43c90954fc7 upstream. Can we > pick up this patch now? > Done, currently testing. Should make its way into -next in a couple of days unless there are unexpected problems. Guenter