Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-27 | ARM: sirf: mark sirfsoc_init_late as __maybe_unused | Arnd Bergmann | 1 | -1/+1 |
2017-06-19 | ARM: prima2: remove redundant select CPU_V7 | Masahiro Yamada | 1 | -1/+0 |
2017-02-28 | ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol | Florian Fainelli | 2 | -2/+2 |
2016-08-02 | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2016-06-28 | clocksource/drivers/prima2: Add the COMPILE_TEST option | Daniel Lezcano | 1 | -0/+1 |
2016-06-28 | clocksource/drivers/atlas7: Add the COMPILE_TEST option | Daniel Lezcano | 1 | -0/+1 |
2016-06-03 | ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB | Linus Walleij | 1 | -1/+1 |
2016-03-21 | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -3/+0 |
2016-02-26 | ARM: prima2: always enable reset controller | Arnd Bergmann | 1 | -0/+1 |
2016-02-09 | ARM: drop unused Makefile.boot of Multiplatform SoCs | Masahiro Yamada | 1 | -3/+0 |
2015-12-02 | ARM: use "depends on" for SoC configs instead of "if" after prompt | Masahiro Yamada | 1 | -1/+2 |
2015-12-02 | ARM: use const and __initconst for smp_operations | Masahiro Yamada | 2 | -2/+2 |
2015-10-22 | ARM: Remove __ref on hotplug cpu die path | Stephen Boyd | 1 | -1/+1 |
2015-09-03 | Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... | Russell King | 3 | -3/+47 |
2015-07-25 | ARM: move heavy barrier support out of line | Russell King | 1 | -0/+1 |
2015-07-09 | Merge tag 'sirf-iobrg2regmap-for-4.2' of git://git.kernel.org/pub/scm/linux/k... | Kevin Hilman | 2 | -3/+46 |
2015-06-10 | ARM: prima2: move to use REGMAP APIs for rtciobrg | Guo Zeng | 2 | -3/+46 |
2015-06-01 | ARM: v7 setup function should invalidate L1 cache | Russell King | 1 | -1/+0 |
2015-02-19 | ARM: make of_device_ids const | Uwe Kleine-König | 1 | -1/+1 |
2015-02-19 | ARM: make arrays containing machine compatible strings const | Uwe Kleine-König | 1 | -3/+3 |
2015-02-18 | ARM: prima2: do not select SMP_ON_UP | Arnd Bergmann | 1 | -1/+0 |
2015-02-17 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 7 | -132/+42 |
2015-02-06 | ARM: sirf: drop redundant function and marco declaration | Barry Song | 1 | -15/+0 |
2015-01-20 | ARM: sirf: add Atlas7 machine support | Zhiwu Song | 2 | -1/+25 |
2015-01-20 | ARM: sirf: move to debug_ll_io_init and drop map_io | Barry Song | 3 | -41/+0 |
2015-01-20 | ARM: sirf: move platsmp to support Atlas7 SoC | Zhiwu Song | 2 | -40/+13 |
2015-01-20 | ARM: sirf: drop Marco machine | Barry Song | 3 | -27/+0 |
2015-01-20 | ARM: sirf: drop Marco support in reset controller module | Barry Song | 1 | -29/+12 |
2015-01-14 | ARM: sirf: drop Marco low-level debug port | Barry Song | 1 | -2/+0 |
2014-10-20 | ARM: mach-prima2: drop owner assignment from platform_drivers | Wolfram Sang | 3 | -3/+0 |
2014-06-17 | ARM: use menuconfig for sub-arch menus | Rob Herring | 1 | -4/+2 |
2014-06-06 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 4 | -51/+6 |
2014-05-30 | ARM: l2c: prima2: convert to generic l2c OF initialisation | Russell King | 3 | -31/+6 |
2014-05-30 | ARM: l2c: prima2: remove cache size override | Russell King | 1 | -20/+2 |
2014-05-30 | ARM: l2c: fix register naming | Russell King | 1 | -3/+2 |
2014-05-22 | ARM: l2c: remove unnecessary call to outer_flush_all() | Russell King | 1 | -1/+0 |
2014-05-12 | ARM: prima2: rstc: fix some minor checkpatch issues | Xianglong Du | 1 | -14/+20 |
2014-04-08 | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 1 | -1/+1 |
2014-03-17 | ARM: prima2: build reset code standalone | Arnd Bergmann | 3 | -13/+13 |
2014-03-09 | Merge tag 'sirf-soc-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Olof Johansson | 6 | -47/+72 |
2014-03-05 | ARM: prima2: move to generic reset controller driver framework | Barry Song | 2 | -34/+60 |
2014-03-05 | ARM: prima2: staticize sirfsoc_init_late function | Barry Song | 1 | -1/+1 |
2014-03-05 | ARM: prima2: rtciobrg: fix the typo about license | Barry Song | 1 | -1/+1 |
2014-03-05 | ARM: prima2: common: fix checkpatch issues | Barry Song | 1 | -3/+3 |
2014-03-05 | ARM: prima2: platsmp: fix checkpatch issues | Barry Song | 1 | -3/+3 |
2014-03-05 | ARM: prima2: l2x0: fix checkpatch issues | Barry Song | 1 | -5/+4 |
2014-02-20 | ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platform | Rob Herring | 1 | -1/+0 |
2014-02-20 | ARM: select HAVE_SMP for V7 multi-platform | Rob Herring | 1 | -1/+0 |
2014-02-20 | ARM: centralize common multi-platform kconfig options | Rob Herring | 1 | -4/+0 |