aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/ioport.c
Commit message (Expand)AuthorAgeFilesLines
* sparc32,leon: Remove unnecessary page_address calls in LEON DMA API.Kristoffer Glembo2011-05-161-26/+16
* sparc: Fix sbus_alloc_coherent error handling.Kristoffer Glembo2011-03-161-2/+2
* sparc: Make mmu_inval_dma_area take void * instead of unsigned long to minimi...Kristoffer Glembo2011-03-161-26/+27
* sparc/leon: Make mmu_inval_dma_area flush dcache for LEONs without snooping e...Kristoffer Glembo2011-03-161-3/+7
* sparc/leon: Add LEON dma_ops.Kristoffer Glembo2011-03-161-5/+13
* sparc: Add pci32_unmap_page.Kristoffer Glembo2011-03-161-0/+8
* sparc: Replace open coded page alignment with PAGE_ALIGN macro.Kristoffer Glembo2011-03-161-14/+11
* sparc: remove references to of_device and to_of_deviceGrant Likely2010-07-241-1/+1
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* dma-mapping: sparc: unify 32bit and 64bit dma_set_maskFUJITA Tomonori2010-03-121-11/+0
* sparc,leon: Sparc-Leon SMP supportKonrad Eisele2009-11-021-0/+5
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-111-85/+105
|\
| * sparc: Add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2009-08-101-0/+27
| * sparc: Use asm-generic/pci-dma-compatFUJITA Tomonori2009-08-101-86/+76
| * sparc: Replace sbus_map_single and sbus_unmap_single with sbus_map_page and s...FUJITA Tomonori2009-08-101-2/+5
* | sparc: convert /proc/io_map, /proc/dvma_map to seq_fileAlexey Dobriyan2009-09-011-12/+20
|/
* sparc: move EXPORT_SYMBOL to the symbols definitionSam Ravnborg2009-01-081-0/+15
* sparc: use sparc64 version of scatterlist.hRobert Reif2008-12-111-2/+2
* sparc: Kill now spurious includes of sbus.hDavid S. Miller2008-08-291-1/+0
* sparc: Remove generic SBUS probing layer.David S. Miller2008-08-291-23/+0
* sparc: Kill sbus_arch_preinit().David S. Miller2008-08-291-9/+3
* sparc: Kill sbus_ioremap() and sbus_iounmap().David S. Miller2008-08-291-16/+0
* sparc: Remove SBUS layer resource and irq handling.David S. Miller2008-08-291-27/+0
* sparc: Kill SBUS layer IRQ hooks.David S. Miller2008-08-291-53/+0
* sparc32: Make mmu_map_dma_area and mmu_unmap_dma_area take a device pointer.David S. Miller2008-08-291-2/+2
* sparc32: Kill mmu_translate_dvma() usage.David S. Miller2008-08-291-35/+1
* sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller2008-08-291-1/+1
* sparc32: Implement more generic dma_*() interfaces.David S. Miller2008-08-291-0/+2
* sparc32: Make mmu_{get,release}_*() take a struct device pointer.David S. Miller2008-08-291-13/+4
* sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-291-24/+19
* sparc32: Make IOMMU and IO-UNIT init work with device nodes.David S. Miller2008-08-291-11/+6
* sparc: don't use asm/of_device.hStephen Rothwell2008-08-071-1/+1
* sparc/kernel/: possible cleanupsAdrian Bunk2008-07-171-6/+7
* sparc: remove CVS keywordsAdrian Bunk2008-05-201-1/+1
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-2/+2
* Update arch/ to use sg helpersJens Axboe2007-10-221-9/+8
* SPARC: sg chaining supportJens Axboe2007-10-161-12/+13
* [SPARC]: Spelling fixes.Simon Arlott2007-05-111-1/+1
* [SPARC64]: Fix of_iounmap() region release.David S. Miller2006-12-311-1/+1
* [PATCH] sparc32: add offset in pci_map_sg()Jan Andersson2006-12-301-1/+2
* [SPARC]: Replace kmalloc+memset with kzallocYan Burman2006-12-101-4/+2
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] sun4: fix sbus_setup_iommu()Al Viro2006-09-221-0/+2
* [SPARC]: Add of_io{remap,unmap}().David S. Miller2006-06-291-0/+17
* [PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman2006-06-271-2/+2
* [PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman2006-06-271-1/+3
* [SBUS]: Rewrite and plug into of_device framework.David S. Miller2006-06-231-0/+85
* [SBUS]: Start cleaning up generic sbus support layer.David S. Miller2006-06-231-1/+45
* [SPARC]: show device name in /proc/dvma_mapMartin Habets2006-05-071-0/+5
* [SPARC]: BUG_ON() Conversion in arch/sparc/kernel/ioport.cEric Sesterhenn2006-03-201-25/+15