1. e6c81cc Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  2. d0440c5 Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  3. 548ae94 ARM: mvebu: Disable CPU Idle on Armada 38x by Gregory CLEMENT · 10 years ago
  4. 242ede0 ARM: mvebu: add core support for Armada 39x by Thomas Petazzoni · 9 years ago
  5. bc2d7a5 ARM: mvebu: add __initconst specifiers on DT_MACHINE_START dt_compat tables by Thomas Petazzoni · 9 years ago
  6. 444d2d3 ARM: make of_device_ids const by Uwe Kleine-König · 9 years ago
  7. 1652351 ARM: mvebu: build armada375-smp code conditionally by Arnd Bergmann · 9 years ago
  8. 878ba61 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  9. dcad688 ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is disabled by Thomas Petazzoni · 10 years ago
  10. 1bd4d8a ARM: mvebu: use arm_coherent_dma_ops and re-enable hardware I/O coherency by Thomas Petazzoni · 10 years ago
  11. fe6e91e Merge branch 'mvebu/fixes-3' into mvebu/soc by Andrew Lunn · 10 years ago
  12. 8f1e8ee ARM: mvebu: completely disable hardware I/O coherency by Thomas Petazzoni · 10 years ago
  13. c657454 ARM: mvebu: Update the SoC ID and revision definitions by Gregory CLEMENT · 10 years ago
  14. 842f7d2 ARM: mvebu: use the cpufreq-dt platform_data for independent clocks by Thomas Petazzoni · 10 years ago
  15. ab64920 Merge tag 'mvebu-soc-suspend-3.19' of git://git.infradead.org/linux-mvebu into next/soc by Arnd Bergmann · 10 years ago
  16. b9b1de0 ARM: mvebu: synchronize secondary CPU clocks on resume by Thomas Petazzoni · 10 years ago
  17. 77ea46d ARM: mvebu: make sure MMU is disabled in armada_370_xp_cpu_resume by Thomas Petazzoni · 10 years ago
  18. 2743282 ARM: mvebu: Armada XP GP specific suspend/resume code by Thomas Petazzoni · 10 years ago
  19. 8da2b2f ARM: mvebu: reserve the first 10 KB of each memory bank for suspend/resume by Thomas Petazzoni · 10 years ago
  20. 8446be5 ARM: mvebu: implement suspend/resume support for Armada XP by Thomas Petazzoni · 10 years ago
  21. 626d686 ARM: mvebu: Implement the CPU hotplug support for the Armada 38x SoCs by Gregory CLEMENT · 10 years ago
  22. f5789cb ARM: mvebu: Fix the secondary startup for Cortex A9 SoC by Gregory CLEMENT · 10 years ago
  23. f746ac3 ARM: mvebu: Move SCU power up in a function by Gregory CLEMENT · 10 years ago
  24. 316fbbc ARM: mvebu: Clean-up the Armada XP support by Gregory CLEMENT · 10 years ago
  25. e12f12a ARM: mvebu: update comments in coherency.c by Thomas Petazzoni · 10 years ago
  26. ef01c6c ARM: mvebu: remove Armada 375 Z1 workaround for I/O coherency by Thomas Petazzoni · 10 years ago
  27. 3b8509b ARM: mvebu: remove unused register offset definition by Thomas Petazzoni · 10 years ago
  28. e553554 ARM: mvebu: disable I/O coherency on non-SMP situations on Armada 370/375/38x/XP by Thomas Petazzoni · 10 years ago
  29. 30cdef9 ARM: mvebu: make the coherency_ll.S functions work with no coherency fabric by Thomas Petazzoni · 10 years ago
  30. 93a93d1 Merge branch 'mvebu/fixes' into mvebu/soc by Jason Cooper · 10 years ago
  31. 172ed82 ARM: mvebu: Remove thermal quirk for A375 Z1 revision by Ezequiel Garcia · 10 years ago
  32. 2eb04ae ARM: mvebu: add missing of_node_put() call in coherency.c by Thomas Petazzoni · 10 years ago
  33. 5129ee2 ARM: mvebu: armada xp: Generalize use of i2c quirk by Andrew Lunn · 10 years ago
  34. bbcf071 cpufreq: cpu0: rename driver and internals to 'cpufreq_dt' by Viresh Kumar · 10 years ago
  35. b3345d7 Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  36. c489d98 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  37. 39fbf98 Merge tag 'mvebu-soc-3.17-4' of git://git.infradead.org/linux-mvebu into next/soc by Arnd Bergmann · 10 years ago
  38. f169f40 Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6' into next/soc by Arnd Bergmann · 10 years ago
  39. ce80034 ARM: mvebu: fix build without platforms selected by Arnd Bergmann · 10 years ago
  40. 54ef3fe Merge branch 'mvebu/soc-cpuidle' into mvebu/soc by Jason Cooper · 10 years ago
  41. e53b1fd ARM: mvebu: add cpuidle support for Armada 38x by Gregory CLEMENT · 10 years ago
  42. 3b9e4b1 ARM: mvebu: add cpuidle support for Armada 370 by Gregory CLEMENT · 10 years ago
  43. f50ee82 cpuidle: mvebu: rename the driver from armada-370-xp to mvebu-v7 by Gregory CLEMENT · 10 years ago
  44. 6a2b534 ARM: mvebu: export the SCU address by Gregory CLEMENT · 10 years ago
  45. 5da964e ARM: mvebu: make the snoop disabling optional in mvebu_v7_pmsu_idle_prepare() by Gregory CLEMENT · 10 years ago
  46. 752a993 ARM: mvebu: use a local variable to store the resume address by Gregory CLEMENT · 10 years ago
  47. 54a4d1b ARM: mvebu: make the cpuidle initialization more generic by Gregory CLEMENT · 10 years ago
  48. 898ef3e ARM: mvebu: rename the armada_370_xp symbols to mvebu_v7 in pmsu.c by Gregory CLEMENT · 10 years ago
  49. 305969f ARM: mvebu: use the common function for Armada 375 SMP workaround by Gregory CLEMENT · 10 years ago
  50. 3076cc5 ARM: mvebu: add a common function for the boot address work around by Gregory CLEMENT · 10 years ago
  51. 3e32842 ARM: mvebu: sort the #include of pmsu.c in alphabetic order by Gregory CLEMENT · 10 years ago
  52. 9ce3588 ARM: mvebu: split again armada_370_xp_pmsu_idle_enter() in PMSU code by Gregory CLEMENT · 10 years ago
  53. 5abe65e Merge branch 'mvebu/fixes' into mvebu/soc-cpuidle by Jason Cooper · 10 years ago
  54. b03e119 ARM: mvebu: fix return value check in armada_xp_pmsu_cpufreq_init() by Wei Yongjun · 10 years ago
  55. ba3ec57 Merge branch 'mvebu/soc-cpufreq' into mvebu/soc by Jason Cooper · 10 years ago
  56. f37ac9e Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc by Olof Johansson · 10 years ago
  57. 81cca64 Merge tag 'mvebu-fixes-3.16-3' of git://git.infradead.org/linux-mvebu into fixes by Olof Johansson · 10 years ago
  58. 6ebbf2c ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ by Russell King · 10 years ago
  59. a509ea8 ARM: mvebu: extend PMSU code to support dynamic frequency scaling by Thomas Petazzoni · 10 years ago
  60. 831e251 ARM: mvebu: ensure CPU clocks are enabled by Thomas Petazzoni · 10 years ago
  61. a728b97 ARM: mvebu: Fix coherency bus notifiers by using separate notifiers by Ezequiel Garcia · 10 years ago
  62. 0d461e1 ARM: mvebu: Fix the operand list in the inline asm of armada_370_xp_pmsu_idle_enter by Gregory CLEMENT · 10 years ago
  63. b3c20e9 Merge tag 'mvebu-soc-3.17' of git://git.infradead.org/linux-mvebu into next/soc by Olof Johansson · 10 years ago
  64. 25d1163 Merge tag 'mvebu-fixes-3.16-2' of git://git.infradead.org/linux-mvebu into fixes by Olof Johansson · 10 years ago
  65. 0e2be4c ARM: mvebu: fix SMP boot for Armada 38x and Armada 375 Z1 in big endian by Thomas Petazzoni · 10 years ago
  66. 6509dc7 ARM: mvebu: fix cpuidle implementation to work on big-endian systems by Thomas Petazzoni · 10 years ago
  67. e657147 ARM: mvebu: Staticize mvebu_cpu_reset_init by Sachin Kamat · 10 years ago
  68. 6fc770f ARM: mvebu: Staticize armada_370_xp_cpu_pm_init by Sachin Kamat · 10 years ago
  69. 1440fbd ARM: mvebu: Staticize armada_375_smp_cpu1_enable_wa by Sachin Kamat · 10 years ago
  70. 9674d4a ARM: mvebu: Use system controller to get the soc id when possible by Gregory CLEMENT · 10 years ago
  71. 5e80d81 ARM: mvebu: Use the a standard errno in mvebu_get_soc_id by Gregory CLEMENT · 10 years ago
  72. 0117889 ARM: mvebu: update L2/PCIe deadlock workaround after L2CC cleanup by Thomas Petazzoni · 10 years ago
  73. 752ef80 ARM: mvebu: move Armada 375 external abort logic as a quirk by Thomas Petazzoni · 10 years ago
  74. 6d12e79 Merge tag 'mvebu-fixes-3.16' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 10 years ago
  75. 9d63734 ARM: mvebu: Don't apply the thermal quirk if the SoC revision is unknown by Ezequiel Garcia · 10 years ago
  76. 2633777 ARM: mvebu: implement CPU hotplug support for Armada XP by Thomas Petazzoni · 10 years ago
  77. 8ea875e ARM: mvebu: export PMSU idle enter/exit functions by Thomas Petazzoni · 10 years ago
  78. bbb9228 ARM: mvebu: slightly refactor/rename PMSU idle related functions by Thomas Petazzoni · 10 years ago
  79. 3169455 ARM: mvebu: remove stub implementation of CPU hotplug on Armada 375/38x by Thomas Petazzoni · 10 years ago
  80. 55fc830 ARM: Kirkwood: Add setup file for netxbig LEDs by Andrew Lunn · 10 years ago
  81. adb1d99 ARM: mvebu: mark armada_370_xp_pmsu_idle_prepare() as static by Thomas Petazzoni · 10 years ago
  82. 52fcc56 ARM: mvebu: select ARM_CPU_SUSPEND for Marvell EBU v7 platforms by Thomas Petazzoni · 10 years ago
  83. ed2d859 ARM: mvebu: Fix broken SoC ID detection by Ezequiel Garcia · 10 years ago
  84. 21278ae ARM: use menuconfig for sub-arch menus by Rob Herring · 10 years ago
  85. 19682f7 ARM: Remove ARCH_HAS_CPUFREQ config option by Stephen Boyd · 10 years ago
  86. 9e47aae Fix ARM merge mistake in mvebu board file by Linus Torvalds · 10 years ago
  87. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  88. 825f4e0 Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next by Linus Torvalds · 10 years ago
  89. 0a58471 Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next by Linus Torvalds · 10 years ago
  90. 9847cf0 ARM: l2c: mvebu: convert to generic l2c OF initialisation by Russell King · 10 years ago
  91. 08d38be ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORM by Will Deacon · 10 years ago
  92. 37f5f4e Merge tag 'mvebu-soc-3.16-2' of git://git.infradead.org/linux-mvebu into next/soc by Arnd Bergmann · 10 years ago
  93. d453ef7 ARM: l2c: remove unnecessary UL-suffix to mask values by Russell King · 10 years ago
  94. 07ae144 ARM: mvebu: returns ll_get_cpuid() to ll_get_coherency_cpumask() by Thomas Petazzoni · 10 years ago
  95. 4dd1b7f ARM: mvebu: improve comments in coherency_ll.S by Thomas Petazzoni · 10 years ago
  96. 90ba76f ARM: mvebu: fix indentation of assembly instructions in coherency_ll.S by Thomas Petazzoni · 10 years ago
  97. 4fbe639 ARM: mvebu: fix big endian booting after coherency code rework by Thomas Petazzoni · 10 years ago
  98. 8828ccc ARM: mvebu: coherency: fix registration of PCI bus notifier when !PCI by Thomas Petazzoni · 10 years ago
  99. 497a923 ARM: mvebu: implement L2/PCIe deadlock workaround by Thomas Petazzoni · 10 years ago
  100. 5fe0163 Merge branch 'cleanup/kconfig' into next/soc by Olof Johansson · 10 years ago