summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-2116-33/+694
|\
| * ARM: prima2: remove duplicate v7_invalidate_l1Arnd Bergmann2013-02-201-40/+0
| * ARM: prima2: fix __init section for cpu hotplugArnd Bergmann2013-02-142-2/+3
| * ARM: MARCO: fix the build issue due to gic-vic-to-irqchip moveBarry Song2013-02-042-21/+3
| * Merge branch 'marco-timer-cleanup-rebase' of git://gitorious.org/sirfprima2-k...Olof Johansson2013-01-2716-33/+751
| |\
| | * ARM: PRIMA2: provide two DEBUG_LL ports for prima2 and marcoBarry Song2013-01-222-0/+9
| | * ARM: PRIMA2: add new SiRFmarco SMP SoC infrastructuresBarry Song2013-01-228-1/+662
| | * ARM: PRIMA2: irq: make prima2 irq can work even we enable GIC for MarcoBarry Song2013-01-224-4/+21
| | * ARM: PRIMA2: rtciobg: it is also compatible with marcoBarry Song2013-01-221-0/+1
| | * ARM: PRIMA2: rstc: enable the support for MarcoBarry Song2013-01-221-17/+28
| | * ARM: PRIMA2: mv timer to timer-prima2 as we will add timer-marcoBarry Song2013-01-224-6/+6
| | * ARM: PRIMA2: initialize l2x0 according to mach from DTBarry Song2013-01-221-5/+24
* | | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2013-02-051-2/+0
|\ \ \ | |/ / |/| |
| * | ARM: remove unused arch_decomp_wdog()Shawn Guo2013-01-111-2/+0
* | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-143-10/+4
|\ \ \ | |_|/ |/| |
| * | ARM: use clockevents_config_and_register() where possibleShawn Guo2013-01-141-8/+2
| * | ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-2/+2
| |/
* / ARM: delete struct sys_timerStephen Warren2012-12-243-8/+4
|/
* 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