summaryrefslogtreecommitdiffstats
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2013-04-09Merge tag 'mxs-cleanup-3.10' of git://git.linaro.org/people/shawnguo/linux-2....Arnd Bergmann17-1341/+169
2013-04-09Merge tag 'v3.9-rc5' into next/cleanupArnd Bergmann22-78/+130
2013-04-09Merge tag 'tegra-for-3.10-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann15-265/+205
2013-04-09Merge branch 'tegra/fixes' into next/cleanupArnd Bergmann17-48/+63
2013-04-09Merge tag 'omap-for-v3.10/fixes-pm-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2-2/+11
2013-04-08Merge tag 'omap-for-v3.10/cleanup-v2-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann18-1191/+1059
2013-04-05ARM: OMAP4+: PM: Restore CPU power state to ON with clockdomain force wakeup ...Santosh Shilimkar2-2/+11
2013-04-02Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/c...Olof Johansson1-1/+1
2013-04-02ARM: irq: Call irqchip_init if no init_irq function is specifiedMaxime Ripard1-1/+5
2013-04-02Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson82-285/+123
2013-04-01ARM: mxs: remove unused headersShawn Guo5-533/+27
2013-04-01ARM: mxs: merge imx23 and imx28 into one machine_descShawn Guo1-30/+13
2013-04-01ARM: mxs: remove common.hShawn Guo2-21/+1
2013-04-01ARM: mxs: move mxs_get_ocotp() into mach-mxs.cShawn Guo4-105/+76
2013-04-01ARM: mxs: remove mm.cShawn Guo3-55/+1
2013-04-01ARM: mxs: use debug_ll_io_init for low-level debugShawn Guo2-8/+6
2013-04-01ARM: mxs: get ocotp base address from device treeShawn Guo3-1/+10
2013-04-01ARM: mxs: remove system.cShawn Guo4-140/+38
2013-04-01ARM: mxs: get reset address from device treeShawn Guo3-21/+19
2013-04-01ARM: mxs: remove empty hardware.hShawn Guo2-24/+0
2013-04-01clk: mxs: get base address from device treeShawn Guo2-0/+2
2013-04-01ARM: mxs: remove unneeded mach-types.h inclusionShawn Guo1-1/+0
2013-04-01ARM: mxs: move icoll driver into drivers/irqchipShawn Guo4-134/+5
2013-04-01ARM: mxs: call stmp_reset_block() in icollShawn Guo1-2/+2
2013-04-01ARM: mxs: get icoll base address from device treeShawn Guo1-2/+5
2013-04-01ARM: mxs: move timer driver into drivers/clocksourceShawn Guo2-305/+1
2013-04-01ARM: mxs: select STMP_DEVICE and use it for timer codeShawn Guo2-9/+9
2013-04-01ARM: mxs: remove cpu_is_mx23() call from timer codeShawn Guo1-1/+2
2013-04-01ARM: mxs: get timrot base address from device treeShawn Guo1-1/+5
2013-04-01ARM: mxs: look up timrot clock from device treeShawn Guo3-1/+3
2013-04-01ARM: mxs: use CLKSRC_OF helper to initialize timerShawn Guo4-9/+6
2013-04-01Merge remote-tracking branch 'arm-soc/clksrc/cleanup' into mxs/cleanupShawn Guo9-34/+17
2013-03-29ARM: tegra: powergate: Don't error out if new state == old stateThierry Reding1-1/+1
2013-03-29ARM: tegra: Export tegra_powergate_sequence_power_up()Thierry Reding1-0/+2
2013-03-28Merge branch 'for_3.10/omap_generic_cleanup_v2' of git://git.kernel.org/pub/s...Tony Lindgren9-92/+51
2013-03-28ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT buildSantosh Shilimkar1-0/+16
2013-03-28ARM: OMAP4: PM: Now remove L4 per clockdomain static depedency with MPUSantosh Shilimkar1-4/+2
2013-03-28ARM: OMAP4: PM: Remove L4 wakeup depedency with MPU since errata fix exist nowSantosh Shilimkar1-8/+2
2013-03-28ARM: OMAP4+: Move the CPU wakeup prepare code under smp_prepare_cpus()Santosh Shilimkar1-31/+20
2013-03-28ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup codeSantosh Shilimkar1-2/+0
2013-03-28ARM: OMAP4+: Remove un-necessary cacheflush in secondary CPU boot pathSantosh Shilimkar1-4/+0
2013-03-28ARM: OMAP4+: Remove the un-necessary cache flush from hotplug codeSantosh Shilimkar1-6/+0
2013-03-28ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tupleSantosh Shilimkar5-30/+4
2013-03-28ARM: OMAP4+: Use common scratchpad SAR RAM offsets for all architecturesTero Kristo1-7/+7
2013-03-27Merge tag 'omap-cleanup-a-for-3.10' of git://git.kernel.org/pub/scm/linux/ker...Tony Lindgren7-988/+1008
2013-03-26ARM: tegra: use setup_mm_for_reboot rather than explicit pgd switchWill Deacon1-6/+1
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas15-123/+0
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas6-37/+5
2013-03-26arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.hCatalin Marinas2-5/+5
2013-03-26ARM: at91: Fix typo in restart code panic messageMaxime Ripard1-1/+1