uboot/drivers/mmc
Prabhakar Kushwaha 41f7be3c78 driver: dwmmc: Fix pointer conversion warnings for hikey
Fix below compilation warings happening for hikey_defconfig

drivers/mmc/dw_mmc.c: In function ‘dwmci_set_idma_desc’:
drivers/mmc/dw_mmc.c:43:20: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
  desc->next_addr = (unsigned int)desc + sizeof(struct dwmci_idmac);
                    ^
drivers/mmc/dw_mmc.c: In function ‘dwmci_prepare_data’:
drivers/mmc/dw_mmc.c:61:35: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
  dwmci_writel(host, DWMCI_DBADDR, (unsigned int)cur_idmac);
                                   ^
drivers/mmc/dw_mmc.c:73:9: warning: cast from pointer to integer
of different size [-Wpointer-to-int-cast]
         (u32)bounce_buffer + (i * PAGE_SIZE));
         ^
  CC      drivers/mmc/hi6220_dw_mmc.o
drivers/mmc/hi6220_dw_mmc.c: In function ‘hi6220_dwmci_add_port’:
drivers/mmc/hi6220_dw_mmc.c:51:17: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
  host->ioaddr = (void *)regbase;

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
2015-11-12 15:59:00 -05:00
..
Kconfig
Makefile mmc: atmel: Add atmel sdhci support 2015-11-03 14:21:31 +01:00
arm_pl180_mmci.c
arm_pl180_mmci.h
atmel_sdhci.c mmc: atmel: Add atmel sdhci support 2015-11-03 14:21:31 +01:00
bcm2835_sdhci.c
bfin_sdh.c
davinci_mmc.c
dw_mmc.c driver: dwmmc: Fix pointer conversion warnings for hikey 2015-11-12 15:59:00 -05:00
exynos_dw_mmc.c
fsl_esdhc.c mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter Card 2015-11-02 08:50:29 -08:00
fsl_esdhc_spl.c
ftsdc010_mci.c
ftsdc021_sdhci.c
gen_atmel_mci.c mmc: atmel: Zap global 'initialized' variable 2015-11-01 22:02:15 +01:00
hi6220_dw_mmc.c driver: dwmmc: Fix pointer conversion warnings for hikey 2015-11-12 15:59:00 -05:00
kona_sdhci.c
mmc-uclass.c
mmc.c
mmc_private.h
mmc_spi.c
mmc_write.c
mv_sdhci.c mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows 2015-10-21 02:25:02 +02:00
mvebu_mmc.c
mxcmmc.c
mxsmmc.c
omap_hsmmc.c drivers: mmc: omap_hsmmc: convert driver to adopt device driver model 2015-10-22 14:43:57 -04:00
pci_mmc.c
pxa_mmc_gen.c
rockchip_dw_mmc.c
rpmb.c
s3c_sdi.c
s5p_sdhci.c s5p sdhci: call pinmux for card's gpio pins before use them 2015-11-02 10:38:14 +09:00
sandbox_mmc.c
sdhci.c mmc: sdhci: Fix the SD clock stop sequence 2015-11-03 14:21:30 +01:00
sh_mmcif.c
sh_mmcif.h
sh_sdhi.c
socfpga_dw_mmc.c
spear_sdhci.c
sunxi_mmc.c
tegra_mmc.c
zynq_sdhci.c