devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add Rockchip RK3588 GIC ITS support
@ 2023-04-18 14:21 Sebastian Reichel
  2023-04-18 14:21 ` [PATCH v4 1/2] irqchip/gic-v3: Add Rockchip 3588001 erratum workaround Sebastian Reichel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sebastian Reichel @ 2023-04-18 14:21 UTC (permalink / raw)
  To: Marc Zyngier, Heiko Stuebner
  Cc: Rob Herring, Krzysztof Kozlowski, Thomas Gleixner, Peng Fan,
	Robin Murphy, Peter Geis, XiaoDong Huang, Kever Yang,
	linux-rockchip, devicetree, linux-kernel, Sebastian Reichel,
	kernel

Hi,

This adds GIC ITS support to Rockchip RK3588, which is affected
by an integration issue effectively breaking shareability support.
PCIe2 support will follow in its own series.

Changelog:
 * Changes since PATCHv3
  - https://lore.kernel.org/lkml/20230417214035.101190-1-sebastian.reichel@collabora.com/
  - Add RB from AngeloGioacchino Del Regno
  - Update patch description
  - Update Kconfig description
  - rename flags from BROKEN_SHAREABILITY to FORCE_NON_SHAREABLE
 * Changes since PATCHv2
  - https://lore.kernel.org/lkml/20230417150038.51698-1-sebastian.reichel@collabora.com/
  - apply changes requested by Marc Zyngier
 * 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 erratum workaround
  arm64: dts: rockchip: rk3588: add GIC ITS 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          | 35 +++++++++++++++++++++++
 4 files changed, 65 insertions(+)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-19 15:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18 14:21 [PATCH v4 0/2] Add Rockchip RK3588 GIC ITS support Sebastian Reichel
2023-04-18 14:21 ` [PATCH v4 1/2] irqchip/gic-v3: Add Rockchip 3588001 erratum workaround Sebastian Reichel
2023-04-18 14:21 ` [PATCH v4 2/2] arm64: dts: rockchip: rk3588: add GIC ITS support Sebastian Reichel
2023-04-18 16:35 ` [PATCH v4 0/2] Add Rockchip RK3588 " Marc Zyngier
2023-04-19 15:56 ` (subset) " Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).