aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-26ARM: 7177/1: GIC: avoid skipping non-existent PPIs in irq_start calculationWill Deacon1-5/+8
2011-11-26ARM: 7176/1: cpu_pm: register GIC PM notifier only onceMarc Zyngier1-1/+2
2011-11-21ARM: 7165/2: PL330: Fix typo in _prepare_ccr()Javi Merino1-2/+2
2011-11-21ARM: 7163/2: PL330: Only register usable channelsJavi Merino1-1/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-11-01Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2-63/+126
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker2-0/+2
2011-11-01ARM: gic: use module.h instead of export.hArnd Bergmann1-1/+1
2011-10-31Merge branch 'dt/gic' into next/dtArnd Bergmann2-46/+329
2011-10-31ARM: gic: fix irq_alloc_descs handling for sparse irqRob Herring1-4/+11
2011-10-31ARM: gic: add OF based initializationRob Herring1-0/+61
2011-10-31ARM: gic: add irq_domain supportRob Herring2-62/+57
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-11/+220
2011-10-27Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds2-1/+17
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+13
2011-10-25Merge branch 'misc' into for-linusRussell King1-1/+1
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linusRussell King2-4/+16
2011-10-23Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platforms into devel-stableRussell King1-14/+46
2011-10-23ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier1-52/+0
2011-10-23ARM: gic: consolidate PPI handlingMarc Zyngier1-1/+74
2011-10-22ARM: 7136/1: pl330: Fix a race conditionJavi Merino1-1/+1
2011-10-17ARM: 7061/1: gic: convert logical CPU numbers into physical numbersWill Deacon1-3/+14
2011-10-15ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUSZoltan Devai1-1/+0
2011-10-01ARM: common/vic: use proper __iomem annotationsArnd Bergmann1-1/+2
2011-09-27clk: timer-sp: convert to clk_prepare()/clk_unprepare()Russell King1-0/+9
2011-09-27clk: sa1111: convert to clk_prepare()/clk_unprepare()Russell King1-1/+8
2011-09-23ARM: gic: Allow gic arch extensions to provide irqchip flagsColin Cross1-0/+1
2011-09-23ARM: gic: Use cpu pm notifiers to save gic stateColin Cross1-0/+187
2011-09-13locking, ARM: Annotate low level hw locks as rawThomas Gleixner1-13/+13
2011-08-08ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King1-1/+1
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-6/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King4-152/+124
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-07-21ARM: GIC: avoid routing interrupts to offline CPUsRussell King1-3/+3
2011-07-21ARM: CPU hotplug: fix abuse of irqdesc->nodeRussell King1-1/+0
2011-07-20ARM: GIC: move gic_chip_data structure declaration to headerChanghwan Youn1-6/+0
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-07-04ARM: dmabounce: no need to check dev->bus type in needs_bounce functionRussell King1-2/+1
2011-07-04ARM: dmabounce: get rid of dma_needs_bounce global functionRussell King3-40/+45
2011-07-03ARM: dmabounce: correct unmap_single dev_dbgRussell King1-2/+2
2011-07-03ARM: dmabounce: check pointer against NULL not 0Russell King1-1/+1
2011-07-03ARM: dmabounce: remove useless pr_errRussell King1-4/+1
2011-07-03ARM: dmabounce: move decision for bouncing into __dma_map_page()Russell King1-66/+58
2011-07-03ARM: dmabounce: separate out decision to bounceRussell King1-18/+28
2011-07-03ARM: dmabounce: avoid needless valid_dma_direction() checkRussell King1-2/+0
2011-07-03ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_pageRussell King1-28/+0
2011-07-03ARM: dmabounce: fix map_single() error return valueRussell King1-1/+1