Re: [PATCH 0/5] Use of_device_get_match_data() helper

From: Ulf Hansson
Date: Tue Feb 08 2022 - 10:12:59 EST


On Wed, 2 Feb 2022 at 19:07, Bean Huo <huobean@xxxxxxxxx> wrote:
>
> From: Bean Huo <beanhuo@xxxxxxxxxx>
>
> *** BLURB HERE ***
>
> Bean Huo (5):
> mmc: wmt-sdmmc: Use of_device_get_match_data() helper
> mmc: sdhci-tegra: Use of_device_get_match_data() helper
> mmc: sdhci-omap: Use of_device_get_match_data() helper
> mmc: sdhci-of-at91: Use of_device_get_match_data() helper
> mmc: davinci: Use of_device_get_match_data() helper
>
> drivers/mmc/host/davinci_mmc.c | 6 ++----
> drivers/mmc/host/sdhci-of-at91.c | 6 ++----
> drivers/mmc/host/sdhci-omap.c | 7 +------
> drivers/mmc/host/sdhci-tegra.c | 6 ++----
> drivers/mmc/host/wmt-sdmmc.c | 7 ++-----
> 5 files changed, 9 insertions(+), 23 deletions(-)
>

Series applied for next, except patch3 that seems to need some minor
adjustments, thanks!

Kind regards
Uffe