summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2013-01-21ARM: OMAP2+: DT node Timer iteration fixPantelis Antoniou1-6/+2
2013-01-21ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()Tony Lindgren1-1/+1
2013-01-21ARM: OMAP2+: fix build break for omapdrmRob Clark1-1/+2
2013-01-19Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/li...Russell King91-286/+452
2013-01-19ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SOSantosh Shilimkar1-1/+1
2013-01-19ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsememRussell King1-8/+10
2013-01-19ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function callsJon Hunter2-0/+4
2013-01-19ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDMPeter Ujfalusi1-1/+5
2013-01-19ARM: OMAP4: clock data: Lock ABE DPLL on all revisionsPeter Ujfalusi1-7/+6
2013-01-18ARM: i.MX clock: Change the connection-id for fsl-usb2-udcPeter Chen5-15/+15
2013-01-18usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_idPeter Chen2-7/+9
2013-01-17Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson55-169/+189
2013-01-17ARM: S3C64XX: Fix up IRQ mapping for balblair on CragganmoreDimitris Papastamos1-1/+1
2013-01-17ARM: dts: correct the dw-mshc timing properties as per bindingAlim Akhtar2-10/+10
2013-01-17ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabledTomasz Figa1-0/+2
2013-01-17ARM: compile fix for DEBUG_LL=y && MMU=nUwe Kleine-König1-0/+2
2013-01-17Merge tag 'sunxi-fixes-for-3.8-rc4' of git://github.com/mripard/linux into fixesOlof Johansson1-2/+4
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds5-7/+141
2013-01-16ARM: sunxi: Use the Synosys APB UART instead of ns8250Maxime Ripard1-2/+4
2013-01-16ARM: 7628/1: head.S: map one extra section for the ATAG/DTB areaNicolas Pitre1-0/+3
2013-01-16ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT aloneStephen Boyd2-5/+5
2013-01-15Merge branch 'vt8500/timer' into next/cleanupOlof Johansson2-2/+3
2013-01-15timer: vt8500: Convert vt8500 to use CLKSRC_OFTony Prisk2-2/+3
2013-01-15Merge tag 'imx-fixes-3.8-2' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson7-5/+14
2013-01-15Merge tag 'asoc-atmel-pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai5-7/+141
2013-01-15ARM: bcm2835: make use of CLKSRC_OFStephen Warren2-2/+3
2013-01-15Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into cleanupStephen Warren492-1394/+769
2013-01-15Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson138-1899/+112
2013-01-15Merge tag 'vt8500/timer' of git://server.prisktech.co.nz/git/linuxwmt into ne...Olof Johansson5-181/+3
2013-01-15Merge tag 'dt-fixes-for-3.8' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-0/+1
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson119-504/+534
2013-01-14Merge branch 'timer/cleanup' into next/cleanupOlof Johansson1-1/+1
2013-01-14ARM: at91: fix board-rm9200-dt after sys_timer conversionJoachim Eastwood1-1/+1
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo25-209/+53
2013-01-14ARM: imx: correct low-power mode settingShawn Guo2-0/+4
2013-01-14ARM: imx: disable cpu in .cpu_kill hookShawn Guo3-4/+8
2013-01-14ARM: dts: prevent *.dtb from always being rebuiltStephen Warren1-0/+1
2013-01-14timer: vt8500: Move timer code to drivers/clocksourceTony Prisk5-186/+3
2013-01-14ARM: imx: platform-imx-fb: modifies platform device nameGwenhael Goavec-Merou1-1/+1
2013-01-13ARM: Kirkwood: Cleanup unneeded include filesAndrew Lunn2-2/+0
2013-01-12irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.hRob Herring13-50/+12
2013-01-12ARM: picoxcell: use common irqchip_init functionRob Herring1-12/+2
2013-01-12ARM: spear: use common irqchip_init functionRob Herring6-33/+8
2013-01-12irqchip: Move ARM VIC to drivers/irqchipRob Herring3-500/+0
2013-01-12ARM: samsung: remove unused tick.hRob Herring2-55/+0
2013-01-12ARM: remove unneeded vic.h includesRob Herring36-37/+0
2013-01-12ARM: remove mach .handle_irq for VIC usersRob Herring41-87/+36
2013-01-12ARM: VIC: set handle_arch_irq in VIC initializationRob Herring1-0/+1
2013-01-12ARM: VIC: shrink down vic.hRob Herring2-21/+19
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring36-85/+35