Message ID | 20220202180648.1252154-1-huobean@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Use of_device_get_match_data() helper | expand |
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
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
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(-)