From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 9 Jul 2018 23:17:43 -0700 Subject: [PATCH v2 1/2] ARM: OMAP2+: sleep33/43xx: Make sleep actions configurable In-Reply-To: <1531121597-19150-1-git-send-email-j-keerthy@ti.com> References: <1531121597-19150-1-git-send-email-j-keerthy@ti.com> Message-ID: <20180710061743.GH99251@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Keerthy [180709 00:36]: > From: Dave Gerlach > > Add an argument to the sleep33xx and sleep43xx code to allow us to set > flags to determine which portions of the code get called in order to use > the same code for multiple power saving modes. This patch allows us to > decide whether or not we flush and disable caches, save EMIF context, > put the memory into self refresh and disable the EMIF, and/or invoke > the wkup_m3 when entering into WFI. Thanks applying both into omap-for-v4.19/soc. Tony