Re: [PATCH 1/2] mmc: hsmmc: Add reset gpio configuration option.

2014-07-26 Thread Belisko Marek
Hi Russel, On Fri, Jul 4, 2014 at 1:01 AM, Russell King - ARM Linux wrote: > On Thu, Jul 03, 2014 at 10:49:23PM +0200, Marek Belisko wrote: >> From: NeilBrown >> >> If a 'gpio_reset' is specified, then hold it low while >> turning the power regulator on. >> This is needed for some wi2wi wireless

Re: [PATCH 1/2] mmc: hsmmc: Add reset gpio configuration option.

2014-07-03 Thread Russell King - ARM Linux
On Thu, Jul 03, 2014 at 10:49:23PM +0200, Marek Belisko wrote: > From: NeilBrown > > If a 'gpio_reset' is specified, then hold it low while > turning the power regulator on. > This is needed for some wi2wi wireless modules, particularly > when the regulator is held active by some other client. >

Re: [PATCH 1/2] mmc: hsmmc: Add reset gpio configuration option.

2014-07-03 Thread Felipe Balbi
Hi, On Thu, Jul 03, 2014 at 10:49:23PM +0200, Marek Belisko wrote: > From: NeilBrown > > If a 'gpio_reset' is specified, then hold it low while > turning the power regulator on. > This is needed for some wi2wi wireless modules, particularly > when the regulator is held active by some other clien

[PATCH 1/2] mmc: hsmmc: Add reset gpio configuration option.

2014-07-03 Thread Marek Belisko
From: NeilBrown If a 'gpio_reset' is specified, then hold it low while turning the power regulator on. This is needed for some wi2wi wireless modules, particularly when the regulator is held active by some other client. The wi2wi needs to be reset if power isn't actually removed, and the gpio can