Received: by 10.223.185.116 with SMTP id b49csp6093274wrg; Wed, 28 Feb 2018 04:00:26 -0800 (PST) X-Google-Smtp-Source: AH8x227uIM0ASC9E6cVBH1RIy4imHHGwGQJv5eznUpYzVFaafC8hpRdapWxtJXWdQwOtB3gHMcxa X-Received: by 10.99.97.68 with SMTP id v65mr14196214pgb.104.1519819226246; Wed, 28 Feb 2018 04:00:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519819226; cv=none; d=google.com; s=arc-20160816; b=qdFxHAKel/oXan42C1XIW1v4Uw5+0jORKzjgnJjZb16BIZ+wD62VGe3tzJLMfdANMN 7rgQzKt18A1B2wPqxFokfaIhP35Tg/JldPRUFuSn96T+S8nkAgY+pD+FEZ0Zqpf3Z1jh yBgeneJuuXTwHO6OKzxyAkJ7DDj1mKnTQZYkCyIBbV/L9nGAPioPQ+zh0//HVlsY8lT/ PVI6/x1tdXJ7uYCxK1bIDo2hXoaFmVE0t62uDW5YmAsdlJtS0C+W5hhTWnNTK+3zcZug /uMrk9GmQRFISep82JsjAcC1IcuZNcka0NhVAbd7/+QJk23Q4FkpcnjvswokSMtDI0dU XaeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=7ACEFscU8lw+J9WDxDVU7McXJbBuzMtTYI7DBtUzVaA=; b=qPSd1DEh1eh2q8RC94HEQsqamut9AFQTIxklW02PcWPXhcqlER1ohNJ6Io4VpJbQhA faFOI6c1YzPZy02qCxdbft4/6xQhiXOTonluZS3hCJONuzmdKQj0WZFfw9UbfwNdBIop W8WaSlAMLMs4Kqq/pq/VVKNh9U0Uj9wMBonA3J/0Spzsiu93PkbyTuM70S1FdMXUlBTl bLIyc/kxZoES3KR0hx3mqxufR+aRYcBmVR5Ab2tGqYV0t5OGIWcAo46D7tXgkt1BRqoE ZItxcM2TvYmRz6z7pnwK4kyxsvpuDEL8US1rBigFlaMaGlYNXPI0kz5M5lpcZEHx/E+k QTBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n5si945231pgc.459.2018.02.28.04.00.09; Wed, 28 Feb 2018 04:00:26 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752427AbeB1L7U (ORCPT + 99 others); Wed, 28 Feb 2018 06:59:20 -0500 Received: from gloria.sntech.de ([95.129.55.99]:53002 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752192AbeB1L7T (ORCPT ); Wed, 28 Feb 2018 06:59:19 -0500 Received: from ip92343f6b.dynamic.kabel-deutschland.de ([146.52.63.107] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1er0OB-0005yp-Fe; Wed, 28 Feb 2018 12:59:15 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Jeffy Chen , wxt@rock-chips.com Cc: linux-kernel@vger.kernel.org, tfiga@chromium.org, dmitry.torokhov@gmail.com, robin.murphy@arm.com, Elaine Zhang , linux-rockchip@lists.infradead.org, Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org, Ulf Hansson Subject: Re: [PATCH] soc: rockchip: power-domain: remove PM clocks Date: Wed, 28 Feb 2018 12:59:14 +0100 Message-ID: <4580848.piTrlVmp9H@diego> In-Reply-To: <20180228111113.13639-1-jeffy.chen@rock-chips.com> References: <20180228111113.13639-1-jeffy.chen@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jeffy, Am Mittwoch, 28. Februar 2018, 12:11:13 CET schrieb Jeffy Chen: > Currently we are adding all of the attached devices' clocks as pm clocks > and enable them when powering on the power domain. > > This seems unnecessary, because those clocks are already controlled in > the devices' drivers with better error handling. > > Tested on my chromebook minnie(rk3288) and chromebook kevin(rk3399). > > Signed-off-by: Jeffy Chen Looks ok to me and does not seem to interfere with the synchronous reset that still stays intact. @Ceasar: any objections? Heiko