summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2011-12-28Merge branch 'tegra/soc' into next/socArnd Bergmann30-167/+1116
2011-12-28Merge branches 'depends/rmk/devel-stable' and 'tegra/dt' into next/socArnd Bergmann75-506/+1944
2011-12-20arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OFStephen Warren1-0/+2
2011-12-20arm/tegra: Make MACH_TEGRA_DT depend on ARCH_TEGRA_2x_SOCStephen Warren1-0/+1
2011-12-20arm/tegra: Delete tegra_init_clock()Stephen Warren2-6/+0
2011-12-20arm/tegra: Fix section mismatch errors in tegra30 pinmuxStephen Warren1-1/+1
2011-12-20arm/tegra: Fix section mismatch errors in tegra20 pinmuxStephen Warren1-1/+1
2011-12-20arm/tegra: refresh defconfig for tegra30Olof Johansson1-5/+4
2011-12-20arm/tegra: Seaboard: Add GPIO key device tree nodesStephen Warren1-0/+20
2011-12-20arm/dt: Add ADT7461 to SeaboardStephen Warren1-0/+5
2011-12-20arm/dt: tegra: Use new compatible value for DVC I2C controllerStephen Warren2-2/+2
2011-12-18arm/tegra: add support for tegra30 based board cardhuPeter De Schrijver3-0/+38
2011-12-18arm/tegra: implement support for tegra30Peter De Schrijver6-7/+83
2011-12-18arm/tegra: pinmux tables and definitions for tegra30Peter De Schrijver5-0/+798
2011-12-18arm/tegra: add new fields to struct tegra_pingroup_descPeter De Schrijver2-0/+14
2011-12-18arm/tegra: prepare pinmux code for multiple tegra variantsPeter De Schrijver7-63/+86
2011-12-18arm/tegra: rename tegra20 pinmux filesPeter De Schrijver5-8/+9
2011-12-18arm/tegra: generalize L2 cache initializationPeter De Schrijver1-5/+10
2011-12-18arm/tegra: use PMC resetPeter De Schrijver1-3/+2
2011-12-18arm/tegra: rename board-dt.c to board-dt-tegra20.cPeter De Schrijver3-3/+3
2011-12-18arm/tegra: prepare early init for multiple tegra variantsPeter De Schrijver7-27/+34
2011-12-18arm/tegra: don't export clk_measure_input_freqPeter De Schrijver3-6/+9
2011-12-18arm/tegra: prepare clock code for multiple tegra variantsPeter De Schrijver4-32/+10
2011-12-18arm/tegra: cleanup tegra20 supportPeter De Schrijver2-2/+9
2011-12-18arm/tegra: clk_get should not be fatalPeter De Schrijver1-4/+8
2011-12-18Merge remote-tracking branch 'rmk/devel-stable' into for-3.3/socOlof Johansson397-3585/+3028
2011-12-18arm/tegra: initial device tree for tegra30Peter De Schrijver1-0/+127
2011-12-16Merge branch 'omap/soc' into next/socOlof Johansson355-3230/+1874
2011-12-13ARM: OMAP: TI814X: Add cpu type macros and detection supportHemant Pedanekar4-0/+33
2011-12-13ARM: OMAP: TI81XX: Prepare for addition of TI814X supportHemant Pedanekar16-76/+90
2011-12-13ARM: OMAP: ID: Chip detection for OMAP4470Leonid Iziumtsev2-1/+17
2011-12-13ARM: OMAP: id: add chip id recognition for omap4430 es2.3David Anders2-2/+6
2011-12-13ARM: OMAP: am33xx: Update common OMAP machine specific sourcesAfzal Mohammed11-3/+105
2011-12-13ARM: OMAP: am33xx: Update common omap platform filesAfzal Mohammed6-4/+35
2011-12-12ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon1-12/+3
2011-12-12ARM: stop: execute platform callback from cpu_stop codeWill Deacon2-1/+5
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon1-10/+40
2011-12-12ARM: lib: add call_with_stack function for safely changing stackWill Deacon2-1/+46
2011-12-11ARM: 7183/1: vic: register the VIC for ST-modified VIC'sJamie Iles1-2/+3
2011-12-09Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+1
2011-12-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds28-55/+69
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King32-322/+1199
2011-12-08Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann1-2/+2
2011-12-08ARM: LPAE: Add the Kconfig entriesCatalin Marinas2-1/+18
2011-12-08ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon1-1/+15
2011-12-08ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas1-1/+27
2011-12-08ARM: LPAE: Add context switching supportCatalin Marinas1-2/+17
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas6-5/+104
2011-12-08ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas1-1/+10
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas5-12/+243