Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
49754ffef5dca1d212e5fea5957a2a164585e92c
/
arch
/
arm
/
mach-mvebu
49754ff
ARM: mvebu: start using the CPU reset driver
by Thomas Petazzoni
· 11 years ago
3f20fb1
ARM: mvebu: introduce CPU reset code
by Thomas Petazzoni
· 11 years ago
ff050ad
Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
dfc25e4
Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
9f80036
Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
c7f094d
ARM: mvebu: don't select CONFIG_NEON
by Arnd Bergmann
· 11 years ago
9e12804
ARM: mvebu: add missing header
by Arnd Bergmann
· 11 years ago
e7f274d
Merge tag 'mvebu-soc-3.15-3' of git://git.infradead.org/linux-mvebu into next/soc
by Arnd Bergmann
· 11 years ago
d4324ce
Merge tag 'mvebu-soc-3.15-2' of git://git.infradead.org/linux-mvebu into next/soc
by Arnd Bergmann
· 11 years ago
1760e4f
Merge tag 'imx-soc-3.15' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc
by Olof Johansson
· 11 years ago
00e8ec2
ARM: mvebu: move DT Dove to MVEBU
by Sebastian Hesselbarth
· 11 years ago
0d75ab6
Merge branch 'mvebu/soc-kw' into mvebu/soc
by Jason Cooper
· 11 years ago
aa89b0a
Merge branch 'mvebu/soc-3xx' into mvebu/soc
by Jason Cooper
· 11 years ago
ead47a7
Merge tag 'kconfig-cleanup-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next/cleanup
by Arnd Bergmann
· 11 years ago
b02b643
ARM: kirkwood: Add HP T5325 thin client
by Andrew Lunn
· 11 years ago
665ca87
ARM: mvebu: Armada 375/38x depend on MULTI_V7
by Jason Cooper
· 11 years ago
c3f08d0
ARM: mvebu: Simplify headers and make local
by Andrew Lunn
· 11 years ago
97171ad
ARM: mvebu: Enable mvebu-soc-id on Kirkwood
by Andrew Lunn
· 11 years ago
ba0ae31
ARM: mvebu: Let kirkwood use the system controller for restart
by Andrew Lunn
· 11 years ago
ba5a37e
ARM: mvebu: Move kirkwood DT boards into mach-mvebu
by Andrew Lunn
· 11 years ago
c15ebc7
ARM: mvebu: Add ARCH_MULTI_V7 to SoCs
by Andrew Lunn
· 11 years ago
b92f10b
ARM: mvebu: Rename the ARCH_MVEBU menu option
by Ezequiel Garcia
· 11 years ago
9aa30f1
ARM: mvebu: add initial support for the Armada 380/385 SOCs
by Thomas Petazzoni
· 11 years ago
ca4a6f8
ARM: mvebu: add workaround for data abort issue on Armada 375
by Thomas Petazzoni
· 11 years ago
d3ce7f2
ARM: mvebu: add initial support for the Armada 375 SOCs
by Gregory CLEMENT
· 11 years ago
df863de
ARM: mvebu: add Armada 375 support to the system-controller driver
by Thomas Petazzoni
· 11 years ago
798ec44
ARM: mvebu: make CPU_PJ4B selection a per-SoC choice
by Thomas Petazzoni
· 11 years ago
a017dbb
ARM: mvebu: rename DT machine structure for Armada 370/XP
by Thomas Petazzoni
· 11 years ago
99b3d29
ARM: mvebu: rename armada-370-xp.c to board-v7.c
by Thomas Petazzoni
· 11 years ago
c8a4c63f
ARM: mvebu: Allows to get the SoC ID even without PCI enabled
by Gregory CLEMENT
· 11 years ago
90bc8ac
ARM: select HAVE_SMP for V7 multi-platform
by Rob Herring
· 11 years ago
ddb902c
ARM: centralize common multi-platform kconfig options
by Rob Herring
· 11 years ago
08bb3ad
ARM: mvebu: remove unneeded ->map_io field for Armada 370/XP
by Thomas Petazzoni
· 11 years ago
a8cacc0
ARM: mvebu: make use of of_find_matching_node_and_match
by Josh Cartwright
· 11 years ago
fee04e7
ARM: mvebu: Makefile clean-up
by Gregory CLEMENT
· 11 years ago
167eeb4
Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixes
by Olof Johansson
· 11 years ago
f2c73464
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
dc4910d
ARM: mvebu: Fix kernel hang in mvebu_soc_id_init() when of_iomap failed
by Gregory CLEMENT
· 11 years ago
85e618a
ARM: mvebu: Add quirk for i2c for the OpenBlocks AX3-4 board
by Gregory CLEMENT
· 11 years ago
af8d1c6
ARM: mvebu: Add support to get the ID and the revision of a SoC
by Gregory CLEMENT
· 11 years ago
11dc35e
ARM: mvebu: move Armada 370/XP specific definitions to armada-370-xp.h
by Thomas Petazzoni
· 11 years ago
f5f5c44
ARM: mvebu: remove prototypes of non-existing functions from common.h
by Thomas Petazzoni
· 11 years ago
59adf4b
ARM: mvebu: move ARMADA_XP_MAX_CPUS to armada-370-xp.h
by Thomas Petazzoni
· 11 years ago
b12634e
ARM: mvebu: fix some sparse warnings
by Jisheng Zhang
· 11 years ago
bca028e
ARM: mvebu: support running big-endian
by Ben Dooks
· 12 years ago
abe511a
ARM: mvebu: add missing of_node_put() to fix reference leak
by Jisheng Zhang
· 11 years ago
a4ae54f
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
b4b50fd
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
8e73e36
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
573145f
clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE
by Ezequiel Garcia
· 11 years ago
f6cec7c
ARM: mvebu: remove device tree parsing for cpu nodes
by Sudeep KarkadaNagesha
· 11 years ago
fea67d3
Merge tag 'soc-3.12' of git://git.infradead.org/linux-mvebu into next/cleanup
by Olof Johansson
· 11 years ago
f668ade
Merge tag 'drivers-3.12' of git://git.infradead.org/linux-mvebu into next/soc
by Olof Johansson
· 11 years ago
a7160b7
ARM: mach-mvebu: remove redundant DT parsing and validation
by Sudeep KarkadaNagesha
· 11 years ago
b9ae0b5
ARM: mvebu: Initialize MBus using the DT binding
by Ezequiel Garcia
· 11 years ago
994c8c9
ARM: mvebu: Remove the harcoded BootROM window allocation
by Ezequiel Garcia
· 11 years ago
8bd26e3
arm: delete __cpuinit/__CPUINIT usage from all ARM users
by Paul Gortmaker
· 12 years ago
7b6d864
reboot: arm: change reboot_mode to use enum reboot_mode
by Robin Holt
· 11 years ago
4de1236
Merge tag 'regmap-3.11-2' of git://git.infradead.org/users/jcooper/linux into next/soc
by Arnd Bergmann
· 12 years ago
1919bff
arm: mvebu: fix coherency_late_init() for multiplatform
by Thomas Petazzoni
· 12 years ago
5ae13ef
Merge tag 'regmap-3.11' of git://git.infradead.org/users/jcooper/linux into next/soc
by Olof Johansson
· 12 years ago
10f8902
Merge tag 'omap-for-v3.11/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
by Olof Johansson
· 12 years ago
d834d26
arm: mvebu: don't hardcode the physical address for mvebu-mbus
by Thomas Petazzoni
· 12 years ago
580ff0e
arm: mvebu: don't hardcode a physical address in headsmp.S
by Thomas Petazzoni
· 12 years ago
488275b
arm: mvebu: remove hardcoded static I/O mapping
by Thomas Petazzoni
· 12 years ago
3e0a8f2
arm: mvebu: move cache and mvebu-mbus initialization later
by Thomas Petazzoni
· 12 years ago
865e052
arm: mvebu: avoid hardcoded virtual address in coherency code
by Thomas Petazzoni
· 12 years ago
b21dcaf
arm: mvebu: remove dependency of SMP init on static I/O mapping
by Thomas Petazzoni
· 12 years ago
fdc0b43
Merge tag 'tags/cleanup-3.11-3' into mvebu/regmap
by Jason Cooper
· 12 years ago
85b9174
Merge tag 'seb_clk-3.11' of git://git.infradead.org/users/jcooper/linux into next/soc
by Olof Johansson
· 12 years ago
a640874
Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into next/soc
by Olof Johansson
· 12 years ago
9cbbc51
ARM: mvebu: move DT boards to SoC-centric clock init
by Sebastian Hesselbarth
· 12 years ago
b60b61d
ARM: mvebu: Fix bug in coherency fabric low level init function
by Nadav Haklai
· 12 years ago
c589f9b
arm: mvebu: mark functions of armada-370-xp.c as static
by Thomas Petazzoni
· 12 years ago
bda7aab
arm: mvebu: PCIe support is now available on mvebu
by Thomas Petazzoni
· 12 years ago
84f013bc3
ARM: mvebu: Remove init_irq declaration in machine description
by Maxime Ripard
· 12 years ago
c689cba
ARM: mvebu: select ARCH_REQUIRE_GPIOLIB for mvebu platform
by Gregory CLEMENT
· 12 years ago
49ed97f
ARM: Orion: Remove redundant init_dma_coherent_pool_size()
by Andrew Lunn
· 12 years ago
6d31727
ARM: Orion: Remove redundant init_dma_coherent_pool_size()
by Andrew Lunn
· 12 years ago
1bf25e7
Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
fcba914
Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
8b85143
Merge tag 'soc_for_v3.10' of git://git.infradead.org/users/jcooper/linux into next/soc2
by Olof Johansson
· 12 years ago
9339d43
irqchip: move IRQ driver for Armada 370/XP
by Thomas Petazzoni
· 12 years ago
e33369c
ARM: mvebu: move L2 cache initialization in init_early()
by Thomas Petazzoni
· 12 years ago
da497f6
ARM: mvebu: Align the internal registers virtual base to support LPAE
by Lior Amsalem
· 12 years ago
99ff056
ARM: mvebu: Limit the DMA zone when LPAE is selected
by Gregory CLEMENT
· 12 years ago
87e1bed
arm: mach-mvebu: convert to use mvebu-mbus driver
by Thomas Petazzoni
· 12 years ago
600468d
arm: mvebu: Fix the irq map function in SMP mode
by Gregory CLEMENT
· 12 years ago
7f23f62
arm: mvebu: Use local interrupt only for the timer 0
by Gregory CLEMENT
· 12 years ago
097ef18
arm: irq-armada-370-xp: fix comment typo
by Marek Belisko
· 12 years ago
1a32c58
Merge tag 'late-mvebu-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
3a6f08a
arm: mvebu: Add support for local interrupt
by Gregory CLEMENT
· 12 years ago
3202bf0
arm: mvebu: Improve the SMP support of the interrupt controller
by Gregory CLEMENT
· 12 years ago
7266d48
Merge branch 'timer/cleanup' into late/mvebu2
by Arnd Bergmann
· 12 years ago
b274776
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
81c724a
ARM: mvebu: allow selecting mvebu without Armada XP
by Arnd Bergmann
· 12 years ago
6b914c9
Merge tag 'v3.8-rc5' into next/cleanup
by Olof Johansson
· 12 years ago
72533b7
arm: mvebu: Fix compile for multiplatform when ARMv6 is selected
by Tony Lindgren
· 12 years ago
6bb27d7
ARM: delete struct sys_timer
by Stephen Warren
· 12 years ago
Next »