summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/ipmmu-vmsa.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/renesas: Fix unused-function warningArnd Bergmann2020-05-131-5/+2
* iommu/renesas: Convert to probe/release_device() call-backsJoerg Roedel2020-05-051-40/+20
* iommu/renesas: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-5/+2
* iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy2020-01-101-1/+1
*-----. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2019-11-121-127/+96
|\ \ \ \
| | | | * iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-1/+1
| | |_|/ | |/| |
| | | * iommu/io-pgtable-arm: Rationalise MAIR handlingRobin Murphy2019-11-041-1/+1
| | |/ | |/|
| | * iommu/ipmmu-vmsa: Add utlb_offset_baseYoshihiro Shimoda2019-11-111-1/+4
| | * iommu/ipmmu-vmsa: Add helper functions for "uTLB" registersYoshihiro Shimoda2019-11-111-5/+21
| | * iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macroYoshihiro Shimoda2019-11-111-3/+8
| | * iommu/ipmmu-vmsa: Add helper functions for MMU "context" registersYoshihiro Shimoda2019-11-111-9/+23
| | * iommu/ipmmu-vmsa: tidyup register definitionsYoshihiro Shimoda2019-11-111-28/+30
| | * iommu/ipmmu-vmsa: Remove all unused register definitionsYoshihiro Shimoda2019-11-111-76/+0
| | * iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching codeBiju Das2019-10-151-0/+5
| |/
* | iommu/ipmmu-vmsa: Remove dev_err() on platform_get_irq() failureYueHaibing2019-10-301-3/+1
* | iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatoryGeert Uytterhoeven2019-10-151-2/+1
|/
*-. Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel2019-09-111-48/+58
|\ \
| | * iommu/ipmmu-vmsa: Disable cache snoop transactions on R-Car Gen3Hai Nguyen Pham2019-09-051-33/+38
| | * iommu/ipmmu-vmsa: Move IMTTBCR_SL0_TWOBIT_* to restore sort orderGeert Uytterhoeven2019-09-051-4/+3
| |/ |/|
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon2019-07-291-1/+1
| * iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon2019-07-291-1/+0
| * iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon2019-07-291-7/+0
| * iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon2019-07-291-0/+8
| * iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-291-3/+9
| * iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon2019-07-241-2/+2
|/
* Merge branch 'arm/renesas' into arm/smmuJoerg Roedel2019-07-011-62/+125
|\
| * iommu/ipmmu-vmsa: Add suspend/resume supportGeert Uytterhoeven2019-06-031-1/+46
| * iommu/ipmmu-vmsa: Extract hardware context initializationGeert Uytterhoeven2019-06-031-43/+48
| * iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific featuresGeert Uytterhoeven2019-06-031-2/+3
| * iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsignedGeert Uytterhoeven2019-06-031-3/+2
| * iommu/ipmmu-vmsa: Prepare to handle 40-bit error addressesGeert Uytterhoeven2019-06-031-6/+9
| * iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfsGeert Uytterhoeven2019-06-031-7/+17
* | iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flagWill Deacon2019-06-251-0/+1
|/
* iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring2019-02-111-2/+1
*---. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-27/+61
|\ \ \
| | | * iommu/ipmmu-vmsa: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-4/+8
| | | * iommu/ipmmu-vmsa: Make it explicitly non-modularPaul Gortmaker2018-12-031-15/+3
| | |/
| * | iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching codeFabrizio Castro2018-12-171-0/+5
| * | iommu/ipmmu-vmsa: Add an array of slave devices whitelistYoshihiro Shimoda2018-12-031-1/+12
| * | iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC revisionsYoshihiro Shimoda2018-12-031-8/+26
| * | iommu/ipmmu-vmsa: Hook up R8A774A1 DT maching codeFabrizio Castro2018-11-081-0/+4
| * | iommu/ipmmu-vmsa: Hook up r8a77990 DT matching codeHai Nguyen Pham2018-11-061-0/+4
| |/
* / iommu/ipmmu-vmsa: Fix crash on early domain freeGeert Uytterhoeven2018-11-081-0/+3
|/
* iommu/ipmmu-vmsa: Convert to SPDX identifiersKuninori Morimoto2018-09-251-4/+1
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-13/+46
|\
| *-. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081-13/+50
| |\ \
| | | * iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0
| | |/ | |/|
| | * iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSADmitry Osipenko2018-07-271-0/+7
| | * iommu/ipmmu-vmsa: Fix allocation in atomic contextGeert Uytterhoeven2018-07-271-5/+4
| | * iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3Yoshihiro Shimoda2018-07-201-0/+8