summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'socfpga/hw' into next/socOlof Johansson2013-02-111-43/+0
|\
| * arm: Add v7_invalidate_l1 to cache-v7.SDinh Nguyen2013-02-111-43/+0
* | Merge branch 'tegra/t114' into next/socOlof Johansson2013-02-094-13/+22
|\ \
| * | ARM: tegra: sort Kconfig selects for Tegra114Stephen Warren2013-02-091-2/+2
| * | ARM: tegra: enable ARCH_REQUIRE_GPIOLIB for Tegra114Stephen Warren2013-02-091-2/+0
| * | ARM: tegra: Fix build error w/ ARCH_TEGRA_114_SOC w/o ARCH_TEGRA_3x_SOCOlof Johansson2013-02-093-9/+20
* | | ARM: tegra: Fix build error for gic updateHiroshi Doyu2013-02-051-2/+0
* | | ARM: tegra: remove empty tegra_smp_init_cpus()Olof Johansson2013-02-051-5/+0
* | | Merge tag 'tegra-for-3.9-soc-t114' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2013-02-058-16/+137
|\ \ \ | |/ /
| * | ARM: tegra114: select PINCTRL for Tegra114 SoCLaxman Dewangan2013-01-291-0/+2
| * | ARM: tegra: add Tegra114 ARM_CPUIDLE_WFI_STATE supportJoseph Lo2013-01-294-0/+73
| * | ARM: tegra: Add initial support for Tegra114 SoC.Hiroshi Doyu2013-01-284-0/+60
| * | ARM: tegra: fuse: Add chip ID Tegra114 0x35Hiroshi Doyu2013-01-281-0/+1
| * | Merge branch 'for-3.9/scu-base-rework' into for-3.9/soc-t114Stephen Warren2013-01-281-17/+2
| |\ \
| | * | ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9Hiroshi Doyu2013-01-281-3/+2
| | * | ARM: tegra: Use DT /cpu node to detect number of CPU coreHiroshi Doyu2013-01-281-15/+0
| | |/
* | | Merge tag 'tegra-for-3.9-soc-cpuidle' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-02-0510-9/+516
|\ \ \ | |/ /
| * | ARM: tegra20: cpuidle: apply coupled cpuidle for powered-down modeJoseph Lo2013-01-285-9/+192
| * | ARM: tegra20: flowctrl: add support for cpu_suspend_enter/exitJoseph Lo2013-01-282-5/+37
| * | ARM: tegra20: cpuidle: add powered-down state for secondary CPUJoseph Lo2013-01-284-4/+259
| * | ARM: tegra: add pending SGI checking APIJoseph Lo2013-01-282-0/+37
* | | Merge tag 'tegra-for-3.9-soc-usb' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-052-12/+3
|\ \ \ | |/ /
| * | ARM: tegra: remove USB address related macros from iomap.hVenu Byravarasu2013-01-282-12/+3
* | | Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-0535-8014/+359
|\ \ \ | |/ /
| * | ARM: tegra30: remove auxdataPrashant Gaikwad2013-01-281-30/+1
| * | ARM: tegra20: remove auxdataPrashant Gaikwad2013-01-281-24/+0
| * | ARM: tegra: remove legacy clock codePrashant Gaikwad2013-01-2810-7139/+0
| * | ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-288-128/+5
| * | ARM: tegra: move tegra_cpu_car.h to linux/clk/tegra.hPrashant Gaikwad2013-01-2810-133/+9
| * | ARM: tegra: add function to read chipidPrashant Gaikwad2013-01-281-1/+7
| * | ARM: tegra: fix compile error when disable CPU_IDLEJoseph Lo2013-01-281-1/+1
| * | ARM: tegra30: make the wait time of CPU power up to proportional to HZJoseph Lo2013-01-281-2/+2
| * | ARM: tegra: make device can run on UPJoseph Lo2013-01-286-223/+246
| * | ARM: tegra: clean up the CPUINIT sectionJoseph Lo2013-01-283-7/+5
| * | ARM: tegra: moving the clock gating procedure to tegra_cpu_killJoseph Lo2013-01-283-6/+13
| * | ARM: tegra: update the cache maintenance order for CPU shutdownJoseph Lo2013-01-285-9/+6
| * | ARM: tegra30: fix power up sequence for boot_secondaryJoseph Lo2013-01-281-1/+38
| * | ARM: tegra: cpufreq: move clk_get/put out of function tegra_cpu_init/exitRichard Zhao2013-01-281-20/+20
| * | ARM: tegra: fix Kconfig warnings when !SMPStephen Warren2013-01-281-2/+2
| * | ARM: tegra: Make variables staticHiroshi Doyu2013-01-285-12/+12
| * | ARM: tegra: move timer.c to drivers/clocksource/Stephen Warren2013-01-285-292/+4
| * | Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into for-3.9/cleanupStephen Warren2013-01-284-8/+4
| |\ \ | | |/ | |/|
* | | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-145-18/+4
|\ \ \
| * | | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring2013-01-122-3/+2
| * | | ARM: use common irqchip_init for GIC initRob Herring2013-01-121-8/+2
| * | | ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-122-5/+0
| * | | ARM: GIC: remove direct use of gic_raise_softirqRob Herring2013-01-101-2/+0
| |/ /
* | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-143-12/+8
|\ \ \ | |_|/ |/| |
| * | ARM: use clockevents_config_and_register() where possibleShawn Guo2013-01-141-6/+2
| |/
| * ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-6/+6
OpenPOWER on IntegriCloud