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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT 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 71143C282D8 for ; Fri, 1 Feb 2019 06:50:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4294120870 for ; Fri, 1 Feb 2019 06:50:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Vy/Q808g"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vKzp8AZl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4294120870 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=dJmqdoG7pHABI+aGE2cxHntJ7yoyIOPEcNPg/Afhkr4=; b=Vy/Q808gVWO62Y ryl0Fq3B3En9DPfVbMXPwn0O0CFZleV6WMhARe4pZAsE+FdeLARh5LgmHRlu/e1Tv6uKpI8gmcPFS jQYPYfv5qylVxut6XuiPoXn67UCD4Xv6rXol0yARn21FoOVZ1rfURSCUQBCfSKOGTcXlh0bFV9guZ dnK/tm/pgON5LnKiFCEGLA5f4xNsO/VllQ61vUxf3FYV3p+cm0yCrpekjyhy0FqLDA0oOrw6G41UK OS2LpDsbuzfNRuL6CWK0iBQZ5ouhywZiVQGQodmzwLY3Ec0Ix/Mifry56jrHRhev6TVFzgc/zlDML iBuUHeRMUyZFhe4+03Sg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gpSeF-0003nG-OS; Fri, 01 Feb 2019 06:49:59 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gpSeB-0003mp-Pv for linux-arm-kernel@lists.infradead.org; Fri, 01 Feb 2019 06:49:57 +0000 Received: from dragon (61-216-91-114.HINET-IP.hinet.net [61.216.91.114]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3767F20870; Fri, 1 Feb 2019 06:49:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549003795; bh=mcQuoYOAYVd5qSrGCIB5O+eGvHevEaNDbgjpQxlk29k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vKzp8AZlL7CF4HHLTPU78cuaOswfM2bcabpJIE4uNcYu3uufSDNC1OcWRaKYngUUp DIlzX4Slx4rmMpsHgewvXt7JtLijV8vMyEMiuBgpgV/fr0OGDEt8gHe6V+pSeZZtCW tWaq3lROL+2T+4eXr63hqylx6uTozduw7BinXepk= Date: Fri, 1 Feb 2019 14:49:46 +0800 From: Shawn Guo To: Fabio Estevam Subject: Re: [PATCH v2 1/2] arm64: dts: imx8mq: properly describe IRQ hierarchy Message-ID: <20190201064944.GM19882@dragon> References: <20190125162034.12984-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190131_224955_860907_D341D025 X-CRM114-Status: GOOD ( 11.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: patchwork-lst@pengutronix.de, NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Lucas Stach Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jan 25, 2019 at 02:44:24PM -0200, Fabio Estevam wrote: > Hi Lucas, > > On Fri, Jan 25, 2019 at 2:21 PM Lucas Stach wrote: > > > > The GPCv2 sits between most of the peripherals and the GIC and > > functions as a wakeup controller for the CPU cores. > > > > Signed-off-by: Lucas Stach > > In order to avoid boot issues during bisection, please invert the > order of the patches in the series, then you can add: Two patches will go via different branches, i.e. imx/soc and imx/dt64. Since we always send imx/soc before imx/dt64, so it should be fine. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel