Merge tag 'v6.8-rc3'

Linux 6.8-rc3
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README.md
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index ace1fc4..8eae9b8 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -1163,7 +1163,7 @@ static const struct dev_pm_ops ipmmu_pm  = {
 static struct platform_driver ipmmu_driver = {
 	.driver = {
 		.name = "ipmmu-vmsa",
-		.of_match_table = of_match_ptr(ipmmu_of_ids),
+		.of_match_table = ipmmu_of_ids,
 		.pm = DEV_PM_OPS,
 	},
 	.probe = ipmmu_probe,