[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPDyKFqiF2b-LOr8aGgy--u76=z14dCwUveTN_zQOKLpjyhY3A@mail.gmail.com>
Date: Mon, 18 Aug 2025 12:55:30 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Wolfram Sang <wsa+renesas@...g-engineering.com>
Cc: linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>,
Adrian Hunter <adrian.hunter@...el.com>, linux-mmc@...r.kernel.org
Subject: Re: [PATCH 10/21] mmc: remove unneeded 'fast_io' parameter in regmap_config
On Wed, 13 Aug 2025 at 18:16, Wolfram Sang
<wsa+renesas@...g-engineering.com> wrote:
>
> When using MMIO with regmap, fast_io is implied. No need to set it
> again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@...g-engineering.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> No dependencies, can be applied directly to the subsystem tree. Buildbot is
> happy, too.
>
> drivers/mmc/host/sdhci_am654.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci_am654.c b/drivers/mmc/host/sdhci_am654.c
> index e4fc345be7e5..8a099508b939 100644
> --- a/drivers/mmc/host/sdhci_am654.c
> +++ b/drivers/mmc/host/sdhci_am654.c
> @@ -95,7 +95,6 @@ static const struct regmap_config sdhci_am654_regmap_config = {
> .reg_bits = 32,
> .val_bits = 32,
> .reg_stride = 4,
> - .fast_io = true,
> };
>
> struct timing_data {
> --
> 2.47.2
>
Powered by blists - more mailing lists