[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220525013147.2215355-1-nobuhiro1.iwamatsu@toshiba.co.jp>
Date: Wed, 25 May 2022 10:31:44 +0900
From: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@...hiba.co.jp>
To: Joerg Roedel <joro@...tes.org>, Will Deacon <will@...nel.org>,
Rob Herring <robh+dt@...nel.org>
Cc: yuji2.ishikawa@...hiba.co.jp, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org,
Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@...hiba.co.jp>
Subject: [PATCH 0/3] Add Visconti5 IOMMU driver
Hi,
This series is the IOMMU driver for Toshiba's ARM SoC, Visconti5[0].
This provides DT binding documentation, device driver and MAINTAINER files.
Best regards,
Nobuhiro
[0]: https://toshiba.semicon-storage.com/ap-en/semiconductor/product/image-recognition-processors-visconti.html
Nobuhiro Iwamatsu (3):
iommu: Add Visconti5 IOMMU driver
iommu: bindings: Add binding documentation for Toshiba Visconti5 IOMMU
device
MAINTAINERS: Add entries for Toshiba Visconti5 IOMMU
.../bindings/iommu/toshiba,visconti-atu.yaml | 62 +++
MAINTAINERS | 2 +
drivers/iommu/Kconfig | 7 +
drivers/iommu/Makefile | 1 +
drivers/iommu/visconti-atu.c | 426 ++++++++++++++++++
5 files changed, 498 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iommu/toshiba,visconti-atu.yaml
create mode 100644 drivers/iommu/visconti-atu.c
--
2.36.0
Powered by blists - more mailing lists