aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-234-67/+9
|\ \ \ \
| | | | * ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King2011-05-122-24/+1
| | | | * ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESSRussell King2011-05-121-2/+1
| | | |/ | | |/|
| | | * ARM: consolidate SMP cross call implementationRussell King2011-05-232-14/+3
| | |/
| * | 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/+4
* | | 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/+50
|\ \ \
| | | * ARM: realview/vexpress: consolidate SMP bringup codeRussell King2011-02-193-136/+4
| | | * ARM: realview/vexpress: consolidate localtimer supportRussell King2011-02-192-27/+0
| | | * ARM: realview: remove old AMBA device DMA definitionsRussell King2011-02-196-106/+0
| | | * ARM: realview: use new init_early for clock tree and sched_clock initRussell King2011-02-197-13/+12
| | | * ARM: realview: switch Realview to use consolidated CLCDRussell King2011-02-191-180/+34
| | |/ | |/|
* | | Merge branch 'p2v' into develRussell King2011-03-166-7/+7
|\ \ \
| * | | ARM: P2V: avoid initializers and assembly using PHYS_OFFSETRussell King2011-02-175-5/+5
| * | | ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-171-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/+54
|\ \
| * \ Merge branch 'smp' into miscRussell King2011-01-063-110/+53
| |\ \
| | * | 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/+0
| | * | ARM: CPU hotplug: remove bug checks in platform_cpu_die()Russell King2010-12-201-10/+0
| | * | ARM: CPU hotplug: move cpu_killed completion to core codeRussell King2010-12-201-7/+1
| | * | ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King2010-12-201-2/+0
| | * | ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King2010-12-201-30/+11
| | * | ARM: SMP: get rid of references to poke_milo and MiloRussell King2010-12-201-32/+12
| | * | ARM: SMP: get rid of get_core_count()Russell King2010-12-201-9/+4
| | * | ARM: SMP: Clean up ncores sanity checksRussell King2010-12-201-7/+0
| | * | 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
| | |/
| * | ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD2010-11-261-2/+1
| |/
* | Merge branch 'clksrc' into develRussell King2011-01-051-0/+10
|\ \
| * | ARM: versatile: convert sched_clock() to use new infrastructureRussell King2010-12-221-0/+10
| |/
| |
| \
| \
| \
*---. \ Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2011-01-059-99/+28
|\ \ \ \ | | |_|/ | |/| |
| | | * ARM: 6432/1: move timer-sp.c from versatile to commonRob Herring2010-11-041-1/+1
| | |/ | |/|
| | * ARM: GIC: private a standard get_irqnr_preamble assembler macroRussell King2010-12-141-5/+0
| | * ARM: GIC: consolidate gic_cpu_base_addr to common GIC codeRussell King2010-12-147-15/+4
| | * ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_initRussell King2010-12-141-1/+1
| | * ARM: GIC: provide a single initialization function for boot CPURussell King2010-12-145-22/+25
| | * ARM: 6477/1: Use shared GIC entry macros on RealviewMagnus Damm2010-12-071-59/+1
| |/ |/|
* | ARM: 6507/1: RealView: Correct data alignment in headsmp.S for CONFIG_THUMB2_...Dave Martin2010-11-301-0/+1
|/
* arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre2010-10-205-10/+0