From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Mon, 27 Jan 2014 12:30:42 -0800 Subject: [PATCH] ARM: OMAP4+: move errata initialization to omap4_pm_init_early In-Reply-To: <20140123184951.GJ7993@atomide.com> (Tony Lindgren's message of "Thu, 23 Jan 2014 10:49:52 -0800") References: <1390248397-14112-1-git-send-email-nm@ti.com> <52E139C5.3090207@ti.com> <874n4uy483.fsf@paris.lan> <20140123184951.GJ7993@atomide.com> Message-ID: <87fvo9w4jx.fsf@paris.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tony Lindgren writes: > * Kevin Hilman [140123 09:55]: >> Grygorii Strashko writes: >> >> > On 01/20/2014 10:06 PM, Nishanth Menon wrote: >> >> Move all OMAP4 PM errata initializations to centralized location in >> >> omap4_pm_init_early. This allows for users to utilize the erratas >> >> in various submodules as needed. >> >> >> > Tested-by: Grygorii Strashko >> > >> > This patch fixes build failure caused by patch >> > https://patchwork.kernel.org/patch/3084521/ >> > in case if SMP is not enabled. >> >> So does that mean that that patch can now be applied as is? >> >> We could sure use that fix (or equivalent) for CPUidle breakage on 4460. > > Yeah, seems OK to me, feel free to apply it directly: > > Acked-by: Tony Lindgren OK, I've picked up both $SUBJECT patch and the one from the above patchworks link and will queue them up for v3.14-rc (and have added your Ack to both.) Thanks, Kevin