summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-02-21ARM: tegra: clock: Convert global lock to a lock per clockColin Cross4-167/+318
2011-02-21ARM: tegra: clock: Move unshared clk struct members into unionColin Cross2-143/+176
2011-02-21ARM: tegra: clock: Rearrange static clock tablesColin Cross1-55/+51
2011-02-21ARM: tegra: clock: Drop CPU dvfsColin Cross8-297/+2
2011-02-21ARM: tegra: clock: Initialize clocks that have no enableColin Cross1-0/+9
2011-02-20ARM: tegra: clock: Don't use PLL lock bitsColin Cross2-23/+10
2011-02-20ARM: tegra: clock: Drop debuggingColin Cross1-17/+2
2011-02-20ARM: tegra: clock: Don't BUG on changing an enabled PLLColin Cross1-1/+0
2011-02-20ARM: tegra: clock: enable clk reset for non-peripheral clocksDima Zavin2-11/+19
2011-02-20ARM: tegra: Fix hang on rebootSimon Glass1-2/+3
2011-02-20ARM: tegra: APB DMA: Enable clock and remove reset.Stephen Warren2-0/+20
2011-02-19ARM: tegra: Prevent requeuing in-progress DMA requestsStephen Warren1-0/+8
2011-02-19Merge branch 'tegra-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Colin Cross1-0/+22
2011-02-10ARM: tegra: add TrimSlice boardMike Rapoport5-0/+280
2011-02-10ARM: tegra: Use writel_relaxed in tegra_init_cacheColin Cross1-2/+2
2011-02-10ARM: tegra: add tegra_defconfigOlof Johansson1-0/+123
2011-02-10ARM: tegra: dma: Fix critical data corruption bugsColin Cross1-89/+108
2011-02-10ARM: tegra: Allow overriding arch_resetColin Cross3-8/+17
2011-02-10ARM: tegra: cpufreq: Disable cpufreq during suspendColin Cross1-15/+60
2011-02-10ARM: tegra: iomap: Add missing devicesGary King1-0/+33
2011-02-09ARM: tegra: irq: Implement retriggerColin Cross1-1/+16
2011-02-09ARM: tegra: irq: Add support for suspend wake sourcesColin Cross3-105/+184
2011-02-09ARM: tegra: timer: Add idle and suspend support to timersColin Cross1-2/+58
2011-02-09ARM: tegra: pinmux: Add missing drive pingroups and fix suspendGary King2-4/+31
2011-02-09ARM: tegra: clock: Suspend fixes, and add new clocksColin Cross1-19/+244
2011-02-09ARM: tegra: Add prototypes for subsystem suspend functionsColin Cross7-0/+44
2011-02-09ARM: tegra: irqs: Update irq listColin Cross1-3/+11
2011-02-09ARM: tegra: Add api to control internal powergatingColin Cross3-0/+253
2011-02-09ARM: tegra: Centralize macros to define debug uart baseColin Cross3-36/+21
2011-02-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-16/+112
2011-02-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-52/+94
2011-02-07Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-38/+39
2011-02-07Merge branch 'fixes'Russell King8-12/+11
2011-02-07Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesRussell King7-11/+10
2011-02-07ARM: Update mach-typesRussell King1-4/+101
2011-02-07x86, nx: Mark the ACPI resume trampoline code as +xH. Peter Anvin1-3/+10
2011-02-07powerpc: Fix hcall tracepoint recursionAnton Blanchard1-0/+37
2011-02-07powerpc/numa: Fix bug in unmap_cpu_from_nodeAnton Blanchard1-1/+1
2011-02-07powerpc/numa: Disable VPHN on dedicated processor partitionsAnton Blanchard1-1/+2
2011-02-07powerpc/numa: Add length when creating OF properties via VPHNAnton Blanchard1-3/+9
2011-02-07powerpc/numa: Check for all VPHN changesAnton Blanchard1-1/+1
2011-02-07powerpc/numa: Only use active VPHN count fieldsAnton Blanchard1-4/+6
2011-02-07powerpc/pseries: Remove unnecessary variable initializations in numa.cJesse Larrew1-9/+8
2011-02-07powerpc/pseries: Fix brace placement in numa.cJesse Larrew1-6/+3
2011-02-07powerpc/pseries: Fix typo in VPHN commentsJesse Larrew1-1/+1
2011-02-07powerpc: Fix some 6xx/7xxx CPU setup functionsBenjamin Herrenschmidt1-20/+20
2011-02-07powerpc: Pass the right cpu_spec to ->setup_cpu() on 64-bitBenjamin Herrenschmidt1-2/+2
2011-02-07powerpc/book3e: Protect complex macro args in mmu-book3e.hScott Wood1-4/+4
2011-02-07powerpc: Fix pfn_valid() when memory starts at a non-zero addressScott Wood1-1/+1
2011-02-06Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds3-8/+10