RE: [PATCH 1/1] usb: chipidea: imx: improve the over current handling

2018-12-03 Thread Matthew Starr
> -Original Message- > From: Uwe Kleine-König [mailto:u.kleine-koe...@pengutronix.de] > > On Mon, Dec 03, 2018 at 09:02:05AM +, PETER CHEN wrote: > > > > > > > > On Mon, Dec 03, 2018 at 03:13:01AM +, PETER CHEN wrote: > > > > The current OC (Over Current) handling does not

Re: [PATCH 1/1] usb: chipidea: imx: improve the over current handling

2018-12-03 Thread Uwe Kleine-König
On Mon, Dec 03, 2018 at 09:02:05AM +, PETER CHEN wrote: > > > > > On Mon, Dec 03, 2018 at 03:13:01AM +, PETER CHEN wrote: > > > The current OC (Over Current) handling does not consider the default > > > and bootloader OC setting well, in this commit, we reset OC setting > > > according

RE: [PATCH 1/1] usb: chipidea: imx: improve the over current handling

2018-12-03 Thread PETER CHEN
> > On Mon, Dec 03, 2018 at 03:13:01AM +, PETER CHEN wrote: > > The current OC (Over Current) handling does not consider the default > > and bootloader OC setting well, in this commit, we reset OC setting > > according to dts value: > > - If property "disable-over-current" is set, we will

Re: [PATCH 1/1] usb: chipidea: imx: improve the over current handling

2018-12-03 Thread Uwe Kleine-König
Hello, On Mon, Dec 03, 2018 at 03:13:01AM +, PETER CHEN wrote: > The current OC (Over Current) handling does not consider the default > and bootloader OC setting well, in this commit, we reset OC setting > according to dts value: > - If property "disable-over-current" is set, we will disable

[PATCH 1/1] usb: chipidea: imx: improve the over current handling

2018-12-02 Thread PETER CHEN
The current OC (Over Current) handling does not consider the default and bootloader OC setting well, in this commit, we reset OC setting according to dts value: - If property "disable-over-current" is set, we will disable OC at code; otherwise, we will enable OC. - Since most of USB power control