Loading drivers/mmc/core/sdio.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -641,7 +641,7 @@ static int mmc_sdio_init_card(struct mmc_host *host, u32 ocr, /* /* * If the host and card support UHS-I mode request the card * If the host and card support UHS-I mode request the card * to switch to 1.8V signaling level. No 1.8v signalling if * to switch to 1.8V signaling level. No 1.8v signalling if * UHS mode is not enabled to maintain compatibilty and some * UHS mode is not enabled to maintain compatibility and some * systems that claim 1.8v signalling in fact do not support * systems that claim 1.8v signalling in fact do not support * it. * it. */ */ Loading drivers/mmc/host/at91_mci.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -356,7 +356,7 @@ static void at91_mci_handle_transmitted(struct at91mci_host *host) } } /* /* * Update bytes tranfered count during a write operation * Update bytes transfered count during a write operation */ */ static void at91_mci_update_bytes_xfered(struct at91mci_host *host) static void at91_mci_update_bytes_xfered(struct at91mci_host *host) { { Loading drivers/mmc/host/atmel-mci.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1021,7 +1021,7 @@ static void atmci_stop_transfer(struct atmel_mci *host) } } /* /* * Stop data transfer because error(s) occured. * Stop data transfer because error(s) occurred. */ */ static void atmci_stop_transfer_pdc(struct atmel_mci *host) static void atmci_stop_transfer_pdc(struct atmel_mci *host) { { Loading drivers/mmc/host/omap_hsmmc.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -445,7 +445,7 @@ static void omap_hsmmc_stop_clock(struct omap_hsmmc_host *host) OMAP_HSMMC_WRITE(host->base, SYSCTL, OMAP_HSMMC_WRITE(host->base, SYSCTL, OMAP_HSMMC_READ(host->base, SYSCTL) & ~CEN); OMAP_HSMMC_READ(host->base, SYSCTL) & ~CEN); if ((OMAP_HSMMC_READ(host->base, SYSCTL) & CEN) != 0x0) if ((OMAP_HSMMC_READ(host->base, SYSCTL) & CEN) != 0x0) dev_dbg(mmc_dev(host->mmc), "MMC Clock is not stoped\n"); dev_dbg(mmc_dev(host->mmc), "MMC Clock is not stopped\n"); } } static void omap_hsmmc_enable_irq(struct omap_hsmmc_host *host, static void omap_hsmmc_enable_irq(struct omap_hsmmc_host *host, Loading drivers/mmc/host/sdhci-esdhc-imx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -315,7 +315,7 @@ static void esdhc_writeb_le(struct sdhci_host *host, u8 val, int reg) new_val = val & (SDHCI_CTRL_LED | \ new_val = val & (SDHCI_CTRL_LED | \ SDHCI_CTRL_4BITBUS | \ SDHCI_CTRL_4BITBUS | \ SDHCI_CTRL_D3CD); SDHCI_CTRL_D3CD); /* ensure the endianess */ /* ensure the endianness */ new_val |= ESDHC_HOST_CONTROL_LE; new_val |= ESDHC_HOST_CONTROL_LE; /* bits 8&9 are reserved on mx25 */ /* bits 8&9 are reserved on mx25 */ if (!is_imx25_esdhc(imx_data)) { if (!is_imx25_esdhc(imx_data)) { Loading Loading
drivers/mmc/core/sdio.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -641,7 +641,7 @@ static int mmc_sdio_init_card(struct mmc_host *host, u32 ocr, /* /* * If the host and card support UHS-I mode request the card * If the host and card support UHS-I mode request the card * to switch to 1.8V signaling level. No 1.8v signalling if * to switch to 1.8V signaling level. No 1.8v signalling if * UHS mode is not enabled to maintain compatibilty and some * UHS mode is not enabled to maintain compatibility and some * systems that claim 1.8v signalling in fact do not support * systems that claim 1.8v signalling in fact do not support * it. * it. */ */ Loading
drivers/mmc/host/at91_mci.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -356,7 +356,7 @@ static void at91_mci_handle_transmitted(struct at91mci_host *host) } } /* /* * Update bytes tranfered count during a write operation * Update bytes transfered count during a write operation */ */ static void at91_mci_update_bytes_xfered(struct at91mci_host *host) static void at91_mci_update_bytes_xfered(struct at91mci_host *host) { { Loading
drivers/mmc/host/atmel-mci.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1021,7 +1021,7 @@ static void atmci_stop_transfer(struct atmel_mci *host) } } /* /* * Stop data transfer because error(s) occured. * Stop data transfer because error(s) occurred. */ */ static void atmci_stop_transfer_pdc(struct atmel_mci *host) static void atmci_stop_transfer_pdc(struct atmel_mci *host) { { Loading
drivers/mmc/host/omap_hsmmc.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -445,7 +445,7 @@ static void omap_hsmmc_stop_clock(struct omap_hsmmc_host *host) OMAP_HSMMC_WRITE(host->base, SYSCTL, OMAP_HSMMC_WRITE(host->base, SYSCTL, OMAP_HSMMC_READ(host->base, SYSCTL) & ~CEN); OMAP_HSMMC_READ(host->base, SYSCTL) & ~CEN); if ((OMAP_HSMMC_READ(host->base, SYSCTL) & CEN) != 0x0) if ((OMAP_HSMMC_READ(host->base, SYSCTL) & CEN) != 0x0) dev_dbg(mmc_dev(host->mmc), "MMC Clock is not stoped\n"); dev_dbg(mmc_dev(host->mmc), "MMC Clock is not stopped\n"); } } static void omap_hsmmc_enable_irq(struct omap_hsmmc_host *host, static void omap_hsmmc_enable_irq(struct omap_hsmmc_host *host, Loading
drivers/mmc/host/sdhci-esdhc-imx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -315,7 +315,7 @@ static void esdhc_writeb_le(struct sdhci_host *host, u8 val, int reg) new_val = val & (SDHCI_CTRL_LED | \ new_val = val & (SDHCI_CTRL_LED | \ SDHCI_CTRL_4BITBUS | \ SDHCI_CTRL_4BITBUS | \ SDHCI_CTRL_D3CD); SDHCI_CTRL_D3CD); /* ensure the endianess */ /* ensure the endianness */ new_val |= ESDHC_HOST_CONTROL_LE; new_val |= ESDHC_HOST_CONTROL_LE; /* bits 8&9 are reserved on mx25 */ /* bits 8&9 are reserved on mx25 */ if (!is_imx25_esdhc(imx_data)) { if (!is_imx25_esdhc(imx_data)) { Loading