From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 13 Sep 2016 00:33:08 +0200 (CEST) Received: from smtp.codeaurora.org ([198.145.29.96]:46816 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992186AbcILWdAg0OXf (ORCPT ); Tue, 13 Sep 2016 00:33:00 +0200 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 98D0F61EA5; Mon, 12 Sep 2016 22:32:58 +0000 (UTC) Received: from localhost (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sboyd@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 13159612BF; Mon, 12 Sep 2016 22:32:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 13159612BF Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org Date: Mon, 12 Sep 2016 15:32:57 -0700 From: Stephen Boyd To: Geert Uytterhoeven Cc: Ralf Baechle , Atsushi Nemoto , Wim Van Sebroeck , Guenter Roeck , linux-clk@vger.kernel.org, linux-mips@linux-mips.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH v2 2/2] MIPS: TXx9: Convert to Common Clock Framework Message-ID: <20160912223257.GJ7243@codeaurora.org> References: <1473584398-12942-1-git-send-email-geert@linux-m68k.org> <1473584398-12942-3-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473584398-12942-3-git-send-email-geert@linux-m68k.org> User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 55121 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: sboyd@codeaurora.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 09/11, Geert Uytterhoeven wrote: > Replace the custom minimal clock implementation for Toshiba TXx9 by a > basic implementation using the Common Clock Framework. > > The only clocks that are provided are those needed by TXx9-specific > drivers ("imbus" and "spi" (TX4938 only)), and their common parent > clock "gbus". Other clocks can be added when needed. > > Signed-off-by: Geert Uytterhoeven > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project