Hi, While looking at the Renesas BSP kernel I found patches which improves the state of the hardware at probe and after runtime resume. This is tested on R-Car H3 ES2. Patch 1/3 ensures the IRQ mask have the default value according the datasheet (Rev 0.15) in case the bootloader have changed it. Patch 2/3 moves code around to prepare for 3/3 which improves the hardware reset by also resetting the SCC which was not previously reset. Patches from Hayakawa-san have small changes done by me needed after they where rebased to mmc/next. Masaharu Hayakawa (2): mmc: tmio: Add initial setting of interrupt mask register mmc: tmio: Fix reset operation Niklas Söderlund (1): mmc: tmio: move tmio_mmc_hw_reset() drivers/mmc/host/tmio_mmc.h | 1 + drivers/mmc/host/tmio_mmc_core.c | 27 ++++++++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) -- 2.17.0