From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753923AbbCMNlF (ORCPT ); Fri, 13 Mar 2015 09:41:05 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:16346 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbbCMNlB (ORCPT ); Fri, 13 Mar 2015 09:41:01 -0400 Message-ID: <5502E8E4.3010608@atmel.com> Date: Fri, 13 Mar 2015 14:40:52 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Wenyou Yang , CC: , , , , , , Subject: Re: [PATCH v2.0 0/2] ARM: at91: Add pm support for sama5d3 and sama5d4 References: <1425873187-8096-1-git-send-email-wenyou.yang@atmel.com> In-Reply-To: <1425873187-8096-1-git-send-email-wenyou.yang@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 09/03/2015 04:53, Wenyou Yang a écrit : > Hi, > > The patch series purpose is to add pm support for sama5d3 and sama5d4. > > It is based on the branch, at91-4.0-fixes > git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git > + [PATCH] ARM: AT91: pm improvement for 4.1 > > Change log for v2.0: > - remove the patch already stacked. > - rebase. > > Wenyou Yang (2): > pm: at91: pm_suspend: add the WFI instruction support for ARMv7 > pm: at91: flush data cache and clean, invalidate and disable the L2 > cache For the 2 patches: Acked-by: Nicolas Ferre And stacked on top of at91-4.1-cleanup: thanks Wenyou! (also reworked the subjects). Bye, > > arch/arm/mach-at91/pm.c | 6 ++++++ > arch/arm/mach-at91/pm_suspend.S | 20 +++++++++++++++++++- > 2 files changed, 25 insertions(+), 1 deletion(-) > -- Nicolas Ferre