public inbox for iommu@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH 0/3] IOMMU: Add driver for rk356x
@ 2021-04-22  7:24 Benjamin Gaignard
  2021-04-22  7:24 ` [PATCH 1/3] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema Benjamin Gaignard
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Benjamin Gaignard @ 2021-04-22  7:24 UTC (permalink / raw)
  To: joro, will, robh+dt, heiko, xxm
  Cc: devicetree, Benjamin Gaignard, linux-kernel, linux-rockchip,
	iommu, kernel, linux-arm-kernel

This series adds the IOMMU driver for rk356x SoC.
Since a new compatible is needed to distinguish this second version of 
IOMMU hardware block from the first one, it is an opportunity to convert
the binding to DT schema.

Benjamin

Benjamin Gaignard (2):
  dt-bindings: iommu: rockchip: Convert IOMMU to DT schema
  dt-bindings: iommu: rockchip: Add compatible for v2

Simon Xue (1):
  iommu: rockchip: Add support iommu v2

 .../bindings/iommu/rockchip,iommu.txt         |  38 --
 .../bindings/iommu/rockchip,iommu.yaml        |  78 ++++
 drivers/iommu/rockchip-iommu.c                | 422 +++++++++++++++++-
 3 files changed, 484 insertions(+), 54 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/iommu/rockchip,iommu.txt
 create mode 100644 Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml

-- 
2.25.1

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

end of thread, other threads:[~2021-04-22 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-22  7:24 [PATCH 0/3] IOMMU: Add driver for rk356x Benjamin Gaignard
2021-04-22  7:24 ` [PATCH 1/3] dt-bindings: iommu: rockchip: Convert IOMMU to DT schema Benjamin Gaignard
2021-04-22 13:13   ` Johan Jonker
2021-04-22  7:24 ` [PATCH 2/3] dt-bindings: iommu: rockchip: Add compatible for v2 Benjamin Gaignard
2021-04-22  7:24 ` [PATCH 3/3] iommu: rockchip: Add support iommu v2 Benjamin Gaignard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox