]> git.ipfire.org Git - thirdparty/qemu.git/commit - hw/sd/sdhci.c
sd/sdhci: Fix Buffer Write Ready interrupt
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 3 Jun 2013 16:17:44 +0000 (17:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Jun 2013 16:17:44 +0000 (17:17 +0100)
commitdcdb4cd8507d93ecad10ae54b28d9609453c0312
tree44431b7b5db4451c9dc668c3d292684b337f92ae
parent656f416c65d8ddbfd17500676865f0ac8f960801
sd/sdhci: Fix Buffer Write Ready interrupt

This interrupt is not risen after the last block is written to sd. It
is mutually exclusive with the end of transfer conditions. Fix.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Igor Mitsyanko <i.mitsyanko@gmail.com>
Message-id: 7ca9fd3e03ce1bec94aff08f607c15a0ec3d3371.1369370934.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/sd/sdhci.c