linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices
@ 2015-07-21  7:30 Zhen Lei
  2015-07-21  7:30 ` [PATCH v3 1/5] iommu/arm-smmu: to support probe deferral Zhen Lei
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Zhen Lei @ 2015-07-21  7:30 UTC (permalink / raw)
  To: linux-arm-kernel

Changelog:
v2 -> v3:
1. add support for pci device hotplug, which missed in patch v2.
2. only support #iommu-cells = <1>, add corresponding description in arm,smmu-v3.txt.
3. add function find_smmu_by_device which extracted from find_smmu_by_node, to resolve
   the problem mentioned by Robin Murphy in [PATCH v2 7/9].
   Additionally:
   +    platform_set_drvdata(pdev, smmu);       //Patch v2
   +	dev->archdata.iommu = smmu;             //Patch v3, dev = &pdev->dev

v1 -> v2:
update the implementation of patch 1/9 according to Will Deacon's suggestion.
update the comment of patch 3/9 and 4/9.
use arm_smmu_options to skip the execution of command CMD_PREFETCH_CONFIG, see patch 5/9.
patch 6/9 is base on Laurent's series, to support probe deferral.
patch 7/9 according to Robin Murphy's suggestion, remove global variable arm_smmu_devices, thanks.
patch 9/9 add support for a master with multiple stream IDs.

Zhen Lei (5):
  iommu/arm-smmu: to support probe deferral
  iommu/arm-smmu: remove arm_smmu_devices
  iommu/arm-smmu: rename __arm_smmu_get_pci_sid
  iommu/arm-smmu: add support for non-pci devices
  iommu/arm-smmu: describe the limitation of #iommu-cells

 .../devicetree/bindings/iommu/arm,smmu-v3.txt      |   6 +
 drivers/iommu/arm-smmu-v3.c                        | 209 ++++++++++++++++-----
 2 files changed, 163 insertions(+), 52 deletions(-)

--
1.8.0

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

end of thread, other threads:[~2015-08-05 10:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21  7:30 [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices Zhen Lei
2015-07-21  7:30 ` [PATCH v3 1/5] iommu/arm-smmu: to support probe deferral Zhen Lei
2015-07-21  7:30 ` [PATCH v3 2/5] iommu/arm-smmu: remove arm_smmu_devices Zhen Lei
2015-07-21  7:30 ` [PATCH v3 3/5] iommu/arm-smmu: rename __arm_smmu_get_pci_sid Zhen Lei
2015-07-21  7:30 ` [PATCH v3 4/5] iommu/arm-smmu: add support for non-pci devices Zhen Lei
2015-07-21  7:30 ` [PATCH v3 5/5] iommu/arm-smmu: describe the limitation of #iommu-cells Zhen Lei
2015-07-21 10:30 ` [PATCH v3 0/5] iommu/arm-smmu: add support for non-pci devices Robin Murphy
2015-07-22  3:00   ` Leizhen (ThunderTown)
2015-07-28 12:48   ` Will Deacon
2015-08-04 22:50     ` Laurent Pinchart
2015-08-05 10:45       ` Will Deacon
2015-08-05 10:53         ` Laurent Pinchart

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).