summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/ipmmu-vmsa.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
| * 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/+1Star
*---. 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/+3Star
| | |/
| * | 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/+1Star
* 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/+0Star
| | |/ | |/|
| | * 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/+4Star
| | * iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3Yoshihiro Shimoda2018-07-201-0/+8
| | * iommu/ipmmu-vmsa: Hook up R8A77965 DT matching codeJacopo Mondi2018-07-061-0/+5
| | * iommu/ipmmu-vmsa: Hook up r8a779(70|95) DT matching codeSimon Horman2018-07-061-0/+10
| | * iommu/ipmmu-vmsa: Hook up r8a7796 DT matching codeMagnus Damm2018-07-061-4/+9
| | * iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48Magnus Damm2018-07-061-3/+7
| |/
* / iommu: Remove IOMMU_OF_DECLARERob Herring2018-07-101-3/+0Star
|/
* iommu: Clean up of_iommu_init_fnRobin Murphy2018-01-171-2/+2
* iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hookRobin Murphy2018-01-171-12/+2Star
* iommu/ipmmu-vmsa: Hook up r8a7795 DT matching codeMagnus Damm2017-11-061-0/+29
* iommu/ipmmu-vmsa: Allow two bit SL0Magnus Damm2017-11-061-1/+13
* iommu/ipmmu-vmsa: Make IMBUSCTR setup optionalMagnus Damm2017-11-061-3/+6
* iommu/ipmmu-vmsa: Write IMCTR twiceMagnus Damm2017-11-061-21/+35
* iommu/ipmmu-vmsa: IPMMU device is 40-bit bus masterMagnus Damm2017-11-061-0/+1
* iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()Magnus Damm2017-11-061-9/+41
* iommu/ipmmu-vmsa: Enable multi context supportMagnus Damm2017-11-061-8/+22
* iommu/ipmmu-vmsa: Add optional root device featureMagnus Damm2017-11-061-17/+73
* iommu/ipmmu-vmsa: Introduce features, break out aliasMagnus Damm2017-11-061-7/+24
* iommu/ipmmu-vmsa: Unify ipmmu_opsRobin Murphy2017-11-061-50/+19Star
* iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_privRobin Murphy2017-11-061-24/+12Star
* iommu/ipmmu-vmsa: Simplify group allocationRobin Murphy2017-11-061-44/+9Star
* iommu/ipmmu-vmsa: Unify domain alloc/freeRobin Murphy2017-11-061-41/+24Star
* iommu/ipmmu-vmsa: Fix return value check in ipmmu_find_group_dma()weiyongjun (A)2017-11-061-1/+1
* iommu/io-pgtable-arm: Convert to IOMMU API TLB syncRobin Murphy2017-10-021-0/+10
* iommu/ipmmu-vmsa: Make ipmmu_gather_ops constBhumika Goyal2017-08-301-1/+1
* iommu/ipmmu-vmsa: Rereserving a free context before setting up a pagetableOleksandr Tyshchenko2017-08-301-21/+21
* iommu/ipmmu-vmsa: Use iommu_device_sysfs_add()/remove()Magnus Damm2017-08-221-0/+6