Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754584AbbFENO4 (ORCPT ); Fri, 5 Jun 2015 09:14:56 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:35305 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751963AbbFENOx (ORCPT ); Fri, 5 Jun 2015 09:14:53 -0400 MIME-Version: 1.0 In-Reply-To: <5570D29A.2030007@opensource.altera.com> References: <1433270139-7042-1-git-send-email-atull@opensource.altera.com> <556E028E.2080800@opensource.altera.com> <5570D29A.2030007@opensource.altera.com> Date: Fri, 5 Jun 2015 08:14:52 -0500 Message-ID: Subject: Re: [PATCHv6 0/2] socfpga: support suspend to ram* From: Dinh Nguyen To: Dinh Nguyen Cc: Alan Tull , Rob Herring , Mark Rutland , "devicetree@vger.kernel.org" , Russell King , Arnd Bergmann , Pawel Moll , Ian Campbell , Pavel Machek , Linux List , Kumar Gala , Steffen Trumtrar , Delicious Quinoq , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2065 Lines: 51 On Thu, Jun 4, 2015 at 5:35 PM, Dinh Nguyen wrote: > Hi Alan, > > On 06/02/2015 02:22 PM, Dinh Nguyen wrote: >> On 06/02/2015 01:35 PM, Alan Tull wrote: >>> Support suspend to ram on socfpga. >>> * allocate space in ocram using sram driver. >>> * Add a function in ocram to place DDR in self-refresh >>> and suspend. >>> * Prevent suspend if EDAC is enabled. >>> * Add a device tree binding document for the Altera >>> SOCFPGA SDRAM controller that is used to put DDR in >>> self-refresh mode. >>> >>> Alan Tull (2): >>> ARM: socfpga: support suspend to ram >>> ARM: socfpga: dts: add sdram controller dt binding doc >>> >>> .../arm/altera/socfpga-sdram-controller.txt | 12 ++ >>> arch/arm/mach-socfpga/Kconfig | 10 +- >>> arch/arm/mach-socfpga/Makefile | 1 + >>> arch/arm/mach-socfpga/core.h | 6 +- >>> arch/arm/mach-socfpga/pm.c | 149 ++++++++++++++++++++ >>> arch/arm/mach-socfpga/self-refresh.S | 136 ++++++++++++++++++ >>> arch/arm/mach-socfpga/socfpga.c | 6 +- >>> drivers/edac/altera_edac.c | 20 +++ >>> 8 files changed, 337 insertions(+), 3 deletions(-) >>> create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt >>> create mode 100644 arch/arm/mach-socfpga/pm.c >>> create mode 100644 arch/arm/mach-socfpga/self-refresh.S >>> >> >> >> Applied. >> > > I had to un-apply this patch because I noticed that it's touching > drivers/edac/altera_edac.c. This part should be a separate patch and > need to go through linux-edac. > Nevermind on this, I got an ack-by from Borislav Petkov for the edac part. No need to split the patch up. Dinh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/