From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 26 Aug 2015 20:37:28 +0200 (CEST) Received: from smtp.codeaurora.org ([198.145.29.96]:56538 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27013054AbbHZSgo7Vqcz (ORCPT ); Wed, 26 Aug 2015 20:36:44 +0200 Received: from smtp.codeaurora.org (localhost [127.0.0.1]) by smtp.codeaurora.org (Postfix) with ESMTP id 3102214131D; Wed, 26 Aug 2015 18:36:44 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 486) id 1E0A9141320; Wed, 26 Aug 2015 18:36:44 +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 62C5814131D; Wed, 26 Aug 2015 18:36:43 +0000 (UTC) Date: Wed, 26 Aug 2015 11:36:42 -0700 From: Stephen Boyd To: Govindraj Raja Cc: linux-mips@linux-mips.org, linux-clk@vger.kernel.org, Michael Turquette , Zdenko Pulitika , Kevin Cernekee , Ralf Baechle , Andrew Bresticker , James Hartley , Damien Horsley , James Hogan , Ezequiel Garcia , Sergei Shtylyov , stable@vger.kernel.org, Ezequiel Garcia Subject: Re: [PATCH v6 4/4] clk: pistachio: correct critical clock list Message-ID: <20150826183642.GR19120@codeaurora.org> References: <1440605500-13274-1-git-send-email-Govindraj.Raja@imgtec.com> <1440605500-13274-5-git-send-email-Govindraj.Raja@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440605500-13274-5-git-send-email-Govindraj.Raja@imgtec.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: ClamAV using ClamSMTP 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: 49035 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 08/26, Govindraj Raja wrote: > From: "Damien.Horsley" > > Current critical clock list for pistachio enables > only mips and sys clocks by default but there are > also other clocks that are not claimed by anyone and > needs to be enabled by default. > > This patch updates the critical clocks that need > to be enabled by default. > > Add a separate struct to distinguish the critical clocks > as listed: > 1.) core clocks: > a.) mips clock > 2.) peripheral system clocks: > a.) sys clock > b.) sys_bus clock > c.) DDR clock > d.) ROM clock > > Fixes: b35d7c33419c("CLK: Pistachio: Register core clocks") > Cc: # 4.1 > Reviewed-by: Andrew Bresticker > Signed-off-by: Ezequiel Garcia > Signed-off-by: Damien.Horsley > Signed-off-by: Govindraj Raja > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project