From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932397AbbJMCVY (ORCPT ); Mon, 12 Oct 2015 22:21:24 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:41779 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S932285AbbJMCVU (ORCPT ); Mon, 12 Oct 2015 22:21:20 -0400 X-Listener-Flag: 11101 Message-ID: <1444702871.31890.4.camel@mtksdaap41> Subject: Re: [PATCH v2 0/3] Fix random hang up issue while kernel init From: James Liao To: Matthias Brugger CC: , , "Kevin Hilman" , Daniel Kurtz , "Sascha Hauer" , , , Date: Tue, 13 Oct 2015 10:21:11 +0800 In-Reply-To: <561BE09B.3040702@gmail.com> References: <1444209281-25536-1-git-send-email-jamesjj.liao@mediatek.com> <561BE09B.3040702@gmail.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Matthias, On Mon, 2015-10-12 at 18:32 +0200, Matthias Brugger wrote: > > On 07/10/15 11:14, James Liao wrote: > > This patch is based on v4.3-rc4, to fix system hanging up issue > > while disabling unused clocks. > > > > There is nothing different in mtk-scpsys.c and mt8173.dtsi from v1 [1]. > > > > Changes since v1: > > - Rebase to v4.3-rc4. > > - Add a patch to change the corresponding binding document. > > - Add a separated patch to change the dtsi. > > > > [1] https://patchwork.kernel.org/patch/7262411/ > > > > James Liao (3): > > dt-bindings: soc: Add clocks for Mediatek SCPSYS unit > > soc: mediatek: Fix random hang up issue while kernel init > > arm64: dts: mt8173: Add clocks for SCPSYS unit > > > > .../devicetree/bindings/soc/mediatek/scpsys.txt | 10 ++-- > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 6 +- > > drivers/soc/mediatek/mtk-scpsys.c | 67 ++++++++++++++-------- > > 3 files changed, 54 insertions(+), 29 deletions(-) > > > > -- > > 1.9.1 > > > > > > Applied. Does this fix also needs to be applied to earlier kernel versions? No need, because venc and venc_lt clocks are not controlled by CCF before v4.2. Best regards, James