summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+0
|\
| * ARM: remove unused arch_decomp_wdog()Shawn Guo2013-01-111-1/+0
* | ARM: realview: ensure that we have sufficient IRQs availableRussell King2013-02-081-1/+1
|/
* ARM: 7607/1: realview: fix private peripheral memory base for EB rev. B boardsWill Deacon2012-12-201-1/+1
* Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-201-1/+0
|\
| * ARM: make mach/gpio.h headers optionalRob Herring2012-09-141-1/+0
* | clk: convert ARM RealView to common clkLinus Walleij2012-08-241-16/+0
|/
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-292-29/+1
|\
| * ARM: __io abuse cleanupRob Herring2012-03-131-1/+1
| * ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-061-28/+0
* | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-231-10/+13
|\ \ | |/ |/|
| * ARM: 7309/1: realview: fix unconnected interrupts on EB11MPMarc Zyngier2012-02-021-10/+13
* | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-221-16/+0
|\ \
| * | ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-211-16/+0
* | | Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2012-02-072-8/+12
|\ \ \ | |/ /
| * | ARM: 7298/1: realview: fix mapping of MPCore private memory regionMarc Zyngier2012-01-252-8/+12
* | | Merge branch 'amba' into for-armsocRussell King2012-01-261-1/+1
|\ \ \ | | |/ | |/|
| * | ARM: 7300/1: realview: fix definition of GPIO0 interrupt on PB1176 to match TRMWill Deacon2012-01-251-1/+1
| |/
* | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-201-33/+0
|/
* Merge branch 'restart' into for-linusRussell King2012-01-051-17/+0
|\
| * ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0
| * ARM: restart: realview: use new restart hookRussell King2012-01-051-13/+0
* | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-051-21/+0
|\ \
| * | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-261-21/+0
| |/
* | ARM: RealView: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-151-2/+0
|/
* Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-15/+2
|\
| * ARM: realview: use Kconfig choice for debug UART selectionWill Deacon2011-10-171-15/+2
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-1/+1
|\ \
| * \ Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King2011-10-181-1/+1
| |\ \ | | |/ | |/|
| | * ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-261-1/+1
* | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-6/+1
|\ \ \
| * | | ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-121-1/+1
| * | | ARM: gpio: consolidate gpio_to_irqRussell King2011-08-121-1/+0
| * | | ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-121-5/+1
| | |/ | |/|
* | | ARM: 6217/4: mach-realview: expose PB1176 ROM using physmap and map_romLinus Walleij2011-10-171-0/+1
| |/ |/|
* | ARM: realview: ensure visibility of writes during resetWill Deacon2011-08-121-0/+1
|/
* ARM: mach-realview: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre2011-07-181-4/+0
*---. Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-232-21/+2
|\ \ \
| | | * ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King2011-05-121-5/+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-231-14/+0
| |/
* | ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accessesCatalin Marinas2011-05-121-1/+1
|/
* ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-171-2/+2
* Merge branch 'misc' into develRussell King2011-01-061-3/+2
|\
| * ARM: SMP: remove smp_mpidr.hRussell King2010-12-201-1/+0
| * ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-031-2/+2
* | ARM: GIC: private a standard get_irqnr_preamble assembler macroRussell King2010-12-141-5/+0
* | ARM: 6477/1: Use shared GIC entry macros on RealviewMagnus Damm2010-12-071-59/+1
|/
* arm: return both physical and virtual addresses from addruartJeremy Kerr2010-10-201-6/+4
* ARM: Provide common header for hard_smp_processor_id()Russell King2010-10-041-9/+1
OpenPOWER on IntegriCloud