Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1297617
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA |
| Date | 2015-12-23 21:20 +0100 |
| Message-ID | <qIY38-5K2-5@gated-at.bofh.it> (permalink) |
| References | <qBmci-3CV-9@gated-at.bofh.it> <qIXJL-5o9-1@gated-at.bofh.it> <qIXTr-5GF-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Russell King - ARM Linux <linux@arm.linux.org.uk> [151223 12:01]: > On Wed, Dec 23, 2015 at 11:51:29AM -0800, Tony Lindgren wrote: > > Also all omap3 boards are now oopsing in Linux next if PM is enabled: > > I'm not sure that's entirely true. My LDP3430 works fine with this > change in place, and that has CONFIG_PM=y. See my nightly build/boot > results, which includes an attempt to enter hibernation. Remember > that last night's results are from my tree plus arm-soc's for-next. Right but you don't have any deeper idle states enabled for your old ldp, see the script below. It may not work properly on your ldp because of the old silicon revision of the SoC.. > Maybe there's some other change in linux-next which, when combined > with this change, is provoking it? Well it seems to be the new default Kconfig options selected by default as Geert is saying? And it seems to require off mode enabled for idle to hit it, retention idle does not seem to trigger it. Regards, Tony 8< ------------------------- #!/bin/bash uarts=$(find /sys/class/tty/tty[SO]*/device/power/ -type d) for uart in $uarts; do echo 3000 > $uart/autosuspend_delay_ms 2>&1 done uarts=$(find /sys/class/tty/tty[SO]*/power/ -type d 2>/dev/null) for uart in $uarts; do echo enabled > $uart/wakeup 2>&1 echo auto > $uart/control 2>&1 done echo 1 > /sys/kernel/debug/pm_debug/enable_off_mode -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Tony Lindgren <tony@atomide.com> - 2015-12-23 21:00 +0100
Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-23 21:10 +0100
Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Tony Lindgren <tony@atomide.com> - 2015-12-23 21:20 +0100
Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Laura Abbott <labbott@redhat.com> - 2015-12-23 21:40 +0100
Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Tony Lindgren <tony@atomide.com> - 2015-12-23 22:30 +0100
Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Nicolas Pitre <nicolas.pitre@linaro.org> - 2015-12-23 22:50 +0100
Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Tony Lindgren <tony@atomide.com> - 2015-12-24 01:20 +0100
Re: [PATCH v2] ARM: mm: flip priority of CONFIG_DEBUG_RODATA Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-12-24 01:40 +0100
csiph-web