commit | 29866a98be716111016da69f2747e012843b61e4 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Fri Feb 08 20:56:27 2013 -0700 |
committer | Chris Ball <cjb@laptop.org> | Sun Feb 24 14:37:16 2013 -0500 |
tree | 3db37008c4263001c23bee9c81040fc3a2549c41 | |
parent | ce39f9d17c14e56ea6772aa84393e6e0cc8499c4 [diff] |
mmc: bcm2835: set SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK does basically the same as implementing struct sdhci_ops .get_timeout_clock, so simply set that quirk and remove the custom code to simplify the driver. Reported-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Chris Ball <cjb@laptop.org>