From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754357AbbCQTCQ (ORCPT ); Tue, 17 Mar 2015 15:02:16 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:35703 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753591AbbCQTCN (ORCPT ); Tue, 17 Mar 2015 15:02:13 -0400 Date: Tue, 17 Mar 2015 15:02:12 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Boris Brezillon cc: Nicolas Ferre , Jean-Christophe Plagniol-Villard , Alexandre Belloni , Felipe Balbi , Greg Kroah-Hartman , , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , , , , Douglas Gilbert , Robert Nelson Subject: Re: [PATCH 2/5] USB: host: ohci-at91: remove useless uclk clock In-Reply-To: <1426608950-31555-3-git-send-email-boris.brezillon@free-electrons.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 17 Mar 2015, Boris Brezillon wrote: > Now that the system clock driver is forwarding set_rate request to the > parent clock, we can safely call clk_set_rate on the system clk and get > rid of the uclk field. > > Signed-off-by: Boris Brezillon Acked-by: Alan Stern