summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: nomadik: convert to MULTI_IRQ_HANDLERJamie Iles2011-11-153-30/+3
* ARM: netx: convert to MULTI_IRQ_HANDLERJamie Iles2011-11-155-13/+7
* ARM: ep93xx: convert to MULTI_IRQ_HANDLERJamie Iles2011-11-159-42/+25
* ARM: vic: MULTI_IRQ_HANDLER handlerJamie Iles2011-11-152-0/+41
* ARM: vic: device tree bindingJamie Iles2011-11-153-29/+86
* ARM: GIC: Make MULTI_IRQ_HANDLER mandatoryMarc Zyngier2011-11-1510-76/+2
* ARM: omap2plus: remove irq-related global base addressesMarc Zyngier2011-11-155-9/+4
* ARM: omap2plus: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-1529-137/+36
* ARM: omap2/3: Add global omap2/3_intc_handle_irq() functionsMarc Zyngier2011-11-152-0/+52
* ARM: zynq: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-153-3/+2
* ARM: cns3xxx: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-153-2/+3
* ARM: shmobile: convert smp platforms to gic_handle_irq()Marc Zyngier2011-11-155-22/+2
* ARM: ux500: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-154-2/+7
* ARM: tegra2: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-157-20/+15
* ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-159-78/+18
* ARM: msm: convert SMP platforms to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-156-58/+31
* ARM: VExpress: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-153-2/+3
* ARM: RealView: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-157-2/+6
* ARM: highbank: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-153-2/+2
* ARM: imx: convert smp platforms to global gic_handle_irq()Marc Zyngier2011-11-154-55/+1
* ARM: GIC: Add global gic_handle_irq() functionMarc Zyngier2011-11-152-0/+28
* ARM: mxc: rename gic_handle_irq to avoid name clashMarc Zyngier2011-11-152-3/+3
* ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusiveMarc Zyngier2011-11-153-49/+3
* ARM: gic: allow GIC to support non-banked setupsMarc Zyngier2011-11-156-77/+128
* Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-1412-523/+324
|\
| * ARM: mach-shmobile: cpuidle single/global and last_state fixesMagnus Damm2011-11-113-40/+30
| * ARM: mach-shmobile: move helper macro PORTCR to sh_pfc.hKuninori Morimoto2011-11-114-61/+0
| * ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.hKuninori Morimoto2011-11-114-197/+117
| * ARM: mach-shmobile: move helper macro PORT_DATA_xx to sh_pfc.hKuninori Morimoto2011-11-114-212/+115
| * ARM: mach-shmobile: ap4evb: remove white space from end of lineKuninori Morimoto2011-11-111-1/+1
| * ARM: mach-shmobile: clock-sh7372: remove un-necessary indexKuninori Morimoto2011-11-111-4/+4
| * ARM: mach-shmobile: kota2: add comment out separatorKuninori Morimoto2011-11-111-0/+7
| * ARM: mach-shmobile: sh73a0: add MMC data pin pull-upKuninori Morimoto2011-11-113-8/+50
* | Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-142-68/+1
|\ \
| * | drivers: sh: Generalize runtime PM platform stub.Paul Mundt2011-11-112-68/+1
| |/
* | Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji int...Olof Johansson2011-11-111-1/+1
|\ \
| * | ARM: picoxcell: add extra temp register to addruartJamie Iles2011-11-091-1/+1
| |/
* | Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2...Olof Johansson2011-11-114-20/+39
|\ \
| * | arm/imx: fix imx6q mmc error when mounting rootfsShawn Guo2011-11-111-1/+16
| * | arm/imx: fix AUTO_ZRELADDR selectionShawn Guo2011-11-111-2/+2
| * | arm/imx: fix the references to ARCH_MX3Shawn Guo2011-11-111-15/+19
| * | ARM: mx51/53: set pwm clock parent to ipg_perclkRichard Zhao2011-11-111-2/+2
| |/
* | Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm i...Olof Johansson2011-11-095-6/+11
|\ \
| * | ARM: msm: fix compilation flags for MSM_SCMMarc Zyngier2011-11-082-0/+5
| * | msm: boards: Fix fallout from removal of machine_desc in fixupStephen Boyd2011-11-013-6/+6
* | | Merge branch 'for-3.2/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2011-11-096-12/+27
|\ \ \
| * | | arm/tegra: enable headphone detection gpio on seaboardYufeng Shen2011-11-091-0/+1
| * | | arm/dt: Fix ventana SDHCI power-gpiosStephen Warren2011-11-091-2/+1
| * | | arm/tegra: Don't create duplicate gpio and pinmux devicesStephen Warren2011-11-095-10/+25
| | |/ | |/|
* | | Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2011-11-099-25/+20
|\ \ \
OpenPOWER on IntegriCloud