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=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 97ACDC5DF60 for ; Fri, 8 Nov 2019 14:34:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6947821D7F for ; Fri, 8 Nov 2019 14:34:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726770AbfKHOe2 (ORCPT ); Fri, 8 Nov 2019 09:34:28 -0500 Received: from gloria.sntech.de ([185.11.138.130]:59408 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726768AbfKHOe2 (ORCPT ); Fri, 8 Nov 2019 09:34:28 -0500 Received: from ip5f5a6266.dynamic.kabel-deutschland.de ([95.90.98.102] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iT5Kx-0001br-PV; Fri, 08 Nov 2019 15:34:07 +0100 From: Heiko Stuebner To: Andrew Murray Cc: Tsahee Zidenberg , Antoine Tenart , Rob Herring , Mark Rutland , Brijesh Singh , Suravee Suthikulpanit , Tom Lendacky , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Robert Richter , Jayachandran C , Shawn Guo , Li Yang , Wei Xu , Andy Gross , Masahiro Yamada , Michal Simek , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v1 2/7] arm64: dts: Use IRQ flags for legacy PCI IRQ interrupts Date: Fri, 08 Nov 2019 15:34:06 +0100 Message-ID: <4293211.PqsBVBjssI@phil> In-Reply-To: <20191104163834.8932-3-andrew.murray@arm.com> References: <20191104163834.8932-1-andrew.murray@arm.com> <20191104163834.8932-3-andrew.murray@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Am Montag, 4. November 2019, 17:38:16 CET schrieb Andrew Murray: > Replace magic numbers used to describe legacy PCI IRQ interrupts > with #define. > > Signed-off-by: Andrew Murray > diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi > index cede1ad81be2..bb68826bac6f 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi > @@ -242,11 +242,11 @@ > , > ; > interrupt-names = "sys", "legacy", "client"; > - interrupt-map-mask = <0 0 0 7>; > - interrupt-map = <0 0 0 1 &pcie0_intc 0>, > - <0 0 0 2 &pcie0_intc 1>, > - <0 0 0 3 &pcie0_intc 2>, > - <0 0 0 4 &pcie0_intc 3>; > + interrupt-map-mask = <0 0 0 IRQ_INT_ALL>; > + interrupt-map = <0 0 0 IRQ_INTA &pcie0_intc 0>, > + <0 0 0 IRQ_INTB &pcie0_intc 1>, > + <0 0 0 IRQ_INTC &pcie0_intc 2>, > + <0 0 0 IRQ_INTD &pcie0_intc 3>; > linux,pci-domain = <0>; > max-link-speed = <1>; > msi-map = <0x0 &its 0x0 0x1000>; For the Rockchip part Acked-by: Heiko Stuebner From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH v1 2/7] arm64: dts: Use IRQ flags for legacy PCI IRQ interrupts Date: Fri, 08 Nov 2019 15:34:06 +0100 Message-ID: <4293211.PqsBVBjssI@phil> References: <20191104163834.8932-1-andrew.murray@arm.com> <20191104163834.8932-3-andrew.murray@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20191104163834.8932-3-andrew.murray@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Andrew Murray Cc: Mark Rutland , devicetree@vger.kernel.org, Liviu Dudau , Masahiro Yamada , Lorenzo Pieralisi , Michal Simek , Wei Xu , linux-rockchip@lists.infradead.org, Andy Gross , Tsahee Zidenberg , Tom Lendacky , Antoine Tenart , linux-arm-msm@vger.kernel.org, Robert Richter , Rob Herring , Jayachandran C , linux-arm-kernel@lists.infradead.org, Brijesh Singh , Li Yang , Suravee Suthikulpanit , Sudeep Holla , Shawn Guo List-Id: linux-rockchip.vger.kernel.org Am Montag, 4. November 2019, 17:38:16 CET schrieb Andrew Murray: > Replace magic numbers used to describe legacy PCI IRQ interrupts > with #define. > > Signed-off-by: Andrew Murray > diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi > index cede1ad81be2..bb68826bac6f 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi > @@ -242,11 +242,11 @@ > , > ; > interrupt-names = "sys", "legacy", "client"; > - interrupt-map-mask = <0 0 0 7>; > - interrupt-map = <0 0 0 1 &pcie0_intc 0>, > - <0 0 0 2 &pcie0_intc 1>, > - <0 0 0 3 &pcie0_intc 2>, > - <0 0 0 4 &pcie0_intc 3>; > + interrupt-map-mask = <0 0 0 IRQ_INT_ALL>; > + interrupt-map = <0 0 0 IRQ_INTA &pcie0_intc 0>, > + <0 0 0 IRQ_INTB &pcie0_intc 1>, > + <0 0 0 IRQ_INTC &pcie0_intc 2>, > + <0 0 0 IRQ_INTD &pcie0_intc 3>; > linux,pci-domain = <0>; > max-link-speed = <1>; > msi-map = <0x0 &its 0x0 0x1000>; For the Rockchip part Acked-by: Heiko Stuebner 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=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 14B39FA372C for ; Fri, 8 Nov 2019 14:34:33 +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 CBF7B21D7F for ; Fri, 8 Nov 2019 14:34:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ctfjjw5I" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CBF7B21D7F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de 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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IhLyI9iTMY+ooVXvsC5vyOxoHksUHwuvXtLL4Q/C0vU=; b=ctfjjw5IhKR/X1 bhIYzoWCEKANlOo68cB3m05arKIcti5T3bklBTGFdiaWQomMGPq4aL+jAoNEtnpL9PsweaV4eY7mj F+kVh+BM2fXqqiV5aORJLYFQkX16ZqPaTavJ50UXD+Fsd827TnfzDJ9zxWmu5pW8AjUuJym6COs1I 31u/Wtu1grxhK8axGZpwErS7aMFJMHSJlY1SR0/FNbecxQfIrB4arDUpXAZKOpRS5uiVX3yeIzdY1 6vlW6AmNTKA2E7R76mym4pQ8FzDFo9EHFmLJ25kGygkaTy1nUYD9cpGGSBCktDGLM6vUOAIgQevrc LMsZu7pSxXRBA7Dm0AOA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iT5LM-0002eQ-Cp; Fri, 08 Nov 2019 14:34:32 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iT5LK-0002dp-67; Fri, 08 Nov 2019 14:34:31 +0000 Received: from ip5f5a6266.dynamic.kabel-deutschland.de ([95.90.98.102] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iT5Kx-0001br-PV; Fri, 08 Nov 2019 15:34:07 +0100 From: Heiko Stuebner To: Andrew Murray Subject: Re: [PATCH v1 2/7] arm64: dts: Use IRQ flags for legacy PCI IRQ interrupts Date: Fri, 08 Nov 2019 15:34:06 +0100 Message-ID: <4293211.PqsBVBjssI@phil> In-Reply-To: <20191104163834.8932-3-andrew.murray@arm.com> References: <20191104163834.8932-1-andrew.murray@arm.com> <20191104163834.8932-3-andrew.murray@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191108_063430_380108_FA5F26DE X-CRM114-Status: GOOD ( 12.91 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Liviu Dudau , Masahiro Yamada , Lorenzo Pieralisi , Michal Simek , Wei Xu , linux-rockchip@lists.infradead.org, Andy Gross , Tsahee Zidenberg , Tom Lendacky , Antoine Tenart , linux-arm-msm@vger.kernel.org, Robert Richter , Rob Herring , Jayachandran C , linux-arm-kernel@lists.infradead.org, Brijesh Singh , Li Yang , Suravee Suthikulpanit , Sudeep Holla , Shawn Guo 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 Am Montag, 4. November 2019, 17:38:16 CET schrieb Andrew Murray: > Replace magic numbers used to describe legacy PCI IRQ interrupts > with #define. > > Signed-off-by: Andrew Murray > diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi > index cede1ad81be2..bb68826bac6f 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi > @@ -242,11 +242,11 @@ > , > ; > interrupt-names = "sys", "legacy", "client"; > - interrupt-map-mask = <0 0 0 7>; > - interrupt-map = <0 0 0 1 &pcie0_intc 0>, > - <0 0 0 2 &pcie0_intc 1>, > - <0 0 0 3 &pcie0_intc 2>, > - <0 0 0 4 &pcie0_intc 3>; > + interrupt-map-mask = <0 0 0 IRQ_INT_ALL>; > + interrupt-map = <0 0 0 IRQ_INTA &pcie0_intc 0>, > + <0 0 0 IRQ_INTB &pcie0_intc 1>, > + <0 0 0 IRQ_INTC &pcie0_intc 2>, > + <0 0 0 IRQ_INTD &pcie0_intc 3>; > linux,pci-domain = <0>; > max-link-speed = <1>; > msi-map = <0x0 &its 0x0 0x1000>; For the Rockchip part Acked-by: Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel