mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00
drivers: mmc: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
ede791fe1c
commit
8582ca9c1d
12 changed files with 0 additions and 13 deletions
|
@ -93,7 +93,6 @@ U_BOOT_DRIVER(aspeed_sdhci_drv) = {
|
||||||
.plat_auto = sizeof(struct aspeed_sdhci_plat),
|
.plat_auto = sizeof(struct aspeed_sdhci_plat),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static int aspeed_sdc_probe(struct udevice *parent)
|
static int aspeed_sdc_probe(struct udevice *parent)
|
||||||
{
|
{
|
||||||
struct clk clk;
|
struct clk clk;
|
||||||
|
|
|
@ -473,7 +473,6 @@ int davinci_mmc_init(struct bd_info *bis, struct davinci_mmc *host)
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
||||||
static int davinci_mmc_probe(struct udevice *dev)
|
static int davinci_mmc_probe(struct udevice *dev)
|
||||||
{
|
{
|
||||||
struct mmc_uclass_priv *upriv = dev_get_uclass_priv(dev);
|
struct mmc_uclass_priv *upriv = dev_get_uclass_priv(dev);
|
||||||
|
|
|
@ -55,7 +55,6 @@ static void dwmci_prepare_data(struct dwmci_host *host,
|
||||||
unsigned int i = 0, flags, cnt, blk_cnt;
|
unsigned int i = 0, flags, cnt, blk_cnt;
|
||||||
ulong data_start, data_end;
|
ulong data_start, data_end;
|
||||||
|
|
||||||
|
|
||||||
blk_cnt = data->blocks;
|
blk_cnt = data->blocks;
|
||||||
|
|
||||||
dwmci_wait_reset(host, DWMCI_CTRL_FIFO_RESET);
|
dwmci_wait_reset(host, DWMCI_CTRL_FIFO_RESET);
|
||||||
|
@ -357,7 +356,6 @@ static int dwmci_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd,
|
||||||
return -EIO;
|
return -EIO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (cmd->resp_type & MMC_RSP_PRESENT) {
|
if (cmd->resp_type & MMC_RSP_PRESENT) {
|
||||||
if (cmd->resp_type & MMC_RSP_136) {
|
if (cmd->resp_type & MMC_RSP_136) {
|
||||||
cmd->response[0] = dwmci_readl(host, DWMCI_RESP3);
|
cmd->response[0] = dwmci_readl(host, DWMCI_RESP3);
|
||||||
|
|
|
@ -850,7 +850,6 @@ __weak int esdhc_status_fixup(void *blob, const char *compat)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if CONFIG_IS_ENABLED(DM_MMC)
|
#if CONFIG_IS_ENABLED(DM_MMC)
|
||||||
static int fsl_esdhc_get_cd(struct udevice *dev);
|
static int fsl_esdhc_get_cd(struct udevice *dev);
|
||||||
static void esdhc_disable_for_no_card(void *blob)
|
static void esdhc_disable_for_no_card(void *blob)
|
||||||
|
|
|
@ -25,7 +25,6 @@ extern uchar mmc_u_boot_offs[];
|
||||||
#define MBRDBR_BOOT_SIG_55 0x1fe
|
#define MBRDBR_BOOT_SIG_55 0x1fe
|
||||||
#define MBRDBR_BOOT_SIG_AA 0x1ff
|
#define MBRDBR_BOOT_SIG_AA 0x1ff
|
||||||
|
|
||||||
|
|
||||||
void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst)
|
void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst)
|
||||||
{
|
{
|
||||||
uint blk_start, blk_cnt, err;
|
uint blk_start, blk_cnt, err;
|
||||||
|
|
|
@ -538,7 +538,6 @@ U_BOOT_DRIVER(mmc_blk) = {
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_BLK */
|
#endif /* CONFIG_BLK */
|
||||||
|
|
||||||
|
|
||||||
UCLASS_DRIVER(mmc) = {
|
UCLASS_DRIVER(mmc) = {
|
||||||
.id = UCLASS_MMC,
|
.id = UCLASS_MMC,
|
||||||
.name = "mmc",
|
.name = "mmc",
|
||||||
|
|
|
@ -785,7 +785,6 @@ static int mmc_complete_op_cond(struct mmc *mmc)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int mmc_send_ext_csd(struct mmc *mmc, u8 *ext_csd)
|
int mmc_send_ext_csd(struct mmc *mmc, u8 *ext_csd)
|
||||||
{
|
{
|
||||||
struct mmc_cmd cmd;
|
struct mmc_cmd cmd;
|
||||||
|
|
|
@ -114,7 +114,6 @@ static int msm_sdc_mci_init(struct msm_sdhc *prv)
|
||||||
writel(readl(prv->base + SDCC_MCI_POWER) | SDCC_MCI_POWER_SW_RST,
|
writel(readl(prv->base + SDCC_MCI_POWER) | SDCC_MCI_POWER_SW_RST,
|
||||||
prv->base + SDCC_MCI_POWER);
|
prv->base + SDCC_MCI_POWER);
|
||||||
|
|
||||||
|
|
||||||
/* Wait for reset to be written to register */
|
/* Wait for reset to be written to register */
|
||||||
if (wait_for_bit_le32(prv->base + SDCC_MCI_STATUS2,
|
if (wait_for_bit_le32(prv->base + SDCC_MCI_STATUS2,
|
||||||
SDCC_MCI_STATUS2_MCI_ACT, false, 10, false)) {
|
SDCC_MCI_STATUS2_MCI_ACT, false, 10, false)) {
|
||||||
|
|
|
@ -1631,7 +1631,6 @@ static void msdc_init_hw(struct msdc_host *host)
|
||||||
clrsetbits_le32(&host->base->sdc_cfg, SDC_CFG_DTOC_M,
|
clrsetbits_le32(&host->base->sdc_cfg, SDC_CFG_DTOC_M,
|
||||||
3 << SDC_CFG_DTOC_S);
|
3 << SDC_CFG_DTOC_S);
|
||||||
|
|
||||||
|
|
||||||
host->def_tune_para.iocon = readl(&host->base->msdc_iocon);
|
host->def_tune_para.iocon = readl(&host->base->msdc_iocon);
|
||||||
host->def_tune_para.pad_tune = readl(&host->base->pad_tune);
|
host->def_tune_para.pad_tune = readl(&host->base->pad_tune);
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
#include <mmc.h>
|
#include <mmc.h>
|
||||||
|
|
||||||
|
|
||||||
#define PITON_MMC_DUMMY_F_MAX 20000000
|
#define PITON_MMC_DUMMY_F_MAX 20000000
|
||||||
#define PITON_MMC_DUMMY_F_MIN 10000000
|
#define PITON_MMC_DUMMY_F_MIN 10000000
|
||||||
#define PITON_MMC_DUMMY_CAPACITY SZ_4G << 3
|
#define PITON_MMC_DUMMY_CAPACITY SZ_4G << 3
|
||||||
|
|
|
@ -60,7 +60,6 @@ static const char * const rpmb_err_msg[] = {
|
||||||
"Authentication key not yet programmed",
|
"Authentication key not yet programmed",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Structure of RPMB data frame. */
|
/* Structure of RPMB data frame. */
|
||||||
struct s_rpmb {
|
struct s_rpmb {
|
||||||
unsigned char stuff[RPMB_SZ_STUFF];
|
unsigned char stuff[RPMB_SZ_STUFF];
|
||||||
|
|
|
@ -80,7 +80,6 @@ static void tegra_mmc_prepare_data(struct tegra_mmc_priv *priv,
|
||||||
{
|
{
|
||||||
unsigned char ctrl;
|
unsigned char ctrl;
|
||||||
|
|
||||||
|
|
||||||
debug("buf: %p (%p), data->blocks: %u, data->blocksize: %u\n",
|
debug("buf: %p (%p), data->blocks: %u, data->blocksize: %u\n",
|
||||||
bbstate->bounce_buffer, bbstate->user_buffer, data->blocks,
|
bbstate->bounce_buffer, bbstate->user_buffer, data->blocks,
|
||||||
data->blocksize);
|
data->blocksize);
|
||||||
|
|
Loading…
Add table
Reference in a new issue