From: Heiko Stuebner <heiko@sntech.de>
To: Andrew Murray <andrew.murray@arm.com>
Cc: Tsahee Zidenberg <tsahee@annapurnalabs.com>,
Antoine Tenart <antoine.tenart@bootlin.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Brijesh Singh <brijeshkumar.singh@amd.com>,
Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>,
Tom Lendacky <thomas.lendacky@amd.com>,
Liviu Dudau <liviu.dudau@arm.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Robert Richter <rrichter@cavium.com>,
Jayachandran C <jnair@caviumnetworks.com>,
Shawn Guo <shawnguo@kernel.org>, Li Yang <leoyang.li@nxp.com>,
Wei Xu <xuwei5@hisilicon.com>, Andy Gross <agross@kernel.org>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Michal Simek <michal.simek@xilinx.com>,
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 [thread overview]
Message-ID: <4293211.PqsBVBjssI@phil> (raw)
In-Reply-To: <20191104163834.8932-3-andrew.murray@arm.com>
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 <andrew.murray@arm.com>
> 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 @@
> <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH 0>,
> <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH 0>;
> 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 <heiko@sntech.de>
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Andrew Murray <andrew.murray@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Liviu Dudau <liviu.dudau@arm.com>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Michal Simek <michal.simek@xilinx.com>,
Wei Xu <xuwei5@hisilicon.com>,
linux-rockchip@lists.infradead.org,
Andy Gross <agross@kernel.org>,
Tsahee Zidenberg <tsahee@annapurnalabs.com>,
Tom Lendacky <thomas.lendacky@amd.com>,
Antoine Tenart <antoine.tenart@bootlin.com>,
linux-arm-msm@vger.kernel.org,
Robert Richter <rrichter@cavium.com>,
Rob Herring <robh+dt@kernel.org>,
Jayachandran C <jnair@caviumnetworks.com>,
linux-arm-kernel@lists.infradead.org,
Brijesh Singh <brijeshkumar.singh@amd.com>,
Li Yang <leoyang.li@nxp.com>,
Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Shawn Guo <shawnguo@kernel.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 [thread overview]
Message-ID: <4293211.PqsBVBjssI@phil> (raw)
In-Reply-To: <20191104163834.8932-3-andrew.murray@arm.com>
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 <andrew.murray@arm.com>
> 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 @@
> <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH 0>,
> <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH 0>;
> 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 <heiko@sntech.de>
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Andrew Murray <andrew.murray@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Liviu Dudau <liviu.dudau@arm.com>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Michal Simek <michal.simek@xilinx.com>,
Wei Xu <xuwei5@hisilicon.com>,
linux-rockchip@lists.infradead.org,
Andy Gross <agross@kernel.org>,
Tsahee Zidenberg <tsahee@annapurnalabs.com>,
Tom Lendacky <thomas.lendacky@amd.com>,
Antoine Tenart <antoine.tenart@bootlin.com>,
linux-arm-msm@vger.kernel.org,
Robert Richter <rrichter@cavium.com>,
Rob Herring <robh+dt@kernel.org>,
Jayachandran C <jnair@caviumnetworks.com>,
linux-arm-kernel@lists.infradead.org,
Brijesh Singh <brijeshkumar.singh@amd.com>,
Li Yang <leoyang.li@nxp.com>,
Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Shawn Guo <shawnguo@kernel.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 [thread overview]
Message-ID: <4293211.PqsBVBjssI@phil> (raw)
In-Reply-To: <20191104163834.8932-3-andrew.murray@arm.com>
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 <andrew.murray@arm.com>
> 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 @@
> <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH 0>,
> <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH 0>;
> 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 <heiko@sntech.de>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-11-08 14:34 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-04 16:38 [PATCH v1 0/7] PCI: dt: Remove magic numbers for legacy PCI IRQ interrupts Andrew Murray
2019-11-04 16:38 ` Andrew Murray
2019-11-04 16:38 ` Andrew Murray
2019-11-04 16:38 ` [PATCH v1 1/7] PCI: dt: Add legacy PCI IRQ defines Andrew Murray
2019-11-06 23:43 ` Rob Herring
2019-11-04 16:38 ` [PATCH v1 2/7] arm64: dts: Use IRQ flags for legacy PCI IRQ interrupts Andrew Murray
2019-11-04 16:38 ` Andrew Murray
2019-11-04 16:38 ` Andrew Murray
2019-11-06 10:03 ` Liviu Dudau
2019-11-06 10:03 ` Liviu Dudau
2019-11-08 14:34 ` Heiko Stuebner [this message]
2019-11-08 14:34 ` Heiko Stuebner
2019-11-08 14:34 ` Heiko Stuebner
2019-11-09 6:03 ` Wei Xu
2019-11-09 6:03 ` Wei Xu
2019-11-09 6:03 ` Wei Xu
2019-11-04 16:38 ` [PATCH v1 3/7] arm: " Andrew Murray
2019-11-04 16:38 ` Andrew Murray
2019-11-05 15:06 ` Linus Walleij
2019-11-05 15:06 ` Linus Walleij
2019-11-05 17:20 ` Jesper Nilsson
2019-11-05 17:20 ` Jesper Nilsson
2019-11-04 16:38 ` [PATCH v1 4/7] xtensa: " Andrew Murray
2019-11-04 16:38 ` [PATCH v1 5/7] powerpc: dts: fsl: " Andrew Murray
2019-11-12 12:48 ` Michael Ellerman
2019-11-04 16:38 ` [PATCH v1 6/7] powerpc: dts: " Andrew Murray
2019-11-12 12:48 ` Michael Ellerman
2019-11-04 16:38 ` [PATCH v1 7/7] dt-bindings: PCI: " Andrew Murray
2019-11-04 16:38 ` Andrew Murray
2019-11-04 16:38 ` Andrew Murray
2019-11-04 16:38 ` Andrew Murray
2019-11-05 15:08 ` Linus Walleij
2019-11-05 15:08 ` Linus Walleij
2019-11-05 15:08 ` Linus Walleij
2019-11-05 15:16 ` Andrew Murray
2019-11-05 15:16 ` Andrew Murray
2019-11-05 15:16 ` Andrew Murray
2019-11-06 23:47 ` Rob Herring
2019-11-06 23:47 ` Rob Herring
2019-11-06 23:47 ` Rob Herring
2019-11-06 23:47 ` Rob Herring
2019-11-06 23:47 ` Rob Herring
2019-11-06 23:47 ` Rob Herring
2019-11-06 23:47 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4293211.PqsBVBjssI@phil \
--to=heiko@sntech.de \
--cc=agross@kernel.org \
--cc=andrew.murray@arm.com \
--cc=antoine.tenart@bootlin.com \
--cc=brijeshkumar.singh@amd.com \
--cc=devicetree@vger.kernel.org \
--cc=jnair@caviumnetworks.com \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=liviu.dudau@arm.com \
--cc=lorenzo.pieralisi@arm.com \
--cc=mark.rutland@arm.com \
--cc=michal.simek@xilinx.com \
--cc=robh+dt@kernel.org \
--cc=rrichter@cavium.com \
--cc=shawnguo@kernel.org \
--cc=sudeep.holla@arm.com \
--cc=suravee.suthikulpanit@amd.com \
--cc=thomas.lendacky@amd.com \
--cc=tsahee@annapurnalabs.com \
--cc=xuwei5@hisilicon.com \
--cc=yamada.masahiro@socionext.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.