mbox series

[v2,0/2] mmc: tmio: remove Gen2+ workaround and fix up

Message ID 1564589857-17720-1-git-send-email-uli+renesas@fpond.eu (mailing list archive)
Headers show
Series mmc: tmio: remove Gen2+ workaround and fix up | expand

Message

Ulrich Hecht July 31, 2019, 4:17 p.m. UTC
Hi!

Second revision of the series that eliminates the forced-on eMMC workaround
for Renesas Gen2 SoCs and fixes up the clock imbalance exposed by that,
which is caused by interactions between runtime PM and the tmio hardware
driver.

Thanks to Ulf, Niklas and Geert for reviews and testing, see below for changes.

CU
Uli

Changes since v1:
- Keep clock handling in driver if no power domain is attached.
- Describe clock imbalance issue in commit message.
- Add commit hash for "mmc: tmio: move runtime PM enablement to the
driver implementations".


Ulrich Hecht (2):
  mmc: tmio: leave clock handling to runtime PM if enabled
  mmc: tmio: remove obsolete PM workaround

 drivers/mmc/host/tmio_mmc_core.c | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)