Re: [U-Boot] [PATCH v4 1/3] mmc: Board-specific MMC power initializations

2014-11-10 Thread Tom Rini
On Sat, Nov 08, 2014 at 08:55:45PM +0100, Paul Kocialkowski wrote: Some devices may use non-standard combinations of regulators to power MMC: this allows these devices to provide a board-specific MMC power init function to set everything up in their own way. Signed-off-by: Paul Kocialkowski

[U-Boot] [PATCH v4 1/3] mmc: Board-specific MMC power initializations

2014-11-08 Thread Paul Kocialkowski
Some devices may use non-standard combinations of regulators to power MMC: this allows these devices to provide a board-specific MMC power init function to set everything up in their own way. Signed-off-by: Paul Kocialkowski cont...@paulk.fr --- drivers/mmc/mmc.c | 7 +++ include/mmc.h |