summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner2011-03-295-12/+10
* arm: Reorder irq_set_ function callsThomas Gleixner2011-03-294-5/+5
* arm: Cleanup the irq namespaceThomas Gleixner2011-03-295-33/+33
* arm: gic: Use proper accessor functionsThomas Gleixner2011-03-291-1/+1
* Merge branch 'misc' into develRussell King2011-03-161-13/+59
|\
| * ARM: 6777/1: gic: Add hooks for architecture specific extensionsSantosh Shilimkar2011-03-091-0/+47
| * ARM: irq migration: update GIC migration codeRussell King2011-02-231-13/+12
* | ARM: 6762/1: Update number of VIC for S5P6442 and S5PC100Kukjin Kim2011-02-261-0/+1
* | ARM: 6761/1: Update number of VIC for S5PV210Kukjin Kim2011-02-261-0/+1
|/
* Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-155-114/+118
|\
| * ARM: sa1111: fix typo in sa1111_retrigger_lowirq()Pavel Machek2011-01-141-1/+1
| * ARM: vic: irq_data conversion.Lennert Buytenhek2011-01-131-16/+16
| * ARM: sa1111: irq_data conversion.Lennert Buytenhek2011-01-131-47/+47
| * ARM: LoCoMo: irq_data conversion.Lennert Buytenhek2011-01-131-12/+12
| * ARM: ITE 8152: irq_data conversion.Lennert Buytenhek2011-01-131-5/+9
| * ARM: gic: irq_data conversion.Lennert Buytenhek2011-01-131-33/+33
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-2/+2
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-18/+46
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-2/+2
* | | Merge branch 'misc' into develRussell King2011-01-063-191/+8
|\ \ \
| * \ \ Merge branch 'smp' into miscRussell King2011-01-061-4/+24
| |\ \ \
| * | | | ARM: DMA: add support for DMA debuggingRussell King2011-01-061-8/+8
| * | | | ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD2010-11-263-184/+0
| | |/ / | |/| |
* | | | Merge branch 'clksrc' into develRussell King2011-01-051-3/+1
|\ \ \ \ | | |/ / | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2011-01-053-21/+203
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | | | |/ / | | | | |/| / | | | | |_|/ | | | |/| |
| | | | | * ARM: 6432/1: move timer-sp.c from versatile to commonRob Herring2010-11-042-0/+155
| | | | |/
| | * | | ARM: GIC: move enablement of PPI interrupts to gic.cRussell King2010-12-141-0/+10
| | * | | ARM: GIC: move gic_data[] initialization into gic_init()Russell King2010-12-141-24/+24
| | * | | ARM: GIC: consolidate gic_cpu_base_addr to common GIC codeRussell King2010-12-141-0/+5
| | * | | ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_initRussell King2010-12-141-1/+6
| | * | | ARM: GIC: provide a single initialization function for boot CPURussell King2010-12-141-2/+9
| | |/ /
* | | | ARM: fix IXP4xx build failureImre Kaloz2010-12-281-0/+1
| |/ / |/| |
* | | ARM: 6524/1: GIC irq desciptor bug fixChao Xie2010-12-061-1/+7
* | | ARM: 6496/1: GIC: Do not try to register more then NR_IRQS interruptsPawel Moll2010-11-301-15/+17
|/ /
* | ARM: GIC: don't disable software generated interruptsRussell King2010-11-121-4/+24
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-243-16/+16
|\
| * Update broken web addresses in arch directory.Justin P. Mattock2010-10-181-1/+1
| * arm: uengine.c: remove C99 commentsH Hartley Sweeten2010-09-231-9/+9
| * arm: scoop.c: remove C99 commentsH Hartley Sweeten2010-09-231-6/+6
* | Merge branch 'devel-stable' into develRussell King2010-10-191-14/+0
|\ \
| * \ Merge branch 'for-russell' of git://codeaurora.org/quic/kernel/dwalker/linux-...Russell King2010-10-081-14/+0
| |\ \
| | * | GIC: Dont disable INT in ack callbackAbhijeet Dharmapurikar2010-10-061-14/+0
* | | | ARM: 6367/1: PL330: Accept different revisionJassi Brar2010-10-111-4/+3
* | | | ARM: 6349/1: sa1111: move __sa1111_probe() to .devinit.textUwe Kleine-König2010-10-041-1/+1
|/ / /
* | | arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori2010-09-221-0/+8
|/ /
* | Revert "[ARM] pxa: remove now unnecessary dma_needs_bounce()"Russell King2010-09-081-0/+8
* | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2010-08-061-8/+0
|\ \ | |/ |/|
| * [ARM] pxa: remove now unnecessary dma_needs_bounce()Eric Miao2010-08-051-8/+0
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-032-4/+47
|\ \
| | \
| | \
| *-. \ Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-312-4/+47
| |\ \ \ | | |_|/ | |/| |
OpenPOWER on IntegriCloud