Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-11-26 Thread Laurent Pinchart
Hi Felipe, On Tuesday 26 November 2013 13:54:22 Felipe Balbi wrote: > On Tue, Nov 26, 2013 at 03:16:47AM +0100, Laurent Pinchart wrote: > > On Monday 25 November 2013 20:12:39 Felipe Balbi wrote: > > > On Tue, Nov 26, 2013 at 02:59:51AM +0100, Laurent Pinchart wrote: > > > > > > > (2013/10/29 7:49

Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-11-26 Thread Felipe Balbi
On Tue, Nov 26, 2013 at 03:16:47AM +0100, Laurent Pinchart wrote: > Hi Felipe, > > On Monday 25 November 2013 20:12:39 Felipe Balbi wrote: > > Hi, > > > > On Tue, Nov 26, 2013 at 02:59:51AM +0100, Laurent Pinchart wrote: > > > > > > (2013/10/29 7:49), Laurent Pinchart wrote: > > > > > > > Turn cl

Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-11-25 Thread Laurent Pinchart
Hi Felipe, On Monday 25 November 2013 20:12:39 Felipe Balbi wrote: > Hi, > > On Tue, Nov 26, 2013 at 02:59:51AM +0100, Laurent Pinchart wrote: > > > > > (2013/10/29 7:49), Laurent Pinchart wrote: > > > > > > Turn clk_enable() and clk_disable() calls into > > > > > > clk_prepare_enable() > > > > >

Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-11-25 Thread Felipe Balbi
Hi, On Tue, Nov 26, 2013 at 02:59:51AM +0100, Laurent Pinchart wrote: > > > > (2013/10/29 7:49), Laurent Pinchart wrote: > > > > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() > > > > > and clk_disable_unprepare() to get ready for the migration to the > > > > > common clock

Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-11-25 Thread Laurent Pinchart
Hi Felipe, On Monday 11 November 2013 13:53:31 Felipe Balbi wrote: > On Sat, Nov 09, 2013 at 03:09:33PM +0100, Laurent Pinchart wrote: > > Hi Felipe, > > > > On Tuesday 29 October 2013 18:47:19 Shimoda, Yoshihiro wrote: > > > Hi Laurent-san, > > > > > > (2013/10/29 7:49), Laurent Pinchart wrote:

Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-11-11 Thread Felipe Balbi
On Sat, Nov 09, 2013 at 03:09:33PM +0100, Laurent Pinchart wrote: > Hi Felipe, > > On Tuesday 29 October 2013 18:47:19 Shimoda, Yoshihiro wrote: > > Hi Laurent-san, > > > > (2013/10/29 7:49), Laurent Pinchart wrote: > > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and > >

Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-11-09 Thread Laurent Pinchart
Hi Felipe, On Tuesday 29 October 2013 18:47:19 Shimoda, Yoshihiro wrote: > Hi Laurent-san, > > (2013/10/29 7:49), Laurent Pinchart wrote: > > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and > > clk_disable_unprepare() to get ready for the migration to the common > > clock

Re: [PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-10-29 Thread Shimoda, Yoshihiro
Hi Laurent-san, (2013/10/29 7:49), Laurent Pinchart wrote: > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and > clk_disable_unprepare() to get ready for the migration to the common > clock framework. > > Cc: Felipe Balbi > Cc: linux-usb@vger.kernel.org > Signed-off-by: Lau

[PATCH 09/12] usb: gadget: r8a66597-udc: Convert to clk_prepare/unprepare

2013-10-28 Thread Laurent Pinchart
Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and clk_disable_unprepare() to get ready for the migration to the common clock framework. Cc: Felipe Balbi Cc: linux-usb@vger.kernel.org Signed-off-by: Laurent Pinchart --- drivers/usb/gadget/r8a66597-udc.c | 6 +++--- 1 file c