aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds25-599/+351
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2013-02-05Merge tag 'tegra-for-3.9-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanupOlof Johansson23-569/+347
2013-02-05Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/cleanupOlof Johansson1-4/+0
2013-02-02cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar1-1/+0
2013-02-02cpufreq: TEGRA: Set policy->cpus from driver->init()Viresh Kumar1-1/+1
2013-01-28ARM: tegra: fix compile error when disable CPU_IDLEJoseph Lo1-1/+1
2013-01-28ARM: tegra30: make the wait time of CPU power up to proportional to HZJoseph Lo1-2/+2
2013-01-28ARM: tegra: make device can run on UPJoseph Lo6-223/+246
2013-01-28ARM: tegra: clean up the CPUINIT sectionJoseph Lo3-7/+5
2013-01-28ARM: tegra: moving the clock gating procedure to tegra_cpu_killJoseph Lo3-6/+13
2013-01-28ARM: tegra: update the cache maintenance order for CPU shutdownJoseph Lo5-9/+6
2013-01-28ARM: tegra30: fix power up sequence for boot_secondaryJoseph Lo1-1/+38
2013-01-28ARM: tegra: cpufreq: move clk_get/put out of function tegra_cpu_init/exitRichard Zhao1-20/+20
2013-01-28ARM: tegra: fix Kconfig warnings when !SMPStephen Warren1-2/+2
2013-01-28ARM: tegra: Make variables staticHiroshi Doyu5-12/+12
2013-01-28ARM: tegra: move timer.c to drivers/clocksource/Stephen Warren5-292/+4
2013-01-28Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into for-3.9/cleanupStephen Warren4-8/+4
2013-01-25ARM: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanupOlof Johansson5-18/+4
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson3-12/+8
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-6/+2
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring2-3/+2
2013-01-12ARM: use common irqchip_init for GIC initRob Herring1-8/+2
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring2-5/+0
2013-01-11ARM: remove unused arch_decomp_wdog()Shawn Guo1-4/+0
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring1-2/+0
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2-6/+6
2012-12-24ARM: delete struct sys_timerStephen Warren4-8/+4
2012-12-17Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into fixesOlof Johansson2-4/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds10-446/+66
2012-12-03treewide: Fix typos in various KconfigMasanari Iida1-1/+1
2012-11-26ARM: tegra: fix comment in dsib clk set_parentSivaram Nair1-3/+1
2012-11-26ARM: tegra: select correct parent clk for pll_pSivaram Nair1-1/+1
2012-11-16ARM: tegra: move debug-macro.S to include/debugStephen Warren2-254/+0
2012-11-16ARM: tegra: don't include iomap.h from debug-macro.SStephen Warren2-5/+20
2012-11-16ARM: tegra: decouple uncompress.h and debug-macro.SStephen Warren4-43/+134
2012-11-16ARM: tegra: simplify DEBUG_LL UART selection optionsStephen Warren4-96/+15
2012-11-16ARM: tegra: select SPARSE_IRQStephen Warren2-182/+3
2012-11-16ARM: tegra: enhance timer.c to get IO address from device treeStephen Warren1-4/+28
2012-11-16ARM: tegra: enhance timer.c to get IRQ info from device treeStephen Warren1-18/+23
2012-11-16ARM: timer: fix checkpatch warningsStephen Warren1-4/+3
2012-11-15ARM: tegra: retain L2 content over CPU suspend/resumeJoseph Lo6-3/+57
2012-11-15ARM: tegra30: cpuidle: add powered-down state for CPU0Joseph Lo6-4/+275
2012-11-15ARM: tegra30: flowctrl: add cpu_suspend_exter/exit functionJoseph Lo2-0/+55
2012-11-15ARM: tegra30: clocks: add CPU low-power function into tegra_cpu_car_opsJoseph Lo2-0/+145
2012-11-15ARM: tegra30: common: enable csite clockJoseph Lo1-0/+1
2012-11-15ARM: tegra30: cpuidle: add powered-down state for secondary CPUsJoseph Lo8-0/+253
2012-11-15ARM: tegra: cpuidle: add CPU resume functionJoseph Lo3-0/+67