mbox series

[0/3] mmc: sdhci: Fix timeout checks

Message ID 20181210085626.19764-1-adrian.hunter@intel.com (mailing list archive)
Headers show
Series mmc: sdhci: Fix timeout checks | expand

Message

Adrian Hunter Dec. 10, 2018, 8:56 a.m. UTC
Hi

The issue fixed by recent patch:

	https://lore.kernel.org/lkml/20181206073318.049065a8@xdu1-desk/

also affects other drivers.  Here are fixes, compile tested only.


Adrian Hunter (3):
      mmc: sdhci-of-esdhc: Fix timeout checks
      mmc: sdhci-omap: Fix timeout checks
      mmc: sdhci-xenon: Fix timeout checks

 drivers/mmc/host/sdhci-of-esdhc.c  | 16 ++++++++++++----
 drivers/mmc/host/sdhci-omap.c      | 16 ++++++++++++----
 drivers/mmc/host/sdhci-xenon-phy.c | 10 +++++++---
 drivers/mmc/host/sdhci-xenon.c     | 10 +++++++---
 4 files changed, 38 insertions(+), 14 deletions(-)


Regards
Adrian

Comments

Ulf Hansson Dec. 11, 2018, 9:31 a.m. UTC | #1
On Mon, 10 Dec 2018 at 09:58, Adrian Hunter <adrian.hunter@intel.com> wrote:
>
> Hi
>
> The issue fixed by recent patch:
>
>         https://lore.kernel.org/lkml/20181206073318.049065a8@xdu1-desk/
>
> also affects other drivers.  Here are fixes, compile tested only.
>
>
> Adrian Hunter (3):
>       mmc: sdhci-of-esdhc: Fix timeout checks
>       mmc: sdhci-omap: Fix timeout checks
>       mmc: sdhci-xenon: Fix timeout checks
>
>  drivers/mmc/host/sdhci-of-esdhc.c  | 16 ++++++++++++----
>  drivers/mmc/host/sdhci-omap.c      | 16 ++++++++++++----
>  drivers/mmc/host/sdhci-xenon-phy.c | 10 +++++++---
>  drivers/mmc/host/sdhci-xenon.c     | 10 +++++++---
>  4 files changed, 38 insertions(+), 14 deletions(-)
>

Applied for next, thanks!

Kind regards
Uffe