All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Yann Gautier <yann.gautier@foss.st.com>
Cc: Russell King <linux@armlinux.org.uk>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Linus Walleij <linus.walleij@linaro.org>,
	Vladimir Zapolskiy <vz@mleia.com>,
	u.kleine-koenig@pengutronix.de, Marek Vasut <marex@denx.de>,
	Christophe Kerello <christophe.kerello@foss.st.com>,
	Ludovic Barre <ludovic.barre@foss.st.com>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/4] mmc: mmci: updates for STM32MP13
Date: Tue, 21 Dec 2021 14:02:55 +0100	[thread overview]
Message-ID: <CAPDyKFpxionwX-OZwPGbwCmRmqTkWbcf7XQsZyHMh7Ht=smPbQ@mail.gmail.com> (raw)
In-Reply-To: <20211215141727.4901-1-yann.gautier@foss.st.com>

On Wed, 15 Dec 2021 at 15:18, Yann Gautier <yann.gautier@foss.st.com> wrote:
>
> The new STmicroelectronics STM32MP13 SoC embeds a new version
> of the SDMMC peripheral (v2.2).
> It supports SDR104 and HS200 modes.
>
> Yann Gautier (4):
>   mmc: mmci: Add support for sdmmc variant revision v2.2
>   mmc: mmci: increase stm32 sdmmcv2 clock max freq
>   mmc: mmci: stm32: clear DLYB_CR after sending tuning command
>   mmc: mmci: add hs200 support for stm32 sdmmc
>
>  drivers/mmc/host/mmci.c             | 7 ++++++-
>  drivers/mmc/host/mmci_stm32_sdmmc.c | 7 +++++--
>  2 files changed, 11 insertions(+), 3 deletions(-)
>
> --
> 2.17.1
>

Patch 1, 2 and 4, applied for next, thanks!

Kind regards
Uffe

WARNING: multiple messages have this Message-ID (diff)
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Yann Gautier <yann.gautier@foss.st.com>
Cc: Russell King <linux@armlinux.org.uk>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	 Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	 Linus Walleij <linus.walleij@linaro.org>,
	Vladimir Zapolskiy <vz@mleia.com>,
	u.kleine-koenig@pengutronix.de, Marek Vasut <marex@denx.de>,
	Christophe Kerello <christophe.kerello@foss.st.com>,
	 Ludovic Barre <ludovic.barre@foss.st.com>,
	linux-mmc@vger.kernel.org,  linux-kernel@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	 linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/4] mmc: mmci: updates for STM32MP13
Date: Tue, 21 Dec 2021 14:02:55 +0100	[thread overview]
Message-ID: <CAPDyKFpxionwX-OZwPGbwCmRmqTkWbcf7XQsZyHMh7Ht=smPbQ@mail.gmail.com> (raw)
In-Reply-To: <20211215141727.4901-1-yann.gautier@foss.st.com>

On Wed, 15 Dec 2021 at 15:18, Yann Gautier <yann.gautier@foss.st.com> wrote:
>
> The new STmicroelectronics STM32MP13 SoC embeds a new version
> of the SDMMC peripheral (v2.2).
> It supports SDR104 and HS200 modes.
>
> Yann Gautier (4):
>   mmc: mmci: Add support for sdmmc variant revision v2.2
>   mmc: mmci: increase stm32 sdmmcv2 clock max freq
>   mmc: mmci: stm32: clear DLYB_CR after sending tuning command
>   mmc: mmci: add hs200 support for stm32 sdmmc
>
>  drivers/mmc/host/mmci.c             | 7 ++++++-
>  drivers/mmc/host/mmci_stm32_sdmmc.c | 7 +++++--
>  2 files changed, 11 insertions(+), 3 deletions(-)
>
> --
> 2.17.1
>

Patch 1, 2 and 4, applied for next, 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-12-21 13:03 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15 14:17 [PATCH 0/4] mmc: mmci: updates for STM32MP13 Yann Gautier
2021-12-15 14:17 ` Yann Gautier
2021-12-15 14:17 ` [PATCH 1/4] mmc: mmci: Add support for sdmmc variant revision v2.2 Yann Gautier
2021-12-15 14:17   ` Yann Gautier
2021-12-15 14:17 ` [PATCH 2/4] mmc: mmci: increase stm32 sdmmcv2 clock max freq Yann Gautier
2021-12-15 14:17   ` Yann Gautier
2021-12-15 14:17 ` [PATCH 3/4] mmc: mmci: stm32: clear DLYB_CR after sending tuning command Yann Gautier
2021-12-15 14:17   ` Yann Gautier
2021-12-16  9:13   ` Marek Vasut
2021-12-16  9:13     ` Marek Vasut
2021-12-16  9:48     ` Yann Gautier
2021-12-16  9:48       ` Yann Gautier
2021-12-21 13:02       ` Ulf Hansson
2021-12-21 13:02         ` Ulf Hansson
2021-12-15 14:17 ` [PATCH 4/4] mmc: mmci: add hs200 support for stm32 sdmmc Yann Gautier
2021-12-15 14:17   ` Yann Gautier
2021-12-16  9:14   ` Marek Vasut
2021-12-16  9:14     ` Marek Vasut
2021-12-16  9:44     ` Yann Gautier
2021-12-16  9:44       ` Yann Gautier
2021-12-16 10:15       ` Marek Vasut
2021-12-16 10:15         ` Marek Vasut
2021-12-16  3:23 ` [PATCH 0/4] mmc: mmci: updates for STM32MP13 Linus Walleij
2021-12-16  3:23   ` Linus Walleij
2021-12-21 13:02 ` Ulf Hansson [this message]
2021-12-21 13:02   ` 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='CAPDyKFpxionwX-OZwPGbwCmRmqTkWbcf7XQsZyHMh7Ht=smPbQ@mail.gmail.com' \
    --to=ulf.hansson@linaro.org \
    --cc=alexandre.torgue@foss.st.com \
    --cc=christophe.kerello@foss.st.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@armlinux.org.uk \
    --cc=ludovic.barre@foss.st.com \
    --cc=marex@denx.de \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=vz@mleia.com \
    --cc=yann.gautier@foss.st.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.