Re: [PATCH 1/3] usb: phy: introduce usb_phy_set_event interface

2014-11-20 Thread Kiran Raparthy
Hi Felipe, On 21 November 2014 01:24, Felipe Balbi wrote: > On Wed, Nov 19, 2014 at 08:36:22AM -0800, Todd Poynor wrote: >> On Wed, Nov 19, 2014 at 2:43 AM, Kiran Kumar Raparthy >> wrote: >> > From: Todd Poynor >> > >> > usb: phy: introduce usb_phy_set_event interface >> >> Hi Kiran, this is

Re: [PATCH 1/3] usb: phy: introduce usb_phy_set_event interface

2014-11-20 Thread Felipe Balbi
On Wed, Nov 19, 2014 at 08:36:22AM -0800, Todd Poynor wrote: > On Wed, Nov 19, 2014 at 2:43 AM, Kiran Kumar Raparthy > wrote: > > From: Todd Poynor > > > > usb: phy: introduce usb_phy_set_event interface > > Hi Kiran, this is new stuff that is all your own work and you deserve > the credit. >

Re: [PATCH 1/3] usb: phy: introduce usb_phy_set_event interface

2014-11-20 Thread Felipe Balbi
On Wed, Nov 19, 2014 at 08:36:22AM -0800, Todd Poynor wrote: On Wed, Nov 19, 2014 at 2:43 AM, Kiran Kumar Raparthy kiran.ku...@linaro.org wrote: From: Todd Poynor toddpoy...@google.com usb: phy: introduce usb_phy_set_event interface Hi Kiran, this is new stuff that is all your own work

Re: [PATCH 1/3] usb: phy: introduce usb_phy_set_event interface

2014-11-20 Thread Kiran Raparthy
Hi Felipe, On 21 November 2014 01:24, Felipe Balbi ba...@ti.com wrote: On Wed, Nov 19, 2014 at 08:36:22AM -0800, Todd Poynor wrote: On Wed, Nov 19, 2014 at 2:43 AM, Kiran Kumar Raparthy kiran.ku...@linaro.org wrote: From: Todd Poynor toddpoy...@google.com usb: phy: introduce

Re: [PATCH 1/3] usb: phy: introduce usb_phy_set_event interface

2014-11-19 Thread Todd Poynor
On Wed, Nov 19, 2014 at 2:43 AM, Kiran Kumar Raparthy wrote: > From: Todd Poynor > > usb: phy: introduce usb_phy_set_event interface Hi Kiran, this is new stuff that is all your own work and you deserve the credit. Thanks for working to get this feature in shape for mainline! Todd -- To

[PATCH 1/3] usb: phy: introduce usb_phy_set_event interface

2014-11-19 Thread Kiran Kumar Raparthy
From: Todd Poynor usb: phy: introduce usb_phy_set_event interface PHY drivers require a generic interface to handle per-PHY events. usb_phy_set_event interface sets event to phy event. PHY drivers call this interface for each phy event. Cc: Felipe Balbi Cc: Greg Kroah-Hartman Cc:

[PATCH 1/3] usb: phy: introduce usb_phy_set_event interface

2014-11-19 Thread Kiran Kumar Raparthy
From: Todd Poynor toddpoy...@google.com usb: phy: introduce usb_phy_set_event interface PHY drivers require a generic interface to handle per-PHY events. usb_phy_set_event interface sets event to phy event. PHY drivers call this interface for each phy event. Cc: Felipe Balbi ba...@ti.com Cc:

Re: [PATCH 1/3] usb: phy: introduce usb_phy_set_event interface

2014-11-19 Thread Todd Poynor
On Wed, Nov 19, 2014 at 2:43 AM, Kiran Kumar Raparthy kiran.ku...@linaro.org wrote: From: Todd Poynor toddpoy...@google.com usb: phy: introduce usb_phy_set_event interface Hi Kiran, this is new stuff that is all your own work and you deserve the credit. Thanks for working to get this feature