Re: [PATCH] mmc: sdhci-pxav3: dt: Support "power-gpios" property

2012-09-16 Thread Haojian Zhuang
On Tue, Sep 11, 2012 at 1:00 PM, zhangfei gao wrote: > On Sun, Sep 9, 2012 at 11:06 AM, Chris Ball wrote: >> Tested on OLPC XO-4/MMP3, where the card power for two of the >> controllers is a sideband GPIO. The third cell in the power-gpios >> property controls whether the GPIO is active high/act

Re: [PATCH] mmc: sdhci-pxav3: dt: Support "power-gpios" property

2012-09-10 Thread zhangfei gao
On Sun, Sep 9, 2012 at 11:06 AM, Chris Ball wrote: > Tested on OLPC XO-4/MMP3, where the card power for two of the > controllers is a sideband GPIO. The third cell in the power-gpios > property controls whether the GPIO is active high/active low. > > (Also, pass host_caps2 through from platdata t

[PATCH] mmc: sdhci-pxav3: dt: Support "power-gpios" property

2012-09-08 Thread Chris Ball
Tested on OLPC XO-4/MMP3, where the card power for two of the controllers is a sideband GPIO. The third cell in the power-gpios property controls whether the GPIO is active high/active low. (Also, pass host_caps2 through from platdata to the mmc host.) Signed-off-by: Chris Ball --- This patch d