summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tegra-for-3.10-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2013-04-0915-265/+205
|\
| * ARM: tegra: use setup_mm_for_reboot rather than explicit pgd switchWill Deacon2013-03-261-6/+1
| * ARM: tegra: replace the CPU power on function with PMC callJoseph Lo2013-03-111-12/+7
| * ARM: tegra: pmc: add power on function for secondary CPUsJoseph Lo2013-03-112-2/+103
| * ARM: tegra: pmc: convert PMC driver to support DT onlyJoseph Lo2013-03-111-29/+22
| * ARM: tegra: fix the PMC compatible string in DTJoseph Lo2013-03-112-2/+2
| * ARM: tegra: pmc: add specific compatible DT string for Tegra30 and Tegra114Joseph Lo2013-03-111-0/+2
| * ARM: tegra: refactor tegra{20,30}_boot_secondaryHiroshi Doyu2013-03-111-55/+38
| * clocksource: tegra: move to of_clk_getPeter De Schrijver2013-03-112-0/+4
| * ARM: tegra: Unify Device tree board filesHiroshi Doyu2013-03-114-114/+10
| * ARM: tegra: Rename board-dt-tegra20.c to tegra.cHiroshi Doyu2013-03-112-1/+1
| * ARM: tegra: Unify tegra{20,30,114}_init_early()Hiroshi Doyu2013-03-117-50/+21
* | Merge branch 'tegra/fixes' into next/cleanupArnd Bergmann2013-04-0917-48/+63
|\ \
| * | ARM: tegra: powergate: Don't error out if new state == old stateThierry Reding2013-03-291-1/+1
| * | ARM: tegra: Export tegra_powergate_sequence_power_up()Thierry Reding2013-03-291-0/+2
| |/
| * ARM: tegra: fix ignored return value of regulator_enableStephen Warren2013-03-111-1/+6
| * ARM: tegra: fix the logical detection of power on sequence of warm boot CPUsJoseph Lo2013-03-111-1/+1
| * ARM: tegra: Fix unchecked return valueHiroshi Doyu2013-03-111-0/+3
| * ARM: tegra: don't unlock MMIO access to DBGLARJoseph Lo2013-03-112-6/+0
| * ARM: tegra: remove save/restore of CPU diag registerStephen Warren2013-03-112-23/+0
| * ARM: tegra: add CPU errata WARs to Tegra reset handlerStephen Warren2013-03-111-6/+39
| * ARM: dts: tegra: fix the activate polarity of cd-gpio in mmc hostJoseph Lo2013-03-1110-10/+11
* | Merge tag 'omap-for-v3.10/fixes-pm-signed' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2013-04-092-2/+11
|\ \
| * | ARM: OMAP4+: PM: Restore CPU power state to ON with clockdomain force wakeup ...Santosh Shilimkar2013-04-052-2/+11
* | | Merge tag 'omap-for-v3.10/cleanup-v2-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann2013-04-0818-1191/+1059
|\| |
| * | Merge branch 'for_3.10/omap_generic_cleanup_v2' of git://git.kernel.org/pub/s...Tony Lindgren2013-03-289-92/+51
| |\ \
| | * | ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT buildSantosh Shilimkar2013-03-281-0/+16
| | * | ARM: OMAP4: PM: Now remove L4 per clockdomain static depedency with MPUSantosh Shilimkar2013-03-281-4/+2
| | * | ARM: OMAP4: PM: Remove L4 wakeup depedency with MPU since errata fix exist nowSantosh Shilimkar2013-03-281-8/+2
| | * | ARM: OMAP4+: Move the CPU wakeup prepare code under smp_prepare_cpus()Santosh Shilimkar2013-03-281-31/+20
| | * | ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup codeSantosh Shilimkar2013-03-281-2/+0
| | * | ARM: OMAP4+: Remove un-necessary cacheflush in secondary CPU boot pathSantosh Shilimkar2013-03-281-4/+0
| | * | ARM: OMAP4+: Remove the un-necessary cache flush from hotplug codeSantosh Shilimkar2013-03-281-6/+0
| | * | ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tupleSantosh Shilimkar2013-03-285-30/+4
| | * | ARM: OMAP4+: Use common scratchpad SAR RAM offsets for all architecturesTero Kristo2013-03-281-7/+7
| * | | Merge tag 'omap-cleanup-a-for-3.10' of git://git.kernel.org/pub/scm/linux/ker...Tony Lindgren2013-03-277-988/+1008
| |\ \ \
| | * | | ARM: OMAP2+: clock data: Remove CK_* flagsJ Keerthy2013-03-187-988/+1008
| | |/ /
| * | | ARM: OMAP2+: Remove unused DMA channel definitionsJarkko Nikula2013-03-201-70/+0
| * | | ARM: OMAP1: Remove unused DMA channel definitionsJarkko Nikula2013-03-201-41/+0
| |/ /
* | | Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/c...Olof Johansson2013-04-021-1/+1
|\ \ \
| * | | ARM: at91: Fix typo in restart code panic messageMaxime Ripard2013-03-261-1/+1
* | | | ARM: irq: Call irqchip_init if no init_irq function is specifiedMaxime Ripard2013-04-021-1/+5
* | | | Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson2013-04-02123-357/+210
|\ \ \ \
| * | | | irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas2013-03-2615-123/+0
| * | | | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-266-37/+5
| * | | | arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.hCatalin Marinas2013-03-262-5/+5
| | |/ / | |/| |
| * | | perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds2013-03-171-1/+3
| * | | Merge tag 'for-3.9-rc3' of git://openrisc.net/jonas/linuxLinus Torvalds2013-03-151-2/+1
| |\ \ \
| | * | | openrisc: remove HAVE_VIRT_TO_BUSJonas Bonn2013-03-131-1/+0
| | * | | openrisc: require gpiolibJonas Bonn2013-03-131-1/+1