| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: use menuconfig for sub-arch menus | Rob Herring | 2014-06-17 | 1 | -4/+2 |
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 2014-06-06 | 4 | -51/+6 |
|\ |
|
| * | ARM: l2c: prima2: convert to generic l2c OF initialisation | Russell King | 2014-05-30 | 3 | -31/+6 |
| * | ARM: l2c: prima2: remove cache size override | Russell King | 2014-05-30 | 1 | -20/+2 |
| * | ARM: l2c: fix register naming | Russell King | 2014-05-30 | 1 | -3/+2 |
| * | ARM: l2c: remove unnecessary call to outer_flush_all() | Russell King | 2014-05-22 | 1 | -1/+0 |
* | | ARM: prima2: rstc: fix some minor checkpatch issues | Xianglong Du | 2014-05-12 | 1 | -14/+20 |
|/ |
|
* | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 2014-04-08 | 1 | -1/+1 |
* | ARM: prima2: build reset code standalone | Arnd Bergmann | 2014-03-17 | 3 | -13/+13 |
* | Merge tag 'sirf-soc-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Olof Johansson | 2014-03-09 | 6 | -47/+72 |
|\ |
|
| * | ARM: prima2: move to generic reset controller driver framework | Barry Song | 2014-03-05 | 2 | -34/+60 |
| * | ARM: prima2: staticize sirfsoc_init_late function | Barry Song | 2014-03-05 | 1 | -1/+1 |
| * | ARM: prima2: rtciobrg: fix the typo about license | Barry Song | 2014-03-05 | 1 | -1/+1 |
| * | ARM: prima2: common: fix checkpatch issues | Barry Song | 2014-03-05 | 1 | -3/+3 |
| * | ARM: prima2: platsmp: fix checkpatch issues | Barry Song | 2014-03-05 | 1 | -3/+3 |
| * | ARM: prima2: l2x0: fix checkpatch issues | Barry Song | 2014-03-05 | 1 | -5/+4 |
* | | ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platform | Rob Herring | 2014-02-19 | 1 | -1/+0 |
* | | ARM: select HAVE_SMP for V7 multi-platform | Rob Herring | 2014-02-19 | 1 | -1/+0 |
* | | ARM: centralize common multi-platform kconfig options | Rob Herring | 2014-02-19 | 1 | -4/+0 |
|/ |
|
* | ARM: clean up cache handling in platform code | Nicolas Pitre | 2013-12-12 | 1 | -2/+1 |
* | ARM: prima2: remove custom .init_time hook | Sebastian Hesselbarth | 2013-09-29 | 1 | -11/+0 |
* | clk: prima2: declare OF clock provider | Sebastian Hesselbarth | 2013-09-29 | 2 | -3/+2 |
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2013-09-06 | 1 | -9/+12 |
|\ |
|
| * | ARM: prima2: pm: drop redundant postcore_initcall | Barry Song | 2013-08-14 | 1 | -8/+8 |
| * | ARM: prima2: pm: enable rtc alarm0 and alarm1 as wakeup source | Xianglong Du | 2013-08-14 | 1 | -1/+4 |
* | | arm: prima2: drop nr_irqs in mach as we moved to linear irqdomain | Barry Song | 2013-08-29 | 1 | -2/+0 |
|/ |
|
* | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 2013-07-15 | 2 | -4/+2 |
* | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 2013-07-09 | 2 | -2/+5 |
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-02 | 1 | -4/+0 |
|\ |
|
| * | Merge tag 'omap-for-v3.11/pm-voltdomain-signed' of git://git.kernel.org/pub/s... | Arnd Bergmann | 2013-06-20 | 2 | -4/+8 |
| |\ |
|
| * | | ARM: sirf: Remove init_irq declaration in machine description | Maxime Ripard | 2013-05-24 | 1 | -4/+0 |
* | | | Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2013-07-02 | 2 | -16/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | arm: prima2: use of_platform_populate instead of of_platform_bus_probe | Barry Song | 2013-06-03 | 1 | -13/+0 |
| * | | ARM: prima2: fix a checkpatch issue | Barry Song | 2013-06-03 | 1 | -2/+2 |
| * | | ARM: prima2: Replace include linux/module.h with linux/export.h | Syam Sidhardhan | 2013-06-03 | 1 | -1/+1 |
| |/ |
|
* / | ARM: prima2: fix incorrect panic usage | Haojian Zhuang | 2013-06-11 | 2 | -4/+8 |
|/ |
|
* | Merge branch 'late/fixes' into fixes | Olof Johansson | 2013-05-09 | 1 | -1/+1 |
|\ |
|
| * | ARM: SIRF: select SMP_ON_UP only on SMP builds | Arnd Bergmann | 2013-05-03 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-05-03 | 1 | -3/+0 |
|\ \ |
|
| * | | ARM: cpu hotplug: remove majority of cache flushing from platforms | Russell King | 2013-04-18 | 1 | -3/+0 |
| |/ |
|
* | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-05-02 | 18 | -905/+44 |
|\ \ |
|
| * | | ARM: Push selects for TWD/SCU into machine entries | Stephen Boyd | 2013-04-09 | 1 | -0/+1 |
| * | | ARM: sirf: enable multiplatform support | Arnd Bergmann | 2013-03-25 | 12 | -156/+18 |
| * | | ARM: sirf: use clocksource_of infrastructure | Arnd Bergmann | 2013-03-25 | 5 | -563/+11 |
| * | | ARM: sirf: move debug-macro.S to include/debug/sirf.S | Arnd Bergmann | 2013-03-25 | 2 | -30/+11 |
| * | | ARM: sirf: enable sparse IRQ | Arnd Bergmann | 2013-03-25 | 2 | -17/+2 |
| * | | ARM: sirf: move irq driver to drivers/irqchip | Arnd Bergmann | 2013-03-25 | 3 | -138/+2 |
| * | | ARM: sirf: fix prima2 interrupt lookup | Arnd Bergmann | 2013-03-25 | 1 | -4/+2 |
* | | | Merge branch 'gic/cleanup' into next/soc | Olof Johansson | 2013-04-29 | 1 | -8/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | irqchip: gic: Perform the gic_secondary_init() call via CPU notifier | Catalin Marinas | 2013-03-26 | 1 | -8/+0 |
| |/ |
|