Merge tag 'mvebu-soc-3.17' of git://git.infradead.org/linux-mvebu into next/soc
authorOlof Johansson <olof@lixom.net>
Tue, 8 Jul 2014 05:27:00 +0000 (22:27 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 8 Jul 2014 05:27:00 +0000 (22:27 -0700)
Merge "mvebu SoC changes for v3.17" from Jason Cooper:

- kirkwood
  * add setup file for netxbig LEDs (non-trivial DT binding doesn't exist yet)

- mvebu
  * staticize where needed
  * add CPU hotplug for Armada XP
  * add public datasheet for Armada 370
  * don't apply thermal quirk by default
  * get SoC ID from the system controller when possible

* tag 'mvebu-soc-3.17' of git://git.infradead.org/linux-mvebu:
  ARM: mvebu: Staticize mvebu_cpu_reset_init
  ARM: mvebu: Staticize armada_370_xp_cpu_pm_init
  ARM: mvebu: Staticize armada_375_smp_cpu1_enable_wa
  ARM: mvebu: Use system controller to get the soc id when possible
  ARM: mvebu: Use the a standard errno in mvebu_get_soc_id
  ARM: mvebu: Don't apply the thermal quirk if the SoC revision is unknown
  Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC
  ARM: mvebu: implement CPU hotplug support for Armada XP
  ARM: mvebu: export PMSU idle enter/exit functions
  ARM: mvebu: slightly refactor/rename PMSU idle related functions
  ARM: mvebu: remove stub implementation of CPU hotplug on Armada 375/38x
  ARM: Kirkwood: Add setup file for netxbig LEDs
  ARM: mvebu: mark armada_370_xp_pmsu_idle_prepare() as static

Signed-off-by: Olof Johansson <olof@lixom.net>
1  2 
arch/arm/mach-mvebu/Kconfig

index b9bc599a5fd04fa8bc4b7b6e13ad1073fb4c513a,e5ab3a7cb3d24b28e931a8c320028399f6fa9bf6..955d4a3afabdf08a991490c1ec8a6d7cad685d05
@@@ -96,4 -97,13 +96,11 @@@ config MACH_KIRKWOO
          Say 'Y' here if you want your kernel to support boards based
          on the Marvell Kirkwood device tree.
  
 -endmenu
 -
+ config MACH_NETXBIG
+       bool "LaCie 2Big and 5Big Network v2"
+       depends on MACH_KIRKWOOD
+       help
+         Say 'Y' here if you want your kernel to support the
+         LaCie 2Big and 5Big Network v2
  endif