summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
AgeCommit message (Expand)AuthorFilesLines
2013-12-13ARM: tegra: split setting of CPU reset handlerAlexandre Courbot1-10/+17
2013-12-13ARM: tegra: add support for Trusted FoundationsAlexandre Courbot2-0/+3
2013-12-12ARM: tegra: select PINCTRL_TEGRA124 for Tegra124 SoCLaxman Dewangan1-0/+1
2013-12-11ARM: tegra: add missing break to fuse initialization codeStephen Warren1-0/+2
2013-12-11ARM: tegra: pass reset to tegra_powergate_sequence_power_up()Stephen Warren1-3/+5
2013-12-11ARM: tegra: select the reset frameworkStephen Warren1-0/+2
2013-12-11ARM: tegra: add gpiod_lookup table for paz00Heikki Krogerus1-0/+11
2013-12-04ARM: tegra: use section-sized static mappings for LPAE tooStephen Warren1-7/+7
2013-12-04ARM: tegra: don't hard-code DEBUG_LL baud rateStephen Warren1-3/+1
2013-12-04ARM: tegra: switch FUSE clock on before usageAlexandre Courbot1-1/+40
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-10/+0
2013-11-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-14ARM: tegra: init fuse before setting reset handlerAlexandre Courbot1-1/+1
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds15-33/+179
2013-10-28Merge branch 'cleanup/dt-clock' into next/socOlof Johansson1-9/+0
2013-10-21ARM: fix build errors caused by selection of errata 798181Russell King1-1/+1
2013-10-18ARM: tegra: Add Tegra114 powergate supportThierry Reding1-1/+42
2013-10-18ARM: tegra: Constify list of CPU domainsThierry Reding1-2/+3
2013-10-18ARM: tegra: Remove duplicate powergate definesThierry Reding1-6/+1
2013-10-18ARM: tegra: add LP1 support code for Tegra124Joseph Lo5-8/+43
2013-10-18ARM: tegra: re-calculate the LP1 data for Tegra30/114Joseph Lo1-7/+9
2013-10-18ARM: tegra: enable CPU idle for Tegra124Joseph Lo2-1/+6
2013-10-18ARM: tegra: make tegra_resume can work with current and later chipsJoseph Lo1-8/+5
2013-10-18ARM: tegra: CPU hotplug support for Tegra124Joseph Lo2-0/+3
2013-10-18ARM: tegra: add PMC compatible value for Tegra124Joseph Lo1-0/+1
2013-10-18ARM: tegra: add Tegra124 SoC supportJoseph Lo4-0/+12
2013-10-18ARM: tegra: add fuses as device randomnessStephen Warren1-0/+54
2013-10-17Merge tag 'tegra-for-3.13-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Kevin Hilman18-569/+99
2013-10-07ARM: tegra: fix ARCH_TEGRA_114_SOC select sort orderStephen Warren1-1/+1
2013-10-07ARM: drop explicit selection of HAVE_CLK and CLKDEV_LOOKUPUwe Kleine-König1-2/+0
2013-09-29ARM: tegra: remove custom .init_time hookSebastian Hesselbarth1-9/+0
2013-09-24ARM: tegra: remove tegra_chip_uid()Stephen Warren1-10/+0
2013-09-17ARM: tegra: make tegra_init_fuse() __initStephen Warren1-1/+1
2013-09-17ARM: tegra: remove much of iomap.hStephen Warren1-150/+0
2013-09-17ARM: tegra: move resume vector define to irammap.hStephen Warren6-11/+17
2013-09-17ARM: tegra: delete gpio-names.hStephen Warren3-275/+2
2013-09-17ARM: tegra: delete stale header contentStephen Warren2-9/+0
2013-09-17ARM: tegra: remove common.cStephen Warren6-122/+78
2013-09-17ARM: tegra: split tegra_pmc_init() in twoStephen Warren4-23/+35
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds31-1069/+1401
2013-09-06Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-08-29ARM: tegra: Drop ARCH_SUPPORTS_MSI and sort listThierry Reding1-2/+1
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman31-1069/+1402
2013-08-13ARM: tegra: disable LP2 cpuidle state if PCIe is enabledStephen Warren3-0/+23
2013-08-13PCI: tegra: Move PCIe driver to drivers/pci/hostThierry Reding7-1018/+2
2013-08-12ARM: tegra: add LP1 suspend support for Tegra114Joseph Lo4-15/+141
2013-08-12ARM: tegra: add LP1 suspend support for Tegra20Joseph Lo5-0/+341
2013-08-12ARM: tegra: add LP1 suspend support for Tegra30Joseph Lo7-4/+560