summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-02-22ARM: tegra: Move tegra_common_init to tegra_init_earlyColin Cross4-10/+8
2011-02-22ARM: tegra: clock: prevent accidental disables of cpu clockColin Cross1-0/+25
2011-02-22ARM: tegra: clock: Round rate before setting rateColin Cross2-4/+16
2011-02-22ARM: tegra: clock: Refcount periph clock enablesColin Cross1-6/+31
2011-02-21ARM: tegra: clock: Miscellaneous clock updatesColin Cross1-31/+67
2011-02-21ARM: tegra: clock: Fix clock issues in suspendColin Cross1-10/+20
2011-02-21ARM: tegra: clock: Add function to set SDMMC tap delayColin Cross4-0/+36
2011-02-21ARM: tegra: cpufreq: Adjust memory frequency with cpu frequencyColin Cross1-0/+21
2011-02-21ARM: tegra: clocks: Add emc scalingColin Cross1-1/+63
2011-02-21ARM: tegra: Add external memory controller driverColin Cross4-0/+209
2011-02-21ARM: tegra: clock: Minor cleanupsColin Cross3-7/+3
2011-02-21ARM: tegra: clock: Add shared bus clock typeColin Cross2-0/+124
2011-02-21ARM: tegra: cpufreq: Take an extra reference to pllxColin Cross2-4/+13
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