From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FDF2C43441 for ; Mon, 12 Nov 2018 03:50:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F1308214DB for ; Mon, 12 Nov 2018 03:50:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F1308214DB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730557AbeKLNl1 (ORCPT ); Mon, 12 Nov 2018 08:41:27 -0500 Received: from Mailgw01.mediatek.com ([1.203.163.78]:46250 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726777AbeKLNl0 (ORCPT ); Mon, 12 Nov 2018 08:41:26 -0500 X-UUID: cc703268d95e4fe980227a756454a979-20181112 X-UUID: cc703268d95e4fe980227a756454a979-20181112 Received: from mtkcas36.mediatek.inc [(172.27.4.250)] by mailgw01.mediatek.com (envelope-from ) (mailgw01.mediatek.com ESMTP with TLS) with ESMTP id 1509593459; Mon, 12 Nov 2018 11:49:56 +0800 Received: from mtkcas09.mediatek.inc (172.21.101.178) by MTKMBS31N1.mediatek.inc (172.27.4.69) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Mon, 12 Nov 2018 11:49:55 +0800 Received: from [172.21.77.33] (172.21.77.33) by mtkcas09.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Mon, 12 Nov 2018 11:49:54 +0800 Message-ID: <1541994594.31175.4.camel@mtkswgap22> Subject: Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node From: Ryder Lee To: Sasha Levin CC: Rob Herring , Matthias Brugger , Weijie Gao , , , , , Date: Mon, 12 Nov 2018 11:49:54 +0800 In-Reply-To: <1541993608.30437.3.camel@mtkswgap22> References: <30f4a4110190a175307ac4dfebc98ffe96c44b90.1541643419.git.ryder.lee@mediatek.com> <17fde639c7d37f9cfabab230379913e652cf869a.1541643419.git.ryder.lee@mediatek.com> <20181112024556.GI2642@sasha-vm> <1541993608.30437.3.camel@mtkswgap22> Content-Type: text/plain; charset="UTF-8" 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-11-12 at 11:33 +0800, Ryder Lee wrote: > On Sun, 2018-11-11 at 21:45 -0500, Sasha Levin wrote: > > On Mon, Nov 12, 2018 at 09:28:08AM +0800, Ryder Lee wrote: > > >The crash http://termbin.com/zitb is caused by the timer register > > >into system in early pahse during kernel boot, but the clock > > >sources didn't get ready at that time. > > > > > >A better way is to switch to use CLK_OF_DECLARE() in driver for things > > >that need them early, but this node is actually useless in MT7622. > > >So we drop it. > > > > > >Fixes: 9cc7f0de9e67 ("arm64: dts: mt7622: add timer, CCI-400 and PMU nodes") > > >Cc: stable@vger.kernel.org > > >Signed-off-by: Ryder Lee > > > > To confirm: the patch this fixes was added in v4.20-rc1, which means > > that this current patch doesn't apply to any of the stable trees. > > > > Did we miss something? > > > > I didn't see any fixup for this? > > Ryder Oh, I didn't get it right. Yes, there is no need to apply to the stable trees. @Matthias, could you help to drop the CC tag when you take this patch through your tree? Sorry for the inconvenience. Thanks Ryder