summaryrefslogtreecommitdiff
path: root/drivers/iommu/apple-dart.c
AgeCommit message (Expand)Author
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe
2023-12-11iommu/apple-dart: Fix spelling mistake "grups" -> "groups"Colin Ian King
2023-11-27iommu/apple-dart: Use readl instead of readl_relaxed for consistencySven Peter
2023-11-27iommu/apple-dart: Add support for t8103 USB4 DARTSven Peter
2023-11-27iommu/apple-dart: Write to all DART_T8020_STREAM_SELECTSven Peter
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel
2023-10-26iommu/dart: Remove the force_bypass variableJason Gunthorpe
2023-10-26iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()Jason Gunthorpe
2023-10-26iommu/dart: Convert to domain_alloc_paging()Jason Gunthorpe
2023-10-26iommu/dart: Move the blocked domain support to a global staticJason Gunthorpe
2023-10-26iommu/dart: Use static global identity domainsJason Gunthorpe
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle
2023-09-25iommu/apple-dart: Handle DMA_FQ domains in attach_dev()Hector Martin
2023-08-07iommu/apple-dart: mark apple_dart_pm_ops staticMin-Hua Chen
2023-03-31iommu/apple-dart: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel
2023-02-03iommu: dart: DART_T8110_ERROR range should be 0 to 5Eric Curtin
2023-02-03iommu/dart: Fix apple_dart_device_group for PCI groupsSven Peter
2023-01-20iommu: dart: Add t8110 DART supportHector Martin
2023-01-20iommu: dart: Support different variants with different registersHector Martin
2023-01-20iommu: dart: Fix DART_PARAMS1/2 bit define namesHector Martin
2023-01-20iommu: dart: Support a variable number of TTBRs per streamHector Martin
2023-01-20iommu: dart: Support >64 stream IDsHector Martin
2023-01-20iommu: dart: Add suspend/resume supportHector Martin
2023-01-13iommu: Remove detach_dev callbacksLu Baolu
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel
2022-09-26iommu: dart: Support t6000 variantSven Peter
2022-09-09iommu/dma: Make header privateRobin Murphy
2022-09-07iommu/dart: Clean up bus_set_iommu()Robin Murphy
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig
2022-07-06iommu: Clean up release_device checksRobin Murphy
2022-05-04iommu/dart: Add missing module owner to ops structureHector Martin
2022-04-28iommu/dart: check return value after calling platform_get_resource()Yang Yingliang
2022-02-28iommu: Split struct iommu_opsLu Baolu
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-04iommu/dart: Exclude MSI doorbell from PCIe device IOVA rangeMarc Zyngier
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel
2021-10-27iommu/dart: Initialize DART_STREAMS_ENABLESven Peter
2021-10-18iommu/dart: Use kmemdup instead of kzalloc and memcpyWan Jiabing
2021-09-28iommu/dart: Clear sid2group entry when a group is freedSven Peter
2021-09-28iommu/dart: Remove iommu_flush_opsSven Peter
2021-09-28iommu/dart: Clean up IOVA cookie crumbsRobin Murphy
2021-08-12iommu/dart: Add DART iommu driverSven Peter