[kernel] r22727 - in dists/trunk/linux/debian: . config/arm64 config/armhf

Ian James Campbell ijc at moszumanska.debian.org
Sat May 30 21:18:17 UTC 2015


Author: ijc
Date: Sat May 30 21:18:17 2015
New Revision: 22727

Log:
[arm64+armhf] Enable SYSCON poweroff driver.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/arm64/config
   dists/trunk/linux/debian/config/armhf/config.armmp

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sat May 30 16:52:53 2015	(r22726)
+++ dists/trunk/linux/debian/changelog	Sat May 30 21:18:17 2015	(r22727)
@@ -13,6 +13,9 @@
   [ maximilian attems ]
   * [x86] Enable SND_SOC_INTEL_BROADWELL_MACH. (closes: #785422)
 
+  [ Ian Campbell ]
+  * [arm64+armhf] Enable SYSCON poweroff driver.
+
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 11 May 2015 16:19:42 +0100
 
 linux (4.0.4-1) unstable; urgency=medium

Modified: dists/trunk/linux/debian/config/arm64/config
==============================================================================
--- dists/trunk/linux/debian/config/arm64/config	Sat May 30 16:52:53 2015	(r22726)
+++ dists/trunk/linux/debian/config/arm64/config	Sat May 30 21:18:17 2015	(r22727)
@@ -151,6 +151,7 @@
 CONFIG_POWER_RESET_VEXPRESS=y
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
+CONFIG_POWER_RESET_SYSCON_POWEROFF=y
 
 ##
 ## file: drivers/rtc/Kconfig

Modified: dists/trunk/linux/debian/config/armhf/config.armmp
==============================================================================
--- dists/trunk/linux/debian/config/armhf/config.armmp	Sat May 30 16:52:53 2015	(r22726)
+++ dists/trunk/linux/debian/config/armhf/config.armmp	Sat May 30 21:18:17 2015	(r22727)
@@ -683,6 +683,7 @@
 CONFIG_POWER_RESET_GPIO=y
 CONFIG_POWER_RESET_RESTART=y
 CONFIG_POWER_RESET_SYSCON=y
+CONFIG_POWER_RESET_SYSCON_POWEROFF=y
 
 ##
 ## file: drivers/pwm/Kconfig



More information about the Kernel-svn-changes mailing list