summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: imx: fix imx31-dt.c time-related warningStephen Warren2013-01-311-1/+6
* Merge branch 'zynq/timer' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson2013-01-293-81/+73
|\
| * arm: zynq: timer: Set clock_event cpumaskSoren Brinkmann2013-01-281-0/+1
| * arm: zynq: timer: Fix comment styleSoren Brinkmann2013-01-281-3/+6
| * arm: zynq: timer: Remove redundant #includesSoren Brinkmann2013-01-281-8/+0
| * arm: zynq: timer: Align columnsSoren Brinkmann2013-01-281-3/+3
| * arm: zynq: timer: Remove unused #definesSoren Brinkmann2013-01-281-3/+0
| * arm: zynq: timer: Remove unnecessary register writeSoren Brinkmann2013-01-281-2/+1
| * arm: zynq: timer: Replace PSS through PSSoren Brinkmann2013-01-283-69/+69
| * arm: zynq: Add missing irqchip.h to common.cMichal Simek2013-01-281-0/+1
* | Merge tag 'ux500-no-idh' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Olof Johansson2013-01-299-3/+33
|\ \
| * | ARM: ux500: de-globalize <mach/id.h>Linus Walleij2013-01-299-2/+13
| * | ARM: ux500: Introduce cpu_is_u8580()Maxime Coquelin2013-01-291-1/+20
* | | Merge tag 'cleanup_for_v3.9_round2' of git://git.infradead.org/users/jcooper/...Olof Johansson2013-01-292-28/+10
|\ \ \
| * | | ARM: dove: cleanup includesSebastian Hesselbarth2013-01-291-20/+9
| * | | ARM: kirkwood: nsa310: cleanup includes and unneeded codeJason Cooper2013-01-291-8/+1
* | | | arm: zynq: Add missing irqchip.h to common.cMichal Simek2013-01-291-0/+1
* | | | Merge tag 'bcm2835-for-3.9-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-01-292-2/+3
|\ \ \ \
| * | | | ARM: bcm2835: make use of CLKSRC_OFStephen Warren2013-01-142-2/+3
| * | | | Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into cleanupStephen Warren2013-01-14492-1394/+769
| |\ \ \ \
* | \ \ \ \ Merge tag 'imx-cleanup-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson2013-01-2924-1947/+11
|\ \ \ \ \ \
| * | | | | | ARM: imx: Remove mx508 supportFabio Estevam2013-01-2919-1703/+9
| * | | | | | ARM: imx: Remove mach-mx51_3ds boardFabio Estevam2013-01-294-193/+0
| * | | | | | ARM: imx: use debug_ll_io_init() for imx6qShawn Guo2013-01-294-54/+2
| * | | | | | ARM: imx: remove unused imx6q_clock_map_io()Shawn Guo2013-01-293-4/+0
| * | | | | | ARM: mach-imx: Kconfig: Do not select Babbage for MACH_IMX51_DTFabio Estevam2012-12-311-1/+0
* | | | | | | Merge branch 'armsoc/fix' of git://github.com/hzhuang1/linux into next/cleanupOlof Johansson2013-01-275-15/+80
|\ \ \ \ \ \ \
| * | | | | | | ARM: pxa: Minor naming fixes in spitz.cMarko Katic2013-01-231-2/+2
| * | | | | | | ARM: PXA3xx: program the CSMSADRCFG registerIgor Grinberg2013-01-232-1/+15
| * | | | | | | ARM: palmtreo: fix #ifdefs for leds-gpio deviceMike Dunn2013-01-232-9/+2
| * | | | | | | ARM: palmtreo: fix lcd initilialization on treo680Mike Dunn2013-01-232-3/+61
* | | | | | | | Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson2013-01-2760-238/+373
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-01-246-27/+26
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/li...Russell King2013-01-1991-286/+452
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ARM: virt: simplify __hyp_stub_install epilogMarc Zyngier2013-01-101-9/+3
| | | * | | | | | | | ARM: virt: boot secondary CPUs through the right entry pointMarc Zyngier2013-01-101-1/+1
| | | * | | | | | | | ARM: virt: Avoid bx instruction for compatibility with <=ARMv4Dave Martin2013-01-101-3/+3
| | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SOSantosh Shilimkar2013-01-191-1/+1
| | * | | | | | | | ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsememRussell King2013-01-191-8/+10
| | * | | | | | | | ARM: 7628/1: head.S: map one extra section for the ATAG/DTB areaNicolas Pitre2013-01-161-0/+3
| | * | | | | | | | ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT aloneStephen Boyd2013-01-162-5/+5
| * | | | | | | | | Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-2440-180/+176
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux ...Olof Johansson2013-01-242-3/+1
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device TreePawel Moll2013-01-241-2/+0
| | | * | | | | | | | | ARM: vexpress: extend the MPIDR range used for pen release checkLorenzo Pieralisi2013-01-241-1/+1
| | | | |_|/ / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2013-01-245-23/+48
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ARM: at91/dts: correct comment in at91sam9x5.dtsi for miiDouglas Gilbert2013-01-231-8/+8
| | | * | | | | | | | | ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfigNicolas Ferre2013-01-231-0/+1
| | | * | | | | | | | | ARM: at91/at91_dt_defconfig: remove memory specification to cmdlineNicolas Ferre2013-01-231-1/+1
| | | * | | | | | | | | ARM: at91/dts: add macb mii pinctrl config for kizboxBoris BREZILLON2013-01-231-0/+2