mbox series

[0/5] Use of_device_get_match_data() helper

Message ID 20220202180648.1252154-1-huobean@gmail.com
Headers show
Series Use of_device_get_match_data() helper | expand

Message

Bean Huo Feb. 2, 2022, 6:06 p.m. UTC
From: Bean Huo <beanhuo@micron.com>

*** 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(-)

Comments

Ulf Hansson Feb. 8, 2022, 3:12 p.m. UTC | #1
On Wed, 2 Feb 2022 at 19:07, Bean Huo <huobean@gmail.com> wrote:
>
> From: Bean Huo <beanhuo@micron.com>
>
> *** 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
Bean Huo Feb. 8, 2022, 4:44 p.m. UTC | #2
On Tue, 2022-02-08 at 16:12 +0100, Ulf Hansson wrote:
> On Wed, 2 Feb 2022 at 19:07, Bean Huo <huobean@gmail.com> wrote:
> > From: Bean Huo <beanhuo@micron.com>
> > 
> > *** 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!
> 

Thanks, I will update the patch3.

Kind regards,
Bean

> Kind regards
> Uffe