summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-spear
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-292-28/+0
|\
| * ARM: create a common IOMEM definitionRob Herring2012-03-131-6/+0
| * ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-061-22/+0
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-0/+1
|\ \
| * | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-231-26/+0
|\ \ \ | |/ / |/| / | |/
| * ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-201-26/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-221-19/+47
|\ \
| * \ Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-094-35/+28
| |\ \ | | |/
| * | Input: spear-keyboard - configure device according to supplied modeRajeev Kumar2012-02-281-0/+6
| * | Input: spear-keyboard - add 6x6 keypad matrix definitionsRajeev Kumar2012-02-281-1/+41
| * | Input: spear-keyboard - delete redundant key definitions from 9x9 keyboardRajeev Kumar2012-02-281-18/+0
* | | ARM: 7348/1: arm/spear600: fix one-shot timerGilles Chanteperdrix2012-02-271-2/+4
| |/ |/|
* | Merge branch 'restart' into for-linusRussell King2012-01-053-16/+28
|\ \
| * | ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0
| * | ARM: restart: spear: use new restart hookRussell King2012-01-053-12/+28
* | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-051-19/+0
|\ \ \ | |/ / |/| |
| * | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-261-19/+0
| |/
* | ARM: restart: only perform setup for restart when soft-restartingRussell King2011-11-211-1/+1
|/
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-282-21/+1
|\
| * ARM: spear: remove mach/memory.h and plat/memory.hNicolas Pitre2011-10-131-20/+0
| * ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-261-1/+1
* | ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-121-19/+1
* | ARM: gpio: consolidate gpio_to_irqRussell King2011-08-121-1/+0
* | ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-121-5/+1
|/
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-261-20/+0
|\
| * ARM: Consolidate the clkdev header filesKyungmin Park2011-07-191-20/+0
* | switch assorted clock drivers to debugfs_remove_recursive()Al Viro2011-07-201-5/+2
|/
*-. Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Russell King2011-05-232-0/+6
|\ \
| | * ARM: 6926/1: SPEAr clock: Define common clk_init routine in plat/clock.cviresh kumar2011-05-202-0/+6
* | | clocksource: convert SPEAr platforms 16-bit up counting clocksourceRussell King2011-05-231-14/+2
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner2011-03-291-2/+2
* | arm: Cleanup the irq namespaceThomas Gleixner2011-03-291-6/+6
|/
* Merge branch 'p2v' into develRussell King2011-03-161-1/+1
|\
| * ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King2011-02-171-1/+1
* | ARM: 6788/1: SPEAr: Include mach/hardware.h instead of mach/spear.hviresh kumar2011-03-094-4/+3
* | ARM: 6787/1: SPEAr: Reorder #includes in .h & .c files.viresh kumar2011-03-092-3/+3
* | ARM: 6681/1: SPEAr: add debugfs support to clk APIShiraz Hashim2011-03-092-0/+124
* | ARM: 6703/1: SPEAr: update clk API supportviresh kumar2011-03-092-150/+649
* | ARM: 6679/1: SPEAr: make clk API functions more genericviresh kumar2011-03-092-30/+97
* | ARM: 6737/1: SPEAr: formalized timer supportShiraz Hashim2011-03-091-13/+8
* | ARM: 6678/1: SPEAr: update padmux codeviresh kumar2011-03-091-2/+2
* | ARM: 6677/1: SPEAr: add IOMEM(x) definition and update declaration of MISC_BASEviresh kumar2011-03-091-0/+23
* | ARM: 6712/1: SPEAr: replace readl(), writel() with relaxed versions in uncomp...viresh kumar2011-02-211-2/+2
* | ARM: 6720/1: SPEAr: Append UL to VMALLOC_ENDviresh kumar2011-02-211-1/+1
|/
* ARM: plat-spear: irq_data conversion.Lennert Buytenhek2011-01-131-11/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-071-0/+141
|\
| * Input: add support for keyboards on ST SPEAr platformRajeev Kumar2010-11-191-0/+141
* | Merge branch 'misc' into develRussell King2011-01-061-1/+1
|\ \
OpenPOWER on IntegriCloud