Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-26 Thread Grant Likely
On Sun, 25 Nov 2012 16:09:31 +0800, Peter Chen wrote: > On Fri, Nov 23, 2012 at 11:02:13AM +0100, Marc Kleine-Budde wrote: > > On 11/23/2012 07:53 AM, Peter Chen wrote: > > > On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > > >> This adds mx53 as the next user of the usbmisc dr

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-25 Thread Peter Chen
On Fri, Nov 23, 2012 at 11:02:13AM +0100, Marc Kleine-Budde wrote: > On 11/23/2012 07:53 AM, Peter Chen wrote: > > On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > >> This adds mx53 as the next user of the usbmisc driver and makes it > >> possible to disable the overcurrent-dete

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-25 Thread Peter Chen
On Fri, Nov 23, 2012 at 08:39:39AM +0100, Sascha Hauer wrote: > On Fri, Nov 23, 2012 at 02:53:41PM +0800, Peter Chen wrote: > > On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > > > This adds mx53 as the next user of the usbmisc driver and makes it > > > possible to disable the o

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-23 Thread Marc Kleine-Budde
On 11/23/2012 07:53 AM, Peter Chen wrote: > On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: >> This adds mx53 as the next user of the usbmisc driver and makes it >> possible to disable the overcurrent-detection of the internal phy. >> >> Signed-off-by: Michael Grzeschik >> Signe

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-22 Thread Sascha Hauer
On Fri, Nov 23, 2012 at 02:53:41PM +0800, Peter Chen wrote: > On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > > This adds mx53 as the next user of the usbmisc driver and makes it > > possible to disable the overcurrent-detection of the internal phy. > > > > Signed-off-by: Mich

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-22 Thread Peter Chen
On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > This adds mx53 as the next user of the usbmisc driver and makes it > possible to disable the overcurrent-detection of the internal phy. > > Signed-off-by: Michael Grzeschik > Signed-off-by: Marc Kleine-Budde > --- > Changes sin

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-21 Thread Michael Grzeschik
On Wed, Nov 21, 2012 at 11:28:36PM +0300, Sergei Shtylyov wrote: > Hello. > > On 11/21/2012 05:06 PM, Michael Grzeschik wrote: > > > This adds mx53 as the next user of the usbmisc driver and makes it > > possible to disable the overcurrent-detection of the internal phy. > > > Signed-off-by: Mich

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-21 Thread Sergei Shtylyov
Hello. On 11/21/2012 05:06 PM, Michael Grzeschik wrote: > This adds mx53 as the next user of the usbmisc driver and makes it > possible to disable the overcurrent-detection of the internal phy. > Signed-off-by: Michael Grzeschik > Signed-off-by: Marc Kleine-Budde > --- > Changes since v2: > *

[PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-21 Thread Michael Grzeschik
This adds mx53 as the next user of the usbmisc driver and makes it possible to disable the overcurrent-detection of the internal phy. Signed-off-by: Michael Grzeschik Signed-off-by: Marc Kleine-Budde --- Changes since v2: * added defines for register offsets and bitmasks * fixed disable_oc optio