All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: Eugen Hristev <eugen.hristev@microchip.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Ludovic Desroches <ludovic.desroches@microchip.com>,
	linux-mmc <linux-mmc@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/2] mmc: sdhci-of-at91: fix for shdci-of-at91
Date: Tue, 28 Sep 2021 00:31:50 +0200	[thread overview]
Message-ID: <CAPDyKFptb5infBgd1zEQC03kH3Z2sO8zvxV6LMO1fLtk5NZFkw@mail.gmail.com> (raw)
In-Reply-To: <20210924082851.2132068-1-claudiu.beznea@microchip.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-mmc <linux-mmc@vger.kernel.org>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Ludovic Desroches <ludovic.desroches@microchip.com>,
	Eugen Hristev <eugen.hristev@microchip.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 0/2] mmc: sdhci-of-at91: fix for shdci-of-at91
Date: Tue, 28 Sep 2021 00:31:50 +0200	[thread overview]
Message-ID: <CAPDyKFptb5infBgd1zEQC03kH3Z2sO8zvxV6LMO1fLtk5NZFkw@mail.gmail.com> (raw)
In-Reply-To: <20210924082851.2132068-1-claudiu.beznea@microchip.com>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-09-27 22:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-24  8:28 [PATCH v2 0/2] mmc: sdhci-of-at91: fix for shdci-of-at91 Claudiu Beznea
2021-09-24  8:28 ` Claudiu Beznea
2021-09-24  8:28 ` [PATCH v2 1/2] mmc: sdhci-of-at91: wait for calibration done before proceed Claudiu Beznea
2021-09-24  8:28   ` Claudiu Beznea
2021-09-24 11:34   ` Adrian Hunter
2021-09-24 11:34     ` Adrian Hunter
2021-09-24  8:28 ` [PATCH v2 2/2] mmc: sdhci-of-at91: replace while loop with read_poll_timeout Claudiu Beznea
2021-09-24  8:28   ` Claudiu Beznea
2021-09-24 11:34   ` Adrian Hunter
2021-09-24 11:34     ` Adrian Hunter
2021-09-27 22:31 ` Ulf Hansson [this message]
2021-09-27 22:31   ` [PATCH v2 0/2] mmc: sdhci-of-at91: fix for shdci-of-at91 Ulf Hansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPDyKFptb5infBgd1zEQC03kH3Z2sO8zvxV6LMO1fLtk5NZFkw@mail.gmail.com \
    --to=ulf.hansson@linaro.org \
    --cc=adrian.hunter@intel.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=eugen.hristev@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=nicolas.ferre@microchip.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.