Re: [PATCH 06/12] usb: gadget: at91_udc: Drop uclk clock

2015-01-14 Thread Felipe Balbi
On Wed, Jan 14, 2015 at 05:21:58PM +0100, Alexandre Belloni wrote: > From: Boris Brezillon > > Now that at91 system clocks forward set_rate request to their parent we > can remove the uclk clock and directly call clk_set_rate on fclk. > > Signed-off-by: Boris Brezillon Acked-by: Felipe Balbi

[PATCH 06/12] usb: gadget: at91_udc: Drop uclk clock

2015-01-14 Thread Alexandre Belloni
From: Boris Brezillon Now that at91 system clocks forward set_rate request to their parent we can remove the uclk clock and directly call clk_set_rate on fclk. Signed-off-by: Boris Brezillon --- drivers/usb/gadget/udc/at91_udc.c | 27 +++

[PATCH 06/12] usb: gadget: at91_udc: Drop uclk clock

2015-01-14 Thread Alexandre Belloni
From: Boris Brezillon boris.brezil...@free-electrons.com Now that at91 system clocks forward set_rate request to their parent we can remove the uclk clock and directly call clk_set_rate on fclk. Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com ---

Re: [PATCH 06/12] usb: gadget: at91_udc: Drop uclk clock

2015-01-14 Thread Felipe Balbi
On Wed, Jan 14, 2015 at 05:21:58PM +0100, Alexandre Belloni wrote: From: Boris Brezillon boris.brezil...@free-electrons.com Now that at91 system clocks forward set_rate request to their parent we can remove the uclk clock and directly call clk_set_rate on fclk. Signed-off-by: Boris