aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/of_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg 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
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy1-7/+7
2016-02-18of: iommu: Increment DT node refcount in of_iommu_set_ops()Anup Patel1-0/+1
2015-08-03of: iommu: Silence misleading warningRobin Murphy1-3/+5
2015-03-03of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri1-2/+8
2014-12-05iommu: store DT-probed IOMMU data privatelyRobin Murphy1-0/+39
2014-12-01iommu: provide helper function to configure an IOMMU for an of masterWill Deacon1-0/+33
2014-12-01iommu: provide early initialisation hook for IOMMU driversWill Deacon1-0/+17
2014-01-07iommu: add missing includeBrian Norris1-0/+1
2012-06-25iommu: Add DMA window parser, of_get_dma_window()Hiroshi Doyu1-0/+90