You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephen Warren
f175603f7c
ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE
...
If CONFIG_API is ever to be enabled on Tegra, this define must be set,
since api/api_storage.c uses it.
A couple of annoyting things about CONFIG_SYS_MMC_MAX_DEVICE
1) It isn't documented in README. The same is true for a lot of similar
defines used by api_storage.c.
2) It doesn't represent MAX_DEVICE but rather NUM_DEVICES, since the
valid values are 0..n-1 not 0..n.
However, I this patch does not address those shortcomings.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
11 years ago
..
Makefile
mmc: kona: Add Kona mmc driver
11 years ago
arm_pl180_mmci.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
arm_pl180_mmci.h
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
bcm2835_sdhci.c
ARM: bcm2835: fix get_timer() to return ms
12 years ago
bfin_sdh.c
blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c
11 years ago
davinci_mmc.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
dw_mmc.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
exynos_dw_mmc.c
MMC: DWMMC: Correct the CLKDIV register value
11 years ago
fsl_esdhc.c
mmc:eSDHC: Workaround for data timeout issue on Txxx SoC
11 years ago
fsl_esdhc_spl.c
driver: Add support of image load for MMC & SPI in SPL
11 years ago
ftsdc010_mci.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
ftsdc021_sdhci.c
mmc: add Faraday FTSDC021 SDHCI controller support
11 years ago
gen_atmel_mci.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
kona_sdhci.c
mmc: kona: Add Kona mmc driver
11 years ago
mmc.c
mmc: Add 'mmc rst-function' sub-command
11 years ago
mmc_private.h
mmc: don't support write & erase for SPL builds
11 years ago
mmc_spi.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
mmc_write.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
mv_sdhci.c
mmc: sdhci: return error when failed add_sdhci().
12 years ago
mxcmmc.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
mxsmmc.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
omap_hsmmc.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
pxa_mmc_gen.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
s5p_sdhci.c
drivers:mmc:sdhci: enable support for DT
11 years ago
sdhci.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
sh_mmcif.c
mmc: sh_mmcif: Fix warning by unused variable
11 years ago
sh_mmcif.h
…
socfpga_dw_mmc.c
socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA
11 years ago
spear_sdhci.c
Add GPL-2.0+ SPDX-License-Identifier to source files
11 years ago
tegra_mmc.c
ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE
11 years ago
zynq_sdhci.c
mmc: zynq: Add OF initialization support
11 years ago