Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-27 Thread Peter Chen
On Tue, Nov 27, 2012 at 10:54:32AM +0100, Michael Grzeschik wrote: > > I didn't figure out why this is needed. However, we prefer to move this > hunk to be in ci_hdrc_probe just before ci_role_start gets called. So > hw_portsc_configure will be called only there in the beginning. As the > phy setu

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-27 Thread Michael Grzeschik
On Tue, Nov 27, 2012 at 09:12:30AM +0800, Peter Chen wrote: > On Wed, Nov 14, 2012 at 05:19:07PM +0100, Michael Grzeschik wrote: > > /** > > * hw_device_reset: resets chip (execute without interruption) > > * @ci: the controller > > @@ -237,6 +256,8 @@ int hw_device_reset(struct ci13xxx *ci, u

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-26 Thread Peter Chen
On Wed, Nov 14, 2012 at 05:19:07PM +0100, Michael Grzeschik wrote: > /** > * hw_device_reset: resets chip (execute without interruption) > * @ci: the controller > @@ -237,6 +256,8 @@ int hw_device_reset(struct ci13xxx *ci, u32 mode) > if (ci->platdata->flags & CI13XXX_DISABLE_STREAMING)

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-21 Thread Matthieu CASTET
Michael Grzeschik a écrit : > On Fri, Nov 16, 2012 at 05:39:42PM +0200, Alexander Shishkin wrote: >> Matthieu CASTET writes: >> >>> Alexander Shishkin a écrit : Michael Grzeschik writes: > On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: >> Michael Grzeschik

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-21 Thread Michael Grzeschik
On Fri, Nov 16, 2012 at 05:39:42PM +0200, Alexander Shishkin wrote: > Matthieu CASTET writes: > > > Alexander Shishkin a écrit : > >> Michael Grzeschik writes: > >> > >>> On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: > Michael Grzeschik writes: > > > On Fri,

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Matthieu CASTET writes: > Alexander Shishkin a écrit : >> Michael Grzeschik writes: >> >>> On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: Michael Grzeschik writes: > On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: >> Michael Grzeschik

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Matthieu CASTET
Alexander Shishkin a écrit : > Michael Grzeschik writes: > >> On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: >>> Michael Grzeschik writes: >>> On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: > Michael Grzeschik writes: > >> This patch ma

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik writes: > On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: >> Michael Grzeschik writes: >> >> > On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: >> >> Michael Grzeschik writes: >> >> >> >> > This patch makes it possible to configure the

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Michael Grzeschik
On Fri, Nov 16, 2012 at 03:34:23PM +0200, Alexander Shishkin wrote: > Michael Grzeschik writes: > > > On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: > >> Michael Grzeschik writes: > >> > >> > This patch makes it possible to configure the PTW and PTS bits inside > >> > the p

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik writes: > On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: >> Michael Grzeschik writes: >> >> > This patch makes it possible to configure the PTW and PTS bits inside >> > the portsc register for host and device mode before the driver starts >> > and the phy

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Michael Grzeschik
On Fri, Nov 16, 2012 at 02:45:39PM +0200, Alexander Shishkin wrote: > Michael Grzeschik writes: > > > This patch makes it possible to configure the PTW and PTS bits inside > > the portsc register for host and device mode before the driver starts > > and the phy can be addressed as hardware implem

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik writes: > This patch makes it possible to configure the PTW and PTS bits inside > the portsc register for host and device mode before the driver starts > and the phy can be addressed as hardware implementation is designed. > > Signed-off-by: Michael Grzeschik > Signed-off-by: M

Re: [PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-16 Thread Alexander Shishkin
Michael Grzeschik writes: > This patch makes it possible to configure the PTW and PTS bits inside > the portsc register for host and device mode before the driver starts > and the phy can be addressed as hardware implementation is designed. > > Signed-off-by: Michael Grzeschik > Signed-off-by: M

[PATCH 6/9] usb: chipidea: add PTW and PTS handling

2012-11-14 Thread Michael Grzeschik
This patch makes it possible to configure the PTW and PTS bits inside the portsc register for host and device mode before the driver starts and the phy can be addressed as hardware implementation is designed. Signed-off-by: Michael Grzeschik Signed-off-by: Marc Kleine-Budde --- drivers/usb/chip