aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/jazz/jazzdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-09MIPS/jazzdma: return error code from jazz_dma_map_sg()Martin Oliveira1-1/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-5/+2
2020-09-25dma-mapping: remove dma_cache_syncChristoph Hellwig1-1/+0
2020-09-11MIPS/jazzdma: decouple from dma-directChristoph Hellwig1-11/+22
2020-09-11MIPS/jazzdma: remove the unused vdma_remap functionChristoph Hellwig1-70/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-9/+8
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-06-03MIPS: use the generic uncached segment support in dma-directChristoph Hellwig1-6/+0
2019-01-09MIPS: jazz: fix 64bit buildThomas Bogendoerfer1-2/+3
2018-12-06mips/jazz: remove the mapping_error dma_map_ops methodChristoph Hellwig1-11/+5
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-1/+0
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-3/+3
2018-07-30MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticPaul Burton1-1/+1
2018-06-24MIPS: jazz: split dma mapping operations from dma-defaultChristoph Hellwig1-1/+140
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-3/+3
2011-05-10MIPS: Jazz: Fix GCC 4.6.0 build errorRalf Baechle1-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-08-03MIPS: Jazz: Fix read buffer overflowRoel Kluin1-1/+1
2009-03-30MIPS: Use BUG_ON() where possible.Ralf Baechle1-2/+1
2007-10-11[MIPS] JAZZ fixesThomas Bogendoerfer1-27/+20
2007-03-24[MIPS] Jazz: Fix warning.Ralf Baechle1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+565