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

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 06:35:20PM +0100, Paul Kocialkowski wrote: > Hi there, thanks for the review, > > Le mardi 04 novembre 2014 à 13:32 -0500, Tom Rini a écrit : > > On Tue, Nov 04, 2014 at 07:58:38PM +0200, Igor Grinberg wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA1 > > >

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

2014-11-05 Thread Paul Kocialkowski
Hi there, thanks for the review, Le mardi 04 novembre 2014 à 13:32 -0500, Tom Rini a écrit : > On Tue, Nov 04, 2014 at 07:58:38PM +0200, Igor Grinberg wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi Tom, > > > > On 11/04/14 17:56, Tom Rini wrote: > > > On Sat, Nov 01, 201

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

2014-11-04 Thread Tom Rini
On Tue, Nov 04, 2014 at 07:58:38PM +0200, Igor Grinberg wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Tom, > > On 11/04/14 17:56, Tom Rini wrote: > > On Sat, Nov 01, 2014 at 11:35:43AM +0100, Paul Kocialkowski wrote: > > > >> Some devices may use non-standard combinations of re

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

2014-11-04 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, On 11/04/14 17:56, Tom Rini wrote: > On Sat, Nov 01, 2014 at 11:35:43AM +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 M

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

2014-11-04 Thread Tom Rini
On Sat, Nov 01, 2014 at 11:35:43AM +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 Kocialko