--- v10
+++ v12
@@ -1,6 +1,5 @@
The set_iommu_table_base_and_group() name suggests that the function
-sets table base and add a device to an IOMMU group. However actual
-table base setting happens in pnv_pci_ioda_dma_dev_setup().
+sets table base and add a device to an IOMMU group.
The actual purpose for table base setting is to put some reference
into a device so later iommu_add_device() can get the IOMMU group
@@ -26,6 +25,8 @@
so actual adding is happening in tce_iommu_bus_notifier.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
+Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
+Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
---
Changes:
v10: