summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'clks' and 'pnx' into develRussell King2010-02-251-0/+10
|\
| * ARM: Consolidate clks_register() and similarRussell King2010-02-121-0/+10
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King2010-02-252-134/+135
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * ARM: dma-mapping: introduce the idea of buffer ownershipRussell King2010-02-151-1/+3
| | |_|/ | |/| |
| | | * ARM: 5881/1: vic.c: reorganize codeHartley Sweeten2010-01-201-133/+132
| |_|/ |/| |
* | | ARM: 5857/1: ARM: dmabounce: fix buildMike Rapoport2009-12-221-1/+1
|/ /
* | ARM: use flush_kernel_dcache_area() for dmabounceRussell King2009-12-141-8/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \
| * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
| |/
* | ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single()Russell King2009-11-231-3/+18
|/
* ARM: 5735/1: sa1111: CodingStyle cleanupsHartley Sweeten2009-10-021-13/+12
* Merge branch 'master' into for-linusRussell King2009-09-221-0/+1
|\
| * ARM: 5696/1: Include device.h in VIC driverLinus Walleij2009-09-151-0/+1
* | ARM: 5711/1: locomo.c: CodingStyle cleanupsHartley Sweeten2009-09-211-10/+7
|/
* Merge branch 'master' into develRussell King2009-09-121-0/+1
|\
| * ARM: 5639/1: arm: clkdev.c should include <linux/clk.h>Hartley Sweeten2009-08-051-0/+1
* | ARM: 5636/1: Move vendor enum to AMBA includeLinus Walleij2009-09-121-8/+4
* | [ARM] 5583/1: VIC: acknowledge software interruptsAlessandro Rubini2009-07-021-1/+10
* | [ARM] 5582/1: VIC: support ST-modified version with a split initAlessandro Rubini2009-07-021-0/+88
|/
* [ARM] 5556/1: Fix the irq_desc.cpu referencesCatalin Marinas2009-06-191-1/+1
* [ARM] VIC: Fix resume sources usageBen Dooks2009-06-161-2/+6
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-06-145-871/+240
|\
| * Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2009-06-143-864/+0
| |\
| | * [ARM] pxa/sharpsl_pm: merge the two sharpsl_pm.c since it's now pxa specificDmitry Eremin-Solenikov2009-06-113-864/+0
| * | [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/+4
* 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/+0
* Merge branch 'highmem' into develRussell King2009-03-241-0/+7
|\
| * [ARM] make page_to_dma() highmem awareNicolas Pitre2009-03-151-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-151-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
OpenPOWER on IntegriCloud