aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig1-2/+2
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-3/+0
2019-02-18powerpc/dma: remove get_pci_dma_opsChristoph Hellwig1-9/+8
2019-02-18powerpc/cell: use the generic iommu bypass codeChristoph Hellwig1-131/+9
2019-02-18powerpc/cell: move dma direct window setup out of dma_configureChristoph Hellwig1-9/+15
2018-12-06powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-1/+0
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-14/+14
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-12/+12
2017-06-28powerpc/cell: use the dma_supported method for ops switchingChristoph Hellwig1-16/+9
2017-06-28powerpc/cell: clean up fixed mapping dma_ops initializationChristoph Hellwig1-20/+7
2017-06-28powerpc: implement ->mapping_errorChristoph Hellwig1-0/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-1/+1
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-14/+14
2016-06-14powerpc: Various typo fixesMichael Ellerman1-2/+2
2015-06-11powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy1-2/+6
2015-04-11powerpc/cell: Move controller ops from ppc_md to controller_opsDaniel Axtens1-3/+4
2015-04-10powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman1-1/+1
2015-04-07powerpc: Remove the celleb supportMichael Ellerman1-2/+0
2014-11-18powerpc/iommu: Rename iommu_[un]map_sg functionsJoerg Roedel1-4/+5
2013-12-30powerpc/iommu: Add it_page_shift field to determine iommu page sizeAlistair Popple1-3/+5
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple1-6/+6
2013-08-14powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard1-1/+1
2013-05-06powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-2/+1
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely1-2/+1
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard1-1/+0
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-7/+9
2011-11-25powerpc/cell/iommu: Add missing of_node_putJulia Lawall1-0/+2
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-2/+1
2011-09-20powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller1-2/+11
2011-09-01powerpc: Override dma_get_required_mask by platform hook and opsMilton Miller1-0/+12
2010-08-24powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard1-1/+1
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-1/+1
2010-07-14lmb: rename to memblockYinghai Lu1-5/+5
2010-06-02powerpc/cell: Fix integer constant warningDenis Kirjanov1-1/+1
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-24powerpc: Change archdata dma_data to a unionBecky Bruce1-6/+3
2009-08-28powerpc: use dma_map_ops structFUJITA Tomonori1-1/+1
2009-06-15powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven1-22/+15
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-24powerpc/cell: Fix iommu exception reportingJeremy Kerr1-4/+5
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-2/+2
2009-01-08powerpc/cell: Fix some u64 vs. long typesIngo Molnar1-2/+2
2008-11-19powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()Michael Ellerman1-4/+1
2008-10-31powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson1-19/+18