summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sirf: remove sirfsoc_gpio_set_pull functionArnd Bergmann2012-10-151-13/+0
* ARM: config: sort select statements alphanumericallyRussell King2012-10-131-1/+1
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-011-2/+0
|\
| * ARM: dtb: move all dtb targets to common MakefileOlof Johansson2012-09-201-2/+0
| * Merge branch 'next/dt' into next/multiplatformOlof Johansson2012-09-201-0/+2
| |\
* | \ Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-0/+2
|\ \ \ | | |/ | |/|
| * | Merge branch 'clk-3.7' of git://git.linaro.org/people/mturquette/linux into n...Olof Johansson2012-09-124-513/+7
| |\ \
| * | | pinctrl: sirf: add DT-binding pinmux mapping supportBarry Song2012-09-051-0/+2
* | | | Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson2012-09-221-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: prima2: use __iomem pointers for MMIOArnd Bergmann2012-09-191-2/+2
| |/ /
* | | ARM: SIRF: make sirf irqchip driver optional since new SoCs will have GICBarry Song2012-08-283-2/+6
* | | ARM: PRIMA2: adjust Kconfig to support select SoC featuresBarry Song2012-08-281-0/+15
* | | ARM: PRIMA2: use DT_MACHINE_START and convert to generic boardBarry Song2012-08-282-6/+7
| |/ |/|
* | clk: prima2: move from arch/arm/mach to drivers/clkBarry Song2012-08-242-1172/+0
* | ARM: PRIMA2: convert to common clk and finish full clk treeBinghua Duan2012-08-243-266/+932
|/
* ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumesBarry Song2012-08-021-3/+3
* PINCTRL: SiRF: add GPIO and GPIO irq support in CSR SiRFprimaIIBarry Song2012-07-022-1/+14
* Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-263-2/+13
|\
| * ARM: prima2: use machine specific hook for late initShawn Guo2012-05-083-2/+13
* | ARM: PRIMA2: fix irq domain size and IRQ mask of internal interrupt controllerBarry Song2012-05-161-2/+4
|/
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-291-16/+0
|\
| * ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-061-16/+0
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-14/+7
|\ \
| * | ARM: prima2: convert to common sched_clock() implementationMarc Zyngier2012-02-031-14/+7
* | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-232-24/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-221-7/+0
| |\ \ | | |/ | |/|
| | * ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-211-7/+0
| * | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-201-17/+0
| |/
* | irq_domain: Remove irq_domain_add_simple()Grant Likely2012-02-161-1/+1
|/
* Merge branch 'restart' into for-linusRussell King2012-01-054-12/+9
|\
| * ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0
| * ARM: restart: prima2: use new restart hookRussell King2012-01-054-8/+9
* | Merge branch 'devel-stable' into for-linusRussell King2012-01-052-18/+4
|\ \ | |/ |/|
| * ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-261-16/+0
| * ARM: mach-prima2: don't define SIRFSOC_VA in terms of VMALLOC_ENDNicolas Pitre2011-11-151-2/+4
* | ARM: CSR: PM: fix build error due to undeclared 'THIS_MODULE'Barry Song2011-12-021-0/+1
* | ARM: CSR: fix build error due to new mdesc->dma_zone_sizeBarry Song2011-12-021-0/+1
|/
* Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-018-36/+470
|\
| * ARM: CSR: PM: use outer_resume to resume L2 cacheBarry Song2011-10-241-0/+1
| * ARM: CSR: call l2x0_of_init to init L2 cache of SiRFprimaIIBarry Song2011-10-241-37/+9
| * ARM: CSR: PM: add sleep entry for SiRFprimaIIRongjun Ying2011-09-214-0/+243
| * ARM: CSR: PM: save/restore irq status in suspend cycleBarry Song2011-09-211-0/+40
| * ARM: CSR: PM: save/restore timer status in suspend cycleBarry Song2011-09-211-0/+34
| * ARM: CSR: add rtc i/o bridge interface for SiRFprimaIIZhiwu Song2011-09-112-0/+140
| * ARM: CSR: IRQ: add simple irq_domain so that hw irq can map to LinuxBarry Song2011-09-111-0/+3
* | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-013-5/+5
|\ \
| * \ Merge branch 'next/fixes' into next/cleanupArnd Bergmann2011-10-314-25/+4
| |\ \
| | * \ Merge branch 'depends/rmk/memory_h' into next/fixesArnd Bergmann2011-10-314-26/+5
| | |\ \ | | | |/ | | |/|
| * | | Merge branch 'depends/rmk/devel-stable' into next/cleanupArnd Bergmann2011-10-081-1/+1
| |\ \ \
| * | | | ARM: CSR: clock: Fix indentationBarry Song2011-10-011-2/+2
OpenPOWER on IntegriCloud