From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: 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 In-Reply-To: <20170303235808.GX25384@codeaurora.org> List-ID: 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