summaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm
AgeCommit message (Expand)AuthorFilesLines
2013-05-07proc: Use PDE attribute setting accessor functionsGeert Uytterhoeven1-1/+1
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+0
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+2
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-59/+51
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-88/+127
2013-05-02Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+4
2013-04-28Merge branch 'gic/cleanup' into next/socOlof Johansson1-8/+0
2013-04-28Merge branch 'fixes' into next/cleanupOlof Johansson1-1/+4
2013-04-18ARM: cpu hotplug: remove majority of cache flushing from platformsRussell King1-4/+0
2013-04-14Merge tag 'msm-core-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Olof Johansson1-59/+51
2013-04-14Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson11-80/+127
2013-04-11ARM: msm: Fix uncompess.h tx underrun checkStephen Boyd1-1/+1
2013-04-09ARM: Push selects for TWD/SCU into machine entriesStephen Boyd1-5/+2
2013-04-09last_radio_log: switch to proc_create()Al Viro1-16/+4
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas1-8/+0
2013-03-22ARM: msm: Wait for timer clear to completeStephen Boyd1-18/+23
2013-03-22ARM: msm: Rework timer binding to be more generalStephen Boyd1-46/+33
2013-03-22ARM: msm: Stop counting before reprogramming clockeventStephen Boyd1-1/+4
2013-03-05ARM: msm: Remove unused cpu.h header fileStephen Boyd1-54/+0
2013-03-05gpio: Make gpio-msm-v1 into a platform driverStephen Boyd8-0/+101
2013-03-05ARM: msm: Move dma.h #defines that are private to dma.cStephen Boyd2-26/+26
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-79/+28
2013-02-11ARM: msm: proc_comm_boot_wait should not be __initArnd Bergmann1-1/+1
2013-02-05Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson1-4/+0
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson4-33/+6
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson3-7/+3
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-5/+1
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring1-1/+1
2013-01-12ARM: use common irqchip_init for GIC initRob Herring2-26/+4
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring3-3/+0
2013-01-11ARM: remove unused arch_decomp_wdog()Shawn Guo1-4/+0
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring1-3/+1
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2-2/+2
2012-12-24ARM: delete struct sys_timerStephen Warren10-37/+21
2012-10-13ARM: config: sort select statements alphanumericallyRussell King1-14/+14
2012-10-06sections: fix section conflicts in arch/arm/Andi Kleen1-2/+2
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds17-213/+30
2012-10-01Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-17/+7
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds22-496/+310
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds15-840/+24
2012-09-22Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson1-9/+10
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson9-184/+7
2012-09-22ARM: msm: Move core.h contents into common.hDavid Brown5-4/+4
2012-09-22Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson5-25/+23
2012-09-20ARM: dtb: move all dtb targets to common MakefileOlof Johansson1-3/+0
2012-09-20Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson1-1/+0
2012-09-19ARM: msm: use __iomem pointers for MMIOArnd Bergmann1-9/+10
2012-09-16Merge tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Olof Johansson22-496/+310
2012-09-16Merge branches 'msm/fixes-non-critical' and 'msm/cleanup' into next/dtOlof Johansson18-850/+29