summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/omap-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe2023-12-121-1/+0
* iommu/omap: Update to {map,unmap}_pagesRobin Murphy2023-09-251-4/+7
* iommu/omap: Convert to generic_single_device_group()Jason Gunthorpe2023-09-251-26/+4
* iommu: Convert remaining simple drivers to domain_alloc_paging()Jason Gunthorpe2023-09-251-5/+2
* iommu/omap: Implement an IDENTITY domainJason Gunthorpe2023-09-251-3/+18
*-. Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel2023-04-141-4/+3
|\ \
| | * iommu/omap: Convert to platform remove callback returning voidUwe Kleine-König2023-03-311-3/+2
| |/ |/|
| * iommu/omap: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-221-1/+1
|/
* iommu: Add set_platform_dma_ops callbacksLu Baolu2023-01-131-3/+3
* iommu: Use EINVAL for incompatible device/domain in ->attach_devNicolin Chen2022-11-011-1/+1
* iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen2022-11-011-2/+2
* iommu/omap: Clean up bus_set_iommu()Robin Murphy2022-09-071-6/+0
* iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren2022-04-081-1/+1
* iommu: Split struct iommu_opsLu Baolu2022-02-281-6/+8
* iommu: Fix some W=1 warningsJohn Garry2022-01-311-1/+1
* iommu: Drop unnecessary of_iommu.h includesRob Herring2021-06-081-1/+0
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-4/+1
*-. Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel2020-07-291-11/+11
|\ \
| | * iommu/omap: Use dev_iommu_priv_get/set()Joerg Roedel2020-06-301-10/+10
| |/ |/|
| * iommu/omap: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-101-1/+1
|/
* iommu/omap: Add registration for DT fwnode pointerTero Kristo via iommu2020-05-181-0/+1
* iommu/omap: Add check for iommu group when no IOMMU in useTero Kristo via iommu2020-05-181-0/+3
* iommu/omap: Convert to probe/release_device() call-backsJoerg Roedel2020-05-051-36/+13
* iommu/omap: Remove orphan_dev trackingJoerg Roedel2020-05-051-50/+4
* iommu/omap: Fix printing format for size_t on 64-bitKrzysztof Kozlowski2020-03-041-4/+4
* iommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski2020-03-041-1/+1
* iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-1/+1
*-. Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel2019-09-111-30/+294
|\ \
| | * iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-291-1/+1
| |/ |/|
| * iommu/omap: Mark pm functions __maybe_unusedArnd Bergmann2019-09-061-2/+2
| * iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGNSuman Anna2019-08-191-1/+1
| * iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUsTero Kristo2019-08-091-1/+0
| * iommu/omap: add support for late attachment of iommu devicesTero Kristo2019-08-091-3/+53
| * iommu/omap: introduce new API for runtime suspend/resume controlSuman Anna2019-08-091-0/+58
| * iommu/omap: Add system suspend/resume supportSuman Anna2019-08-091-0/+26
| * iommu/omap: add logic to save/restore locked TLBsSuman Anna2019-08-091-3/+58
| * iommu/omap: streamline enable/disable through runtime pm callbacksSuman Anna2019-08-091-40/+99
| * iommu/omap: fix boot issue on remoteprocs with AMMU/UnicacheSuman Anna2019-08-091-0/+17
|/
*-. Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-041-6/+2
|\ \
| | * iommu/omap: Use dev_get_drvdata()Kefeng Wang2019-04-261-2/+1
| |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
*-. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081-3/+2
|\ \
| | * iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0
| |/ |/|
| * iommu/omap: Fix cache flushes on L2 table entriesRalf Goebel2018-08-081-2/+2
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* iommu/omap: Increase group ref in .device_group()Jeffy Chen2018-03-151-1/+1
* iommu/omap: Add support to program multiple iommusSuman Anna2017-09-191-87/+271
* iommu/omap: Change the attach detection logicSuman Anna2017-09-191-6/+11
* iommu/omap: Use DMA-API for performing cache flushesJosue Albarran2017-08-041-44/+79
* iommu/omap: Fix disabling of MMU upon a faultFernando Guzman Lugo2017-08-041-1/+1