From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161402AbcIZP0O (ORCPT ); Mon, 26 Sep 2016 11:26:14 -0400 Received: from gloria.sntech.de ([95.129.55.99]:46815 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941416AbcIZP0K (ORCPT ); Mon, 26 Sep 2016 11:26:10 -0400 From: Heiko Stuebner To: Doug Anderson Cc: Elaine Zhang , Caesar Wang , Tao Huang , xxx , Xu Jianqun , "open list:ARM/Rockchip SoC..." , "linux-kernel@vger.kernel.org" , Xing Zheng Subject: Re: [PATCH] power-domain: rockchip: fix up the PMU_GPU_PWRDW/UP_CNT for RK3399 Date: Mon, 26 Sep 2016 17:25:49 +0200 Message-ID: <6388447.xfRkPC5TP9@phil> User-Agent: KMail/5.2.3 (Linux/4.6.0-1-amd64; KDE/5.25.0; x86_64; ; ) In-Reply-To: References: <1474874730-12802-1-git-send-email-zhangqing@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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 26. September 2016, 08:17:54 CEST schrieb Doug Anderson: > Hi, > > On Mon, Sep 26, 2016 at 12:25 AM, Elaine Zhang wrote: > > According to the advice of the IC, > > setting the PMU_GPU_PWRDW/PWRUP_CNT regs 6 cycel(250ns) for RK3399 SOC. > > > > Signed-off-by: Elaine Zhang > > --- > > > > drivers/soc/rockchip/pm_domains.c | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > This has problems on several levels. Please see > for some context. > > Note that ATF changes have landed, so my patch could probably land at any > time. thanks for the heads up. As before I still agree with you that this is better done in the ATF, so I guess I can merge your other patch for 4.10 now. Heiko