summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge tag 'tegra-for-3.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2013-06-1418-93/+182
| |\ \ \ | | |/ / | |/| |
| | * | ARM: tegra: don't pass CPU ID to tegra_{set,clear}_cpu_in_lp2Joseph Lo2013-06-054-14/+14
| | * | ARM: tegra: cpuidle: using IS_ENABLED for multi SoCs management in init funcJoseph Lo2013-06-052-21/+7
| | * | ARM: tegra: hook tegra_tear_down_cpu function in the PM suspend init functionJoseph Lo2013-06-053-6/+15
| | * | ARM: tegra: cpuidle: move the init function behind the suspend init functionJoseph Lo2013-06-053-10/+12
| | * | ARM: tegra: remove ifdef in the tegra_resumeJoseph Lo2013-06-051-3/+1
| | * | ARM: tegra: add cpu_disable for hotplugJoseph Lo2013-05-283-0/+13
| | * | ARM: tegra114: add CPU hotplug supportJoseph Lo2013-05-225-8/+42
| | * | ARM: tegra114: add power up sequence for warm boot CPUJoseph Lo2013-05-222-1/+25
| | * | ARM: tegra: make tegra_resume can work for Tegra114Joseph Lo2013-05-221-4/+9
| | * | ARM: tegra: skip SCU and PL310 code when CPU is not Cortex-A9Joseph Lo2013-05-222-9/+23
| | * | ARM: tegra: add an assembly marco to check Tegra SoC IDJoseph Lo2013-05-223-26/+30
| | * | ARM: tegra: emc: correction of ram-code parsing from dtDmitry Osipenko2013-05-171-1/+1
| | |/
* | | ARM: tegra: fix section mismatch in tegra_pmc_parse_dtStephen Warren2013-06-251-1/+1
|/ /
* | arch/arm/mach-tegra: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
|/
* Merge branch 'late/fixes' into fixesOlof Johansson2013-05-091-0/+1
|\
| * ARM: tegra: Tegra114 needs CPU_FREQ_TABLEArnd Bergmann2013-05-031-0/+1
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-041-0/+3
|\ \
| * \ Merge tag 'tegra-for-3.10-clk' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2013-04-091-0/+3
| |\ \
| | * | clk: tegra: defer application of init tableStephen Warren2013-04-041-0/+3
| * | | Merge branch 'tegra/soc' into next/driversArnd Bergmann2013-04-0923-354/+775
| |\ \ \
| * \ \ \ Merge commit '7185684' into omap-for-v3.10/timerTony Lindgren2013-04-032-4/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-035-16/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cleanup' into for-linusRussell King2013-05-022-4/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | ARM: cleanup: clk_get_sys() error handlingRussell King2013-02-241-1/+1
| | * | | | ARM: cleanup: regulator_get() error handlingRussell King2013-02-241-3/+3
| * | | | | ARM: cpu hotplug: remove majority of cache flushing from platformsRussell King2013-04-181-1/+0
| * | | | | ARM: tegra: remove tegra specific cpu_disable()Russell King2013-04-183-11/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-021-2/+0
|\ \ \ \ \
| * | | | | i2c: tegra: assume CONFIG_OF, remove platform dataStephen Warren2013-03-241-2/+0
| |/ / / /
* | | | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-0210-271/+27
|\ \ \ \ \
| * | | | | ARM: tegra: build assembly files with -march=armv7-aArnd Bergmann2013-04-091-0/+2
| * | | | | ARM: Push selects for TWD/SCU into machine entriesStephen Boyd2013-04-091-0/+2
| * | | | | Merge tag 'tegra-for-3.10-multiplatform' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2013-04-099-271/+23
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | ARM: tegra: convert to multi-platformStephen Warren2013-03-294-211/+20
| | * | | | ARM: tegra: move <mach/powergate.h> to <linux/tegra-powergate.h>Stephen Warren2013-03-295-60/+3
* | | | | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-05-0215-64/+532
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'gic/cleanup' into next/socOlof Johansson2013-04-281-8/+0
| |\ \ \ \ \ \
| * | | | | | | ARM: tegra: pm: fix build error w/o PM_SLEEPJoseph Lo2013-04-181-1/+1
| * | | | | | | Merge tag 'tegra-for-3.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2013-04-0915-64/+532
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | ARM: tegra: pm: remove duplicated include from pm.cWei Yongjun2013-04-051-1/+0
| | | |_|_|_|/ | | |/| | | |
| | * | | | | ARM: tegra: cpuidle: remove redundant parameters for powered-down modeJoseph Lo2013-04-034-12/+4
| | * | | | | ARM: tegra: pm: add platform suspend supportJoseph Lo2013-04-035-17/+146
| | * | | | | ARM: dt: tegra: add bindings of power management configurations for PMCJoseph Lo2013-04-032-0/+91
| | * | | | | ARM: tegra: irq: add wake up handlingJoseph Lo2013-04-033-1/+103
| | * | | | | ARM: tegra: moving the CPU power timer function to PMC driverJoseph Lo2013-04-034-37/+41
| | | |/ / / | | |/| | |
| | * | | | ARM: tegra: add speedo-based process id for Tegra114Danny Huang2013-03-194-0/+116
| | * | | | ARM: tegra: expose chip ID and revisionDanny Huang2013-03-151-1/+28
| | * | | | ARM: tegra: bring up secondary CPU for Tegra114Joseph Lo2013-03-111-0/+8
* | | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-0212-271/+199
|\ \ \ \ \ \
OpenPOWER on IntegriCloud