aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/of_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01iommu: re-use local fwnode variable in iommu_ops_from_fwnode()Gravatar Krzysztof Kozlowski 1-1/+1
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Gravatar Joerg Roedel 1-39/+34
2023-12-19iommu: Don't reserve 0-length IOVA regionGravatar Ashish Mhetre 1-0/+4
2023-12-12iommu/of: Use -ENODEV consistently in of_iommu_configure()Gravatar Jason Gunthorpe 1-34/+15
2023-12-12iommmu/of: Do not return struct iommu_ops from of_iommu_configure()Gravatar Jason Gunthorpe 1-12/+19
2023-12-01iommu: Fix printk arg in of_iommu_get_resv_regions()Gravatar Daniel Mentz 1-1/+1
2023-11-27Merge branch 'iommu/fixes' into coreGravatar Joerg Roedel 1-3/+9
2023-11-27iommu: Avoid more races around device probeGravatar Robin Murphy 1-3/+9
2023-11-27iommu: Map reserved memory as cacheable if device is coherentGravatar Laurentiu Tudor 1-0/+3
2023-07-14iommu: Have __iommu_probe_device() check for already probed devicesGravatar Jason Gunthorpe 1-1/+1
2023-02-16iommu/of: mark an unused function as __maybe_unusedGravatar Randy Dunlap 1-2/+4
2023-01-25iommu: Implement of_iommu_get_resv_regions()Gravatar Thierry Reding 1-0/+94
2022-11-23iommu/of: Remove linux/msi.h includeGravatar Thomas Gleixner 1-1/+0
2022-08-23Revert "iommu/of: Delete usage of driver_deferred_probe_check_state()"Gravatar Saravana Kannan 1-1/+1
2022-06-10iommu/of: Delete usage of driver_deferred_probe_check_state()Gravatar Saravana Kannan 1-1/+1
2021-06-08iommu: Remove unused of_get_dma_window()Gravatar Rob Herring 1-68/+0
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsGravatar Jean-Philippe Brucker 1-5/+0
2020-07-28of/device: Add input id to of_dma_configure()Gravatar Lorenzo Pieralisi 1-37/+44
2020-07-28of/iommu: Make of_map_rid() PCI agnosticGravatar Lorenzo Pieralisi 1-2/+2
2020-01-15iommu/arm-smmu-v3: Parse PASID devicetree property of platform devicesGravatar Jean-Philippe Brucker 1-1/+5
2019-12-23iommu/of: Take a ref to the IOMMU driver during ->of_xlate()Gravatar Will Deacon 1-6/+12
2019-12-23iommu/of: Request ACS from the PCI core when configuring IOMMU linkageGravatar Will Deacon 1-0/+1
2019-11-21PCI: Remove unused includes and superfluous struct declarationGravatar Krzysztof Wilczynski 1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 1-13/+1
2019-01-11iommu/of: Fix probe-deferralGravatar Robin Murphy 1-1/+1
2018-12-17iommu/of: Don't call iommu_ops->add_device directlyGravatar Joerg Roedel 1-3/+3
2018-12-17iommu/of: Use device_iommu_mapped()Gravatar Joerg Roedel 1-1/+1
2018-12-17iommu/of: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 1-3/+7
2018-09-25iommu/of: support iommu configuration for fsl-mc devicesGravatar Nipun Gupta 1-0/+20
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooGravatar Nipun Gupta 1-3/+2
2018-07-10iommu: Remove IOMMU_OF_DECLAREGravatar Rob Herring 1-18/+1
2018-07-10iommu: Stop deferring probe at end of initcallsGravatar Rob Herring 1-1/+1
2018-01-17iommu: Clean up of_iommu_init_fnGravatar Robin Murphy 1-16/+0
2017-09-22iommu/of: Remove PCI host bridge node checkGravatar Robin Murphy 1-4/+1
2017-08-15iommu/of: Fix of_iommu_configure() for disabled IOMMUsGravatar Robin Murphy 1-30/+29
2017-07-26iommu: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+1
2017-07-26iommu/of: Handle PCI aliases properlyGravatar Robin Murphy 1-57/+47
2017-06-20Merge branch 'WIP.sched/core' into sched/coreGravatar Ingo Molnar 1-0/+7
2017-05-30iommu/of: Ignore all errors except EPROBE_DEFERGravatar Sricharan R 1-0/+6
2017-05-30iommu/of: Fix check for returning EPROBE_DEFERGravatar Sricharan R 1-0/+1
2017-05-23iommu/of: Adjust system_state checkGravatar Thomas Gleixner 1-1/+1
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorGravatar Laurent Pinchart 1-2/+2
2017-04-20iommu/of: Prepare for deferred IOMMU configurationGravatar Robin Murphy 1-1/+42
2017-04-20iommu/of: Refactor of_iommu_configure() for error handlingGravatar Robin Murphy 1-30/+53
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Gravatar Joerg Roedel 1-2/+2
2017-01-26iommu: Drop the of_iommu_{set/get}_ops() interfaceGravatar Lorenzo Pieralisi 1-2/+2
2016-11-29iommu: Make of_iommu_set/get_ops() DT agnosticGravatar Lorenzo Pieralisi 1-39/+0
2016-09-16iommu: Introduce iommu_fwspecGravatar Robin Murphy 1-2/+6
2016-09-16iommu/of: Handle iommu-map property for PCIGravatar Robin Murphy 1-5/+41
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncGravatar Kefeng Wang 1-1/+4