Re: [PATCH v3 0/3] provide sdhci driver for mmp2 and pxa910

2011-06-03 Thread Philip Rakity
Please update mmp2 and pxa defconfigs. regards, Philip On Jun 3, 2011, at 2:48 AM, zhangfei gao wrote: v2-v3, modify according to Arnd and Philip suggestion. Here are patches to provide separate sdhci driver for mmp2 and pxa910 based on sdhci-platfm. Rename to sdhci-pxav3.c and

RE: MMC runtime PM patches break libertas probe

2011-06-03 Thread Bing Zhao
On Thu, Jun 2, 2011 at 11:39 AM, Bing Zhao bz...@marvell.com wrote: If we power down the sd8686, and power it up again, without toggling the reset pin at all (e.g. keep it always high), will the card work ? Yes. The card should work without toggling the reset pin. Thanks. Just for

Re: MMC runtime PM patches break libertas probe

2011-06-03 Thread Ohad Ben-Cohen
(cc'ing Arnd Hannermann) On Sat, Jun 4, 2011 at 1:28 AM, Bing Zhao bz...@marvell.com wrote: CMD5 Arg=0 refers to the very first CMD5 sent from host during initialization sequence. This is required because our state machine always expects two CMD5 from host (5, 5, 3, 7, ...). Great, thanks