aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-09Merge branch 'tegra/soc' into next/driversArnd Bergmann23-354/+775
2013-04-09Merge tag 'tegra-for-3.10-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/multiplatformArnd Bergmann9-271/+23
2013-04-09Merge tag 'tegra-for-3.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socArnd Bergmann15-64/+532
2013-04-09Merge tag 'tegra-for-3.10-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanupArnd Bergmann12-263/+199
2013-04-09Merge branch 'tegra/fixes' into next/cleanupArnd Bergmann7-38/+52
2013-04-08ARM: tegra: cpuidle: remove useless initializationDaniel Lezcano3-3/+0
2013-04-08ARM: tegra2: cpuidle: change driver initializationDaniel Lezcano1-20/+20
2013-04-08cpufreq: tegra: Move driver to drivers/cpufreqViresh Kumar2-295/+0
2013-04-05ARM: tegra: pm: remove duplicated include from pm.cWei Yongjun1-1/+0
2013-04-04clk: tegra: defer application of init tableStephen Warren1-0/+3
2013-04-03ARM: tegra: cpuidle: remove redundant parameters for powered-down modeJoseph Lo4-12/+4
2013-04-03ARM: tegra: pm: add platform suspend supportJoseph Lo5-17/+146
2013-04-03ARM: dt: tegra: add bindings of power management configurations for PMCJoseph Lo2-0/+91
2013-04-03ARM: tegra: irq: add wake up handlingJoseph Lo3-1/+103
2013-04-03ARM: tegra: moving the CPU power timer function to PMC driverJoseph Lo4-37/+41
2013-04-03Merge commit '7185684' into omap-for-v3.10/timerTony Lindgren2-4/+4
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-7/+8
2013-03-29ARM: tegra: convert to multi-platformStephen Warren4-211/+20
2013-03-29ARM: tegra: move <mach/powergate.h> to <linux/tegra-powergate.h>Stephen Warren5-60/+3
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-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 Marinas1-8/+0
2013-03-24i2c: tegra: assume CONFIG_OF, remove platform dataStephen Warren1-2/+0
2013-03-20arm: tegra: fix Kconfig select clausesFelipe Balbi1-4/+4
2013-03-19ARM: tegra: add speedo-based process id for Tegra114Danny Huang4-0/+116
2013-03-15ARM: tegra: expose chip ID and revisionDanny Huang1-1/+28
2013-03-11ARM: tegra: bring up secondary CPU for Tegra114Joseph Lo1-0/+8
2013-03-11ARM: tegra: replace the CPU power on function with PMC callJoseph Lo1-12/+7
2013-03-11ARM: tegra: pmc: add power on function for secondary CPUsJoseph Lo2-2/+103
2013-03-11ARM: tegra: pmc: convert PMC driver to support DT onlyJoseph Lo1-29/+22
2013-03-11ARM: tegra: pmc: add specific compatible DT string for Tegra30 and Tegra114Joseph Lo1-0/+2
2013-03-11ARM: tegra: refactor tegra{20,30}_boot_secondaryHiroshi Doyu1-55/+38
2013-03-11ARM: tegra: Unify Device tree board filesHiroshi Doyu4-114/+10
2013-03-11ARM: tegra: Rename board-dt-tegra20.c to tegra.cHiroshi Doyu2-1/+1
2013-03-11ARM: tegra: Unify tegra{20,30,114}_init_early()Hiroshi Doyu7-50/+21
2013-03-11ARM: tegra: fix ignored return value of regulator_enableStephen Warren1-1/+6
2013-03-11ARM: tegra: fix the logical detection of power on sequence of warm boot CPUsJoseph Lo1-1/+1
2013-03-11ARM: tegra: Fix unchecked return valueHiroshi Doyu1-0/+3
2013-03-11ARM: tegra: don't unlock MMIO access to DBGLARJoseph Lo2-6/+0
2013-03-11ARM: tegra: remove save/restore of CPU diag registerStephen Warren2-23/+0
2013-03-11ARM: tegra: add CPU errata WARs to Tegra reset handlerStephen Warren1-6/+39
2013-02-24ARM: cleanup: clk_get_sys() error handlingRussell King1-1/+1
2013-02-24ARM: cleanup: regulator_get() error handlingRussell King1-3/+3
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds39-7545/+690
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-11Merge branch 'socfpga/hw' into next/socOlof Johansson1-43/+0
2013-02-11arm: Add v7_invalidate_l1 to cache-v7.SDinh Nguyen1-43/+0
2013-02-09Merge branch 'tegra/t114' into next/socOlof Johansson4-13/+22