aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/of_iommu.c
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-01-11iommu/of: Fix probe-deferralRobin Murphy
2018-12-17iommu/of: Don't call iommu_ops->add_device directlyJoerg Roedel
2018-12-17iommu/of: Use device_iommu_mapped()Joerg Roedel
2018-12-17iommu/of: Use helper functions to access dev->iommu_fwspecJoerg Roedel
2018-09-25iommu/of: support iommu configuration for fsl-mc devicesNipun Gupta
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring
2018-07-10iommu: Stop deferring probe at end of initcallsRob Herring
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy
2017-09-22iommu/of: Remove PCI host bridge node checkRobin Murphy
2017-08-15iommu/of: Fix of_iommu_configure() for disabled IOMMUsRobin Murphy
2017-07-26iommu: Convert to using %pOF instead of full_nameRob Herring
2017-07-26iommu/of: Handle PCI aliases properlyRobin Murphy
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar
2017-05-30iommu/of: Ignore all errors except EPROBE_DEFERSricharan R
2017-05-30iommu/of: Fix check for returning EPROBE_DEFERSricharan R
2017-05-23iommu/of: Adjust system_state checkThomas Gleixner
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart
2017-04-20iommu/of: Prepare for deferred IOMMU configurationRobin Murphy
2017-04-20iommu/of: Refactor of_iommu_configure() for error handlingRobin Murphy
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-01-26iommu: Drop the of_iommu_{set/get}_ops() interfaceLorenzo Pieralisi
2016-11-29iommu: Make of_iommu_set/get_ops() DT agnosticLorenzo Pieralisi
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy
2016-09-16iommu/of: Handle iommu-map property for PCIRobin Murphy
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy
2016-02-18of: iommu: Increment DT node refcount in of_iommu_set_ops()Anup Patel
2015-08-03of: iommu: Silence misleading warningRobin Murphy
2015-03-03of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri
2014-12-05iommu: store DT-probed IOMMU data privatelyRobin Murphy
2014-12-01iommu: provide helper function to configure an IOMMU for an of masterWill Deacon
2014-12-01iommu: provide early initialisation hook for IOMMU driversWill Deacon
2014-01-07iommu: add missing includeBrian Norris
2012-06-25iommu: Add DMA window parser, of_get_dma_window()Hiroshi Doyu