From: hramrach@gmail.com (Michal Suchanek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] sunxi a20 mmc timeout fix
Date: Sun, 24 May 2015 20:25:58 +0200 [thread overview]
Message-ID: <cover.1432491958.git.hramrach@gmail.com> (raw)
Hello,
I had serious problems with root filesustem on SD card on Cubieboard2 when
clock gating was on.
It turns out that sunxi_mmc_oclk_onoff has way too short timeout ofr setting
the clock.
So here are some patches for
- bumping the timout
- spamming dmesg when the time to set the clock seems too long
- setting SDXC_LOW_POWER_ON which is unset but never set
Also feel free to just bump the timeout to reasonably high value so the board
can boot reliably with mmc clock gating enabled.
Thanks
Michal
Michal Suchanek (2):
mmc: sunxi: fix timeout in sunxi_mmc_oclk_onoff
mmc: sunxi: Also set SDXC_LOW_POWER_ON
drivers/mmc/host/sunxi-mmc.c | 24 +++++++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)
--
2.1.4
next reply other threads:[~2015-05-24 18:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-24 18:25 Michal Suchanek [this message]
2015-05-24 18:04 ` [PATCH 2/2] mmc: sunxi: Also set SDXC_LOW_POWER_ON Michal Suchanek
2015-05-25 7:02 ` Hans de Goede
2015-05-28 8:02 ` Ulf Hansson
2015-05-28 8:04 ` Hans de Goede
2015-05-24 18:07 ` [PATCH 1/2] mmc: sunxi: fix timeout in sunxi_mmc_oclk_onoff Michal Suchanek
2015-05-25 1:44 ` [linux-sunxi] " Julian Calaby
2015-05-25 6:58 ` Hans de Goede
2015-05-25 21:02 ` Maxime Ripard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1432491958.git.hramrach@gmail.com \
--to=hramrach@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).