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

2018-10-18 Thread Peter Chen
> >> My board is currently off-tree so I can't send any patch for the > >> pinmux settings in devicetree. But I will send a patch with the > >> changes that should go to imx6qdl.dtsi, imx6sl.dtsi and imx6sx.dtsi. > >> Though I > only tested on i.MX6S. > >> > > > > No, the changes are board level

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

2018-10-18 Thread Frieder Schrempf
On 18.10.18 10:48, Peter Chen wrote: Thanks, Frieder, no more tests are needed. You could send me your dts changes as patches, I will append it at my v2 patch series. My board is currently off-tree so I can't send any patch for the pinmux settings in devicetree. But I will send a patch wit

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

2018-10-18 Thread Peter Chen
> > > > Thanks, Frieder, no more tests are needed. > > You could send me your dts changes as patches, I will append it at my v2 > > patch > series. > > My board is currently off-tree so I can't send any patch for the pinmux > settings in > devicetree. But I will send a patch with the changes t

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

2018-10-18 Thread Frieder Schrempf
On 18.10.18 03:22, Peter Chen wrote: - System suspend/resume 1. Enable USB wakeup for i in $(find /sys -name wakeup | grep usb);do echo enabled  > $i;echo "echo enabled > $i";done; 2. Let the system enter suspend using below command echo mem > /sys/power/state 3. And see if there is a wakeup b

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

2018-10-17 Thread Peter Chen
> >>> - System suspend/resume > >>> 1. Enable USB wakeup > >>> for i in $(find /sys -name wakeup | grep usb);do echo enabled  > > >>> $i;echo "echo enabled > $i";done; 2. Let the system enter suspend > >>> using below command echo mem > /sys/power/state 3. And see if there > >>> is a wakeup block

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

2018-10-17 Thread Frieder Schrempf
On 17.10.18 13:04, Frieder Schrempf wrote: On 17.10.18 11:56, Frieder Schrempf wrote: [...] - System suspend/resume 1. Enable USB wakeup for i in $(find /sys -name wakeup | grep usb);do echo enabled  > $i;echo "echo enabled > $i";done; 2. Let the system enter suspend using below command echo

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

2018-10-17 Thread Frieder Schrempf
On 17.10.18 11:56, Frieder Schrempf wrote: Hi Peter, On 17.10.18 09:23, Peter Chen wrote: On 16.10.18 07:01, 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. I have no HSIC interface board whi

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

2018-10-17 Thread Frieder Schrempf
Hi Peter, On 17.10.18 09:23, Peter Chen wrote: On 16.10.18 07:01, 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. I have no HSIC interface board which is supported by upstream kernel, so th

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

2018-10-17 Thread Peter Chen
> On 16.10.18 07:01, 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. I > > have no HSIC interface board which is supported by upstream kernel, so > > this patches are only compiled ok, F

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

2018-10-17 Thread Frieder Schrempf
Hi Peter, On 16.10.18 07:01, 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. I have no HSIC interface board which is supported by upstream kernel, so this patches are only compiled ok, Frieder