From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 1/3] mmc: add support for power-on sequencing through DT Date: Mon, 20 Jan 2014 20:12:46 +0100 Message-ID: <53209494.QWyQq2MDnI@wuerfel> References: <1390190215-22700-1-git-send-email-olof@lixom.net> <201401201958.57997.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org To: Olof Johansson Cc: "linux-arm-kernel@lists.infradead.org" , "linux-mmc@vger.kernel.org" , Mark Rutland , "devicetree@vger.kernel.org" , Russell King - ARM Linux , Pawel Moll , chris@printf.net, Rob Herring , ijc+devicetree@hellion.org.ok, Kumar Gala List-Id: devicetree@vger.kernel.org On Monday 20 January 2014 11:04:26 Olof Johansson wrote: > > I'd expect most usage of this to be through gpios, since we're talking > about external independent modules here. I would prefer not to bring > in the reset controller stuff here -- it just adds another layer of > abstraction that seems unnecessary. > > I would prefer if the reset framework was contained to only be the > on-chip SoC IP block resets, etc, as originally intended. Ok, fair enough. Arnd