From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753014AbcFVRAS (ORCPT ); Wed, 22 Jun 2016 13:00:18 -0400 Received: from vern.gendns.com ([206.190.152.46]:58589 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750880AbcFVRAP (ORCPT ); Wed, 22 Jun 2016 13:00:15 -0400 Subject: Re: [PATCH v5 3/7] phy: Add set_mode callback To: Kishon Vijay Abraham I , nsekhar@ti.com, khilman@kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Alan Stern , Bin Liu , Lee Jones References: <1462837203-12125-1-git-send-email-david@lechnology.com> <1462837203-12125-4-git-send-email-david@lechnology.com> <576A28BF.4040805@ti.com> Cc: petr@barix.com, sergei.shtylyov@cogentembedded.com, Greg Kroah-Hartman , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org From: David Lechner Message-ID: <576AC42C.5040903@lechnology.com> Date: Wed, 22 Jun 2016 12:00:28 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <576A28BF.4040805@ti.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/22/2016 12:57 AM, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 10 May 2016 05:09 AM, David Lechner wrote: >> The initial use for this is for PHYs that have a mode related to USB OTG. >> There are several SoCs (e.g. TI OMAP and DA8xx) that have a mode setting >> in the USB PHY to override OTG VBUS and ID signals. >> >> Of course, the enum can be expaned in the future to include modes for >> other types of PHYs as well. >> >> Suggested-by: Kishon Vijay Abraham I >> Signed-off-by: David Lechner > > This patch is required for both phy driver and the usb driver. I can create a > immutable branch with only this patch and both me and Bin Liu can merge it in > our next branch. > > Thanks > Kishon > I'm new to the kernel merging process, so I am not exactly sure what this means, but I think it sounds like a good thing. :-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lechner Subject: Re: [PATCH v5 3/7] phy: Add set_mode callback Date: Wed, 22 Jun 2016 12:00:28 -0500 Message-ID: <576AC42C.5040903@lechnology.com> References: <1462837203-12125-1-git-send-email-david@lechnology.com> <1462837203-12125-4-git-send-email-david@lechnology.com> <576A28BF.4040805@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <576A28BF.4040805-l0cyMroinI0@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kishon Vijay Abraham I , nsekhar-l0cyMroinI0@public.gmane.org, khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Alan Stern , Bin Liu , Lee Jones Cc: petr-Qh/3xLP0EvwAvxtiuMwx3w@public.gmane.org, sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org, Greg Kroah-Hartman , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 06/22/2016 12:57 AM, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 10 May 2016 05:09 AM, David Lechner wrote: >> The initial use for this is for PHYs that have a mode related to USB OTG. >> There are several SoCs (e.g. TI OMAP and DA8xx) that have a mode setting >> in the USB PHY to override OTG VBUS and ID signals. >> >> Of course, the enum can be expaned in the future to include modes for >> other types of PHYs as well. >> >> Suggested-by: Kishon Vijay Abraham I >> Signed-off-by: David Lechner > > This patch is required for both phy driver and the usb driver. I can create a > immutable branch with only this patch and both me and Bin Liu can merge it in > our next branch. > > Thanks > Kishon > I'm new to the kernel merging process, so I am not exactly sure what this means, but I think it sounds like a good thing. :-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html