SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH 00/03] USB Host 2.0 and IOMMU trial on r8a7790 Lager
@ 2014-09-16 11:20 Magnus Damm
  2014-09-16 12:03 ` Laurent Pinchart
  2014-09-16 14:51 ` Magnus Damm
  0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2014-09-16 11:20 UTC (permalink / raw)
  To: linux-sh

USB Host 2.0 and IOMMU trial on r8a7790 Lager

[PATCH 01/03] PCI: rcar: Use notifier to hook up IOMMU groups
[PATCH 02/03] iommu/ipmmu-vmsa: Create mapping via group notifier
[PATCH 03/03] ARM: shmobile: lager-reference: IOMMUSY1 and USB tests

This patch series modifies the R-Car Gen2 PCI driver and the IPMMU-VMSA
driver to coexist and assign one IOMMU group per PCI host controller.

The PCI host controllers and the IOMMU device are glued together via
prototype code that adds the IOMMU as a platform device and ties in
the 3 PCI host controllers to the IPMMUSY1 device. Patch 3/3 is not
intended for upstream merge, however patch 1/3 and 2/3 may be useful
with or without further fixes. Comments are very welcome.

The code in this series has been lightly tested on r8a7790 Lager using
USB1 on the CN5 connector. A USB smart card reader has been hot plugged
and notifications and IOMMU map/unmap operations have been verified.

IOMMU groups have been used to separate the PCI host controllers into
groups of devices that need to use the same UTLB number. Perhaps it
would make sense to also use per-device ASIDs somehow, but this needs
further discussions.

After bootup the OHCI and EHCI devices associated with the IOMMU groups
can be located like this:

# cd /sys/kernel/iommu_groups/
# ls */*  
2/devices:
0000:02:02.0  0000:02:01.0  ee0d0000.pci

1/devices:
ee0b0000.pci  0000:01:02.0  0000:01:01.0

0/devices:
ee090000.pci  0000:00:02.0  0000:00:01.0

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Built on top of renesas-devel-20140911-v3.17-rc4
 
 arch/arm/mach-shmobile/board-lager-reference.c |   30 +++++
 drivers/iommu/ipmmu-vmsa.c                     |  121 ++++++++++++++----------
 drivers/pci/host/pci-rcar-gen2.c               |   52 ++++++++++
 3 files changed, 157 insertions(+), 46 deletions(-)

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

end of thread, other threads:[~2014-09-16 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 11:20 [PATCH 00/03] USB Host 2.0 and IOMMU trial on r8a7790 Lager Magnus Damm
2014-09-16 12:03 ` Laurent Pinchart
2014-09-16 14:51 ` Magnus Damm

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