aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-24ARM: msm: Update the references to DEBUG_MSM_UARTxGeorgi Djakov3-6/+4
2014-08-24ARM: msm: remove reference to MSM_SERIAL_DEBUGGERLinus Walleij1-1/+1
2014-08-24ARM: msm: delete dangling mahimahi board fileLinus Walleij1-83/+0
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+0
2014-06-19ARM: msm: Remove MSM_SCMPaul Bolle1-3/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds5-30/+13
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb into nextLinus Torvalds2-2/+2
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds1-3/+0
2014-06-01ARM: 8025/1: Get rid of meminfoLaura Abbott5-30/+13
2014-05-27ARM: msm: Silence readb/writeb warnings due to missing IOMEM()Stephen Boyd3-3/+3
2014-05-22ARM: debug: qcom: make UART address selection configuration optionIvan T. Ivanov1-3/+0
2014-04-30usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov2-2/+2
2014-04-05Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+0
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds13-1112/+5
2014-03-21ARM: msm: export legacy DMA interfacesArnd Bergmann1-0/+2
2014-03-21ARM: msm: avoid calling debug_ll_addr on !MMUArnd Bergmann1-0/+2
2014-03-21ARM: msm: add missing include of linux/module.hArnd Bergmann1-0/+1
2014-02-20Merge tag 'qcom-cleanup-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/cleanupOlof Johansson12-1091/+5
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanupOlof Johansson1-21/+0
2014-02-11ARM: qcom: Re-organize platsmp to make it extensibleRohit Vaswani1-2/+0
2014-02-06ARM: qcom: Split Qualcomm support into legacy and multiplatformKumar Gala8-612/+2
2014-02-04clocksource: qcom: Move clocksource code out of mach-msmKumar Gala3-342/+5
2014-02-04ARM: msm: kill off hotplug.cKumar Gala4-53/+7
2014-02-04ARM: msm: Remove pen_release usageRohit Vaswani4-101/+8
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-20ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König1-21/+0
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