commit | 89237a89c75d1985e968353b4d537178f8615034 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Mon Apr 23 02:36:25 2012 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Tue May 08 18:02:22 2012 -0500 |
tree | 09c120cb9778db6c51266aeccb38df8be505b1be | |
parent | 67f3897019afb48f580dd2f6d6f3a515b2e5bf62 [diff] |
mmc: sdhci: add the quirk for broken r1b response When response type is R1b, mask value is added the SDHCI_INT_DAT_END. but in while(), didn't check that flag. So sdhci controller didn't work fine. CMD6 didn't always complete. So add the quirks for broken r1b response and add the timeout value to prevent the infinite loop. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Lei Wen<leiwen@marvell.com>