mbox series

[0/2] Add retry tuning sequence

Message ID 20240815201542.421653-1-jm@ti.com
Headers show
Series Add retry tuning sequence | expand

Message

Judith Mendez Aug. 15, 2024, 8:15 p.m. UTC
Due to failures to find failing region issues seen on some
boards, add retry tuning sequence to make the tuning algorithm
more robust. The tuning algorithm will re-execute up to 10
times if there is no failing or passing itapdly.

Due to the same issue above, add debug prints to make debugging
these corner-cases easier.

Judith Mendez (2):
  mmc: sdhci_am654: Add retry tuning
  mmc: sdhci_am654: Add tuning debug prints

 drivers/mmc/host/sdhci_am654.c | 35 +++++++++++++++++++++++++++-------
 1 file changed, 28 insertions(+), 7 deletions(-)