Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751341AbeACBr0 (ORCPT + 1 other); Tue, 2 Jan 2018 20:47:26 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:53274 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbeACBrD (ORCPT ); Tue, 2 Jan 2018 20:47:03 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org C8FEB60B14 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Tue, 2 Jan 2018 17:47:01 -0800 From: Stephen Boyd To: Joel Stanley Cc: Lee Jones , Michael Turquette , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andrew Jeffery , Benjamin Herrenschmidt , Jeremy Kerr , Rick Altherr , Ryan Chen , Arnd Bergmann Subject: Re: [PATCH v7 3/5] clk: aspeed: Add platform driver and register PLLs Message-ID: <20180103014701.GR7997@codeaurora.org> References: <20171222024522.10362-1-joel@jms.id.au> <20171222024522.10362-4-joel@jms.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171222024522.10362-4-joel@jms.id.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 12/22, Joel Stanley wrote: > This registers a platform driver to set up all of the non-core clocks. > > The clocks that have configurable rates are now registered. > > Reviewed-by: Andrew Jeffery > Signed-off-by: Joel Stanley > -- > v6: > - Add Andrew's reviewed-by > v5: > - Remove eclk configuration. We do not have enough information to > correctly implement the mux and divisor, so it will have to be > implemented in the future > v4: > - Add eclk div table to fix ast2500 calculation > - Add defines to document the BIT() macros > - Pass dev where we can when registering clocks > - Check for errors when registering clk_hws > v3: > - Fix bclk and eclk calculation > - Separate out ast2400 and ast25000 for pll calculation > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project