summaryrefslogtreecommitdiff
path: root/drivers/iommu/omap-iommu.c
AgeCommit message (Expand)Author
2022-04-08iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren
2022-02-28iommu: Split struct iommu_opsLu Baolu
2022-01-31iommu: Fix some W=1 warningsJohn Garry
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring
2021-04-16iommu: Streamline registration interfaceRobin Murphy
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel
2020-07-10iommu/omap: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-30iommu/omap: Use dev_iommu_priv_get/set()Joerg Roedel
2020-05-18iommu/omap: Add registration for DT fwnode pointerTero Kristo via iommu
2020-05-18iommu/omap: Add check for iommu group when no IOMMU in useTero Kristo via iommu
2020-05-05iommu/omap: Convert to probe/release_device() call-backsJoerg Roedel
2020-05-05iommu/omap: Remove orphan_dev trackingJoerg Roedel
2020-03-04iommu/omap: Fix printing format for size_t on 64-bitKrzysztof Kozlowski
2020-03-04iommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel
2019-09-06iommu/omap: Mark pm functions __maybe_unusedArnd Bergmann
2019-08-19iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGNSuman Anna
2019-08-09iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUsTero Kristo
2019-08-09iommu/omap: add support for late attachment of iommu devicesTero Kristo
2019-08-09iommu/omap: introduce new API for runtime suspend/resume controlSuman Anna
2019-08-09iommu/omap: Add system suspend/resume supportSuman Anna
2019-08-09iommu/omap: add logic to save/restore locked TLBsSuman Anna
2019-08-09iommu/omap: streamline enable/disable through runtime pm callbacksSuman Anna
2019-08-09iommu/omap: fix boot issue on remoteprocs with AMMU/UnicacheSuman Anna
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-26iommu/omap: Use dev_get_drvdata()Kefeng Wang
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel
2018-08-08iommu/omap: Fix cache flushes on L2 table entriesRalf Goebel
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-15iommu/omap: Increase group ref in .device_group()Jeffy Chen
2017-09-19iommu/omap: Add support to program multiple iommusSuman Anna
2017-09-19iommu/omap: Change the attach detection logicSuman Anna
2017-08-04iommu/omap: Use DMA-API for performing cache flushesJosue Albarran
2017-08-04iommu/omap: Fix disabling of MMU upon a faultFernando Guzman Lugo
2017-06-28iommu/omap: Return ERR_PTR in device_group call-backJoerg Roedel
2017-04-20iommu/omap: Add iommu-group supportJoerg Roedel
2017-04-20iommu/omap: Make use of 'struct iommu_device'Joerg Roedel
2017-04-20iommu/omap: Store iommu_dev pointer in arch_dataJoerg Roedel
2017-04-20iommu/omap: Move data structures to omap-iommu.hJoerg Roedel
2017-04-20iommu/omap: Drop legacy-style device supportSuman Anna
2017-04-20iommu/omap: Register driver before setting IOMMU opsSuman Anna
2016-04-05iommu/omap: Use WARN_ON for page table alignment checkSuman Anna
2016-04-05iommu/omap: Replace BUG() in iopgtable_store_entry_core()Suman Anna
2016-04-05iommu/omap: Remove iopgtable_clear_entry_all() from driver removeSuman Anna
2015-10-14iommu/omap: Add support for configuring dsp iommus on DRA7xxSuman Anna
2015-08-03iommu/omap: Align code with open parenthesisSuman Anna