aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/of_iommu.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-09iommu: of: enforce const-ness of struct iommu_opsGravatar Robin Murphy 1-7/+7
2016-02-18of: iommu: Increment DT node refcount in of_iommu_set_ops()Gravatar Anup Patel 1-0/+1
2015-08-03of: iommu: Silence misleading warningGravatar Robin Murphy 1-3/+5
2015-03-03of: iommu: Add ptr to OF node arg to of_iommu_configure()Gravatar Murali Karicheri 1-2/+8
2014-12-05iommu: store DT-probed IOMMU data privatelyGravatar Robin Murphy 1-0/+39
2014-12-01iommu: provide helper function to configure an IOMMU for an of masterGravatar Will Deacon 1-0/+33
2014-12-01iommu: provide early initialisation hook for IOMMU driversGravatar Will Deacon 1-0/+17
2014-01-07iommu: add missing includeGravatar Brian Norris 1-0/+1
2012-06-25iommu: Add DMA window parser, of_get_dma_window()Gravatar Hiroshi Doyu 1-0/+90