Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1533789
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select |
| Date | 2016-12-01 05:10 +0100 |
| Message-ID | <sJqR3-7ad-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
I see no override of read/write callbacks in sdhci-of-at91.c. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- BTW, this config may not be so useful in recent multi-platforms. Perhaps, is it better to remove this config entirely instead of the AT91 fix only. drivers/mmc/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 39f6f96..8ac1640 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -135,7 +135,6 @@ config MMC_SDHCI_OF_AT91 tristate "SDHCI OF support for the Atmel SDMMC controller" depends on MMC_SDHCI_PLTFM depends on OF - select MMC_SDHCI_IO_ACCESSORS help This selects the Atmel SDMMC driver -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-01 05:10 +0100 Re: [PATCH] mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-12-02 07:50 +0100 Re: [PATCH] mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select Adrian Hunter <adrian.hunter@intel.com> - 2016-12-02 15:20 +0100 Re: [PATCH] mmc: sdhci-of-at91: remove bogus MMC_SDHCI_IO_ACCESSORS select Ulf Hansson <ulf.hansson@linaro.org> - 2016-12-05 14:20 +0100
csiph-web