From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932662AbbCPR6u (ORCPT ); Mon, 16 Mar 2015 13:58:50 -0400 Received: from muru.com ([72.249.23.125]:37679 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932223AbbCPR6s (ORCPT ); Mon, 16 Mar 2015 13:58:48 -0400 Date: Mon, 16 Mar 2015 10:53:57 -0700 From: Tony Lindgren To: Roger Quadros 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 Subject: Re: [PATCH v2 7/7] ARM: omap2plus_defconfig: Enable EXTCON_GPIO_USB Message-ID: <20150316175355.GS5264@atomide.com> References: <1422274532-9488-1-git-send-email-rogerq@ti.com> <1422274532-9488-8-git-send-email-rogerq@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422274532-9488-8-git-send-email-rogerq@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 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. 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 >