From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932811Ab3E1F2i (ORCPT ); Tue, 28 May 2013 01:28:38 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:49170 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932629Ab3E1F2g (ORCPT ); Tue, 28 May 2013 01:28:36 -0400 Message-ID: <51A44029.2020106@ti.com> Date: Tue, 28 May 2013 10:57:05 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Chanwoo Choi , CC: , , , , , , , , , , , , , , , Subject: Re: [PATCH v2] usb: dwc3: use extcon fwrk to receive connect/disconnect notification References: <1369405896-30246-1-git-send-email-kishon@ti.com> <1369661740-15966-1-git-send-email-kishon@ti.com> <51A41559.20808@samsung.com> In-Reply-To: <51A41559.20808@samsung.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 28 May 2013 07:54 AM, Chanwoo Choi wrote: > On 05/27/2013 10:35 PM, Kishon Vijay Abraham I wrote: >> Modified dwc3-omap to receive connect and disconnect notification using >> extcon framework. Also did the necessary cleanups required after >> adapting to extcon framework. >> >> Signed-off-by: Kishon Vijay Abraham I >> Acked-by: Chanwoo Choi >> --- >> Changes from v1: >> * regulator enable/disable is now done here instead of palmas-usb as some users >> of palmas-usb wont need regulator. >> drivers/usb/dwc3/dwc3-omap.c | 103 ++++++++++++++++++++++++++++++++++-------- >> include/linux/usb/dwc3-omap.h | 30 ------------ >> 2 files changed, 85 insertions(+), 48 deletions(-) >> delete mode 100644 include/linux/usb/dwc3-omap.h > I think that usb or other maintainer have to confirm this patch > for applying extcon-next branch. Ok. I'll check with Felipe. Thanks Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH v2] usb: dwc3: use extcon fwrk to receive connect/disconnect notification Date: Tue, 28 May 2013 10:57:05 +0530 Message-ID: <51A44029.2020106@ti.com> References: <1369405896-30246-1-git-send-email-kishon@ti.com> <1369661740-15966-1-git-send-email-kishon@ti.com> <51A41559.20808@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51A41559.20808-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Chanwoo Choi , balbi-l0cyMroinI0@public.gmane.org Cc: george.cherian-l0cyMroinI0@public.gmane.org, sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org, myungjoo.ham-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, gg-kDsPt+C1G03kYMGBc/C6ZA@public.gmane.org List-Id: devicetree@vger.kernel.org On Tuesday 28 May 2013 07:54 AM, Chanwoo Choi wrote: > On 05/27/2013 10:35 PM, Kishon Vijay Abraham I wrote: >> Modified dwc3-omap to receive connect and disconnect notification using >> extcon framework. Also did the necessary cleanups required after >> adapting to extcon framework. >> >> Signed-off-by: Kishon Vijay Abraham I >> Acked-by: Chanwoo Choi >> --- >> Changes from v1: >> * regulator enable/disable is now done here instead of palmas-usb as some users >> of palmas-usb wont need regulator. >> drivers/usb/dwc3/dwc3-omap.c | 103 ++++++++++++++++++++++++++++++++++-------- >> include/linux/usb/dwc3-omap.h | 30 ------------ >> 2 files changed, 85 insertions(+), 48 deletions(-) >> delete mode 100644 include/linux/usb/dwc3-omap.h > I think that usb or other maintainer have to confirm this patch > for applying extcon-next branch. Ok. I'll check with Felipe. Thanks Kishon