Re: [PATCH v2 2/3] usb: phy: add lubbock phy driver

2015-01-14 Thread Dmitry Eremin-Solenikov
Hello, 2015-01-13 9:10 GMT+03:00 Kishon Vijay Abraham I kis...@ti.com: Hi, On Tuesday 13 January 2015 03:21 AM, Felipe Balbi wrote: On Sun, Jan 11, 2015 at 10:44:59PM +0400, Dmitry Eremin-Solenikov wrote: Hello, 2015-01-08 19:58 GMT+03:00 Felipe Balbi ba...@ti.com: On Sun, Nov 30, 2014 at

Re: [PATCH v2 2/3] usb: phy: add lubbock phy driver

2015-01-12 Thread Felipe Balbi
On Sun, Jan 11, 2015 at 10:44:59PM +0400, Dmitry Eremin-Solenikov wrote: Hello, 2015-01-08 19:58 GMT+03:00 Felipe Balbi ba...@ti.com: On Sun, Nov 30, 2014 at 01:02:04AM +0300, Dmitry Eremin-Solenikov wrote: Extract lubbock-specific code from pxa25x_udc driver. As a bonus, phy driver

Re: [PATCH v2 2/3] usb: phy: add lubbock phy driver

2015-01-12 Thread Kishon Vijay Abraham I
Hi, On Tuesday 13 January 2015 03:21 AM, Felipe Balbi wrote: On Sun, Jan 11, 2015 at 10:44:59PM +0400, Dmitry Eremin-Solenikov wrote: Hello, 2015-01-08 19:58 GMT+03:00 Felipe Balbi ba...@ti.com: On Sun, Nov 30, 2014 at 01:02:04AM +0300, Dmitry Eremin-Solenikov wrote: Extract

Re: [PATCH v2 2/3] usb: phy: add lubbock phy driver

2015-01-11 Thread Dmitry Eremin-Solenikov
Hello, 2015-01-08 19:58 GMT+03:00 Felipe Balbi ba...@ti.com: On Sun, Nov 30, 2014 at 01:02:04AM +0300, Dmitry Eremin-Solenikov wrote: Extract lubbock-specific code from pxa25x_udc driver. As a bonus, phy driver determines connector/VBUS status by reading CPLD register. Also it uses a work to

Re: [PATCH v2 2/3] usb: phy: add lubbock phy driver

2015-01-08 Thread Felipe Balbi
On Sun, Nov 30, 2014 at 01:02:04AM +0300, Dmitry Eremin-Solenikov wrote: Extract lubbock-specific code from pxa25x_udc driver. As a bonus, phy driver determines connector/VBUS status by reading CPLD register. Also it uses a work to call into udc stack, instead of pinging vbus session right

Re: [PATCH v2 2/3] usb: phy: add lubbock phy driver

2014-11-30 Thread Robert Jarzmik
Dmitry Eremin-Solenikov dbarysh...@gmail.com writes: Extract lubbock-specific code from pxa25x_udc driver. As a bonus, phy driver determines connector/VBUS status by reading CPLD register. Also it uses a work to call into udc stack, instead of pinging vbus session right from irq handler. This

[PATCH v2 2/3] usb: phy: add lubbock phy driver

2014-11-29 Thread Dmitry Eremin-Solenikov
Extract lubbock-specific code from pxa25x_udc driver. As a bonus, phy driver determines connector/VBUS status by reading CPLD register. Also it uses a work to call into udc stack, instead of pinging vbus session right from irq handler. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com

Re: [PATCH v2 2/3] usb: phy: add lubbock phy driver

2014-11-29 Thread Jeremiah Mahler
Dmitry, On Sun, Nov 30, 2014 at 01:02:04AM +0300, Dmitry Eremin-Solenikov wrote: Extract lubbock-specific code from pxa25x_udc driver. As a bonus, phy [] diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 0cd1f44..98b1682 100644 --- a/drivers/usb/phy/Kconfig +++