summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-145-871/+240Star
|\
| * Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2009-06-143-864/+0Star
| |\
| | * [ARM] pxa/sharpsl_pm: merge the two sharpsl_pm.c since it's now pxa specificDmitry Eremin-Solenikov2009-06-113-864/+0Star
| * | [ARM] Make ARM_VIC_NR depend on ARM_VICRussell King2009-06-101-0/+1
| * | Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2009-06-102-7/+221
| |\ \
| | * | [ARM] VIC: Add power management deviceBen Dooks2009-05-072-7/+221
| * | | [ARM] 5536/1: Move clk_add_alias() to arch/arm/common/clkdev.cTony Lindgren2009-06-041-0/+18
| | |/ | |/|
* | | Merge branch 'linus' into irq/numaIngo Molnar2009-06-011-2/+2
|\| |
| * | [ARM] smp: fix cpumask usage in ARM SMP codeRussell King2009-05-171-2/+2
| |/
* / irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-1/+3
|/
* [ARM] 5455/1: Fix IRQ noise from VIC codeLinus Walleij2009-04-161-5/+4Star
* clkdev: add possibility to get a clock based on the device nameSascha Hauer2009-03-271-2/+9
* [ARM] 5431/1: scoop: completely drop old-style SCOOP GPIO accessorsDmitry Baryshkov2009-03-251-31/+0Star
* Merge branch 'highmem' into develRussell King2009-03-241-0/+7
|\
| * [ARM] make page_to_dma() highmem awareNicolas Pitre2009-03-161-0/+7
* | [ARM] pxa: separate definitions from pxa-regs.h and remove it finallyEric Miao2009-03-091-1/+1
|/
* [ARM] clkdev: fix clock matchingRussell King2009-01-241-6/+19
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-2/+2
|\
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-12-171-1/+1
| |\
| * | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-2/+2
* | | Merge branch 'next-merged' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-12-181-4/+4
|\ \ \
| * | | [ARM] VIC: Update asm/hardware/vic.h with PL192 informationBen Dooks2008-12-161-4/+4
* | | | Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/l...Russell King2008-12-171-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | [ARM] arch/arm/common/sa1111.c: Correct error handling codeJulia Lawall2008-12-141-1/+1
| |/
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-021-0/+1
|\ \
| * | [ARM] locomo: export locomo_frontlight_set()Eric Miao2008-12-021-0/+1
| |/
* / [ARM] clkdev: add generic clkdev infrastructureRussell King2008-11-273-0/+132
|/
* [ARM] sharpsl_pm: fix compilation w/o CONFIG_PMDmitry Baryshkov2008-10-301-5/+14
* [ARM] 5315/1: Fix section mismatch warning (sa1111)Kristoffer Ericson2008-10-211-1/+1
* [ARM] dmabounce requires ZONE_DMARussell King2008-10-171-1/+1
* [ARM] pxa: fix 3bca103a1e658d23737d20e1989139d9ca8973bfRussell King2008-10-171-0/+2
* Merge branch 'pxa-all' into develRussell King2008-10-093-29/+13Star
|\
| * [ARM] 5298/1: Drop desc_handle_irq()Dmitry Baryshkov2008-10-092-29/+11Star
| * [ARM] 4733/1: export sharpsl_paramDmitry Baryshkov2008-10-031-0/+2
* | [ARM] 5295/1: make ZONE_DMA optionalNicolas Pitre2008-10-091-1/+2
* | [ARM] dma: add validation of DMA paramsRussell King2008-09-291-4/+7
* | [ARM] dma: coding style cleanupsRussell King2008-09-291-32/+16Star
* | [ARM] dma: fix dmabounce dma_sync_xxx() implementationsRussell King2008-09-291-86/+58Star
* | [ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx()Russell King2008-09-291-24/+0Star
* | [ARM] dma: Reduce to one dma_sync_sg_* implementationRussell King2008-09-291-36/+12Star
* | [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementationRussell King2008-09-261-46/+0Star
* | [ARM] dma: provide a better dma_map_page() implementationRussell King2008-09-261-0/+13
* | [ARM] Update dma_map_sg()/dma_unmap_sg() APIRussell King2008-09-251-15/+18
* | [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-068-8/+8
|/
* [ARM] dma-mapping: provide sync_range APIsRussell King2008-08-101-18/+20
* [ARM] dma-mapping: improve type-safeness of DMA translationsRussell King2008-08-101-9/+9
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-075-9/+9
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-075-5/+4Star
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0Star
* [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov2008-07-272-12/+12