From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Subject: Re: [PATCH v2 5/6] watchdog: at91sam9: request the irq with IRQF_NO_SUSPEND Date: Tue, 10 Mar 2015 22:33:17 +0100 Message-ID: <20150310213317.GK9188@piout.net> References: <1425287898-15093-6-git-send-email-boris.brezillon@free-electrons.com> <1615214.0rkGfM1gZL@vostro.rjw.lan> <20150309075546.GY3989@piout.net> <1592385.fqRVVyPSPE@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1592385.fqRVVyPSPE-sKB8Sp2ER+y1GS7QM15AGw@public.gmane.org> Sender: linux-watchdog-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Rafael J. Wysocki" Cc: Pavel Machek , Sylvain Rochet , Peter Zijlstra , Mark Rutland , Boris Brezillon , Alessandro Zummo , Mike Turquette , Jason Cooper , "rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org" , Len Brown , Greg Kroah-Hartman , "linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Nicolas Ferre , Wim Van Sebroeck , "linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Jean-Christophe Plagniol-Villard , Thomas Gleixner , Jiri Slaby , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-pm@vger.kernel.org Hi, On 09/03/2015 at 15:30:01 +0100, Rafael J. Wysocki wrote : > > > > Actaully, your platform should just refuse to enter suspend-to-RAM > > > > when hw watchdog is enabled. > > > > > > Quite likely, depending on how exactly the suspend is implemented. > > > > > > > We've had absolutely zero complain on that. It is quite clear in the > > datasheet that failing to refresh the watchdog once started will lead to > > a reset and that it is impossible to stop. > > It is actually quite convenient to also ensure that you can actually > > wake up from suspend because that can obviously go wrong. > > I gather then that the suspend implementation is such that touching the > watchdog periodically while suspended is not a problem. > > Again, can you please tell me how suspend is implemented on at91? > It actually depends on the architecture (at91rm9200, at91sam9 or sama5) but basically, the clocks are switched off in almost all the peripheral drivers then the ram self refresh activated, the master clock is switched off using code running from SRAM and the core is then waiting for interrupt. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html