Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-07 Thread Felipe Balbi
On Thu, Mar 07, 2013 at 05:10:57PM +0800, Fabio Baltieri wrote: > On Thu, Mar 07, 2013 at 04:57:40PM +0800, Fabio Baltieri wrote: > > Add transceiver notifier event handling to the ux500 driver to set vbus > > on specific transceiver events. > > > > Acked-by: Linus Walleij > > Signed-off-by:

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-07 Thread Fabio Baltieri
On Thu, Mar 07, 2013 at 04:57:40PM +0800, Fabio Baltieri wrote: > Add transceiver notifier event handling to the ux500 driver to set vbus > on specific transceiver events. > > Acked-by: Linus Walleij > Signed-off-by: Fabio Baltieri > --- Sorry, I forgot about: v2: - turn off vbus on

[PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-07 Thread Fabio Baltieri
Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij Signed-off-by: Fabio Baltieri --- drivers/usb/musb/ux500.c | 42 ++ 1 file changed, 42 insertions(+) diff --git

[PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-07 Thread Fabio Baltieri
Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Fabio Baltieri fabio.balti...@linaro.org --- drivers/usb/musb/ux500.c | 42 ++ 1 file

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-07 Thread Fabio Baltieri
On Thu, Mar 07, 2013 at 04:57:40PM +0800, Fabio Baltieri wrote: Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Fabio Baltieri fabio.balti...@linaro.org --- Sorry, I

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-07 Thread Felipe Balbi
On Thu, Mar 07, 2013 at 05:10:57PM +0800, Fabio Baltieri wrote: On Thu, Mar 07, 2013 at 04:57:40PM +0800, Fabio Baltieri wrote: Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij linus.wall...@linaro.org

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-06 Thread Fabio Baltieri
On Wed, Mar 06, 2013 at 10:54:46AM +0200, Felipe Balbi wrote: > > > are you sure this is correct ? you're not doing anything in case of > > > vbus event. Shouldn't you make sure your vbus is off ? > > > > The implementation I'm taking as reference for this patches does not do > > anything on VBUS

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-06 Thread Felipe Balbi
Hi, On Wed, Mar 06, 2013 at 09:40:28AM +0800, Fabio Baltieri wrote: > > > Add transceiver notifier event handling to the ux500 driver to set vbus > > > on specific transceiver events. > > > > > > Acked-by: Linus Walleij > > > Signed-off-by: Fabio Baltieri > > > --- > > >

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-06 Thread Felipe Balbi
Hi, On Wed, Mar 06, 2013 at 09:40:28AM +0800, Fabio Baltieri wrote: Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Fabio Baltieri fabio.balti...@linaro.org

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-06 Thread Fabio Baltieri
On Wed, Mar 06, 2013 at 10:54:46AM +0200, Felipe Balbi wrote: are you sure this is correct ? you're not doing anything in case of vbus event. Shouldn't you make sure your vbus is off ? The implementation I'm taking as reference for this patches does not do anything on VBUS event and

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-05 Thread Fabio Baltieri
Hello Felipe, On Mon, Mar 04, 2013 at 04:38:10PM +0200, Felipe Balbi wrote: > On Thu, Feb 28, 2013 at 11:38:52AM +0100, Fabio Baltieri wrote: > > Add transceiver notifier event handling to the ux500 driver to set vbus > > on specific transceiver events. > > > > Acked-by: Linus Walleij > >

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-05 Thread Fabio Baltieri
Hello Felipe, On Mon, Mar 04, 2013 at 04:38:10PM +0200, Felipe Balbi wrote: On Thu, Feb 28, 2013 at 11:38:52AM +0100, Fabio Baltieri wrote: Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-04 Thread Felipe Balbi
On Thu, Feb 28, 2013 at 11:38:52AM +0100, Fabio Baltieri wrote: > Add transceiver notifier event handling to the ux500 driver to set vbus > on specific transceiver events. > > Acked-by: Linus Walleij > Signed-off-by: Fabio Baltieri > --- > drivers/usb/musb/ux500.c | 41

Re: [PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-03-04 Thread Felipe Balbi
On Thu, Feb 28, 2013 at 11:38:52AM +0100, Fabio Baltieri wrote: Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Fabio Baltieri fabio.balti...@linaro.org ---

[PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-02-28 Thread Fabio Baltieri
Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij Signed-off-by: Fabio Baltieri --- drivers/usb/musb/ux500.c | 41 + 1 file changed, 41 insertions(+) diff --git

[PATCH 3/5] usb: musb: ux500: add otg notifier support

2013-02-28 Thread Fabio Baltieri
Add transceiver notifier event handling to the ux500 driver to set vbus on specific transceiver events. Acked-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Fabio Baltieri fabio.balti...@linaro.org --- drivers/usb/musb/ux500.c | 41 + 1 file