summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-2112-79/+28Star
|\
| * Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2013-02-051-4/+0Star
| |\
| | * ARM: remove unused arch_decomp_wdog()Shawn Guo2013-01-111-4/+0Star
| * | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-154-33/+6Star
| |\ \
| | * | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring2013-01-121-1/+1
| | * | ARM: use common irqchip_init for GIC initRob Herring2013-01-122-26/+4Star
| | * | ARM: remove mach .handle_irq for GIC usersRob Herring2013-01-123-3/+0Star
| | * | ARM: GIC: remove direct use of gic_raise_softirqRob Herring2013-01-101-3/+1Star
| * | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-143-7/+3Star
| |\ \ \
| | * | | ARM: use clockevents_config_and_register() where possibleShawn Guo2013-01-141-5/+1Star
| | |/ /
| * | / ARM: delete struct sys_timerStephen Warren2012-12-2410-37/+21Star
| | |/ | |/|
* | | ARM: msm: proc_comm_boot_wait should not be __initArnd Bergmann2013-02-121-1/+1
| |/ |/|
* | ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-042-2/+2
|/
* ARM: config: sort select statements alphanumericallyRussell King2012-10-131-14/+14
* sections: fix section conflicts in arch/arm/Andi Kleen2012-10-051-2/+2
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-0217-213/+30Star
|\
| * Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-229-184/+7Star
| |\
| | * ARM: msm: move platform_data definitionsArnd Bergmann2012-09-149-184/+7Star
| * | ARM: msm: Move core.h contents into common.hDavid Brown2012-09-225-4/+4
| * | Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson2012-09-225-25/+23Star
| |\ \
| | * | ARM: consolidate pen_release instead of having per platform definitionsMarc Zyngier2012-09-142-7/+0Star
| | * | ARM: SoC: convert MSM to SMP operationsMarc Zyngier2012-09-145-19/+30
| | |/
| * | ARM: dtb: move all dtb targets to common MakefileOlof Johansson2012-09-211-3/+0Star
| * | Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-211-1/+0Star
| |\ \
| | * | ARM: make mach/gpio.h headers optionalRob Herring2012-09-141-1/+0Star
| | |/
* | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-024-17/+7Star
|\ \ \
| * \ \ Merge tag 'msm-board-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2012-09-174-17/+7Star
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: msm: Allow 8960 and 8660 to compile togetherStephen Boyd2012-09-131-2/+6
| | * | ARM: msm: Allow msm_iomap-8x60 and msm_iomap-8960 to coexistStephen Boyd2012-09-133-15/+1Star
* | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-0222-496/+310Star
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Olof Johansson2012-09-1722-496/+310Star
| |\ \ \
| | * | | ARM: msm: Remove non-DT targets from 8960Stephen Boyd2012-09-136-223/+0Star
| | * | | ARM: msm: Add DT support for 8960Stephen Boyd2012-09-134-0/+52
| | * | | ARM: msm: Move io mapping prototypes to common.hStephen Boyd2012-09-139-25/+12Star
| | * | | ARM: msm: Rename board-msm8x60 to signify its DT only statusStephen Boyd2012-09-132-1/+1
| | * | | ARM: msm: Make 8660 a DT only targetStephen Boyd2012-09-134-140/+6Star
| | * | | ARM: msm: Move 8660 to DT timerStephen Boyd2012-09-131-1/+1
| | * | | ARM: msm: Add DT support to msm_timerStephen Boyd2012-09-132-0/+88
| | * | | ARM: msm: Allow timer.c to compile on multiple targetsStephen Boyd2012-09-139-60/+125
| | * | | ARM: msm: Don't touch GIC registers outside of GIC codeStephen Boyd2012-09-134-26/+2Star
| | * | | ARM: msm: Add msm8660-surf.dts to Makefile.bootStephen Boyd2012-09-131-0/+2
| | * | | ARM: msm: Add handle_irq handler for 8660 DT machineStephen Boyd2012-09-131-0/+1
| | | |/ | | |/|
| | | |
| | \ \
| *-. \ \ Merge branches 'msm/fixes-non-critical' and 'msm/cleanup' into next/dtOlof Johansson2012-09-1718-850/+29Star
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-0215-840/+24Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson2012-09-221-9/+10
| |\ \ \ \ \
| | * | | | | ARM: msm: use __iomem pointers for MMIOArnd Bergmann2012-09-191-9/+10
| | |/ / / /
| * | | | | Merge tag 'msm-cleanup-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2012-09-1715-831/+14Star
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | ARM: msm: Remove uncompiled board-msm7x27Stephen Boyd2012-09-132-172/+1Star
| | * | | ARM: msm: Remove unused acpuclock-arm11Stephen Boyd2012-09-134-568/+1Star
| | * | | ARM: msm: dma: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-131-2/+1Star