summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2009-01-02[ARM] dma: remove usage of dmamode_t from MXC platform supportRussell King2-5/+5
2009-01-02[ARM] dma: make DMA_MODE_xxx reflect ISA DMA settingsRussell King2-17/+9
2008-12-11[ARM] dma: Use sensible DMA parameters for Acorn driversRussell King1-0/+2
2008-12-11[ARM] dma: convert IOMD DMA to use sg_next()Russell King1-1/+1
2008-12-11[ARM] dma: ensure that the single entry sg is properly initializedRussell King1-0/+4
2008-12-11[ARM] dma: constify dma controller name and dma opsRussell King1-2/+2
2008-12-11[ARM] dma: move RiscPC specific DMA data out of dma_structRussell King2-73/+91
2008-12-11[ARM] dma: rejig DMA initializationRussell King6-47/+88
2008-12-08[ARM] dma: factor out code looking up the DMA channelRussell King1-14/+24
2008-12-08[ARM] dma: remove dmach_t typedefRussell King6-100/+98
2008-11-29[ARM] Rename ISA mach/dma.h header to mach/isa-dma.hRussell King5-5/+5
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King40-302/+52
2008-11-29[ARM] fix constant values of MAX_DMA_ADDRESSRussell King3-10/+2
2008-11-29[ARM] move MAX_DMA_ADDRESS to mach/memory.hRussell King14-44/+20
2008-11-28[ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mmRussell King3-3/+0
2008-11-28[ARM] asm/system.h does not require asm/memory.hRussell King1-2/+0
2008-11-28[ARM] ns9xxx: mach/hardware.h doesn't need asm/memory.hRussell King1-2/+0
2008-11-28[ARM] ixp4xx: clean up includesRussell King2-5/+1
2008-11-28[ARM] ixp23xx: mach/io.h doesn't need BUG() anymoreRussell King1-2/+0
2008-11-28[ARM] iop13xx: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] iop3xx: avoid polluting the kernel's namespaceRussell King7-13/+4
2008-11-28[ARM] shark: avoid polluting the kernel's namespaceRussell King3-25/+6
2008-11-28[ARM] shark: remove old unused "translated" IO macrosRussell King1-17/+0
2008-11-28[ARM] clps711x: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] footbridge: mach/hardware.h doesn't require mach/memory.hRussell King1-2/+0
2008-11-28[ARM] footbridge: avoid polluting the kernel's namespaceRussell King2-4/+2
2008-11-28[ARM] aaec2000: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] lh7a40x: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] l7200: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] h720x: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] imx: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] pxa: avoid polluting the kernel's namespaceRussell King4-2/+4
2008-11-28[ARM] rpc: remove obsolete IO accessorsRussell King1-46/+1
2008-11-28[ARM] versatile: remove IRQ mask definitionsRussell King2-144/+0
2008-11-28Merge branch 'highmem' into develRussell King64-919/+762
2008-11-28[ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre39-299/+21
2008-11-28[ARM] unconditionally define __virt_to_phys and __phys_to_virtNicolas Pitre1-2/+0
2008-11-28[ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte()Nicolas Pitre1-2/+4
2008-11-28[ARM] prevent the vmalloc cmdline argument from eating all memoryNicolas Pitre1-0/+7
2008-11-28[ARM] mem_init() cleanupsNicolas Pitre1-21/+24
2008-11-28[ARM] split highmem into its own memory bankNicolas Pitre1-33/+51
2008-11-28[ARM] rationalize memory configuration code some moreNicolas Pitre6-59/+45
2008-11-28[ARM] fix a couple clear_user_highpage assembly constraintsNicolas Pitre7-34/+34
2008-11-27[ARM] clearpage: provide our own clear_user_highpage()Russell King10-100/+100
2008-11-27[ARM] copypage: provide our own copy_user_highpage()Russell King10-83/+161
2008-11-27[ARM] copypage: convert assembly files to CRussell King10-411/+431
2008-11-27Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King10-27/+87
2008-11-27Merge branch 'clps7500' into develRussell King22-1180/+0
2008-11-27Merge branches 'core' and 'clks' into develRussell King34-578/+608
2008-11-27[ARM] sa1100: match clock by dev_name(dev)Russell King1-73/+27