Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755125AbbG1H2v (ORCPT ); Tue, 28 Jul 2015 03:28:51 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:20543 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752325AbbG1H2s (ORCPT ); Tue, 28 Jul 2015 03:28:48 -0400 Message-ID: <55B72EEA.5020600@atmel.com> Date: Tue, 28 Jul 2015 09:27:38 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Sebastian Reichel CC: Josh Wu , , Guenter Roeck , Kumar Gala , "Ian Campbell" , Rob Herring , Ben Dooks , Krzysztof Kozlowski , Alexandre Belloni , Pawel Moll , , , Sudeep Holla , Wei Yongjun , "Fabian Frederick" , , Boris Brezillon , Dmitry Eremin-Solenikov , David Woodhouse , Mark Rutland , Maxime Ripard Subject: Re: [PATCH v2 1/2] power: reset: at91: add sama5d3 reset function References: <1437384726-24927-1-git-send-email-josh.wu@atmel.com> <20150720164241.GA5930@earth> In-Reply-To: <20150720164241.GA5930@earth> 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 Content-Length: 1574 Lines: 47 Le 20/07/2015 18:42, Sebastian Reichel a ?crit : > Hi, > > On Mon, Jul 20, 2015 at 05:32:05PM +0800, Josh Wu wrote: >> This patch introduces a new compatible string: "atmel,sama5d3-rstc" and >> new reset function for sama5d3 and later chips. >> >> As in sama5d3 or later chips, we don't have to shutdown the DDR >> controller before reset. Shutdown the DDR controller before reset is a >> workaround to avoid DDR signal driving the bus, but since sama5d3 and >> later chips there is no such a conflict. >> >> So in this patch: >> 1. the sama5d3 reset function only need to write the rstc register >> and return. >> 2. we can remove the code related with sama5d3 DDR controller as >> we don't use it at all. >> >> Signed-off-by: Josh Wu >> Acked-by: Nicolas Ferre > > queued. Sebastian, As my Device Tree changes depend on this modification, we can synchronize in tree ways: 1/ you provide me a stable branch so that I can pull it before applying my changes that can go through arm-soc. 2/ you let me take the driver's modifications with me and the two patches of the series would go through arm-soc. 3/ you take the second patch of my series with my Acked-by tag and carry both of them up to Linus' tree. Please tell me your preference. Thanks, bye, -- Nicolas Ferre -- 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/