Re: [PATCH 3/3] mmc: do not attempt UHS 1.8v support if board does not support it

2012-06-01 Thread Mark F. Brown
Philip, I don't think you should add yet another quirk for this. You should plumb in a method to mask the capability registers to enable or disable features you don't want. This would probably fix problems for a lot of controller and board configurations. -- Mark On Fri, Jun 1, 2012 at 11:26 AM

Re: [PATCH 3/3] mmc: do not attempt UHS 1.8v support if board does not support it

2012-06-01 Thread Philip Rakity
Alan, I have your patch in my mmc-next. Our controller indicates it SUPPORTS UHS modes. The regulators do NOT. Cannot switch to 1.8v. Not the same problem as you saw. Philip On Jun 1, 2012, at 6:55 AM, Alan Cooper wrote: > I recently added a patch that prevents the switch to 1.8v if the

Re: [PATCH 3/3] mmc: do not attempt UHS 1.8v support if board does not support it

2012-06-01 Thread Alan Cooper
I recently added a patch that prevents the switch to 1.8v if the host capabilities register does not indicate support for any of the UHS speeds (SDR50, DDR50, SDR104). This allowed our controller to work with UHS cards in HS mode (50MHz, 3.3v). Al On Sun, May 27, 2012 at 9:36 PM, wrote: > From:

[PATCH 3/3] mmc: do not attempt UHS 1.8v support if board does not support it

2012-05-27 Thread philipspatches
From: Philip Rakity We have h/w that does not support 1.8v signaling even though the controller does support this. If we enable 1.8v support UHS cards are recognised but recovery to 3.3v is not possible depending on the SD card. Ensure that when we do not support 1.8v UHS mode cards can work (i