[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230417150038.51698-1-sebastian.reichel@collabora.com>
Date: Mon, 17 Apr 2023 17:00:36 +0200
From: Sebastian Reichel <sebastian.reichel@...labora.com>
To: Marc Zyngier <maz@...nel.org>, Heiko Stuebner <heiko@...ech.de>
Cc: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Peng Fan <peng.fan@....com>,
Robin Murphy <robin.murphy@....com>,
Peter Geis <pgwipeout@...il.com>,
XiaoDong Huang <derrick.huang@...k-chips.com>,
Kever Yang <kever.yang@...k-chips.com>,
linux-rockchip@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Sebastian Reichel <sebastian.reichel@...labora.com>,
kernel@...labora.com
Subject: [PATCH v2 0/2] Add Rockchip RK3588 GIC ITS support
Hi,
We got an Errata # from Rockchip for the GIC600 integration issue in
RK3588, so here is another try adding upstream ITS support for that
platform. I noticed
https://lore.kernel.org/lkml/DU0PR04MB9417388F9BDD73080294FA8E88889@DU0PR04MB9417.eurprd04.prod.outlook.com/
so I kept the flag name itself generic.
P.S.: I'm taking over from Lucas Tanure, who no longer works for
Collabora.
List of previous attempts / changelog:
* PATCHv1
- https://lore.kernel.org/lkml/20230227151847.207922-1-lucas.tanure@collabora.com/
- uses of_dma_is_coherent() instead of providing errata info from kernel
* RFCv1
- https://lore.kernel.org/lkml/20230310080518.78054-1-lucas.tanure@collabora.com/
- uses 0x0201743b IIDR for quirk detection and misses errata #
Greetings,
-- Sebastian
Sebastian Reichel (2):
irqchip/gic-v3: Add Rockchip 3588001 errata workaround
arm64: dts: rockchip: rk3588: add MSI support
Documentation/arm64/silicon-errata.rst | 3 +++
arch/arm64/Kconfig | 10 +++++++++
arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 17 +++++++++++++++
drivers/irqchip/irq-gic-v3-its.c | 25 +++++++++++++++++++++++
4 files changed, 55 insertions(+)
--
2.39.2
Powered by blists - more mailing lists