]> git.baikalelectronics.ru Git - kernel.git/commit
MMC: Use timeout values from CSR
authorMatthew Fleming <matthew.fleming@imgtec.com>
Thu, 2 Oct 2008 11:21:42 +0000 (12:21 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 12 Oct 2008 09:04:38 +0000 (11:04 +0200)
commit22d88aae602314d215aa8944cf075e2c026d6b4b
tree6329a8607144e8f7507c058ae6d399d9986f93b5
parenta70768b31d8c525bb7d92885422b5bf4a2f764dd
MMC: Use timeout values from CSR

Hard-coded timeout values of 250ms for writes and 100ms for reads are
currently used for MMC transactions over SPI. The spec states that the
timeout values from the card should be used.

Signed-off-by: Matthew Fleming <matthew.fleming@imgtec.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/mmc_spi.c