All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] iommu/sun50i: Allwinner D1 support
@ 2023-01-03  1:08 ` Samuel Holland
  0 siblings, 0 replies; 34+ messages in thread
From: Samuel Holland @ 2023-01-03  1:08 UTC (permalink / raw)
  To: Joerg Roedel, Will Deacon, Robin Murphy, Chen-Yu Tsai,
	Jernej Skrabec, Krzysztof Kozlowski, Rob Herring
  Cc: iommu, linux-arm-kernel, linux-sunxi, linux-kernel, devicetree,
	Maxime Ripard, Samuel Holland

D1 is a RISC-V SoC from Allwinner's sunxi family. This series adds IOMMU
binding and driver support. The RISC-V architecture code still needs
some small updates to use an IOMMU for DMA[1][2]. I will send those
separately.

[1]: https://lore.kernel.org/linux-riscv/20220428010401.11323-1-samuel@sholland.org/
[2]: https://lore.kernel.org/linux-riscv/7b09e989-0aa1-a557-485e-572f69caf881@arm.com/

Changes in v2:
 - Disallow the 'resets' property for the D1 variant
 - Set bypass based on attached devices instead of using a fixed value

Samuel Holland (6):
  dt-bindings: iommu: sun50i: Add compatible for Allwinner D1
  iommu/sun50i: Track masters attached to the domain
  iommu/sun50i: Keep the bypass register up to date
  iommu/sun50i: Support variants without an external reset
  iommu/sun50i: Add support for the D1 variant
  riscv: dts: allwinner: d1: Add the IOMMU node

 .../iommu/allwinner,sun50i-h6-iommu.yaml      | 20 +++++-
 .../boot/dts/allwinner/sunxi-d1s-t113.dtsi    | 10 +++
 drivers/iommu/sun50i-iommu.c                  | 68 ++++++++++++++-----
 3 files changed, 79 insertions(+), 19 deletions(-)

-- 
2.37.4


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

end of thread, other threads:[~2023-02-04 14:50 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03  1:08 [PATCH v2 0/6] iommu/sun50i: Allwinner D1 support Samuel Holland
2023-01-03  1:08 ` Samuel Holland
2023-01-03  1:08 ` [PATCH v2 1/6] dt-bindings: iommu: sun50i: Add compatible for Allwinner D1 Samuel Holland
2023-01-03  1:08   ` Samuel Holland
2023-01-08 20:53   ` Rob Herring
2023-01-08 20:53     ` Rob Herring
2023-01-03  1:08 ` [PATCH v2 2/6] iommu/sun50i: Track masters attached to the domain Samuel Holland
2023-01-03  1:08   ` Samuel Holland
2023-01-04 22:04   ` Jernej Škrabec
2023-01-04 22:04     ` Jernej Škrabec
2023-01-03  1:09 ` [PATCH v2 3/6] iommu/sun50i: Keep the bypass register up to date Samuel Holland
2023-01-03  1:09   ` Samuel Holland
2023-01-04 22:06   ` Jernej Škrabec
2023-01-04 22:06     ` Jernej Škrabec
2023-01-03  1:09 ` [PATCH v2 4/6] iommu/sun50i: Support variants without an external reset Samuel Holland
2023-01-03  1:09   ` Samuel Holland
2023-01-03  1:09 ` [PATCH v2 5/6] iommu/sun50i: Add support for the D1 variant Samuel Holland
2023-01-03  1:09   ` Samuel Holland
2023-01-03  1:09 ` [PATCH v2 6/6] riscv: dts: allwinner: d1: Add the IOMMU node Samuel Holland
2023-01-03  1:09   ` Samuel Holland
2023-01-04 22:07   ` Jernej Škrabec
2023-01-04 22:07     ` Jernej Škrabec
2023-01-13 15:35   ` Joerg Roedel
2023-01-13 15:35     ` Joerg Roedel
2023-01-14 17:17     ` Samuel Holland
2023-01-14 17:17       ` Samuel Holland
2023-01-20  9:18       ` Joerg Roedel
2023-01-20  9:18         ` Joerg Roedel
2023-01-20 15:11 ` [PATCH v2 0/6] iommu/sun50i: Allwinner D1 support Joerg Roedel
2023-01-20 15:11   ` Joerg Roedel
2023-02-03 10:21   ` Joerg Roedel
2023-02-03 10:21     ` Joerg Roedel
2023-02-04 14:49     ` Samuel Holland
2023-02-04 14:49       ` Samuel Holland

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.