summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
Commit message (Expand)AuthorAgeFilesLines
* ARM/PCI: Remove ARM's duplicate definition of 'pcibios_max_latency'Myron Stowe2012-02-211-7/+0Star
* ARM: 7326/2: PL330: fix null pointer dereference in pl330_chan_ctrl()Javi Merino2012-02-151-1/+2
* ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon2012-01-231-5/+2Star
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-122-4/+8
|\
| * arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-062-4/+5
| * PCI: ARM: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-0/+3
* | Merge branch 'devel-stable' into for-linusRussell King2012-01-053-54/+265
|\ \
| * | ARM: 7236/1: vic: always use simple opsJamie Iles2012-01-031-1/+1
| * | ARM: 7183/1: vic: register the VIC for ST-modified VIC'sJamie Iles2011-12-111-2/+3
| * | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-062-9/+18
| |\ \
| * | | ARM: VIC: remove non MULTI_IRQ_HANDLER supportJamie Iles2011-11-152-2/+1Star
| * | | ARM: vic: MULTI_IRQ_HANDLER handlerJamie Iles2011-11-151-0/+38
| * | | ARM: vic: device tree bindingJamie Iles2011-11-152-28/+80
| * | | ARM: GIC: Make MULTI_IRQ_HANDLER mandatoryMarc Zyngier2011-11-152-4/+1Star
| * | | ARM: GIC: Add global gic_handle_irq() functionMarc Zyngier2011-11-151-0/+27
| * | | ARM: gic: allow GIC to support non-banked setupsMarc Zyngier2011-11-152-19/+117
* | | | Merge branches 'fixes' and 'misc' into for-linusRussell King2012-01-051-6/+1Star
|\ \ \ \
| * | | | ARM: 7243/1: sp804: modernize clock event registrationLinus Walleij2011-12-231-6/+1Star
| | |/ / | |/| |
* | | | ARM: 7242/1: PL330: Detach the request from the pl330_thread when it finishes...Javi Merino2012-01-031-1/+7
| |_|/ |/| |
* | | ARM: 7237/1: PL330: Fix driver freezeJavi Merino2011-12-231-67/+49Star
|/ /
* | ARM: 7177/1: GIC: avoid skipping non-existent PPIs in irq_start calculationWill Deacon2011-11-261-5/+8
* | ARM: 7176/1: cpu_pm: register GIC PM notifier only onceMarc Zyngier2011-11-261-1/+2
* | ARM: 7165/2: PL330: Fix typo in _prepare_ccr()Javi Merino2011-11-211-2/+2
* | ARM: 7163/2: PL330: Only register usable channelsJavi Merino2011-11-211-1/+7
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072-0/+2
|\
| * arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-11-012-0/+2
* | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-022-63/+126
|\ \ | |/ |/|
| * ARM: gic: use module.h instead of export.hArnd Bergmann2011-11-011-1/+1
| * Merge branch 'dt/gic' into next/dtArnd Bergmann2011-10-312-46/+329
| |\
| | * ARM: gic: fix irq_alloc_descs handling for sparse irqRob Herring2011-10-311-4/+11
| | * ARM: gic: add OF based initializationRob Herring2011-10-311-0/+61
| | * ARM: gic: add irq_domain supportRob Herring2011-10-312-62/+57Star
* | | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-11/+220
|\ \ \ | | |/ | |/|
| * | Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...Russell King2011-10-231-14/+46
| |\ \
| | * | ARM: gic, local timers: use the request_percpu_irq() interfaceMarc Zyngier2011-10-231-52/+0Star
| | * | ARM: gic: consolidate PPI handlingMarc Zyngier2011-10-231-1/+74
| * | | ARM: gic: Allow gic arch extensions to provide irqchip flagsColin Cross2011-09-231-0/+1
| * | | ARM: gic: Use cpu pm notifiers to save gic stateColin Cross2011-09-231-0/+187
* | | | Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds2011-10-272-1/+17
|\ \ \ \
| * | | | clk: timer-sp: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-0/+9
| * | | | clk: sa1111: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+8
| |/ / /
* | | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
|\ \ \ \
| * | | | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King2011-08-081-1/+1
| |/ / /
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-13/+13
|\ \ \ \
| * | | | locking, ARM: Annotate low level hw locks as rawThomas Gleixner2011-09-131-13/+13
| |/ / /
* | | | Merge branch 'misc' into for-linusRussell King2011-10-251-1/+1
|\ \ \ \
| * | | | ARM: 7136/1: pl330: Fix a race conditionJavi Merino2011-10-221-1/+1
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King2011-10-252-4/+16
|\ \ \ \ \ \ | | | |/ / / | | |/| / / | | | |/ / | |_|_| / |/| | |
| | | * ARM: 7061/1: gic: convert logical CPU numbers into physical numbersWill Deacon2011-10-171-3/+14
| | |/
| * / ARM: common/vic: use proper __iomem annotationsArnd Bergmann2011-10-011-1/+2
| |/