Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752123AbcJJGAj (ORCPT ); Mon, 10 Oct 2016 02:00:39 -0400 Received: from webbox1416.server-home.net ([77.236.96.61]:48062 "EHLO webbox1416.server-home.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050AbcJJGAh (ORCPT ); Mon, 10 Oct 2016 02:00:37 -0400 From: Alexander Stein To: Alexandre Belloni Cc: linux-kernel@vger.kernel.org, Sebastian Reichel , Dmitry Eremin-Solenikov , Nicolas Ferre , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] ARM: at91: properly handle LPDDR poweroff Date: Mon, 10 Oct 2016 08:00:30 +0200 Message-ID: <1791580.DIVsjjyavb@ws-stein> User-Agent: KMail/4.14.10 (Linux/4.6.0-rc7+; KDE/4.14.24; x86_64; ; ) In-Reply-To: <20161007163427.11454-1-alexandre.belloni@free-electrons.com> References: <20161007163427.11454-1-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 623 Lines: 20 Hi Alexandre, On Friday 07 October 2016 18:34:25, Alexandre Belloni wrote: > Hi, > > This patch set improves LPDDR support on SoCs using the Atmel MPDDR > controller. > > LPDDR memoris can only handle up to 400 uncontrolled power offs in their > life. The proper power off sequence has to be applied before shutting down > the SoC. > > I'm not too happy with the code duplication but this is a design choice > that has been made before because both shitdown controler are really ^^^^^^^^ I guess you mean shutdown? :) Same for the suject of 2nd patch. Best regards, Alexander