]> Zhao Yanbai Git Server - minix.git/commit
arm:mmc driver refactor and timeout fix for BeagleBoneBlack. 60/660/3
authorKees Jongenburger <keesj@minix3.org>
Tue, 18 Jun 2013 19:39:04 +0000 (21:39 +0200)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Mon, 24 Jun 2013 07:12:10 +0000 (09:12 +0200)
commit061fed753eaf558acdeafce17775c2f55b6f3004
treeb99938b259203b91b2766939ee9aee55557a9163
parent8bac458ae9037b7d7ff4e59933e5cc22c32713d9
arm:mmc driver refactor and timeout fix for BeagleBoneBlack.

When we send MMC commads that contain data the controller provides no
description of the order of events and we need to be able to send data
from and to the controller "when needed". Changed the code to react
on buffer read and buffer write ready based on interrupts.

Change-Id: I60c9140bf0e45b74be6475054564d4e1bd89f21e
drivers/mmc/Makefile
drivers/mmc/README.txt
drivers/mmc/mmcblk.c
drivers/mmc/mmchost_dummy.c
drivers/mmc/mmchost_mmchs.c
drivers/mmc/mmclog.h [deleted file]
drivers/mmc/omap_mmc.h