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 : > 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 : On Sun, Nov 30, 2014 at 01:02:0

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 : >>> On Sun, Nov 30, 2014 at 01:02:04AM +0300, Dmitry Eremin-Solenikov wrote: Extract lubbock-specif

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 : > > 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 determ

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 : > 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 i

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 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 comment is not a

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 > +++ b/dr

[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 --- drivers/usb/phy/K