From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752577AbbATJ0o (ORCPT ); Tue, 20 Jan 2015 04:26:44 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:58860 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751596AbbATJ0m (ORCPT ); Tue, 20 Jan 2015 04:26:42 -0500 Message-ID: <54BE1F4A.109@ti.com> Date: Tue, 20 Jan 2015 11:26:34 +0200 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Tony Lindgren CC: , , , , , , , , Subject: Re: [PATCH 5/5] ARM: omap2plus_defconfig: Enable PCF857X and EXTCON_GPIO_USB References: <1421689942-10201-1-git-send-email-rogerq@ti.com> <1421689942-10201-6-git-send-email-rogerq@ti.com> <20150119184546.GA18552@atomide.com> <20150119193841.GD18552@atomide.com> In-Reply-To: <20150119193841.GD18552@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/01/15 21:38, Tony Lindgren wrote: > * Tony Lindgren [150119 10:52]: >> * Roger Quadros [150119 09:55]: >>> Both are needed for USB cable type detection on dra7-evm. >>> >>> Signed-off-by: Roger Quadros >>> --- >>> arch/arm/configs/omap2plus_defconfig | 2 ++ >>> 1 file changed, 2 insertions(+) >>> >>> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig >>> index c2c3a85..bc23b90 100644 >>> --- a/arch/arm/configs/omap2plus_defconfig >>> +++ b/arch/arm/configs/omap2plus_defconfig >>> @@ -203,6 +203,7 @@ CONFIG_SPI_OMAP24XX=y >>> CONFIG_PINCTRL_SINGLE=y >>> CONFIG_DEBUG_GPIO=y >>> CONFIG_GPIO_SYSFS=y >>> +CONFIG_GPIO_PCF857X=y >>> CONFIG_GPIO_TWL4030=y >>> CONFIG_W1=y >>> CONFIG_BATTERY_BQ27x00=m >> >> Looks like I have this too but as a loadable module :) So I'll keep >> that one. >> >>> @@ -326,6 +327,7 @@ CONFIG_DMADEVICES=y >>> CONFIG_TI_EDMA=y >>> CONFIG_DMA_OMAP=y >>> CONFIG_EXTCON=y >>> +CONFIG_EXTCON_GPIO_USB=y >>> CONFIG_EXTCON_PALMAS=y >>> CONFIG_PWM=y >>> CONFIG_PWM_TIECAP=y >> >> I'll apply this part into omap-for-v3.20/defconfig but make it into =m >> instead of =y. > > Oh but this depends on the driver being added, so not applying. > Can you please repost a patch adding CONFIG_EXTCON_GPIO_USB=m > once the driver is merged? > Yes, I'll do that. cheers, -roger From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: Re: [PATCH 5/5] ARM: omap2plus_defconfig: Enable PCF857X and EXTCON_GPIO_USB Date: Tue, 20 Jan 2015 11:26:34 +0200 Message-ID: <54BE1F4A.109@ti.com> References: <1421689942-10201-1-git-send-email-rogerq@ti.com> <1421689942-10201-6-git-send-email-rogerq@ti.com> <20150119184546.GA18552@atomide.com> <20150119193841.GD18552@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150119193841.GD18552@atomide.com> Sender: linux-kernel-owner@vger.kernel.org To: Tony Lindgren Cc: balbi@ti.com, myungjoo.ham@samsung.com, cw00.choi@samsung.com, george.cherian@ti.com, nsekhar@ti.com, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On 19/01/15 21:38, Tony Lindgren wrote: > * Tony Lindgren [150119 10:52]: >> * Roger Quadros [150119 09:55]: >>> Both are needed for USB cable type detection on dra7-evm. >>> >>> Signed-off-by: Roger Quadros >>> --- >>> arch/arm/configs/omap2plus_defconfig | 2 ++ >>> 1 file changed, 2 insertions(+) >>> >>> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig >>> index c2c3a85..bc23b90 100644 >>> --- a/arch/arm/configs/omap2plus_defconfig >>> +++ b/arch/arm/configs/omap2plus_defconfig >>> @@ -203,6 +203,7 @@ CONFIG_SPI_OMAP24XX=y >>> CONFIG_PINCTRL_SINGLE=y >>> CONFIG_DEBUG_GPIO=y >>> CONFIG_GPIO_SYSFS=y >>> +CONFIG_GPIO_PCF857X=y >>> CONFIG_GPIO_TWL4030=y >>> CONFIG_W1=y >>> CONFIG_BATTERY_BQ27x00=m >> >> Looks like I have this too but as a loadable module :) So I'll keep >> that one. >> >>> @@ -326,6 +327,7 @@ CONFIG_DMADEVICES=y >>> CONFIG_TI_EDMA=y >>> CONFIG_DMA_OMAP=y >>> CONFIG_EXTCON=y >>> +CONFIG_EXTCON_GPIO_USB=y >>> CONFIG_EXTCON_PALMAS=y >>> CONFIG_PWM=y >>> CONFIG_PWM_TIECAP=y >> >> I'll apply this part into omap-for-v3.20/defconfig but make it into =m >> instead of =y. > > Oh but this depends on the driver being added, so not applying. > Can you please repost a patch adding CONFIG_EXTCON_GPIO_USB=m > once the driver is merged? > Yes, I'll do that. cheers, -roger