Re: [PATCH 5/8] sdhci: sdhci-esdhc-imx: change pinctrl state according to uhs mode

2013-09-26 Thread Matt Sealey
day (it took me 2 weeks to get back to this one, I don't know the next time I will have enough time to go through LAKML :) I have written it on my whiteboard for future discussion, so I'll bring it up again as soon as I can.. -- Matt Sealey -- To unsubscribe from this list: send th

Re: [PATCH 5/8] sdhci: sdhci-esdhc-imx: change pinctrl state according to uhs mode

2013-09-05 Thread Matt Sealey
e, if you can switch. The driver (as per standard) can determine if this is in one range or another. Lack of this property would imply that whatever the chip is driving right now for logic is what it should stay at (support_vsel = false in the code). -- Matt Sealey -- To unsubscribe from this l

Re: Tracking down suspend/resume ext3/mmc issues on imx233

2012-09-10 Thread Matt Sealey
to go through a strange and unusual path for suspend and resume which leaves ALL cards 'mounted' unecessarily over suspend/resume, especially in the common case where eMMC is also not the ONLY boot medium (PATA, SATA, non-eMMC flash) and eMMC or SD *MAY* only be the root filesystem (as oppos

Re: [PATCH] mmc: mxs-mmc: implement broken-cd

2012-09-10 Thread Matt Sealey
power management). I would refrain from calling a feature "broken card detect" if there is actually no breakage involved especially if it would be more prudent instead look into how to figure out how to track power management state properly without cluttering the device tree. -- Matt Se