All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mmc: tmio: Fix reset operation
@ 2018-06-06 23:22 Niklas Söderlund
  2018-06-06 23:22 ` [PATCH 1/3] mmc: tmio: Add initial setting of interrupt mask register Niklas Söderlund
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Niklas Söderlund @ 2018-06-06 23:22 UTC (permalink / raw)
  To: Wolfram Sang, Ulf Hansson, linux-mmc
  Cc: linux-renesas-soc, Niklas Söderlund

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-09-20 13:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06 23:22 [PATCH 0/3] mmc: tmio: Fix reset operation Niklas Söderlund
2018-06-06 23:22 ` [PATCH 1/3] mmc: tmio: Add initial setting of interrupt mask register Niklas Söderlund
2018-06-09 18:15   ` Wolfram Sang
2018-06-27  6:14     ` Niklas Söderlund
2018-06-27  7:27       ` Wolfram Sang
2018-06-28  0:35         ` Niklas Söderlund
2018-09-16 14:48           ` Wolfram Sang
2018-09-19 22:02             ` Niklas Söderlund
2018-09-20  7:46               ` Wolfram Sang
2018-06-06 23:22 ` [PATCH 2/3] mmc: tmio: move tmio_mmc_hw_reset() Niklas Söderlund
2018-06-09 18:17   ` Wolfram Sang
2018-06-06 23:22 ` [PATCH 3/3] mmc: tmio: Fix reset operation Niklas Söderlund
2018-06-09 18:38   ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.