summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2011-11-10ARM: OMAP: Fix map_io for Amstrad E3Tony Lindgren1-3/+7
2011-11-10ARM: 7155/1: arch.h: Declare 'pt_regs' locallyFabio Estevam1-0/+1
2011-11-10ARM: 7154/1: mach-bcmring: fix build error in dma.cMaxin B. John1-0/+1
2011-11-10ARM: 7153/1: mach-bcmring: fix build error in core.cMaxin B. John1-1/+1
2011-11-10Merge branch 'for-3.2/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson6-12/+27
2011-11-09arm/tegra: enable headphone detection gpio on seaboardYufeng Shen1-0/+1
2011-11-09arm/dt: Fix ventana SDHCI power-gpiosStephen Warren1-2/+1
2011-11-09arm/tegra: Don't create duplicate gpio and pinmux devicesStephen Warren5-10/+25
2011-11-09Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson9-25/+20
2011-11-09Merge branch 'imx/compile-fixes' of git://git.linaro.org/people/shawnguo/linu...Olof Johansson5-12/+6
2011-11-09ARM: at91: Fix USBA gadget registrationJochen Friedrich3-3/+3
2011-11-09at91/yl-9200: Fix section mismatchJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-11-09at91: vmalloc fix missing AT91_VIRT_BASE defineJean-Christophe PLAGNIOL-VILLARD1-0/+2
2011-11-09ARM: at91: usart: drop static map regs for dbguJean-Christophe PLAGNIOL-VILLARD7-21/+14
2011-11-09ARM: picoxcell: add extra temp register to addruartJamie Iles1-1/+1
2011-11-09ARM: EXYNOS: Fix compiler error with THIS_MODULEKyungmin Park1-0/+2
2011-11-08ARM: 7152/1: distclean: Remove generated .dtb filesDirk B1-0/+2
2011-11-08ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas1-1/+1
2011-11-08ARM: msm: fix compilation flags for MSM_SCMMarc Zyngier2-0/+5
2011-11-08arm/mxs: fix mmc device adding for mach-mx28evkShawn Guo1-2/+2
2011-11-08ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in boot...Archit Taneja8-0/+170
2011-11-08ARM: OMAP: HWMOD: Unify DSS resets for OMAPsTomi Valkeinen5-4/+43
2011-11-08ARM: OMAP2/3: HWMOD: Add SYSS_HAS_RESET_STATUS for dssTomi Valkeinen1-1/+2
2011-11-08ARM: OMAP4: HWMOD: fix DSS clock dataTomi Valkeinen1-3/+3
2011-11-08ARM: OMAP4: HWMOD: Add HWMOD_CONTROL_OPT_CLKS_IN_RESET for dss_coreTomi Valkeinen1-0/+1
2011-11-08ARM: OMAP4: HWMOD: remove extra clocksTomi Valkeinen1-9/+0
2011-11-08ARM: OMAP3: HWMOD: fix DSS clock dataTomi Valkeinen1-2/+22
2011-11-08ARM: OMAP3: HWMOD: Fix DSS resetTomi Valkeinen1-3/+9
2011-11-08ARM: OMAP2xxx: HWMOD: fix DSS clock dataTomi Valkeinen2-4/+16
2011-11-08ARM: OMAP2xxx: HWMOD: Fix DSS resetTomi Valkeinen2-2/+10
2011-11-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Linus Torvalds41-401/+344
2011-11-08ARM: OMAP3: CPUidle: include <linux/export.h>Kevin Hilman1-0/+1
2011-11-08Merge branch 'fixes-modulesplit' into fixesTony Lindgren414-8474/+8735
2011-11-08ARM: OMAP: Fix export.h or module.h includesTony Lindgren4-0/+4
2011-11-08ARM: OMAP: omap_device: Include linux/export.hAxel Lin1-0/+1
2011-11-07Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare ...Russell King1-18/+17
2011-11-07arm: Add export.h to recently added files for EXPORT_SYMBOLPaul Gortmaker2-0/+2
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-119/+178
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds38-168/+96
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds73-19/+70
2011-11-07Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-6/+0
2011-11-07cpuidle: Single/Global registration of idle statesDeepthi Dharwar5-80/+116
2011-11-07cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2-8/+10
2011-11-07cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar5-42/+63
2011-11-07Merge branch 'rmobile-latest' of git://github.com/pmundt/linux-shLinus Torvalds14-197/+1062
2011-11-07Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds5-5/+4
2011-11-06ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynosKukjin Kim76-81/+106
2011-11-06ARM: EXYNOS4: convert MCT to percpu interrupt APIMarc Zyngier1-13/+27
2011-11-06ARM: SAMSUNG: Add clk enable/disable of pwmJoonyoung Shim1-0/+7
2011-11-06ARM: SAMSUNG: Fix compile error due to kfreeJonghwan Choi1-0/+1