Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751320AbdHDEKW (ORCPT ); Fri, 4 Aug 2017 00:10:22 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:36632 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751272AbdHDEJq (ORCPT ); Fri, 4 Aug 2017 00:09:46 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170723102749.17323-1-icenowy@aosc.io> <20170723102749.17323-6-icenowy@aosc.io> From: Chen-Yu Tsai Date: Fri, 4 Aug 2017 12:09:22 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH 05/10] clk: sunxi-ng: h3: gate then ungate PLL CPU clk after rate change To: Chen-Yu Tsai Cc: Icenowy Zheng , Liam Girdwood , Mark Brown , Maxime Ripard , linux-kernel , devicetree , linux-arm-kernel , linux-clk , "open list:THERMAL" , linux-sunxi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 655 Lines: 17 On Wed, Jul 26, 2017 at 3:14 PM, Chen-Yu Tsai wrote: > On Sun, Jul 23, 2017 at 6:27 PM, Icenowy Zheng wrote: >> From: Chen-Yu Tsai >> >> This patch utilizes the new PLL clk notifier to gate then ungate the >> PLL CPU clock after rate changes. This should prevent any system hangs >> resulting from cpufreq changes to the clk. >> >> Reported-by: Ondrej Jirman >> Signed-off-by: Chen-Yu Tsai >> Tested-by: Icenowy Zheng > > This is missing > > Fixes: 0577e4853bfb ("clk: sunxi-ng: Add H3 clocks") Applied for 4.14 with the Fixes tag and Stephen's ack.