Re: [PATCH v5 03/11] usb: musb: am335x: add support for dual instance

2012-07-26 Thread Felipe Balbi
On Wed, Jul 25, 2012 at 05:37:21PM +0530, Ajay Kumar Gupta wrote: AM335x and TI81xx platform has dual musb controller so updating the musb_dspc.c to support the same. Changes: - Moved otg_workaround timer to glue structure - Moved static local variable last_timer to glue

RE: [PATCH v5 03/11] usb: musb: am335x: add support for dual instance

2012-07-26 Thread Gupta, Ajay Kumar
Hi, On Wed, Jul 25, 2012 at 05:37:21PM +0530, Ajay Kumar Gupta wrote: AM335x and TI81xx platform has dual musb controller so updating the musb_dspc.c to support the same. Changes: - Moved otg_workaround timer to glue structure - Moved static local variable last_timer to glue

[PATCH v5 03/11] usb: musb: am335x: add support for dual instance

2012-07-25 Thread Ajay Kumar Gupta
AM335x and TI81xx platform has dual musb controller so updating the musb_dspc.c to support the same. Changes: - Moved otg_workaround timer to glue structure - Moved static local variable last_timer to glue structure - PHY on/off related cleanups Signed-off-by: Ajay Kumar