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: 13+ 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 ` [PATCH v1 2/7] arm64: dts: Use IRQ flags " Andrew Murray
2019-11-06 10:03 ` Liviu Dudau
2019-11-08 14:34 ` Heiko Stuebner [this message]
2019-11-09 6:03 ` Wei Xu
2019-11-04 16:38 ` [PATCH v1 3/7] arm: " Andrew Murray
2019-11-05 15:06 ` Linus Walleij
2019-11-05 17:20 ` Jesper Nilsson
2019-11-04 16:38 ` [PATCH v1 7/7] dt-bindings: PCI: " Andrew Murray
2019-11-05 15:08 ` Linus Walleij
2019-11-05 15:16 ` Andrew Murray
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$(echo .)de \
--cc=agross@kernel$(echo .)org \
--cc=andrew.murray@arm$(echo .)com \
--cc=antoine.tenart@bootlin$(echo .)com \
--cc=brijeshkumar.singh@amd$(echo .)com \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=jnair@caviumnetworks$(echo .)com \
--cc=leoyang.li@nxp$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-arm-msm@vger$(echo .)kernel.org \
--cc=linux-rockchip@lists$(echo .)infradead.org \
--cc=liviu.dudau@arm$(echo .)com \
--cc=lorenzo.pieralisi@arm$(echo .)com \
--cc=mark.rutland@arm$(echo .)com \
--cc=michal.simek@xilinx$(echo .)com \
--cc=robh+dt@kernel$(echo .)org \
--cc=rrichter@cavium$(echo .)com \
--cc=shawnguo@kernel$(echo .)org \
--cc=sudeep.holla@arm$(echo .)com \
--cc=suravee.suthikulpanit@amd$(echo .)com \
--cc=thomas.lendacky@amd$(echo .)com \
--cc=tsahee@annapurnalabs$(echo .)com \
--cc=xuwei5@hisilicon$(echo .)com \
--cc=yamada.masahiro@socionext$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox