From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751592AbcEQVLH (ORCPT ); Tue, 17 May 2016 17:11:07 -0400 Received: from gloria.sntech.de ([95.129.55.99]:45878 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbcEQVLG (ORCPT ); Tue, 17 May 2016 17:11:06 -0400 From: Heiko Stuebner To: Brian Norris Cc: Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Doug Anderson , Brian Norris , Xing Zheng Subject: Re: [PATCH 1/2] clk: rockchip: mark rk3399 GIC clocks as critical Date: Tue, 17 May 2016 23:10:51 +0200 Message-ID: <2111538.t2M7m4hXj2@phil> User-Agent: KMail/4.14.10 (Linux/4.3.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1463164937-91089-1-git-send-email-briannorris@chromium.org> References: <1463164937-91089-1-git-send-email-briannorris@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, 13. Mai 2016, 11:42:16 schrieb Brian Norris: > We never want to kill the GIC. > > Noticed when making other clock fixups, and seeing the newly-constructed > clock tree try to disable cpll, where we had this parent structure: > > aclk_gic <------\ > > |--- aclk_gic_pre <-- cpll <-- pll_cpll > > aclk_gic_noc <--/ > > Signed-off-by: Brian Norris applied both patches to my clk-fixes branch with Dougs review-tags. Thanks Heiko