From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753919AbbCQJaG (ORCPT ); Tue, 17 Mar 2015 05:30:06 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:43795 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753884AbbCQJ3y (ORCPT ); Tue, 17 Mar 2015 05:29:54 -0400 Message-ID: <5507F409.3010903@ti.com> Date: Tue, 17 Mar 2015 11:29:45 +0200 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Tony Lindgren CC: , , , , , , , Subject: Re: [PATCH v2 7/7] ARM: omap2plus_defconfig: Enable EXTCON_GPIO_USB References: <1422274532-9488-1-git-send-email-rogerq@ti.com> <1422274532-9488-8-git-send-email-rogerq@ti.com> <20150316175355.GS5264@atomide.com> In-Reply-To: <20150316175355.GS5264@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/03/15 19:53, Tony Lindgren wrote: > * Roger Quadros [150126 04:19]: >> This driver is needed for USB cable type detection on dra7-evm, >> dra72-evm and am57xx-beagle-x15. >> >> Signed-off-by: Roger Quadros > > Applying this into omap-for-v4.1/defconfig. I think it's all > queued up after this, please check and repost patches if > it's still missing something as I've marked all the extcon > related threads as read here now. Thanks Tony. We just need to revert the following commit. addfcde7c485 ("ARM: dts: dra7x-evm: beagle-x15: Fix USB Host") I'll send a patch on l-o for that. cheers, -roger > > Regards, > > Tony > >> --- >> arch/arm/configs/omap2plus_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig >> index 667d9d5..7e10e58 100644 >> --- a/arch/arm/configs/omap2plus_defconfig >> +++ b/arch/arm/configs/omap2plus_defconfig >> @@ -326,6 +326,7 @@ CONFIG_DMADEVICES=y >> CONFIG_TI_EDMA=y >> CONFIG_DMA_OMAP=y >> CONFIG_EXTCON=y >> +CONFIG_EXTCON_USB_GPIO=m >> CONFIG_EXTCON_PALMAS=y >> CONFIG_PWM=y >> CONFIG_PWM_TIECAP=y >> -- >> 2.1.0 >>