aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+70
2014-01-23Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-30/+52
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2014-01-09Merge branch 'qcom/soc2' into next/socOlof Johansson2-39/+50
2014-01-09ARM: msm: Move MSM's DT based hardware to multi-platform supportStephen Boyd1-39/+41
2014-01-09ARM: msm: Only build timer.c if requiredStephen Boyd2-1/+10
2014-01-09ARM: msm: Only build clock.c on proc_comm based platformsStephen Boyd1-1/+1
2014-01-09usb: phy: msm: Move mach dependent code to platform dataIvan T. Ivanov2-0/+70
2014-01-02ARM: msm: Add support for APQ8074 DragonboardRohit Vaswani1-0/+9
2014-01-02Merge branch 'qcom/soc' into next/socOlof Johansson2-8/+19
2014-01-02ARM: msm: Simplify ARCH_MSM_DT configStephen Boyd1-2/+4
2014-01-02ARM: dts: MSM8974: Add restart nodeStephen Boyd0-0/+0
2014-01-02ARM: msm: Add support for MSM8974 SoCRohit Vaswani1-1/+10
2014-01-02ARM: msm: trout: fix uninit var warningJosh Cartwright1-6/+6
2013-12-11ARM: clean up cache handling in platform codeNicolas Pitre1-2/+1
2013-11-21ARM: msm: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2013-10-02clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrallyUwe Kleine-König1-1/+0
2013-09-25ARM: msm: Create a common board-dt and config ARCH_MSM_DTRohit Vaswani4-64/+17
2013-09-25ARM: msm: Remove irqs-*.h files for DT based targetsStephen Boyd4-540/+2
2013-09-06Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds24-3315/+120
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-7/+7
2013-08-27msm_serial: Switch clock consumer strings and simplify codeStephen Boyd3-7/+7
2013-08-13Merge branch 'msm/cleanup' into next/cleanupKevin Hilman24-3260/+51
2013-08-06ARM: msm: Only compile io.c on platforms that use itStephen Boyd1-4/+4
2013-08-06iommu/msm: Move mach includes to iommu directoryStephen Boyd2-1985/+0
2013-08-06ARM: msm: Remove devices-iommu.cStephen Boyd2-913/+0
2013-08-06ARM: msm: Move mach/board.h contents to common.hStephen Boyd13-50/+21
2013-08-06ARM: msm: Migrate msm_timer to CLOCKSOURCE_OF_DECLAREStephen Boyd4-17/+3
2013-08-06ARM: msm: Remove TMR and TMR0 static mappingsStephen Boyd7-120/+2
2013-08-06ARM: msm: Move debug-macro.S to include/debugStephen Boyd6-169/+21
2013-08-04Merge tag 'msm-3.11-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into fixesOlof Johansson3-45/+1
2013-07-29ARM: msm: Don't compile __msm_ioremap_caller() unless usedStephen Boyd1-0/+2
2013-07-29ARM: msm: Remove unused and unmapped MSM_TLMM_BASE for 8x60Rohit Vaswani1-4/+0
2013-07-26ARM: msm: Consolidate gpiomux for older architecturesRohit Vaswani3-45/+1
2013-07-23Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-55/+69
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker3-7/+5
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-2/+2
2013-07-02Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds19-613/+180
2013-06-24ARM: msm: Divorce msm_timer from local timer APIStephen Boyd1-56/+70
2013-06-24ARM: msm: Migrate to common clock frameworkStephen Boyd9-363/+107
2013-06-24ARM: msm: Make proc_comm clock control into a platform driverStephen Boyd13-31/+67
2013-06-24ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driverStephen Boyd3-18/+15
2013-06-24ARM: msm: Remove clock-7x30.h include fileStephen Boyd2-158/+0
2013-06-24ARM: msm: Remove custom clk_set_{max,min}_rate() APIStephen Boyd3-26/+1
2013-06-24ARM: msm: Remove custom clk_set_flags() APIStephen Boyd4-27/+0
2013-06-14Merge tag 'msm-cleanup-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson14-147/+22
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd1-1/+1