Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1622168
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] mmc: sdhci-cadence: add parsing sdhci properties |
| Date | 2017-04-12 16:20 +0200 |
| Message-ID | <tvrhM-5ul-3@gated-at.bofh.it> (permalink) |
| References | <tv201-6fx-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 11 April 2017 at 13:13, Piotr Sroka <piotrs@cadence.com> wrote: > Add calling sdhci_get_of_property function to parse sdhci properties. > > Signed-off-by: Piotr Sroka <piotrs@cadence.com> Thanks, applied for next! Kind regards Uffe > --- > drivers/mmc/host/sdhci-cadence.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/mmc/host/sdhci-cadence.c b/drivers/mmc/host/sdhci-cadence.c > index 7797e98..19d5698 100644 > --- a/drivers/mmc/host/sdhci-cadence.c > +++ b/drivers/mmc/host/sdhci-cadence.c > @@ -330,6 +330,8 @@ static int sdhci_cdns_probe(struct platform_device *pdev) > host->mmc_host_ops.hs400_enhanced_strobe = > sdhci_cdns_hs400_enhanced_strobe; > > + sdhci_get_of_property(pdev); > + > ret = mmc_of_parse(host->mmc); > if (ret) > goto free; > -- > 2.2.2 >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] mmc: sdhci-cadence: add parsing sdhci properties Piotr Sroka <piotrs@cadence.com> - 2017-04-11 13:20 +0200 Re: [PATCH] mmc: sdhci-cadence: add parsing sdhci properties Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-11 14:30 +0200 Re: [PATCH] mmc: sdhci-cadence: add parsing sdhci properties Adrian Hunter <adrian.hunter@intel.com> - 2017-04-11 14:30 +0200 Re: [PATCH] mmc: sdhci-cadence: add parsing sdhci properties Ulf Hansson <ulf.hansson@linaro.org> - 2017-04-12 16:20 +0200
csiph-web