From: Greg Kroah-Hartman Date: Mon, 22 Jun 2015 15:43:21 +0000 (-0700) Subject: remove queue-3.14/arm-dts-am335x-boneblack-disable-rtc-only-sleep-to-avoid-hardware... X-Git-Tag: v3.10.81~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32d3077c60c7d70500aa7fab3bda4ce8e40a520b;p=thirdparty%2Fkernel%2Fstable-queue.git remove queue-3.14/arm-dts-am335x-boneblack-disable-rtc-only-sleep-to-avoid-hardware-damage.patch --- diff --git a/queue-3.14/arm-dts-am335x-boneblack-disable-rtc-only-sleep-to-avoid-hardware-damage.patch b/queue-3.14/arm-dts-am335x-boneblack-disable-rtc-only-sleep-to-avoid-hardware-damage.patch deleted file mode 100644 index 7ef6ab2f890..00000000000 --- a/queue-3.14/arm-dts-am335x-boneblack-disable-rtc-only-sleep-to-avoid-hardware-damage.patch +++ /dev/null @@ -1,60 +0,0 @@ -From 7a6cb0abe1aa63334f3ded6d2b6c8eca80e72302 Mon Sep 17 00:00:00 2001 -From: Matthijs van Duin -Date: Mon, 1 Jun 2015 21:33:28 +0200 -Subject: ARM: dts: am335x-boneblack: disable RTC-only sleep to avoid hardware damage - -From: Matthijs van Duin - -commit 7a6cb0abe1aa63334f3ded6d2b6c8eca80e72302 upstream. - -Avoid entering "RTC-only mode" at poweroff. It is unsupported by most -versions of BeagleBone, and risks hardware damage. - -The damaging configuration is having system-power-controller -without ti,pmic-shutdown-controller. - -Reported-by: Matthijs van Duin -Tested-by: Matthijs van Duin -Signed-off-by: Robert Nelson -Cc: Tony Lindgren -Cc: Felipe Balbi -Cc: Johan Hovold -[Matthijs van Duin: added explanatory comments] -Signed-off-by: Matthijs van Duin -Fixes: http://bugs.elinux.org/issues/143 -[tony@atomide.com: updated comments with the hardware breaking info] -Signed-off-by: Tony Lindgren -Signed-off-by: Greg Kroah-Hartman - ---- - arch/arm/boot/dts/am335x-bone-common.dtsi | 19 +++++++++++++++++++ - 1 file changed, 19 insertions(+) - ---- a/arch/arm/boot/dts/am335x-bone-common.dtsi -+++ b/arch/arm/boot/dts/am335x-bone-common.dtsi -@@ -226,6 +226,25 @@ - /include/ "tps65217.dtsi" - - &tps { -+ /* -+ * Configure pmic to enter OFF-state instead of SLEEP-state ("RTC-only -+ * mode") at poweroff. Most BeagleBone versions do not support RTC-only -+ * mode and risk hardware damage if this mode is entered. -+ * -+ * For details, see linux-omap mailing list May 2015 thread -+ * [PATCH] ARM: dts: am335x-bone* enable pmic-shutdown-controller -+ * In particular, messages: -+ * http://www.spinics.net/lists/linux-omap/msg118585.html -+ * http://www.spinics.net/lists/linux-omap/msg118615.html -+ * -+ * You can override this later with -+ * &tps { /delete-property/ ti,pmic-shutdown-controller; } -+ * if you want to use RTC-only mode and made sure you are not affected -+ * by the hardware problems. (Tip: double-check by performing a current -+ * measurement after shutdown: it should be less than 1 mA.) -+ */ -+ ti,pmic-shutdown-controller; -+ - regulators { - dcdc1_reg: regulator@0 { - regulator-always-on; diff --git a/queue-3.14/series b/queue-3.14/series index 44552e7bf75..3e2a3580c6d 100644 --- a/queue-3.14/series +++ b/queue-3.14/series @@ -33,7 +33,6 @@ ozwpan-use-proper-check-to-prevent-heap-overflow.patch ozwpan-divide-by-zero-leading-to-panic.patch ozwpan-unchecked-signed-subtraction-leads-to-dos.patch pata_octeon_cf-fix-broken-build.patch -arm-dts-am335x-boneblack-disable-rtc-only-sleep-to-avoid-hardware-damage.patch drm-i915-hsw-fix-workaround-for-server-aux-channel-clock-divisor.patch drm-i915-fix-ddc-probe-for-passive-adapters.patch drm-radeon-fix-freeze-for-laptop-with-turks-thames-gpu.patch