aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/fsl_pamu_domain.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-01iommu: Regulate EINVAL in ->attach_dev callback functionsGravatar Nicolin Chen 1-2/+2
2022-09-07iommu: Clean up bus_set_iommu()Gravatar Robin Murphy 1-4/+0
2022-09-07iommu: Retire iommu_capable()Gravatar Robin Murphy 1-1/+1
2022-07-06iommu: Make .release_device optionalGravatar Robin Murphy 1-5/+0
2022-04-28iommu/fsl_pamu: Prepare cleanup of powerpc's asm/prom.hGravatar Christophe Leroy 1-0/+1
2022-02-28iommu: Split struct iommu_opsGravatar Lu Baolu 1-4/+6
2021-04-16iommu: Streamline registration interfaceGravatar Robin Murphy 1-3/+1
2021-04-15iommu/fsl-pamu: Fix uninitialized variable warningGravatar Joerg Roedel 1-3/+2
2021-04-07iommu/fsl_pamu: hardcode the window address and size in pamu_config_ppaaceGravatar Christoph Hellwig 1-8/+2
2021-04-07iommu/fsl_pamu: remove the rpn and snoop_id arguments to pamu_config_ppaacGravatar Christoph Hellwig 1-3/+3
2021-04-07iommu/fsl_pamu: remove the snoop_id fieldGravatar Christoph Hellwig 1-3/+2
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceGravatar Christoph Hellwig 1-44/+3
2021-04-07iommu/fsl_pamu: merge handle_attach_device into fsl_pamu_attach_deviceGravatar Christoph Hellwig 1-39/+20
2021-04-07iommu/fsl_pamu: merge pamu_set_liodn and map_liodnGravatar Christoph Hellwig 1-48/+17
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callGravatar Christoph Hellwig 1-13/+3
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableGravatar Christoph Hellwig 1-168/+14
2021-04-07iommu/fsl_pamu: remove support for multiple windowsGravatar Christoph Hellwig 1-227/+48
2021-04-07iommu/fsl_pamu: merge iommu_alloc_dma_domain into fsl_pamu_domain_allocGravatar Christoph Hellwig 1-24/+10
2021-04-07iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRYGravatar Christoph Hellwig 1-50/+5
2021-04-07iommu/fsl_pamu: remove fsl_pamu_get_domain_attrGravatar Christoph Hellwig 1-30/+0
2021-04-07iommu: remove the unused domain_window_disable methodGravatar Christoph Hellwig 1-48/+0
2020-06-30iommu/pamu: Use dev_iommu_priv_get/set()Gravatar Joerg Roedel 1-4/+4
2020-05-05iommu/pamu: Convert to probe/release_device() call-backsGravatar Joerg Roedel 1-17/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Gravatar Thomas Gleixner 1-13/+1
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Gravatar Joerg Roedel 1-61/+58
2018-09-25iommu: Remove .domain_{get,set}_windowsGravatar Robin Murphy 1-74/+51
2018-09-25iommu: Tidy up window attributesGravatar Robin Murphy 1-0/+20
2018-09-25iommu/fsl: Fix spelling mistake pci_endpt_partioning -> pci_endpt_partitioningGravatar Colin Ian King 1-3/+3
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Gravatar Joerg Roedel 1-6/+22
2017-08-23iommu/pamu: Fix PAMU boot crashGravatar Joerg Roedel 1-1/+16
2017-08-15iommu/pamu: Add support for generic iommu-deviceGravatar Joerg Roedel 1-1/+4
2017-07-26iommu: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-6/+4
2015-10-22iommu/fsl: Convert to device_group call-backGravatar Joerg Roedel 1-25/+16
2015-03-31iommu/fsl: Make use of domain_alloc and domain_freeGravatar Joerg Roedel 1-28/+32
2015-02-03iommu/fsl: Various cleanupsGravatar Emil Medve 1-99/+74
2014-09-25iommu/fsl: Convert to iommu_capable() API functionGravatar Joerg Roedel 1-3/+2
2014-09-05iommu/fsl: Fix warning resulting from adding PCI device twiceGravatar Varun Sethi 1-2/+8
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Gravatar Joerg Roedel 1-13/+10
2014-07-07iommu: Constify struct iommu_opsGravatar Thierry Reding 1-1/+1
2014-07-07iommu/fsl: Fix the error condition during iommu groupGravatar Varun Sethi 1-2/+5
2014-07-07iommu/fsl: Fix the device domain attach condition.Gravatar Varun Sethi 1-7/+2
2014-07-07iommu/fsl: Fix PAMU window size check.Gravatar Varun Sethi 1-1/+1
2014-07-04iommu/fsl: Add void declarations in zero-arg functions.Gravatar Chi Pham 1-1/+1
2014-07-04iommu/fsl_pamu: Remove unnecessary null test before kfreeGravatar Fabian Frederick 1-2/+1
2014-07-04iommu/fsl: Use iommu_group_get_for_dev() for IOMMU groupsGravatar Alex Williamson 1-65/+1
2014-01-07iommu/fsl_pamu: Use dev_is_pci() to check whether it is pci deviceGravatar Yijing Wang 1-3/+3
2013-08-14iommu/fsl: Fix whitespace problems noticed by git-amGravatar Joerg Roedel 1-2/+2
2013-08-14iommu/fsl: Freescale PAMU driver and iommu implementation.Gravatar Varun Sethi 1-0/+1172