summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2011-11-24Merge branch 'fixes-v3.2-rc2' into fixesTony Lindgren96-965/+729
2011-11-24ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as moduleGovindraj.R1-1/+1
2011-11-24ARM: OMAP2+: Remove empty io.hThomas Weber1-0/+0
2011-11-24ARM: OMAP2: select ARM_AMBA if OMAP3_EMU is definedMing Lei1-0/+1
2011-11-24ARM: OMAP: smartreflex: fix IRQ handling bugFelipe Balbi1-1/+1
2011-11-24ARM: OMAP: PM: only register TWL with voltage layer when device is presentKevin Hilman3-4/+16
2011-11-24ARM: OMAP: hwmod: Fix the addr space, irq, dma count APIssricharan1-3/+3
2011-11-14Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds12-523/+324
2011-11-14Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-68/+1
2011-11-11Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji int...Olof Johansson1-1/+1
2011-11-11ARM: OMAP: Fix reprogramming of dpll1 rateTony Lindgren5-29/+39
2011-11-11Merge branch 'imx-fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2...Olof Johansson4-20/+39
2011-11-11arm/imx: fix imx6q mmc error when mounting rootfsShawn Guo1-1/+16
2011-11-11arm/imx: fix AUTO_ZRELADDR selectionShawn Guo1-2/+2
2011-11-11arm/imx: fix the references to ARCH_MX3Shawn Guo1-15/+19
2011-11-11ARM: mx51/53: set pwm clock parent to ipg_perclkRichard Zhao1-2/+2
2011-11-11ARM: mach-shmobile: cpuidle single/global and last_state fixesMagnus Damm3-40/+30
2011-11-11ARM: mach-shmobile: move helper macro PORTCR to sh_pfc.hKuninori Morimoto4-61/+0
2011-11-11ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.hKuninori Morimoto4-197/+117
2011-11-11ARM: mach-shmobile: move helper macro PORT_DATA_xx to sh_pfc.hKuninori Morimoto4-212/+115
2011-11-11ARM: mach-shmobile: ap4evb: remove white space from end of lineKuninori Morimoto1-1/+1
2011-11-11ARM: mach-shmobile: clock-sh7372: remove un-necessary indexKuninori Morimoto1-4/+4
2011-11-11ARM: mach-shmobile: kota2: add comment out separatorKuninori Morimoto1-0/+7
2011-11-11ARM: mach-shmobile: sh73a0: add MMC data pin pull-upKuninori Morimoto3-8/+50
2011-11-11drivers: sh: Generalize runtime PM platform stub.Paul Mundt2-68/+1
2011-11-11ARM: OMAP: Fix dpll_data compile error when omap2 only is selectedTony Lindgren1-1/+1
2011-11-10Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm i...Olof Johansson5-6/+11
2011-11-10ARM: OMAP: Fix map_io for Amstrad E3Tony Lindgren1-3/+7
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-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-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-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