Re: When bus width detection procedure takes place, kernel cannot lock on correct bus width

2013-04-04 Thread Chris Ball
From: Philip Rakity Subject: [PATCH] mmc: core: Fix bit width test failing on old eMMC cards PARTITION_SUPPORT needs to be set before doing the compare on version number so the bit width test does not get invalid data. Before this patch, a Sandisk iNAND eMMC card would detect 1-bit width althoug

Re: When bus width detection procedure takes place, kernel cannot lock on correct bus width

2013-03-26 Thread Philip Rakity
Elad, I would like to discuss this problem with someone at sandisk. Could you let me know what part you are using. Also, since you have managed to track down the problem this far perhaps you can print out the fields values in 1, 4, and 8 bit modes and let me know what is present. regards,

Re: When bus width detection procedure takes place, kernel cannot lock on correct bus width

2013-03-22 Thread Philip Rakity
Elad, Please supply the name of the spec which shows that this field is dependent on bit width. I checked my sd / emmc specs and do not see this. regards, Philip On Mar 17, 2013, at 5:07 AM, Chris Ball wrote: > Hi Elad, I'm forwarding your bug report to the linux-mmc@ list. > > - Chris.

Re: When bus width detection procedure takes place, kernel cannot lock on correct bus width

2013-03-22 Thread Chris Ball
Hi, On Sun, Mar 17 2013, Chris Ball wrote: > I've been working on a bringup of an new board in Harmonic Inc. > This board uses Sandisk iNand eMMC flash. > I've noticed that the mmc driver keeps detecting 1 bit width although HW > supports 4 bit, looked into it, and found the problem. In line 571 a

When bus width detection procedure takes place, kernel cannot lock on correct bus width

2013-03-17 Thread Chris Ball
Hi Elad, I'm forwarding your bug report to the linux-mmc@ list. - Chris. I've been working on a bringup of an new board in Harmonic Inc. This board uses Sandisk iNand eMMC flash. I've noticed that the mmc driver keeps detecting 1 bit width although HW supports 4 bit, looked into it, and found th