summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm
AgeCommit message (Expand)AuthorFilesLines
2011-08-08ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King6-12/+6
2011-08-01Merge branch 'msm-move-gpio' of git://codeaurora.org/quic/kernel/davidb/linux...Grant Likely12-1135/+63
2011-08-01gpio_msm: Move Qualcomm MSM v2 gpio driver into driversDavid Brown3-439/+1
2011-08-01gpio_msm: Move Qualcomm v6 MSM driver into driversDavid Brown3-639/+3
2011-08-01msm: gpio: Fold register defs into C fileDavid Brown2-273/+250
2011-08-01msm: gpiomux: Move public API to public headerDavid Brown3-17/+40
2011-08-01msm: gpio: Remove ifdefs on gpio chip registersDavid Brown1-7/+26
2011-08-01msm: gpio: Remove chip-specific register definitionsDavid Brown2-226/+220
2011-08-01msm: Remove chip-ifdefs for GPIO io mappingsDavid Brown5-24/+20
2011-08-01msm: gpio: Remove unsupported devicesDavid Brown1-7/+0
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-19/+0
2011-07-25Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-2/+9
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-8/+0
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2-11/+11
2011-07-21ARM: msm: platsmp: determine number of CPU cores at boot timeJeff Ohlstein1-2/+9
2011-07-19ARM: Consolidate the clkdev header filesKyungmin Park1-19/+0
2011-07-07ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd1-8/+0
2011-06-21Merge branches 'amd/transparent-bridge' and 'core'Joerg Roedel4-1173/+1
2011-06-21msm: iommu: move to drivers/iommu/Ohad Ben-Cohen4-1170/+1
2011-06-20msm: timer: Fix DGT rate on 8960 and 8660Stephen Boyd1-2/+4
2011-06-17msm: timer: compensate for timer shift in msm_read_timer_countJeff Ohlstein1-1/+5
2011-06-14drivers: iommu: move to a dedicated folderOhad Ben-Cohen1-3/+0
2011-05-31msm: timer: Fix SMP build errorStephen Boyd1-0/+2
2011-05-23Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-26/+11
2011-05-23Merge branch 'devel-stable' into for-linusRussell King1-2/+8
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2-24/+3
2011-05-23ARM: consolidate SMP cross call implementationRussell King2-24/+3
2011-05-11ARM: msm: update GPIO chained IRQ handler to use entry/exit functionsWill Deacon1-2/+8
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-04-18Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2-5/+2
2011-03-31msm: timer: fix missing return valueDavid Brown1-1/+1
2011-03-31msm: Remove extraneous ffa device checkDavid Brown1-4/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner6-12/+9
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner9-29/+29
2011-03-29arm: msm: Use proper irq accessor functionsThomas Gleixner5-10/+10
2011-03-29arm: msm: Convert to new irq chip functionsThomas Gleixner1-16/+17
2011-03-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+2
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King1-1/+2
2011-03-16Merge remote branch 'rmk/for-linus' into for-linusDavid Brown5-17/+17
2011-03-10msm: scm: Check for interruption immediatelyStephen Boyd1-24/+27
2011-03-10msm: scm: Fix improper register assignmentStephen Boyd1-2/+5
2011-03-10msm: scm: Mark inline asm as volatileStephen Boyd1-2/+2
2011-03-08msm: iommu: Enable HTW L2 redirection on MSM8960Stepan Moskovchenko1-1/+1
2011-03-08msm: iommu: Don't read from write-only registersStepan Moskovchenko2-29/+1
2011-03-08msm: iommu: Remove dependency on IDRStepan Moskovchenko4-22/+42
2011-03-08msm: iommu: Use ASID tagging instead of VMID taggingStepan Moskovchenko3-10/+14
2011-03-08msm: iommu: Rework clock logic and add IOMMU bus clock controlStepan Moskovchenko3-95/+121
2011-03-08msm: iommu: Clock control for the IOMMU driverStepan Moskovchenko2-5/+62
2011-02-28msm: clock: Migrate to clkdevStephen Boyd14-86/+97