Age | Commit message (Expand) | Author | Files | Lines |
2019-09-11 | Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco... | Joerg Roedel | 1 | -30/+294 |
2019-09-06 | iommu/omap: Mark pm functions __maybe_unused | Arnd Bergmann | 1 | -2/+2 |
2019-08-19 | iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGN | Suman Anna | 1 | -1/+1 |
2019-08-09 | iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUs | Tero Kristo | 1 | -1/+0 |
2019-08-09 | iommu/omap: add support for late attachment of iommu devices | Tero Kristo | 1 | -3/+53 |
2019-08-09 | iommu/omap: introduce new API for runtime suspend/resume control | Suman Anna | 1 | -0/+58 |
2019-08-09 | iommu/omap: Add system suspend/resume support | Suman Anna | 1 | -0/+26 |
2019-08-09 | iommu/omap: add logic to save/restore locked TLBs | Suman Anna | 1 | -3/+58 |
2019-08-09 | iommu/omap: streamline enable/disable through runtime pm callbacks | Suman Anna | 1 | -40/+99 |
2019-08-09 | iommu/omap: fix boot issue on remoteprocs with AMMU/Unicache | Suman Anna | 1 | -0/+17 |
2019-07-29 | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() | Will Deacon | 1 | -1/+1 |
2019-07-04 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op... | Joerg Roedel | 1 | -6/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-04-26 | iommu/omap: Use dev_get_drvdata() | Kefeng Wang | 1 | -2/+1 |
2018-08-08 | Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma... | Joerg Roedel | 1 | -3/+2 |
2018-08-08 | iommu/omap: Fix cache flushes on L2 table entries | Ralf Goebel | 1 | -2/+2 |
2018-08-08 | iommu: Remove the ->map_sg indirection | Christoph Hellwig | 1 | -1/+0 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-03-15 | iommu/omap: Increase group ref in .device_group() | Jeffy Chen | 1 | -1/+1 |
2017-09-19 | iommu/omap: Add support to program multiple iommus | Suman Anna | 1 | -87/+271 |
2017-09-19 | iommu/omap: Change the attach detection logic | Suman Anna | 1 | -6/+11 |
2017-08-04 | iommu/omap: Use DMA-API for performing cache flushes | Josue Albarran | 1 | -44/+79 |
2017-08-04 | iommu/omap: Fix disabling of MMU upon a fault | Fernando Guzman Lugo | 1 | -1/+1 |
2017-06-28 | iommu/omap: Return ERR_PTR in device_group call-back | Joerg Roedel | 1 | -1/+1 |
2017-04-20 | iommu/omap: Add iommu-group support | Joerg Roedel | 1 | -1/+38 |
2017-04-20 | iommu/omap: Make use of 'struct iommu_device' | Joerg Roedel | 1 | -0/+30 |
2017-04-20 | iommu/omap: Store iommu_dev pointer in arch_data | Joerg Roedel | 1 | -33/+23 |
2017-04-20 | iommu/omap: Move data structures to omap-iommu.h | Joerg Roedel | 1 | -16/+0 |
2017-04-20 | iommu/omap: Drop legacy-style device support | Suman Anna | 1 | -16/+14 |
2017-04-20 | iommu/omap: Register driver before setting IOMMU ops | Suman Anna | 1 | -3/+18 |
2016-04-05 | iommu/omap: Use WARN_ON for page table alignment check | Suman Anna | 1 | -1/+4 |
2016-04-05 | iommu/omap: Replace BUG() in iopgtable_store_entry_core() | Suman Anna | 1 | -1/+3 |
2016-04-05 | iommu/omap: Remove iopgtable_clear_entry_all() from driver remove | Suman Anna | 1 | -1/+0 |
2015-10-14 | iommu/omap: Add support for configuring dsp iommus on DRA7xx | Suman Anna | 1 | -0/+58 |
2015-08-03 | iommu/omap: Align code with open parenthesis | Suman Anna | 1 | -12/+11 |
2015-08-03 | iommu/omap: Remove unnecessary error traces on alloc failures | Suman Anna | 1 | -6/+2 |
2015-08-03 | iommu/omap: Move debugfs functions to omap-iommu-debug.c | Suman Anna | 1 | -145/+3 |
2015-08-03 | iommu/omap: Remove all module references | Suman Anna | 1 | -18/+1 |
2015-03-31 | iommu/omap: Make use of domain_alloc and domain_free | Joerg Roedel | 1 | -20/+29 |
2015-02-25 | iommu/omap: Play nice in multi-platform builds | Thierry Reding | 1 | -0/+7 |
2015-01-30 | iommu/omap: Print phys_addr_t using %pa | Joerg Roedel | 1 | -1/+1 |
2014-12-02 | Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm... | Joerg Roedel | 1 | -0/+1 |
2014-11-04 | iommu/omap: Use dev_get_platdata() | Kiran Padwal | 1 | -3/+3 |
2014-11-04 | iommu: Add iommu_map_sg() function | Olav Haugan | 1 | -0/+1 |
2014-10-23 | iommu/omap: Reset the domain field upon detaching | Suman Anna | 1 | -0/+1 |
2014-10-23 | iommu/omap: Do not export unneeded functions | Suman Anna | 1 | -4/+2 |
2014-10-23 | iommu/omap: Remove couple of unused exported functions | Suman Anna | 1 | -21/+0 |
2014-10-23 | iommu/omap: Integrate omap-iommu-debug into omap-iommu | Suman Anna | 1 | -2/+9 |
2014-10-23 | iommu/omap: Consolidate OMAP IOMMU modules | Suman Anna | 1 | -75/+188 |
2014-10-23 | iommu/omap: Remove omap_iommu_arch_version() and version field | Suman Anna | 1 | -9/+0 |