From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756582Ab1JYOa6 (ORCPT ); Tue, 25 Oct 2011 10:30:58 -0400 Received: from 50.23.254.54-static.reverse.softlayer.com ([50.23.254.54]:44092 "EHLO softlayer.compulab.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750831Ab1JYOa5 (ORCPT ); Tue, 25 Oct 2011 10:30:57 -0400 Message-ID: <4EA6C810.30605@compulab.co.il> Date: Tue, 25 Oct 2011 16:30:40 +0200 From: Igor Grinberg User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 MIME-Version: 1.0 To: Eric Miao CC: axel.lin@gmail.com, linux-kernel@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: pxa/cm-x300: properly set bt_reset pin References: <1316268934.16763.2.camel@phoenix> <4E7B0E35.5010607@compulab.co.il> <4E9C4DAE.7020804@compulab.co.il> In-Reply-To: <4E9C4DAE.7020804@compulab.co.il> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - softlayer.compulab.co.il X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - compulab.co.il Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ping x2 On 10/17/2011 05:45 PM, Igor Grinberg wrote: > ping > > On 09/29/11 10:57, Axel Lin wrote: >> 2011/9/22 Igor Grinberg : >>> Hi Axel, >>> >>> On 09/17/11 17:15, Axel Lin wrote: >>>> Fix below build warning and properly set bt_reset pin. >>>> >>>> CC arch/arm/mach-pxa/cm-x300.o >>>> arch/arm/mach-pxa/cm-x300.c: In function 'cm_x300_init_wi2wi': >>>> arch/arm/mach-pxa/cm-x300.c:779: warning: unused variable 'wlan_en' >>>> arch/arm/mach-pxa/cm-x300.c:795: warning: 'bt_reset' may be used uninitialized in this function >>> Acked-by: Igor Grinberg >>> >>> Also, this patch fixes a real regression since >>> 5a009df1f200efa49658b0e9c7ad056d59fbefe4 (ARM: pxa/cm-x300: GPIO cleanup) >>> - Wifi and Bluetooth do not work without it, so please: >>> >>> Cc: [3.0.x] >>> >> Hi, Eric, >> Just to pin the status of this patch. I think it should go for 3.1. >> Thanks, >> Axel >> From mboxrd@z Thu Jan 1 00:00:00 1970 From: grinberg@compulab.co.il (Igor Grinberg) Date: Tue, 25 Oct 2011 16:30:40 +0200 Subject: [PATCH] ARM: pxa/cm-x300: properly set bt_reset pin In-Reply-To: <4E9C4DAE.7020804@compulab.co.il> References: <1316268934.16763.2.camel@phoenix> <4E7B0E35.5010607@compulab.co.il> <4E9C4DAE.7020804@compulab.co.il> Message-ID: <4EA6C810.30605@compulab.co.il> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org ping x2 On 10/17/2011 05:45 PM, Igor Grinberg wrote: > ping > > On 09/29/11 10:57, Axel Lin wrote: >> 2011/9/22 Igor Grinberg : >>> Hi Axel, >>> >>> On 09/17/11 17:15, Axel Lin wrote: >>>> Fix below build warning and properly set bt_reset pin. >>>> >>>> CC arch/arm/mach-pxa/cm-x300.o >>>> arch/arm/mach-pxa/cm-x300.c: In function 'cm_x300_init_wi2wi': >>>> arch/arm/mach-pxa/cm-x300.c:779: warning: unused variable 'wlan_en' >>>> arch/arm/mach-pxa/cm-x300.c:795: warning: 'bt_reset' may be used uninitialized in this function >>> Acked-by: Igor Grinberg >>> >>> Also, this patch fixes a real regression since >>> 5a009df1f200efa49658b0e9c7ad056d59fbefe4 (ARM: pxa/cm-x300: GPIO cleanup) >>> - Wifi and Bluetooth do not work without it, so please: >>> >>> Cc: [3.0.x] >>> >> Hi, Eric, >> Just to pin the status of this patch. I think it should go for 3.1. >> Thanks, >> Axel >>