linux/drivers/mmc
Masahiro Yamada 0b2ed795e1 mmc: sdhci-pltfm: drop error message for too small MMIO resource size
The requirement resource_size >= 0x100 may not necessarily be
reasonable; for example, sdhci-dove appears to sidestep some
registers in sdhci_dove_readw().

Moreover, current code displays an error message for too small
resource size, but still moves forward.

Every DT should be responsible for describing its properties
correctly, so lets's remove this error message from the common
framework.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2016-05-02 10:33:31 +02:00
..
card mmc: block: Use the mmc host device index as the mmcblk device index 2016-04-14 11:39:34 +02:00
core mmc: core: drop unnecessary bit checking 2016-05-02 10:33:31 +02:00
host mmc: sdhci-pltfm: drop error message for too small MMIO resource size 2016-05-02 10:33:31 +02:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00