mbox series

[v2,0/2] mmc: sdhci-of-at91: fix for shdci-of-at91

Message ID 20210924082851.2132068-1-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series mmc: sdhci-of-at91: fix for shdci-of-at91 | expand

Message

Claudiu Beznea Sept. 24, 2021, 8:28 a.m. UTC
Hi,

This series adds a fix for sdhci-of-at91 driver (patch 1/2). Along with
it patch 2/2 replaces a while loop + timeout with read_poll_timeout().

Changes in v2:
- use read_poll_timeout() in patch 1/2
- add patch 2/2

Claudiu Beznea (2):
  mmc: sdhci-of-at91: wait for calibration done before proceed
  mmc: sdhci-of-at91: replace while loop with read_poll_timeout

 drivers/mmc/host/sdhci-of-at91.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Comments

Ulf Hansson Sept. 27, 2021, 10:31 p.m. UTC | #1
On Fri, 24 Sept 2021 at 10:29, Claudiu Beznea
<claudiu.beznea@microchip.com> wrote:
>
> Hi,
>
> This series adds a fix for sdhci-of-at91 driver (patch 1/2). Along with
> it patch 2/2 replaces a while loop + timeout with read_poll_timeout().
>
> Changes in v2:
> - use read_poll_timeout() in patch 1/2
> - add patch 2/2
>
> Claudiu Beznea (2):
>   mmc: sdhci-of-at91: wait for calibration done before proceed
>   mmc: sdhci-of-at91: replace while loop with read_poll_timeout
>
>  drivers/mmc/host/sdhci-of-at91.c | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
>

Applied for fixes and by adding tags for stable, thanks!

Kind regards
Uffe