[PATCH 1/3] mmc: add support for power-on sequencing through DT
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-20 19:12:46
Also in:
linux-devicetree, linux-mmc
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-20 19:12:46
Also in:
linux-devicetree, linux-mmc
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