Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751277AbdCQPal (ORCPT ); Fri, 17 Mar 2017 11:30:41 -0400 Received: from mail-pg0-f51.google.com ([74.125.83.51]:35806 "EHLO mail-pg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbdCQPaj (ORCPT ); Fri, 17 Mar 2017 11:30:39 -0400 Date: Fri, 17 Mar 2017 23:22:24 +0800 From: Leo Yan To: Stephen Boyd Cc: Rob Herring , Mark Rutland , Wei Xu , Catalin Marinas , Will Deacon , Michael Turquette , Mathieu Poirier , John Stultz , Guodong Xu , Haojian Zhuang , Greg Kroah-Hartman , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, mike.leach@linaro.org Subject: Re: [PATCH v3 4/5] clk: hi6220: add debug APB clock Message-ID: <20170317152224.GB2020@leoy-linaro> References: <1488520809-31670-1-git-send-email-leo.yan@linaro.org> <1488520809-31670-5-git-send-email-leo.yan@linaro.org> <20170303235808.GX25384@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170303235808.GX25384@codeaurora.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 607 Lines: 22 Hi Stephen, On Fri, Mar 03, 2017 at 03:58:08PM -0800, Stephen Boyd wrote: > On 03/03, Leo Yan wrote: > > The debug APB clock is absent in hi6220 driver, so this patch is to add > > support for it. > > > > Signed-off-by: Leo Yan > > --- > > Acked-by: Stephen Boyd I found this patch introduces regression on Hikey, after I enable CPUIdle with this patch the kernel booting will hang. I committed a new version patch: https://patchwork.kernel.org/patch/9630931/ So please drop v3 patch and help review v4 patch. Really Sorry for inconvinence. Thanks, Leo Yan