summaryrefslogtreecommitdiff
path: root/drivers/iommu/of_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01iommu: re-use local fwnode variable in iommu_ops_from_fwnode()Krzysztof Kozlowski1-1/+1
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-39/+34
2023-12-19iommu: Don't reserve 0-length IOVA regionAshish Mhetre1-0/+4
2023-12-12iommu/of: Use -ENODEV consistently in of_iommu_configure()Jason Gunthorpe1-34/+15
2023-12-12iommmu/of: Do not return struct iommu_ops from of_iommu_configure()Jason Gunthorpe1-12/+19
2023-12-01iommu: Fix printk arg in of_iommu_get_resv_regions()Daniel Mentz1-1/+1
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel1-3/+9
2023-11-27iommu: Avoid more races around device probeRobin Murphy1-3/+9
2023-11-27iommu: Map reserved memory as cacheable if device is coherentLaurentiu Tudor1-0/+3
2023-07-14iommu: Have __iommu_probe_device() check for already probed devicesJason Gunthorpe1-1/+1
2023-02-16iommu/of: mark an unused function as __maybe_unusedRandy Dunlap1-2/+4
2023-01-25iommu: Implement of_iommu_get_resv_regions()Thierry Reding1-0/+94
2022-11-24iommu/of: Remove linux/msi.h includeThomas Gleixner1-1/+0
2022-08-23Revert "iommu/of: Delete usage of driver_deferred_probe_check_state()"Saravana Kannan1-1/+1
2022-06-10iommu/of: Delete usage of driver_deferred_probe_check_state()Saravana Kannan1-1/+1
2021-06-08iommu: Remove unused of_get_dma_window()Rob Herring1-68/+0
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsJean-Philippe Brucker1-5/+0
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi1-37/+44
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-2/+2
2020-01-15iommu/arm-smmu-v3: Parse PASID devicetree property of platform devicesJean-Philippe Brucker1-1/+5
2019-12-23iommu/of: Take a ref to the IOMMU driver during ->of_xlate()Will Deacon1-6/+12
2019-12-23iommu/of: Request ACS from the PCI core when configuring IOMMU linkageWill Deacon1-0/+1
2019-11-21PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-01-11iommu/of: Fix probe-deferralRobin Murphy1-1/+1
2018-12-17iommu/of: Don't call iommu_ops->add_device directlyJoerg Roedel1-3/+3
2018-12-17iommu/of: Use device_iommu_mapped()Joerg Roedel1-1/+1
2018-12-17iommu/of: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-3/+7
2018-09-25iommu/of: support iommu configuration for fsl-mc devicesNipun Gupta1-0/+20
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta1-3/+2
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring1-18/+1
2018-07-10iommu: Stop deferring probe at end of initcallsRob Herring1-1/+1
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy1-16/+0
2017-09-22iommu/of: Remove PCI host bridge node checkRobin Murphy1-4/+1
2017-08-15iommu/of: Fix of_iommu_configure() for disabled IOMMUsRobin Murphy1-30/+29
2017-07-26iommu: Convert to using %pOF instead of full_nameRob Herring1-2/+1
2017-07-26iommu/of: Handle PCI aliases properlyRobin Murphy1-57/+47
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar1-0/+7
2017-05-30iommu/of: Ignore all errors except EPROBE_DEFERSricharan R1-0/+6
2017-05-30iommu/of: Fix check for returning EPROBE_DEFERSricharan R1-0/+1
2017-05-23iommu/of: Adjust system_state checkThomas Gleixner1-1/+1
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart1-2/+2
2017-04-20iommu/of: Prepare for deferred IOMMU configurationRobin Murphy1-1/+42
2017-04-20iommu/of: Refactor of_iommu_configure() for error handlingRobin Murphy1-30/+53
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel1-2/+2
2017-01-26iommu: Drop the of_iommu_{set/get}_ops() interfaceLorenzo Pieralisi1-2/+2
2016-11-29iommu: Make of_iommu_set/get_ops() DT agnosticLorenzo Pieralisi1-39/+0
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy1-2/+6
2016-09-16iommu/of: Handle iommu-map property for PCIRobin Murphy1-5/+41
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang1-1/+4