RE: [PATCH v2 0/4] usb: chipidea: imx: add HSIC support

2018-11-19 Thread PETER CHEN
> > > > On 23.10.18 08:33, Peter Chen wrote: > >>> As I already posted when I was testing v1 last week, there is a > >>> problem with auto suspend with my LAN9730 chip. I thought it was a > >>> problem with the smsc95xx/usbnet driver, but I'm not so sure > >>> anymore. > >>> > >>> So I'd like to

Re: [PATCH v2 0/4] usb: chipidea: imx: add HSIC support

2018-11-19 Thread Schrempf Frieder
Hi Peter, On 05.11.18 09:52, Frieder Schrempf wrote: > Hi Peter, > > On 23.10.18 08:33, Peter Chen wrote: >>> As I already posted when I was testing v1 last week, there is a >>> problem with auto >>> suspend with my LAN9730 chip. I thought it was a problem with the >>> smsc95xx/usbnet driver,

Re: [PATCH v2 0/4] usb: chipidea: imx: add HSIC support

2018-11-05 Thread Schrempf Frieder
Hi Peter, On 23.10.18 08:33, Peter Chen wrote: > >> As I already posted when I was testing v1 last week, there is a problem with >> auto >> suspend with my LAN9730 chip. I thought it was a problem with the >> smsc95xx/usbnet driver, but I'm not so sure anymore. >> >> So I'd like to figure out

RE: [PATCH v2 0/4] usb: chipidea: imx: add HSIC support

2018-10-23 Thread Peter Chen
> As I already posted when I was testing v1 last week, there is a problem with > auto > suspend with my LAN9730 chip. I thought it was a problem with the > smsc95xx/usbnet driver, but I'm not so sure anymore. > > So I'd like to figure out if it has something to do with the HSIC patches. I >

Re: [PATCH v2 0/4] usb: chipidea: imx: add HSIC support

2018-10-23 Thread Schrempf Frieder
Hi Peter, On 22.10.18 07:42, Peter Chen wrote: > Most of NXP (Freescale) i.mx USB part has HSIC support, in this series, > we add support for them, it should cover all imx6 and imx7d SoC. > > Changes for v2: > - Compile error reported by kbuild robot [Patch 2/4] > - Comment from Frieder Schrempf

[PATCH v2 0/4] usb: chipidea: imx: add HSIC support

2018-10-21 Thread Peter Chen
Most of NXP (Freescale) i.mx USB part has HSIC support, in this series, we add support for them, it should cover all imx6 and imx7d SoC. Changes for v2: - Compile error reported by kbuild robot [Patch 2/4] - Comment from Frieder Schrempf about code structure [Patch 2/4] - Comment from Fabio about