aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+3
2016-02-25clk: mvebu: Move corediv config to mvebu configGravatar Kevin Smith 1-0/+3
2016-02-16ARM: mvebu: Use the ARMADA_370_XP_IRQ optionGravatar Thomas Petazzoni 1-1/+5
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptGravatar Masahiro Yamada 1-8/+16
2015-11-03ARM: mvebu: remove static LED setup for netxbig boardsGravatar Simon Guinot 1-7/+0
2015-08-05ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resetsGravatar Russell King 1-0/+1
2015-03-04ARM: mvebu: add core support for Armada 39xGravatar Thomas Petazzoni 1-0/+14
2014-07-26Merge tag 'mvebu-soc-3.17-4' of git://git.infradead.org/linux-mvebu into next...Gravatar Arnd Bergmann 1-0/+6
2014-07-24ARM: mvebu: fix build without platforms selectedGravatar Arnd Bergmann 1-0/+6
2014-07-24Merge branch 'mvebu/fixes' into mvebu/soc-cpuidleGravatar Jason Cooper 1-0/+2
2014-07-07Merge tag 'mvebu-soc-3.17' of git://git.infradead.org/linux-mvebu into next/socGravatar Olof Johansson 1-0/+7
2014-06-25Merge tag 'mvebu-fixes-3.16' of git://git.infradead.org/linux-mvebu into fixesGravatar Arnd Bergmann 1-0/+2
2014-06-20ARM: Kirkwood: Add setup file for netxbig LEDsGravatar Andrew Lunn 1-0/+7
2014-06-20ARM: mvebu: select ARM_CPU_SUSPEND for Marvell EBU v7 platformsGravatar Thomas Petazzoni 1-0/+1
2014-06-20ARM: mvebu: Fix broken SoC ID detectionGravatar Ezequiel Garcia 1-0/+1
2014-06-17ARM: use menuconfig for sub-arch menusGravatar Rob Herring 1-5/+1
2014-06-17ARM: Remove ARCH_HAS_CPUFREQ config optionGravatar Stephen Boyd 1-1/+0
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-7/+7
2014-05-29ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORMGravatar Will Deacon 1-1/+0
2014-05-19Merge branch 'cleanup/kconfig' into next/socGravatar Olof Johansson 1-6/+0
2014-05-08ARM: Kirkwood: t5325: Remove platform device to instantiate audioGravatar Andrew Lunn 1-7/+0
2014-05-08ARM: mvebu: Select HAVE_ARM_TWD only if SMP is enabledGravatar Ezequiel Garcia 1-2/+2
2014-05-08ARM: mvebu: add SMP support for Armada 375 and Armada 38xGravatar Gregory CLEMENT 1-0/+4
2014-04-24ARM: mvebu: enable the ARM SCU on Armada 375 and Armada 38xGravatar Thomas Petazzoni 1-0/+2
2014-04-24ARM: mvebu: Add a SOC bus device entryGravatar Andrew Lunn 1-0/+1
2014-04-22ARM: mvebu: clean-up unneeded kconfig selectsGravatar Rob Herring 1-6/+0
2014-04-05Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Gravatar Linus Torvalds 1-8/+71
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-6/+0
2014-03-21ARM: mvebu: don't select CONFIG_NEONGravatar Arnd Bergmann 1-2/+0
2014-03-17Merge tag 'mvebu-soc-3.15-3' of git://git.infradead.org/linux-mvebu into next...Gravatar Arnd Bergmann 1-0/+12
2014-03-17Merge tag 'mvebu-soc-3.15-2' of git://git.infradead.org/linux-mvebu into next...Gravatar Arnd Bergmann 1-6/+30
2014-03-09Merge tag 'imx-soc-3.15' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Gravatar Olof Johansson 1-6/+0
2014-03-04ARM: mvebu: move DT Dove to MVEBUGravatar Sebastian Hesselbarth 1-0/+12
2014-03-01Merge branch 'mvebu/soc-kw' into mvebu/socGravatar Jason Cooper 1-3/+27
2014-03-01Merge branch 'mvebu/soc-3xx' into mvebu/socGravatar Jason Cooper 1-4/+33
2014-02-25ARM: kirkwood: Add HP T5325 thin clientGravatar Andrew Lunn 1-0/+7
2014-02-24ARM: mvebu: Armada 375/38x depend on MULTI_V7Gravatar Jason Cooper 1-2/+2
2014-02-22ARM: mvebu: Move kirkwood DT boards into mach-mvebuGravatar Andrew Lunn 1-1/+18
2014-02-22ARM: mvebu: Add ARCH_MULTI_V7 to SoCsGravatar Andrew Lunn 1-2/+2
2014-02-22ARM: mvebu: Rename the ARCH_MVEBU menu optionGravatar Ezequiel Garcia 1-2/+2
2014-02-22ARM: mvebu: add initial support for the Armada 380/385 SOCsGravatar Thomas Petazzoni 1-0/+14
2014-02-22ARM: mvebu: add initial support for the Armada 375 SOCsGravatar Gregory CLEMENT 1-0/+14
2014-02-22ARM: mvebu: make CPU_PJ4B selection a per-SoC choiceGravatar Thomas Petazzoni 1-1/+2
2014-02-22ARM: mvebu: rename armada-370-xp.c to board-v7.cGravatar Thomas Petazzoni 1-3/+3
2014-02-20ARM: mvebu: Allows to get the SoC ID even without PCI enabledGravatar Gregory CLEMENT 1-0/+1
2014-02-19ARM: select HAVE_SMP for V7 multi-platformGravatar Rob Herring 1-1/+0
2014-02-19ARM: centralize common multi-platform kconfig optionsGravatar Rob Herring 1-5/+0
2013-10-19ARM: mvebu: support running big-endianGravatar Ben Dooks 1-0/+1
2013-05-31Merge tag 'seb_clk-3.11' of git://git.infradead.org/users/jcooper/linux into ...Gravatar Olof Johansson 1-3/+2
2013-05-31Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into n...Gravatar Olof Johansson 1-0/+2