Age | Commit message (Expand) | Author | Files | Lines |
2013-02-22 | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 16 | -33/+694 |
2013-02-20 | ARM: prima2: remove duplicate v7_invalidate_l1 | Arnd Bergmann | 1 | -40/+0 |
2013-02-14 | ARM: prima2: fix __init section for cpu hotplug | Arnd Bergmann | 2 | -2/+3 |
2013-02-05 | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li... | Olof Johansson | 1 | -2/+0 |
2013-02-05 | ARM: MARCO: fix the build issue due to gic-vic-to-irqchip move | Barry Song | 2 | -21/+3 |
2013-01-28 | Merge branch 'marco-timer-cleanup-rebase' of git://gitorious.org/sirfprima2-k... | Olof Johansson | 16 | -33/+751 |
2013-01-22 | ARM: PRIMA2: provide two DEBUG_LL ports for prima2 and marco | Barry Song | 2 | -0/+9 |
2013-01-22 | ARM: PRIMA2: add new SiRFmarco SMP SoC infrastructures | Barry Song | 8 | -1/+662 |
2013-01-22 | ARM: PRIMA2: irq: make prima2 irq can work even we enable GIC for Marco | Barry Song | 4 | -4/+21 |
2013-01-22 | ARM: PRIMA2: rtciobg: it is also compatible with marco | Barry Song | 1 | -0/+1 |
2013-01-22 | ARM: PRIMA2: rstc: enable the support for Marco | Barry Song | 1 | -17/+28 |
2013-01-22 | ARM: PRIMA2: mv timer to timer-prima2 as we will add timer-marco | Barry Song | 4 | -6/+6 |
2013-01-22 | ARM: PRIMA2: initialize l2x0 according to mach from DT | Barry Song | 1 | -5/+24 |
2013-01-14 | Merge branch 'clocksource/cleanup' into next/cleanup | Olof Johansson | 3 | -10/+4 |
2013-01-14 | ARM: use clockevents_config_and_register() where possible | Shawn Guo | 1 | -8/+2 |
2013-01-11 | ARM: remove unused arch_decomp_wdog() | Shawn Guo | 1 | -2/+0 |
2013-01-04 | ARM: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -2/+2 |
2012-12-24 | ARM: delete struct sys_timer | Stephen Warren | 3 | -8/+4 |
2012-10-15 | pinctrl: sirf: remove sirfsoc_gpio_set_pull function | Arnd Bergmann | 1 | -13/+0 |
2012-10-13 | ARM: config: sort select statements alphanumerically | Russell King | 1 | -1/+1 |
2012-10-02 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 1 | -2/+0 |
2012-10-02 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+2 |
2012-09-22 | Merge branch 'cleanup/__iomem' into next/cleanup | Olof Johansson | 1 | -2/+2 |
2012-09-21 | ARM: dtb: move all dtb targets to common Makefile | Olof Johansson | 1 | -2/+0 |
2012-09-21 | Merge branch 'next/dt' into next/multiplatform | Olof Johansson | 1 | -0/+2 |
2012-09-19 | ARM: prima2: use __iomem pointers for MMIO | Arnd Bergmann | 1 | -2/+2 |
2012-09-13 | Merge branch 'clk-3.7' of git://git.linaro.org/people/mturquette/linux into n... | Olof Johansson | 4 | -513/+7 |
2012-09-05 | pinctrl: sirf: add DT-binding pinmux mapping support | Barry Song | 1 | -0/+2 |
2012-08-28 | ARM: SIRF: make sirf irqchip driver optional since new SoCs will have GIC | Barry Song | 3 | -2/+6 |
2012-08-28 | ARM: PRIMA2: adjust Kconfig to support select SoC features | Barry Song | 1 | -0/+15 |
2012-08-28 | ARM: PRIMA2: use DT_MACHINE_START and convert to generic board | Barry Song | 2 | -6/+7 |
2012-08-24 | clk: prima2: move from arch/arm/mach to drivers/clk | Barry Song | 2 | -1172/+0 |
2012-08-24 | ARM: PRIMA2: convert to common clk and finish full clk tree | Binghua Duan | 3 | -266/+932 |
2012-08-02 | ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumes | Barry Song | 1 | -3/+3 |
2012-07-02 | PINCTRL: SiRF: add GPIO and GPIO irq support in CSR SiRFprimaII | Barry Song | 2 | -1/+14 |
2012-05-27 | Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -2/+13 |
2012-05-17 | ARM: PRIMA2: fix irq domain size and IRQ mask of internal interrupt controller | Barry Song | 1 | -2/+4 |
2012-05-08 | ARM: prima2: use machine specific hook for late init | Shawn Guo | 3 | -2/+13 |
2012-03-30 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -16/+0 |
2012-03-30 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -14/+7 |
2012-03-24 | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2 | -24/+0 |
2012-03-07 | ARM: remove bunch of now unused mach/io.h files | Rob Herring | 1 | -16/+0 |
2012-02-23 | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ... | Russell King | 1 | -7/+0 |
2012-02-22 | ARM: remove disable_fiq and arch_ret_to_user macros | Rob Herring | 1 | -7/+0 |
2012-02-16 | irq_domain: Remove irq_domain_add_simple() | Grant Likely | 1 | -1/+1 |
2012-02-03 | ARM: prima2: convert to common sched_clock() implementation | Marc Zyngier | 1 | -14/+7 |
2012-01-21 | ARM: big removal of now unused arch_idle() | Nicolas Pitre | 1 | -17/+0 |
2012-01-05 | Merge branch 'restart' into for-linus | Russell King | 4 | -12/+9 |
2012-01-05 | Merge branch 'devel-stable' into for-linus | Russell King | 2 | -18/+4 |
2012-01-05 | ARM: restart: remove the now empty arch_reset() | Russell King | 1 | -4/+0 |