summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: gpio: consolidate gpio_to_irqRussell King2011-08-121-1/+0Star
| * | | | ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-121-5/+1Star
| |/ / /
* | | | Merge branch 'misc' into for-linusRussell King2011-10-256-19/+47
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: 6217/4: mach-realview: expose PB1176 ROM using physmap and map_romLinus Walleij2011-10-172-8/+38
| * | | ARM: platform fixups: remove mdesc argument to fixup functionRussell King2011-10-174-9/+7Star
| * | | ARM: 7022/1: allow to detect conflicting zreladdrsSascha Hauer2011-10-171-2/+2
| | |/ | |/|
* / | ARM: smp: fix clipping of number of CPUsRussell King2011-10-201-6/+4Star
|/ /
* / ARM: realview: ensure visibility of writes during resetWill Deacon2011-08-121-0/+1
|/
* Merge branch 'devel-stable' into for-nextRussell King2011-07-236-4/+15
|\
| * ARM: mach-realview: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-186-4/+15
* | ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd2011-07-071-8/+0Star
* | ARM: 6986/1: mach-realview: add TCM support for PB1176Linus Walleij2011-07-061-0/+1
|/
*-----. Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-234-67/+9Star
|\ \ \ \
| | | | * ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King2011-05-122-24/+1Star
| | | | * ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESSRussell King2011-05-121-2/+1Star
| | | |/ | | |/|
| | | * ARM: consolidate SMP cross call implementationRussell King2011-05-232-14/+3Star
| | |/
| * | ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a ...Marc Zyngier2011-05-201-1/+1
| * | ARM: 6903/1: Realview: Use physmap driver instead of integrator-flashMarc Zyngier2011-05-201-27/+4Star
* | | clockevents: ARM sp804: allow clockevent name to be specifiedRussell King2011-05-231-1/+1
* | | clocksource: ARM sp804: obtain sp804 timer rate via clksRussell King2011-05-231-1/+8
* | | clocksource: ARM sp804: allow clocksource name to be specifiedRussell King2011-05-231-1/+1
|/ /
* / ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accessesCatalin Marinas2011-05-121-1/+1
|/
* ARM: 6807/1: realview: Fix secondary GIC initialisation for EB with MPCore tilePawel Moll2011-03-261-1/+1
*---. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-2011-462/+50Star
|\ \ \
| | | * ARM: realview/vexpress: consolidate SMP bringup codeRussell King2011-02-193-136/+4Star
| | | * ARM: realview/vexpress: consolidate localtimer supportRussell King2011-02-192-27/+0Star
| | | * ARM: realview: remove old AMBA device DMA definitionsRussell King2011-02-196-106/+0Star
| | | * ARM: realview: use new init_early for clock tree and sched_clock initRussell King2011-02-197-13/+12Star
| | | * ARM: realview: switch Realview to use consolidated CLCDRussell King2011-02-191-180/+34Star
| | |/ | |/|
* | | Merge branch 'p2v' into develRussell King2011-03-176-7/+7
|\ \ \
| * | | ARM: P2V: avoid initializers and assembly using PHYS_OFFSETRussell King2011-02-185-5/+5
| * | | ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-181-2/+2
| |/ /
* / / ARM: v6k: Realview EB 11MPCore and PB11MPCore use V6K architecture CPUsRussell King2011-02-021-2/+3
|/ /
* | ARM: realview: name configuration options after actual board namesRussell King2011-01-251-22/+27
* | ARM: realview,vexpress: fix section mismatch warning for pen_releaseRussell King2011-01-251-1/+1
* | Merge branch 'misc' into develRussell King2011-01-064-112/+54Star
|\ \
| * \ Merge branch 'smp' into miscRussell King2011-01-063-110/+53Star
| |\ \
| | * | ARM: CPU hotplug: fix hard-coded control register constantsRussell King2010-12-201-4/+4
| | * | ARM: CPU hotplug: fix reporting of spurious wakeupsRussell King2010-12-201-9/+11
| | * | ARM: Fix subtle race in CPU pen_release hotplug codeRussell King2010-12-201-4/+15
| | * | ARM: SMP: remove smp_mpidr.hRussell King2010-12-201-1/+0Star
| | * | ARM: CPU hotplug: remove bug checks in platform_cpu_die()Russell King2010-12-201-10/+0Star
| | * | ARM: CPU hotplug: move cpu_killed completion to core codeRussell King2010-12-201-7/+1Star
| | * | ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King2010-12-201-2/+0Star
| | * | ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King2010-12-201-30/+11Star
| | * | ARM: SMP: get rid of references to poke_milo and MiloRussell King2010-12-201-32/+12Star
| | * | ARM: SMP: get rid of get_core_count()Russell King2010-12-201-9/+4Star
| | * | ARM: SMP: Clean up ncores sanity checksRussell King2010-12-201-7/+0Star
| | * | ARM: SMP: move CPU number sanity checks to smp_init_cpus()Russell King2010-12-201-10/+10
| | * | ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-032-3/+3
| | |/