summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2013-12-02ARM: at91: add usart3 alias to dtsiNicolas Ferre1-0/+4
2013-12-02ARM: at91: sama5d3: reduce TWI internal clock frequencyLudovic Desroches1-3/+3
2013-12-02Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds11-34/+75
2013-12-01ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculationFabio Estevam1-0/+1
2013-12-01ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2-9/+16
2013-12-01ARM: 7895/1: signal: fix armv7-m build issue in sigreturn_codes.SVictor Kamensky1-9/+31
2013-12-01ARM: footbridge: fix EBSA285 LEDsRussell King1-9/+13
2013-11-30ARM: footbridge: fix VGA initialisationRussell King2-2/+3
2013-11-30ARM: fix booting low-vectors machinesRussell King3-3/+4
2013-11-30ARM: dma-mapping: check DMA mask against available memoryRussell King1-2/+7
2013-11-27ARM: dts: omap3-beagle: Fix USB host on beagle boards (for 3.13)Roger Quadros2-0/+14
2013-11-27ARM: dts: omap3-igep0020: name twl4030 VPLL2 regulator as vdds_dsiJavier Martinez Canillas1-0/+5
2013-11-27ARM: dts: AM33XX IGEP0033: add USB supportEnric Balletbo i Serra1-0/+29
2013-11-27ARM: dts: AM33XX BASE0033: add 32KBit EEPROM supportEnric Balletbo i Serra1-0/+7
2013-11-27ARM: dts: AM33XX BASE0033: add pinmux and user led supportEnric Balletbo i Serra1-0/+26
2013-11-27ARM: dts: AM33XX BASE0033: add pinmux and hdmi node to enable displayEnric Balletbo i Serra1-0/+46
2013-11-27ARM: dts: omap3-igep0020: Add pinmuxing for DVI outputJavier Martinez Canillas1-0/+41
2013-11-27ARM: dts: omap3-igep0020: Add pinmux setup for i2c devicesJavier Martinez Canillas1-0/+30
2013-11-27ARM: dts: omap3-igep: Update to use the TI AM/DM37x processorEnric Balletbo i Serra3-6/+6
2013-11-27ARM: dts: omap3-igep: Add support for LBEE1USJYC WiFi connected to SDIOEnric Balletbo i Serra1-1/+44
2013-11-27ARM: dts: omap3-igep: Fix bus-width for mmc1Enric Balletbo i Serra1-5/+1
2013-11-27ARM: OMAP2+: dss-common: change IGEP's DVI DDC i2c busJavier Martinez Canillas1-1/+1
2013-11-27ARM: OMAP2+: Disable POSTED mode for errata i103 and i767Joel Fernandes1-1/+4
2013-11-27Merge tag 'ux500-defconfig-v3.13-rcs' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-0/+3
2013-11-27Merge tag 'ux500-fixes-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-0/+4
2013-11-27Revert "ARM: ux500: Stop passing MMC's platform data for Device Tree boots"Linus Walleij1-4/+4
2013-11-27Revert "ARM: ux500: Remove AUXDATA relating to SDI (MMC) clock-name bindings"Linus Walleij1-0/+4
2013-11-27ARM: ux500: u8500_defconfig: add missing cpuidle optionDaniel Lezcano1-0/+1
2013-11-27u8500_defconfig: allow creation and mounting of devtmpfsAndi Shyti1-0/+2
2013-11-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-187/+319
2013-11-26ARM: bcm2835: add missing #xxx-cells to I2C nodesStephen Warren1-0/+4
2013-11-26Merge tag 'imx-fixes-3.13-2' of git://git.linaro.org/people/shawnguo/linux-2....Kevin Hilman1-1/+1
2013-11-26ARM: dts: Add max77686 RTC interrupt to cros5250-commonDoug Anderson1-0/+12
2013-11-26ARM: OMAP2+: Fix eMMC on n900 with device treeTony Lindgren2-1/+23
2013-11-26ARM: OMAP2+: Add fixed regulator to omap2plus_defconfigTony Lindgren1-0/+1
2013-11-26ARM: OMAP2+: Fix more missing data for omap3.dtsi fileTony Lindgren1-0/+42
2013-11-26ARM: vexpress/TC2: Implement MCPM power_down_finish()Dave Martin3-5/+102
2013-11-26Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson11-180/+199
2013-11-26ARM: omap: fix warning with LPAE buildOlof Johansson1-1/+1
2013-11-25ARM: mvebu: re-enable PCIe on Armada 370 DBThomas Petazzoni1-14/+14
2013-11-25ARM: mvebu: use the virtual CPU registers to access coherency registersGregory CLEMENT1-1/+1
2013-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-10/+0
2013-11-23ARM: mvebu: fix second and third PCIe unit of Armada XP mv78260Arnaud Ebalard1-24/+85
2013-11-23ARM: mvebu: second PCIe unit of Armada XP mv78230 is only x1 capableArnaud Ebalard1-12/+12
2013-11-22Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds8-14/+39
2013-11-22Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+28
2013-11-21ARM: davinci: fix number of resources passed to davinci_gpio_register()Lad, Prabhakar4-4/+4
2013-11-21ARM: 7894/1: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMERWill Deacon1-0/+1
2013-11-21ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMPWill Deacon1-1/+1
2013-11-21Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-62/+2