mbox series

[0/2] Fix eMMC hang on rk3188 and earlier

Message ID 1553104085-32312-1-git-send-email-al.kochet@gmail.com (mailing list archive)
Headers show
Series Fix eMMC hang on rk3188 and earlier | expand

Message

Alexander Kochetkov March 20, 2019, 5:48 p.m. UTC
Hello!

I found, that sometimes dw_mmc driver stop transfer data to
eMMC card on my rk3188 based board. One of tranfers hangs then
doing EDMA transfer and controller gives HTO. And here is a fix.

Alexander Kochetkov (2):
  mmc: dw_mmc: add init_slot() hook to platform function table
  mmc: dw_mmc-rockchip: fix transfer hangs on rk3188

 drivers/mmc/host/dw_mmc-rockchip.c |   19 +++++++++++++++++++
 drivers/mmc/host/dw_mmc.c          |    4 ++++
 drivers/mmc/host/dw_mmc.h          |    2 ++
 3 files changed, 25 insertions(+)