From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v5 00/15] arm64: kernel: Add support for hibernate/suspend-to-disk Date: Tue, 23 Feb 2016 10:29:02 -0800 Message-ID: <7h37sjuvpt.fsf@baylibre.com> References: <1455637767-31561-1-git-send-email-james.morse@arm.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f43.google.com ([209.85.220.43]:36288 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755019AbcBWS3E (ORCPT ); Tue, 23 Feb 2016 13:29:04 -0500 Received: by mail-pa0-f43.google.com with SMTP id yy13so114324722pab.3 for ; Tue, 23 Feb 2016 10:29:04 -0800 (PST) In-Reply-To: <1455637767-31561-1-git-send-email-james.morse@arm.com> (James Morse's message of "Tue, 16 Feb 2016 15:49:12 +0000") Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: James Morse Cc: linux-arm-kernel@lists.infradead.org, Will Deacon , Sudeep Holla , Geoff Levand , Catalin Marinas , Lorenzo Pieralisi , Mark Rutland , AKASHI Takahiro , Marc Zyngier , "Rafael J . Wysocki" , Pavel Machek , linux-pm@vger.kernel.org James Morse writes: > This version of hibernate is based on v4.5-rc4, with the contents of the arm64 > for-next/pgtable branch and Ard's v6sub1 "arm64: split linear and kernel > mappings" series [0]. The patches shared with kexec still come from v13 [1]. FYI... in addition to juno-r2, I've now tested this version on the Mediatek mt8173-evb platform as well, using an exteral MMC card as swap, and everything worked well. Tested-by: Kevin Hilman Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Tue, 23 Feb 2016 10:29:02 -0800 Subject: [PATCH v5 00/15] arm64: kernel: Add support for hibernate/suspend-to-disk In-Reply-To: <1455637767-31561-1-git-send-email-james.morse@arm.com> (James Morse's message of "Tue, 16 Feb 2016 15:49:12 +0000") References: <1455637767-31561-1-git-send-email-james.morse@arm.com> Message-ID: <7h37sjuvpt.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org James Morse writes: > This version of hibernate is based on v4.5-rc4, with the contents of the arm64 > for-next/pgtable branch and Ard's v6sub1 "arm64: split linear and kernel > mappings" series [0]. The patches shared with kexec still come from v13 [1]. FYI... in addition to juno-r2, I've now tested this version on the Mediatek mt8173-evb platform as well, using an exteral MMC card as swap, and everything worked well. Tested-by: Kevin Hilman Kevin