Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756684AbbDPHtd (ORCPT ); Thu, 16 Apr 2015 03:49:33 -0400 Received: from mail-bn1bon0110.outbound.protection.outlook.com ([157.56.111.110]:48335 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753242AbbDPHtZ (ORCPT ); Thu, 16 Apr 2015 03:49:25 -0400 Authentication-Results: spf=fail (sender IP is 192.88.158.2) smtp.mailfrom=freescale.com; vger.kernel.org; dkim=none (message not signed) header.d=none; Date: Thu, 16 Apr 2015 15:46:50 +0800 From: Peter Chen To: "Ivan T. Ivanov" , CC: Kumar Gala , Rob Herring , "Pawel Moll" , Mark Rutland , Ian Campbell , Greg Kroah-Hartman , , , , Subject: Re: [PATCH v2] usb: chipidea: Use extcon framework for VBUS and ID detect Message-ID: <20150416074649.GA1709@shlinux2> References: <1429104915-11079-1-git-send-email-ivan.ivanov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1429104915-11079-1-git-send-email-ivan.ivanov@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.2;CTRY:US;IPV:NLI;EFV:NLI;BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(209900001)(339900001)(24454002)(51704005)(189002)(199003)(87936001)(46406003)(85426001)(33656002)(105606002)(19580405001)(106466001)(92566002)(6806004)(50466002)(19580395003)(83506001)(4001350100001)(4001410100001)(104016003)(47776003)(15975445007)(33716001)(77096005)(15395725005)(54356999)(77156002)(76176999)(50986999)(2950100001)(46102003)(62966003)(97756001)(86362001);DIR:OUT;SFP:1102;SCL:1;SRVR:CY1PR0301MB1209;H:az84smr01.freescale.net;FPR:;SPF:Fail;MLV:sfv;MX:1;A:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB1209; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002010)(5005006);SRVR:CY1PR0301MB1209;BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB1209; X-Forefront-PRVS: 0548586081 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 16 Apr 2015 07:49:20.6397 (UTC) X-MS-Exchange-CrossTenant-Id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=710a03f5-10f6-4d38-9ff4-a80b81da590d;Ip=[192.88.158.2];Helo=[az84smr01.freescale.net] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR0301MB1209 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 30 On Wed, Apr 15, 2015 at 04:35:15PM +0300, Ivan T. Ivanov wrote: > On recent Qualcomm platforms VBUS and ID lines are not routed to > USB PHY LINK controller. Use extcon framework to receive connect > and disconnect ID and VBUS notification. > > Signed-off-by: Ivan T. Ivanov > --- > > Changes since v0 [1], as per Peter Chen suggestions: > > * Moved external connector parsing code to ci_get_platdata() > * Moved external connector related variables to struct ci_hdrc_platform_data > * Rename ci_host_notifier() to ci_id_notifier() > * Fixed device bindings description > * Use select EXTCON framework, instead of depends on. Hi Chanwoo, It seems the CONFIG_EXTCON is better as a hide config. See below thread for GENERIC_PHY. http://marc.info/?l=linux-kernel&m=142902133811818&w=2 Peter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/