aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/jazz
AgeCommit message (Expand)AuthorFilesLines
2022-05-04MIPS: fix typos in commentsGravatar Julia Lawall 1-1/+1
2021-08-09MIPS/jazzdma: return error code from jazz_dma_map_sg()Gravatar Martin Oliveira 1-1/+1
2021-01-22MIPS: jazz: always allow little-endian buildsGravatar Arnd Bergmann 1-3/+0
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIGravatar Christoph Hellwig 1-5/+2
2020-09-25dma-mapping: remove dma_cache_syncGravatar Christoph Hellwig 1-1/+0
2020-09-11MIPS/jazzdma: decouple from dma-directGravatar Christoph Hellwig 1-11/+22
2020-09-11MIPS/jazzdma: remove the unused vdma_remap functionGravatar Christoph Hellwig 1-70/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 2-2/+2
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 2-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-1/+0
2020-03-05MIPS: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-9/+3
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-9/+8
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableGravatar Christoph Hellwig 1-0/+2
2019-06-03MIPS: use the generic uncached segment support in dma-directGravatar Christoph Hellwig 1-6/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-01-09MIPS: jazz: fix 64bit buildGravatar Thomas Bogendoerfer 1-2/+3
2018-12-06mips/jazz: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-11/+5
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-09-20dma-mapping: consolidate the dma mmap implementationsGravatar Christoph Hellwig 1-1/+0
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-3/+3
2018-07-30MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticGravatar Paul Burton 1-1/+1
2018-07-12mips/jazz: provide missing dma_mask/coherent_dma_maskGravatar Thomas Bogendoerfer 1-2/+15
2018-06-24MIPS: jazz: split dma mapping operations from dma-defaultGravatar Christoph Hellwig 2-4/+140
2018-06-24MIPS: make the default mips dma implementation optionalGravatar Christoph Hellwig 1-0/+3
2017-12-18MIPS: Set I/O port resource types correctlyGravatar Bjorn Helgaas 1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-09-03MIPS: Jazz: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-7/+0
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 4-16/+16
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 4-16/+16
2013-01-21arch/mips/jazz: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-3/+3
2012-01-11Merge branch 'next/generic' into mips-for-linux-nextGravatar Ralf Baechle 1-1/+1
2011-12-07MIPS: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-12-07MIPS: Fix Jazz 64-bit build error.Gravatar Ralf Baechle 2-0/+2
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-05-10MIPS: Jazz: Fix GCC 4.6.0 build errorGravatar Ralf Baechle 1-3/+2
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 1-1/+1
2011-03-25MIPS: JAZZ: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-8/+6
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>Gravatar David Howells 1-0/+1
2010-08-05MIPS: Jazz: Migrate to new platform makefile style.Gravatar Ralf Baechle 2-2/+6
2010-04-30MIPS: Fixup screen_info struct initializationsGravatar Sebastian Andrzej Siewior 1-9/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-27MIPS: Jazz: Convert irq controller lock to raw spinlock.Gravatar Ralf Baechle 1-5/+5
2009-11-02MIPS: Add IRQF_TIMER flag for timer interruptsGravatar Wu Zhangjin 1-1/+1
2009-08-03MIPS: Jazz: Fix read buffer overflowGravatar Roel Kluin 1-1/+1
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Gravatar Ralf Baechle 1-0/+1