xref: /linux/drivers/mmc/host/dw_mmc.c (revision 46d179525a1f6d16957dcb4624517bc04142b3e7)
1f95f3850SWill Newton /*
2f95f3850SWill Newton  * Synopsys DesignWare Multimedia Card Interface driver
3f95f3850SWill Newton  *  (Based on NXP driver for lpc 31xx)
4f95f3850SWill Newton  *
5f95f3850SWill Newton  * Copyright (C) 2009 NXP Semiconductors
6f95f3850SWill Newton  * Copyright (C) 2009, 2010 Imagination Technologies Ltd.
7f95f3850SWill Newton  *
8f95f3850SWill Newton  * This program is free software; you can redistribute it and/or modify
9f95f3850SWill Newton  * it under the terms of the GNU General Public License as published by
10f95f3850SWill Newton  * the Free Software Foundation; either version 2 of the License, or
11f95f3850SWill Newton  * (at your option) any later version.
12f95f3850SWill Newton  */
13f95f3850SWill Newton 
14f95f3850SWill Newton #include <linux/blkdev.h>
15f95f3850SWill Newton #include <linux/clk.h>
16f95f3850SWill Newton #include <linux/debugfs.h>
17f95f3850SWill Newton #include <linux/device.h>
18f95f3850SWill Newton #include <linux/dma-mapping.h>
19f95f3850SWill Newton #include <linux/err.h>
20f95f3850SWill Newton #include <linux/init.h>
21f95f3850SWill Newton #include <linux/interrupt.h>
22f95f3850SWill Newton #include <linux/ioport.h>
23f95f3850SWill Newton #include <linux/module.h>
24f95f3850SWill Newton #include <linux/platform_device.h>
25f95f3850SWill Newton #include <linux/seq_file.h>
26f95f3850SWill Newton #include <linux/slab.h>
27f95f3850SWill Newton #include <linux/stat.h>
28f95f3850SWill Newton #include <linux/delay.h>
29f95f3850SWill Newton #include <linux/irq.h>
30b24c8b26SDoug Anderson #include <linux/mmc/card.h>
31f95f3850SWill Newton #include <linux/mmc/host.h>
32f95f3850SWill Newton #include <linux/mmc/mmc.h>
3301730558SDoug Anderson #include <linux/mmc/sd.h>
3490c2143aSSeungwon Jeon #include <linux/mmc/sdio.h>
35f95f3850SWill Newton #include <linux/mmc/dw_mmc.h>
36f95f3850SWill Newton #include <linux/bitops.h>
37c07946a3SJaehoon Chung #include <linux/regulator/consumer.h>
38c91eab4bSThomas Abraham #include <linux/of.h>
3955a6ceb2SDoug Anderson #include <linux/of_gpio.h>
40bf626e55SZhangfei Gao #include <linux/mmc/slot-gpio.h>
41f95f3850SWill Newton 
42f95f3850SWill Newton #include "dw_mmc.h"
43f95f3850SWill Newton 
44f95f3850SWill Newton /* Common flag combinations */
453f7eec62SJaehoon Chung #define DW_MCI_DATA_ERROR_FLAGS	(SDMMC_INT_DRTO | SDMMC_INT_DCRC | \
46f95f3850SWill Newton 				 SDMMC_INT_HTO | SDMMC_INT_SBE  | \
477a3c5677SDoug Anderson 				 SDMMC_INT_EBE | SDMMC_INT_HLE)
48f95f3850SWill Newton #define DW_MCI_CMD_ERROR_FLAGS	(SDMMC_INT_RTO | SDMMC_INT_RCRC | \
497a3c5677SDoug Anderson 				 SDMMC_INT_RESP_ERR | SDMMC_INT_HLE)
50f95f3850SWill Newton #define DW_MCI_ERROR_FLAGS	(DW_MCI_DATA_ERROR_FLAGS | \
517a3c5677SDoug Anderson 				 DW_MCI_CMD_ERROR_FLAGS)
52f95f3850SWill Newton #define DW_MCI_SEND_STATUS	1
53f95f3850SWill Newton #define DW_MCI_RECV_STATUS	2
54f95f3850SWill Newton #define DW_MCI_DMA_THRESHOLD	16
55f95f3850SWill Newton 
561f44a2a5SSeungwon Jeon #define DW_MCI_FREQ_MAX	200000000	/* unit: HZ */
571f44a2a5SSeungwon Jeon #define DW_MCI_FREQ_MIN	400000		/* unit: HZ */
581f44a2a5SSeungwon Jeon 
59fc79a4d6SJoonyoung Shim #define IDMAC_INT_CLR		(SDMMC_IDMAC_INT_AI | SDMMC_IDMAC_INT_NI | \
60fc79a4d6SJoonyoung Shim 				 SDMMC_IDMAC_INT_CES | SDMMC_IDMAC_INT_DU | \
61fc79a4d6SJoonyoung Shim 				 SDMMC_IDMAC_INT_FBE | SDMMC_IDMAC_INT_RI | \
62fc79a4d6SJoonyoung Shim 				 SDMMC_IDMAC_INT_TI)
63fc79a4d6SJoonyoung Shim 
6469d99fdcSPrabu Thangamuthu struct idmac_desc_64addr {
6569d99fdcSPrabu Thangamuthu 	u32		des0;	/* Control Descriptor */
6669d99fdcSPrabu Thangamuthu 
6769d99fdcSPrabu Thangamuthu 	u32		des1;	/* Reserved */
6869d99fdcSPrabu Thangamuthu 
6969d99fdcSPrabu Thangamuthu 	u32		des2;	/*Buffer sizes */
7069d99fdcSPrabu Thangamuthu #define IDMAC_64ADDR_SET_BUFFER1_SIZE(d, s) \
716687c42fSBen Dooks 	((d)->des2 = ((d)->des2 & cpu_to_le32(0x03ffe000)) | \
726687c42fSBen Dooks 	 ((cpu_to_le32(s)) & cpu_to_le32(0x1fff)))
7369d99fdcSPrabu Thangamuthu 
7469d99fdcSPrabu Thangamuthu 	u32		des3;	/* Reserved */
7569d99fdcSPrabu Thangamuthu 
7669d99fdcSPrabu Thangamuthu 	u32		des4;	/* Lower 32-bits of Buffer Address Pointer 1*/
7769d99fdcSPrabu Thangamuthu 	u32		des5;	/* Upper 32-bits of Buffer Address Pointer 1*/
7869d99fdcSPrabu Thangamuthu 
7969d99fdcSPrabu Thangamuthu 	u32		des6;	/* Lower 32-bits of Next Descriptor Address */
8069d99fdcSPrabu Thangamuthu 	u32		des7;	/* Upper 32-bits of Next Descriptor Address */
8169d99fdcSPrabu Thangamuthu };
8269d99fdcSPrabu Thangamuthu 
83f95f3850SWill Newton struct idmac_desc {
846687c42fSBen Dooks 	__le32		des0;	/* Control Descriptor */
85f95f3850SWill Newton #define IDMAC_DES0_DIC	BIT(1)
86f95f3850SWill Newton #define IDMAC_DES0_LD	BIT(2)
87f95f3850SWill Newton #define IDMAC_DES0_FD	BIT(3)
88f95f3850SWill Newton #define IDMAC_DES0_CH	BIT(4)
89f95f3850SWill Newton #define IDMAC_DES0_ER	BIT(5)
90f95f3850SWill Newton #define IDMAC_DES0_CES	BIT(30)
91f95f3850SWill Newton #define IDMAC_DES0_OWN	BIT(31)
92f95f3850SWill Newton 
936687c42fSBen Dooks 	__le32		des1;	/* Buffer sizes */
94f95f3850SWill Newton #define IDMAC_SET_BUFFER1_SIZE(d, s) \
95e5306c3aSBen Dooks 	((d)->des1 = ((d)->des1 & cpu_to_le32(0x03ffe000)) | (cpu_to_le32((s) & 0x1fff)))
96f95f3850SWill Newton 
976687c42fSBen Dooks 	__le32		des2;	/* buffer 1 physical address */
98f95f3850SWill Newton 
996687c42fSBen Dooks 	__le32		des3;	/* buffer 2 physical address */
100f95f3850SWill Newton };
1015959b32eSAlexey Brodkin 
1025959b32eSAlexey Brodkin /* Each descriptor can transfer up to 4KB of data in chained mode */
1035959b32eSAlexey Brodkin #define DW_MCI_DESC_DATA_LENGTH	0x1000
104f95f3850SWill Newton 
1053a33a94cSSonny Rao static bool dw_mci_reset(struct dw_mci *host);
106536f6b91SSonny Rao static bool dw_mci_ctrl_reset(struct dw_mci *host, u32 reset);
1070bdbd0e8SDoug Anderson static int dw_mci_card_busy(struct mmc_host *mmc);
10856f6911cSShawn Lin static int dw_mci_get_cd(struct mmc_host *mmc);
10931bff450SSeungwon Jeon 
110f95f3850SWill Newton #if defined(CONFIG_DEBUG_FS)
111f95f3850SWill Newton static int dw_mci_req_show(struct seq_file *s, void *v)
112f95f3850SWill Newton {
113f95f3850SWill Newton 	struct dw_mci_slot *slot = s->private;
114f95f3850SWill Newton 	struct mmc_request *mrq;
115f95f3850SWill Newton 	struct mmc_command *cmd;
116f95f3850SWill Newton 	struct mmc_command *stop;
117f95f3850SWill Newton 	struct mmc_data	*data;
118f95f3850SWill Newton 
119f95f3850SWill Newton 	/* Make sure we get a consistent snapshot */
120f95f3850SWill Newton 	spin_lock_bh(&slot->host->lock);
121f95f3850SWill Newton 	mrq = slot->mrq;
122f95f3850SWill Newton 
123f95f3850SWill Newton 	if (mrq) {
124f95f3850SWill Newton 		cmd = mrq->cmd;
125f95f3850SWill Newton 		data = mrq->data;
126f95f3850SWill Newton 		stop = mrq->stop;
127f95f3850SWill Newton 
128f95f3850SWill Newton 		if (cmd)
129f95f3850SWill Newton 			seq_printf(s,
130f95f3850SWill Newton 				   "CMD%u(0x%x) flg %x rsp %x %x %x %x err %d\n",
131f95f3850SWill Newton 				   cmd->opcode, cmd->arg, cmd->flags,
132f95f3850SWill Newton 				   cmd->resp[0], cmd->resp[1], cmd->resp[2],
133f95f3850SWill Newton 				   cmd->resp[2], cmd->error);
134f95f3850SWill Newton 		if (data)
135f95f3850SWill Newton 			seq_printf(s, "DATA %u / %u * %u flg %x err %d\n",
136f95f3850SWill Newton 				   data->bytes_xfered, data->blocks,
137f95f3850SWill Newton 				   data->blksz, data->flags, data->error);
138f95f3850SWill Newton 		if (stop)
139f95f3850SWill Newton 			seq_printf(s,
140f95f3850SWill Newton 				   "CMD%u(0x%x) flg %x rsp %x %x %x %x err %d\n",
141f95f3850SWill Newton 				   stop->opcode, stop->arg, stop->flags,
142f95f3850SWill Newton 				   stop->resp[0], stop->resp[1], stop->resp[2],
143f95f3850SWill Newton 				   stop->resp[2], stop->error);
144f95f3850SWill Newton 	}
145f95f3850SWill Newton 
146f95f3850SWill Newton 	spin_unlock_bh(&slot->host->lock);
147f95f3850SWill Newton 
148f95f3850SWill Newton 	return 0;
149f95f3850SWill Newton }
150f95f3850SWill Newton 
151f95f3850SWill Newton static int dw_mci_req_open(struct inode *inode, struct file *file)
152f95f3850SWill Newton {
153f95f3850SWill Newton 	return single_open(file, dw_mci_req_show, inode->i_private);
154f95f3850SWill Newton }
155f95f3850SWill Newton 
156f95f3850SWill Newton static const struct file_operations dw_mci_req_fops = {
157f95f3850SWill Newton 	.owner		= THIS_MODULE,
158f95f3850SWill Newton 	.open		= dw_mci_req_open,
159f95f3850SWill Newton 	.read		= seq_read,
160f95f3850SWill Newton 	.llseek		= seq_lseek,
161f95f3850SWill Newton 	.release	= single_release,
162f95f3850SWill Newton };
163f95f3850SWill Newton 
164f95f3850SWill Newton static int dw_mci_regs_show(struct seq_file *s, void *v)
165f95f3850SWill Newton {
166f95f3850SWill Newton 	seq_printf(s, "STATUS:\t0x%08x\n", SDMMC_STATUS);
167f95f3850SWill Newton 	seq_printf(s, "RINTSTS:\t0x%08x\n", SDMMC_RINTSTS);
168f95f3850SWill Newton 	seq_printf(s, "CMD:\t0x%08x\n", SDMMC_CMD);
169f95f3850SWill Newton 	seq_printf(s, "CTRL:\t0x%08x\n", SDMMC_CTRL);
170f95f3850SWill Newton 	seq_printf(s, "INTMASK:\t0x%08x\n", SDMMC_INTMASK);
171f95f3850SWill Newton 	seq_printf(s, "CLKENA:\t0x%08x\n", SDMMC_CLKENA);
172f95f3850SWill Newton 
173f95f3850SWill Newton 	return 0;
174f95f3850SWill Newton }
175f95f3850SWill Newton 
176f95f3850SWill Newton static int dw_mci_regs_open(struct inode *inode, struct file *file)
177f95f3850SWill Newton {
178f95f3850SWill Newton 	return single_open(file, dw_mci_regs_show, inode->i_private);
179f95f3850SWill Newton }
180f95f3850SWill Newton 
181f95f3850SWill Newton static const struct file_operations dw_mci_regs_fops = {
182f95f3850SWill Newton 	.owner		= THIS_MODULE,
183f95f3850SWill Newton 	.open		= dw_mci_regs_open,
184f95f3850SWill Newton 	.read		= seq_read,
185f95f3850SWill Newton 	.llseek		= seq_lseek,
186f95f3850SWill Newton 	.release	= single_release,
187f95f3850SWill Newton };
188f95f3850SWill Newton 
189f95f3850SWill Newton static void dw_mci_init_debugfs(struct dw_mci_slot *slot)
190f95f3850SWill Newton {
191f95f3850SWill Newton 	struct mmc_host	*mmc = slot->mmc;
192f95f3850SWill Newton 	struct dw_mci *host = slot->host;
193f95f3850SWill Newton 	struct dentry *root;
194f95f3850SWill Newton 	struct dentry *node;
195f95f3850SWill Newton 
196f95f3850SWill Newton 	root = mmc->debugfs_root;
197f95f3850SWill Newton 	if (!root)
198f95f3850SWill Newton 		return;
199f95f3850SWill Newton 
200f95f3850SWill Newton 	node = debugfs_create_file("regs", S_IRUSR, root, host,
201f95f3850SWill Newton 				   &dw_mci_regs_fops);
202f95f3850SWill Newton 	if (!node)
203f95f3850SWill Newton 		goto err;
204f95f3850SWill Newton 
205f95f3850SWill Newton 	node = debugfs_create_file("req", S_IRUSR, root, slot,
206f95f3850SWill Newton 				   &dw_mci_req_fops);
207f95f3850SWill Newton 	if (!node)
208f95f3850SWill Newton 		goto err;
209f95f3850SWill Newton 
210f95f3850SWill Newton 	node = debugfs_create_u32("state", S_IRUSR, root, (u32 *)&host->state);
211f95f3850SWill Newton 	if (!node)
212f95f3850SWill Newton 		goto err;
213f95f3850SWill Newton 
214f95f3850SWill Newton 	node = debugfs_create_x32("pending_events", S_IRUSR, root,
215f95f3850SWill Newton 				  (u32 *)&host->pending_events);
216f95f3850SWill Newton 	if (!node)
217f95f3850SWill Newton 		goto err;
218f95f3850SWill Newton 
219f95f3850SWill Newton 	node = debugfs_create_x32("completed_events", S_IRUSR, root,
220f95f3850SWill Newton 				  (u32 *)&host->completed_events);
221f95f3850SWill Newton 	if (!node)
222f95f3850SWill Newton 		goto err;
223f95f3850SWill Newton 
224f95f3850SWill Newton 	return;
225f95f3850SWill Newton 
226f95f3850SWill Newton err:
227f95f3850SWill Newton 	dev_err(&mmc->class_dev, "failed to initialize debugfs for slot\n");
228f95f3850SWill Newton }
229f95f3850SWill Newton #endif /* defined(CONFIG_DEBUG_FS) */
230f95f3850SWill Newton 
23101730558SDoug Anderson static void mci_send_cmd(struct dw_mci_slot *slot, u32 cmd, u32 arg);
23201730558SDoug Anderson 
233f95f3850SWill Newton static u32 dw_mci_prepare_command(struct mmc_host *mmc, struct mmc_command *cmd)
234f95f3850SWill Newton {
235f95f3850SWill Newton 	struct mmc_data	*data;
236800d78bfSThomas Abraham 	struct dw_mci_slot *slot = mmc_priv(mmc);
23701730558SDoug Anderson 	struct dw_mci *host = slot->host;
238f95f3850SWill Newton 	u32 cmdr;
239f95f3850SWill Newton 
2400e3a22c0SShawn Lin 	cmd->error = -EINPROGRESS;
241f95f3850SWill Newton 	cmdr = cmd->opcode;
242f95f3850SWill Newton 
24390c2143aSSeungwon Jeon 	if (cmd->opcode == MMC_STOP_TRANSMISSION ||
24490c2143aSSeungwon Jeon 	    cmd->opcode == MMC_GO_IDLE_STATE ||
24590c2143aSSeungwon Jeon 	    cmd->opcode == MMC_GO_INACTIVE_STATE ||
24690c2143aSSeungwon Jeon 	    (cmd->opcode == SD_IO_RW_DIRECT &&
24790c2143aSSeungwon Jeon 	     ((cmd->arg >> 9) & 0x1FFFF) == SDIO_CCCR_ABORT))
248f95f3850SWill Newton 		cmdr |= SDMMC_CMD_STOP;
2494a1b27adSJaehoon Chung 	else if (cmd->opcode != MMC_SEND_STATUS && cmd->data)
250f95f3850SWill Newton 		cmdr |= SDMMC_CMD_PRV_DAT_WAIT;
251f95f3850SWill Newton 
25201730558SDoug Anderson 	if (cmd->opcode == SD_SWITCH_VOLTAGE) {
25301730558SDoug Anderson 		u32 clk_en_a;
25401730558SDoug Anderson 
25501730558SDoug Anderson 		/* Special bit makes CMD11 not die */
25601730558SDoug Anderson 		cmdr |= SDMMC_CMD_VOLT_SWITCH;
25701730558SDoug Anderson 
25801730558SDoug Anderson 		/* Change state to continue to handle CMD11 weirdness */
25901730558SDoug Anderson 		WARN_ON(slot->host->state != STATE_SENDING_CMD);
26001730558SDoug Anderson 		slot->host->state = STATE_SENDING_CMD11;
26101730558SDoug Anderson 
26201730558SDoug Anderson 		/*
26301730558SDoug Anderson 		 * We need to disable low power mode (automatic clock stop)
26401730558SDoug Anderson 		 * while doing voltage switch so we don't confuse the card,
26501730558SDoug Anderson 		 * since stopping the clock is a specific part of the UHS
26601730558SDoug Anderson 		 * voltage change dance.
26701730558SDoug Anderson 		 *
26801730558SDoug Anderson 		 * Note that low power mode (SDMMC_CLKEN_LOW_PWR) will be
26901730558SDoug Anderson 		 * unconditionally turned back on in dw_mci_setup_bus() if it's
27001730558SDoug Anderson 		 * ever called with a non-zero clock.  That shouldn't happen
27101730558SDoug Anderson 		 * until the voltage change is all done.
27201730558SDoug Anderson 		 */
27301730558SDoug Anderson 		clk_en_a = mci_readl(host, CLKENA);
27401730558SDoug Anderson 		clk_en_a &= ~(SDMMC_CLKEN_LOW_PWR << slot->id);
27501730558SDoug Anderson 		mci_writel(host, CLKENA, clk_en_a);
27601730558SDoug Anderson 		mci_send_cmd(slot, SDMMC_CMD_UPD_CLK |
27701730558SDoug Anderson 			     SDMMC_CMD_PRV_DAT_WAIT, 0);
27801730558SDoug Anderson 	}
27901730558SDoug Anderson 
280f95f3850SWill Newton 	if (cmd->flags & MMC_RSP_PRESENT) {
281f95f3850SWill Newton 		/* We expect a response, so set this bit */
282f95f3850SWill Newton 		cmdr |= SDMMC_CMD_RESP_EXP;
283f95f3850SWill Newton 		if (cmd->flags & MMC_RSP_136)
284f95f3850SWill Newton 			cmdr |= SDMMC_CMD_RESP_LONG;
285f95f3850SWill Newton 	}
286f95f3850SWill Newton 
287f95f3850SWill Newton 	if (cmd->flags & MMC_RSP_CRC)
288f95f3850SWill Newton 		cmdr |= SDMMC_CMD_RESP_CRC;
289f95f3850SWill Newton 
290f95f3850SWill Newton 	data = cmd->data;
291f95f3850SWill Newton 	if (data) {
292f95f3850SWill Newton 		cmdr |= SDMMC_CMD_DAT_EXP;
293f95f3850SWill Newton 		if (data->flags & MMC_DATA_WRITE)
294f95f3850SWill Newton 			cmdr |= SDMMC_CMD_DAT_WR;
295f95f3850SWill Newton 	}
296f95f3850SWill Newton 
297aaaaeb7aSJaehoon Chung 	if (!test_bit(DW_MMC_CARD_NO_USE_HOLD, &slot->flags))
298aaaaeb7aSJaehoon Chung 		cmdr |= SDMMC_CMD_USE_HOLD_REG;
299800d78bfSThomas Abraham 
300f95f3850SWill Newton 	return cmdr;
301f95f3850SWill Newton }
302f95f3850SWill Newton 
30390c2143aSSeungwon Jeon static u32 dw_mci_prep_stop_abort(struct dw_mci *host, struct mmc_command *cmd)
30490c2143aSSeungwon Jeon {
30590c2143aSSeungwon Jeon 	struct mmc_command *stop;
30690c2143aSSeungwon Jeon 	u32 cmdr;
30790c2143aSSeungwon Jeon 
30890c2143aSSeungwon Jeon 	if (!cmd->data)
30990c2143aSSeungwon Jeon 		return 0;
31090c2143aSSeungwon Jeon 
31190c2143aSSeungwon Jeon 	stop = &host->stop_abort;
31290c2143aSSeungwon Jeon 	cmdr = cmd->opcode;
31390c2143aSSeungwon Jeon 	memset(stop, 0, sizeof(struct mmc_command));
31490c2143aSSeungwon Jeon 
31590c2143aSSeungwon Jeon 	if (cmdr == MMC_READ_SINGLE_BLOCK ||
31690c2143aSSeungwon Jeon 	    cmdr == MMC_READ_MULTIPLE_BLOCK ||
31790c2143aSSeungwon Jeon 	    cmdr == MMC_WRITE_BLOCK ||
3186c2c6506SUlf Hansson 	    cmdr == MMC_WRITE_MULTIPLE_BLOCK ||
3196c2c6506SUlf Hansson 	    cmdr == MMC_SEND_TUNING_BLOCK ||
3206c2c6506SUlf Hansson 	    cmdr == MMC_SEND_TUNING_BLOCK_HS200) {
32190c2143aSSeungwon Jeon 		stop->opcode = MMC_STOP_TRANSMISSION;
32290c2143aSSeungwon Jeon 		stop->arg = 0;
32390c2143aSSeungwon Jeon 		stop->flags = MMC_RSP_R1B | MMC_CMD_AC;
32490c2143aSSeungwon Jeon 	} else if (cmdr == SD_IO_RW_EXTENDED) {
32590c2143aSSeungwon Jeon 		stop->opcode = SD_IO_RW_DIRECT;
32690c2143aSSeungwon Jeon 		stop->arg |= (1 << 31) | (0 << 28) | (SDIO_CCCR_ABORT << 9) |
32790c2143aSSeungwon Jeon 			     ((cmd->arg >> 28) & 0x7);
32890c2143aSSeungwon Jeon 		stop->flags = MMC_RSP_SPI_R5 | MMC_RSP_R5 | MMC_CMD_AC;
32990c2143aSSeungwon Jeon 	} else {
33090c2143aSSeungwon Jeon 		return 0;
33190c2143aSSeungwon Jeon 	}
33290c2143aSSeungwon Jeon 
33390c2143aSSeungwon Jeon 	cmdr = stop->opcode | SDMMC_CMD_STOP |
33490c2143aSSeungwon Jeon 		SDMMC_CMD_RESP_CRC | SDMMC_CMD_RESP_EXP;
33590c2143aSSeungwon Jeon 
33690c2143aSSeungwon Jeon 	return cmdr;
33790c2143aSSeungwon Jeon }
33890c2143aSSeungwon Jeon 
3390bdbd0e8SDoug Anderson static void dw_mci_wait_while_busy(struct dw_mci *host, u32 cmd_flags)
3400bdbd0e8SDoug Anderson {
3410bdbd0e8SDoug Anderson 	unsigned long timeout = jiffies + msecs_to_jiffies(500);
3420bdbd0e8SDoug Anderson 
3430bdbd0e8SDoug Anderson 	/*
3440bdbd0e8SDoug Anderson 	 * Databook says that before issuing a new data transfer command
3450bdbd0e8SDoug Anderson 	 * we need to check to see if the card is busy.  Data transfer commands
3460bdbd0e8SDoug Anderson 	 * all have SDMMC_CMD_PRV_DAT_WAIT set, so we'll key off that.
3470bdbd0e8SDoug Anderson 	 *
3480bdbd0e8SDoug Anderson 	 * ...also allow sending for SDMMC_CMD_VOLT_SWITCH where busy is
3490bdbd0e8SDoug Anderson 	 * expected.
3500bdbd0e8SDoug Anderson 	 */
3510bdbd0e8SDoug Anderson 	if ((cmd_flags & SDMMC_CMD_PRV_DAT_WAIT) &&
3520bdbd0e8SDoug Anderson 	    !(cmd_flags & SDMMC_CMD_VOLT_SWITCH)) {
3530bdbd0e8SDoug Anderson 		while (mci_readl(host, STATUS) & SDMMC_STATUS_BUSY) {
3540bdbd0e8SDoug Anderson 			if (time_after(jiffies, timeout)) {
3550bdbd0e8SDoug Anderson 				/* Command will fail; we'll pass error then */
3560bdbd0e8SDoug Anderson 				dev_err(host->dev, "Busy; trying anyway\n");
3570bdbd0e8SDoug Anderson 				break;
3580bdbd0e8SDoug Anderson 			}
3590bdbd0e8SDoug Anderson 			udelay(10);
3600bdbd0e8SDoug Anderson 		}
3610bdbd0e8SDoug Anderson 	}
3620bdbd0e8SDoug Anderson }
3630bdbd0e8SDoug Anderson 
364f95f3850SWill Newton static void dw_mci_start_command(struct dw_mci *host,
365f95f3850SWill Newton 				 struct mmc_command *cmd, u32 cmd_flags)
366f95f3850SWill Newton {
367f95f3850SWill Newton 	host->cmd = cmd;
3684a90920cSThomas Abraham 	dev_vdbg(host->dev,
369f95f3850SWill Newton 		 "start command: ARGR=0x%08x CMDR=0x%08x\n",
370f95f3850SWill Newton 		 cmd->arg, cmd_flags);
371f95f3850SWill Newton 
372f95f3850SWill Newton 	mci_writel(host, CMDARG, cmd->arg);
3730e3a22c0SShawn Lin 	wmb(); /* drain writebuffer */
3740bdbd0e8SDoug Anderson 	dw_mci_wait_while_busy(host, cmd_flags);
375f95f3850SWill Newton 
376f95f3850SWill Newton 	mci_writel(host, CMD, cmd_flags | SDMMC_CMD_START);
377f95f3850SWill Newton }
378f95f3850SWill Newton 
37990c2143aSSeungwon Jeon static inline void send_stop_abort(struct dw_mci *host, struct mmc_data *data)
380f95f3850SWill Newton {
38190c2143aSSeungwon Jeon 	struct mmc_command *stop = data->stop ? data->stop : &host->stop_abort;
3820e3a22c0SShawn Lin 
38390c2143aSSeungwon Jeon 	dw_mci_start_command(host, stop, host->stop_cmdr);
384f95f3850SWill Newton }
385f95f3850SWill Newton 
386f95f3850SWill Newton /* DMA interface functions */
387f95f3850SWill Newton static void dw_mci_stop_dma(struct dw_mci *host)
388f95f3850SWill Newton {
38903e8cb53SJames Hogan 	if (host->using_dma) {
390f95f3850SWill Newton 		host->dma_ops->stop(host);
391f95f3850SWill Newton 		host->dma_ops->cleanup(host);
392aa50f259SSeungwon Jeon 	}
393aa50f259SSeungwon Jeon 
394f95f3850SWill Newton 	/* Data transfer was stopped by the interrupt handler */
395f95f3850SWill Newton 	set_bit(EVENT_XFER_COMPLETE, &host->pending_events);
396f95f3850SWill Newton }
397f95f3850SWill Newton 
3989aa51408SSeungwon Jeon static int dw_mci_get_dma_dir(struct mmc_data *data)
3999aa51408SSeungwon Jeon {
4009aa51408SSeungwon Jeon 	if (data->flags & MMC_DATA_WRITE)
4019aa51408SSeungwon Jeon 		return DMA_TO_DEVICE;
4029aa51408SSeungwon Jeon 	else
4039aa51408SSeungwon Jeon 		return DMA_FROM_DEVICE;
4049aa51408SSeungwon Jeon }
4059aa51408SSeungwon Jeon 
406f95f3850SWill Newton static void dw_mci_dma_cleanup(struct dw_mci *host)
407f95f3850SWill Newton {
408f95f3850SWill Newton 	struct mmc_data *data = host->data;
409f95f3850SWill Newton 
410f95f3850SWill Newton 	if (data)
4119aa51408SSeungwon Jeon 		if (!data->host_cookie)
4124a90920cSThomas Abraham 			dma_unmap_sg(host->dev,
4139aa51408SSeungwon Jeon 				     data->sg,
4149aa51408SSeungwon Jeon 				     data->sg_len,
4159aa51408SSeungwon Jeon 				     dw_mci_get_dma_dir(data));
416f95f3850SWill Newton }
417f95f3850SWill Newton 
4185ce9d961SSeungwon Jeon static void dw_mci_idmac_reset(struct dw_mci *host)
4195ce9d961SSeungwon Jeon {
4205ce9d961SSeungwon Jeon 	u32 bmod = mci_readl(host, BMOD);
4215ce9d961SSeungwon Jeon 	/* Software reset of DMA */
4225ce9d961SSeungwon Jeon 	bmod |= SDMMC_IDMAC_SWRESET;
4235ce9d961SSeungwon Jeon 	mci_writel(host, BMOD, bmod);
4245ce9d961SSeungwon Jeon }
4255ce9d961SSeungwon Jeon 
426f95f3850SWill Newton static void dw_mci_idmac_stop_dma(struct dw_mci *host)
427f95f3850SWill Newton {
428f95f3850SWill Newton 	u32 temp;
429f95f3850SWill Newton 
430f95f3850SWill Newton 	/* Disable and reset the IDMAC interface */
431f95f3850SWill Newton 	temp = mci_readl(host, CTRL);
432f95f3850SWill Newton 	temp &= ~SDMMC_CTRL_USE_IDMAC;
433f95f3850SWill Newton 	temp |= SDMMC_CTRL_DMA_RESET;
434f95f3850SWill Newton 	mci_writel(host, CTRL, temp);
435f95f3850SWill Newton 
436f95f3850SWill Newton 	/* Stop the IDMAC running */
437f95f3850SWill Newton 	temp = mci_readl(host, BMOD);
438a5289a43SJaehoon Chung 	temp &= ~(SDMMC_IDMAC_ENABLE | SDMMC_IDMAC_FB);
4395ce9d961SSeungwon Jeon 	temp |= SDMMC_IDMAC_SWRESET;
440f95f3850SWill Newton 	mci_writel(host, BMOD, temp);
441f95f3850SWill Newton }
442f95f3850SWill Newton 
4433fc7eaefSShawn Lin static void dw_mci_dmac_complete_dma(void *arg)
444f95f3850SWill Newton {
4453fc7eaefSShawn Lin 	struct dw_mci *host = arg;
446f95f3850SWill Newton 	struct mmc_data *data = host->data;
447f95f3850SWill Newton 
4484a90920cSThomas Abraham 	dev_vdbg(host->dev, "DMA complete\n");
449f95f3850SWill Newton 
4503fc7eaefSShawn Lin 	if ((host->use_dma == TRANS_MODE_EDMAC) &&
4513fc7eaefSShawn Lin 	    data && (data->flags & MMC_DATA_READ))
4523fc7eaefSShawn Lin 		/* Invalidate cache after read */
4533fc7eaefSShawn Lin 		dma_sync_sg_for_cpu(mmc_dev(host->cur_slot->mmc),
4543fc7eaefSShawn Lin 				    data->sg,
4553fc7eaefSShawn Lin 				    data->sg_len,
4563fc7eaefSShawn Lin 				    DMA_FROM_DEVICE);
4573fc7eaefSShawn Lin 
458f95f3850SWill Newton 	host->dma_ops->cleanup(host);
459f95f3850SWill Newton 
460f95f3850SWill Newton 	/*
461f95f3850SWill Newton 	 * If the card was removed, data will be NULL. No point in trying to
462f95f3850SWill Newton 	 * send the stop command or waiting for NBUSY in this case.
463f95f3850SWill Newton 	 */
464f95f3850SWill Newton 	if (data) {
465f95f3850SWill Newton 		set_bit(EVENT_XFER_COMPLETE, &host->pending_events);
466f95f3850SWill Newton 		tasklet_schedule(&host->tasklet);
467f95f3850SWill Newton 	}
468f95f3850SWill Newton }
469f95f3850SWill Newton 
470f95f3850SWill Newton static void dw_mci_translate_sglist(struct dw_mci *host, struct mmc_data *data,
471f95f3850SWill Newton 				    unsigned int sg_len)
472f95f3850SWill Newton {
4735959b32eSAlexey Brodkin 	unsigned int desc_len;
474f95f3850SWill Newton 	int i;
4750e3a22c0SShawn Lin 
47669d99fdcSPrabu Thangamuthu 	if (host->dma_64bit_address == 1) {
4775959b32eSAlexey Brodkin 		struct idmac_desc_64addr *desc_first, *desc_last, *desc;
47869d99fdcSPrabu Thangamuthu 
4795959b32eSAlexey Brodkin 		desc_first = desc_last = desc = host->sg_cpu;
4805959b32eSAlexey Brodkin 
4815959b32eSAlexey Brodkin 		for (i = 0; i < sg_len; i++) {
48269d99fdcSPrabu Thangamuthu 			unsigned int length = sg_dma_len(&data->sg[i]);
4830e3a22c0SShawn Lin 
48469d99fdcSPrabu Thangamuthu 			u64 mem_addr = sg_dma_address(&data->sg[i]);
48569d99fdcSPrabu Thangamuthu 
4865959b32eSAlexey Brodkin 			for ( ; length ; desc++) {
4875959b32eSAlexey Brodkin 				desc_len = (length <= DW_MCI_DESC_DATA_LENGTH) ?
4885959b32eSAlexey Brodkin 					   length : DW_MCI_DESC_DATA_LENGTH;
4895959b32eSAlexey Brodkin 
4905959b32eSAlexey Brodkin 				length -= desc_len;
4915959b32eSAlexey Brodkin 
49269d99fdcSPrabu Thangamuthu 				/*
4935959b32eSAlexey Brodkin 				 * Set the OWN bit and disable interrupts
4945959b32eSAlexey Brodkin 				 * for this descriptor
49569d99fdcSPrabu Thangamuthu 				 */
49669d99fdcSPrabu Thangamuthu 				desc->des0 = IDMAC_DES0_OWN | IDMAC_DES0_DIC |
49769d99fdcSPrabu Thangamuthu 							IDMAC_DES0_CH;
4985959b32eSAlexey Brodkin 
49969d99fdcSPrabu Thangamuthu 				/* Buffer length */
5005959b32eSAlexey Brodkin 				IDMAC_64ADDR_SET_BUFFER1_SIZE(desc, desc_len);
50169d99fdcSPrabu Thangamuthu 
50269d99fdcSPrabu Thangamuthu 				/* Physical address to DMA to/from */
50369d99fdcSPrabu Thangamuthu 				desc->des4 = mem_addr & 0xffffffff;
50469d99fdcSPrabu Thangamuthu 				desc->des5 = mem_addr >> 32;
5055959b32eSAlexey Brodkin 
5065959b32eSAlexey Brodkin 				/* Update physical address for the next desc */
5075959b32eSAlexey Brodkin 				mem_addr += desc_len;
5085959b32eSAlexey Brodkin 
5095959b32eSAlexey Brodkin 				/* Save pointer to the last descriptor */
5105959b32eSAlexey Brodkin 				desc_last = desc;
5115959b32eSAlexey Brodkin 			}
51269d99fdcSPrabu Thangamuthu 		}
51369d99fdcSPrabu Thangamuthu 
51469d99fdcSPrabu Thangamuthu 		/* Set first descriptor */
5155959b32eSAlexey Brodkin 		desc_first->des0 |= IDMAC_DES0_FD;
51669d99fdcSPrabu Thangamuthu 
51769d99fdcSPrabu Thangamuthu 		/* Set last descriptor */
5185959b32eSAlexey Brodkin 		desc_last->des0 &= ~(IDMAC_DES0_CH | IDMAC_DES0_DIC);
5195959b32eSAlexey Brodkin 		desc_last->des0 |= IDMAC_DES0_LD;
52069d99fdcSPrabu Thangamuthu 
52169d99fdcSPrabu Thangamuthu 	} else {
5225959b32eSAlexey Brodkin 		struct idmac_desc *desc_first, *desc_last, *desc;
523f95f3850SWill Newton 
5245959b32eSAlexey Brodkin 		desc_first = desc_last = desc = host->sg_cpu;
5255959b32eSAlexey Brodkin 
5265959b32eSAlexey Brodkin 		for (i = 0; i < sg_len; i++) {
527f95f3850SWill Newton 			unsigned int length = sg_dma_len(&data->sg[i]);
5280e3a22c0SShawn Lin 
529f95f3850SWill Newton 			u32 mem_addr = sg_dma_address(&data->sg[i]);
530f95f3850SWill Newton 
5315959b32eSAlexey Brodkin 			for ( ; length ; desc++) {
5325959b32eSAlexey Brodkin 				desc_len = (length <= DW_MCI_DESC_DATA_LENGTH) ?
5335959b32eSAlexey Brodkin 					   length : DW_MCI_DESC_DATA_LENGTH;
5345959b32eSAlexey Brodkin 
5355959b32eSAlexey Brodkin 				length -= desc_len;
5365959b32eSAlexey Brodkin 
53769d99fdcSPrabu Thangamuthu 				/*
5385959b32eSAlexey Brodkin 				 * Set the OWN bit and disable interrupts
5395959b32eSAlexey Brodkin 				 * for this descriptor
54069d99fdcSPrabu Thangamuthu 				 */
5416687c42fSBen Dooks 				desc->des0 = cpu_to_le32(IDMAC_DES0_OWN |
5425959b32eSAlexey Brodkin 							 IDMAC_DES0_DIC |
5435959b32eSAlexey Brodkin 							 IDMAC_DES0_CH);
5445959b32eSAlexey Brodkin 
545f95f3850SWill Newton 				/* Buffer length */
5465959b32eSAlexey Brodkin 				IDMAC_SET_BUFFER1_SIZE(desc, desc_len);
547f95f3850SWill Newton 
548f95f3850SWill Newton 				/* Physical address to DMA to/from */
5496687c42fSBen Dooks 				desc->des2 = cpu_to_le32(mem_addr);
5505959b32eSAlexey Brodkin 
5515959b32eSAlexey Brodkin 				/* Update physical address for the next desc */
5525959b32eSAlexey Brodkin 				mem_addr += desc_len;
5535959b32eSAlexey Brodkin 
5545959b32eSAlexey Brodkin 				/* Save pointer to the last descriptor */
5555959b32eSAlexey Brodkin 				desc_last = desc;
5565959b32eSAlexey Brodkin 			}
557f95f3850SWill Newton 		}
558f95f3850SWill Newton 
559f95f3850SWill Newton 		/* Set first descriptor */
5605959b32eSAlexey Brodkin 		desc_first->des0 |= cpu_to_le32(IDMAC_DES0_FD);
561f95f3850SWill Newton 
562f95f3850SWill Newton 		/* Set last descriptor */
5635959b32eSAlexey Brodkin 		desc_last->des0 &= cpu_to_le32(~(IDMAC_DES0_CH |
5645959b32eSAlexey Brodkin 					       IDMAC_DES0_DIC));
5655959b32eSAlexey Brodkin 		desc_last->des0 |= cpu_to_le32(IDMAC_DES0_LD);
56669d99fdcSPrabu Thangamuthu 	}
567f95f3850SWill Newton 
5680e3a22c0SShawn Lin 	wmb(); /* drain writebuffer */
569f95f3850SWill Newton }
570f95f3850SWill Newton 
5713fc7eaefSShawn Lin static int dw_mci_idmac_start_dma(struct dw_mci *host, unsigned int sg_len)
572f95f3850SWill Newton {
573f95f3850SWill Newton 	u32 temp;
574f95f3850SWill Newton 
575f95f3850SWill Newton 	dw_mci_translate_sglist(host, host->data, sg_len);
576f95f3850SWill Newton 
577536f6b91SSonny Rao 	/* Make sure to reset DMA in case we did PIO before this */
578536f6b91SSonny Rao 	dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET);
579536f6b91SSonny Rao 	dw_mci_idmac_reset(host);
580536f6b91SSonny Rao 
581f95f3850SWill Newton 	/* Select IDMAC interface */
582f95f3850SWill Newton 	temp = mci_readl(host, CTRL);
583f95f3850SWill Newton 	temp |= SDMMC_CTRL_USE_IDMAC;
584f95f3850SWill Newton 	mci_writel(host, CTRL, temp);
585f95f3850SWill Newton 
5860e3a22c0SShawn Lin 	/* drain writebuffer */
587f95f3850SWill Newton 	wmb();
588f95f3850SWill Newton 
589f95f3850SWill Newton 	/* Enable the IDMAC */
590f95f3850SWill Newton 	temp = mci_readl(host, BMOD);
591a5289a43SJaehoon Chung 	temp |= SDMMC_IDMAC_ENABLE | SDMMC_IDMAC_FB;
592f95f3850SWill Newton 	mci_writel(host, BMOD, temp);
593f95f3850SWill Newton 
594f95f3850SWill Newton 	/* Start it running */
595f95f3850SWill Newton 	mci_writel(host, PLDMND, 1);
5963fc7eaefSShawn Lin 
5973fc7eaefSShawn Lin 	return 0;
598f95f3850SWill Newton }
599f95f3850SWill Newton 
600f95f3850SWill Newton static int dw_mci_idmac_init(struct dw_mci *host)
601f95f3850SWill Newton {
602897b69e7SSeungwon Jeon 	int i;
603f95f3850SWill Newton 
60469d99fdcSPrabu Thangamuthu 	if (host->dma_64bit_address == 1) {
60569d99fdcSPrabu Thangamuthu 		struct idmac_desc_64addr *p;
60669d99fdcSPrabu Thangamuthu 		/* Number of descriptors in the ring buffer */
60769d99fdcSPrabu Thangamuthu 		host->ring_size = PAGE_SIZE / sizeof(struct idmac_desc_64addr);
60869d99fdcSPrabu Thangamuthu 
60969d99fdcSPrabu Thangamuthu 		/* Forward link the descriptor list */
61069d99fdcSPrabu Thangamuthu 		for (i = 0, p = host->sg_cpu; i < host->ring_size - 1;
61169d99fdcSPrabu Thangamuthu 								i++, p++) {
61269d99fdcSPrabu Thangamuthu 			p->des6 = (host->sg_dma +
61369d99fdcSPrabu Thangamuthu 					(sizeof(struct idmac_desc_64addr) *
61469d99fdcSPrabu Thangamuthu 							(i + 1))) & 0xffffffff;
61569d99fdcSPrabu Thangamuthu 
61669d99fdcSPrabu Thangamuthu 			p->des7 = (u64)(host->sg_dma +
61769d99fdcSPrabu Thangamuthu 					(sizeof(struct idmac_desc_64addr) *
61869d99fdcSPrabu Thangamuthu 							(i + 1))) >> 32;
61969d99fdcSPrabu Thangamuthu 			/* Initialize reserved and buffer size fields to "0" */
62069d99fdcSPrabu Thangamuthu 			p->des1 = 0;
62169d99fdcSPrabu Thangamuthu 			p->des2 = 0;
62269d99fdcSPrabu Thangamuthu 			p->des3 = 0;
62369d99fdcSPrabu Thangamuthu 		}
62469d99fdcSPrabu Thangamuthu 
62569d99fdcSPrabu Thangamuthu 		/* Set the last descriptor as the end-of-ring descriptor */
62669d99fdcSPrabu Thangamuthu 		p->des6 = host->sg_dma & 0xffffffff;
62769d99fdcSPrabu Thangamuthu 		p->des7 = (u64)host->sg_dma >> 32;
62869d99fdcSPrabu Thangamuthu 		p->des0 = IDMAC_DES0_ER;
62969d99fdcSPrabu Thangamuthu 
63069d99fdcSPrabu Thangamuthu 	} else {
63169d99fdcSPrabu Thangamuthu 		struct idmac_desc *p;
632f95f3850SWill Newton 		/* Number of descriptors in the ring buffer */
633f95f3850SWill Newton 		host->ring_size = PAGE_SIZE / sizeof(struct idmac_desc);
634f95f3850SWill Newton 
635f95f3850SWill Newton 		/* Forward link the descriptor list */
6360e3a22c0SShawn Lin 		for (i = 0, p = host->sg_cpu;
6370e3a22c0SShawn Lin 		     i < host->ring_size - 1;
6380e3a22c0SShawn Lin 		     i++, p++) {
6396687c42fSBen Dooks 			p->des3 = cpu_to_le32(host->sg_dma +
6406687c42fSBen Dooks 					(sizeof(struct idmac_desc) * (i + 1)));
6414b244724SZhangfei Gao 			p->des1 = 0;
6424b244724SZhangfei Gao 		}
643f95f3850SWill Newton 
644f95f3850SWill Newton 		/* Set the last descriptor as the end-of-ring descriptor */
6456687c42fSBen Dooks 		p->des3 = cpu_to_le32(host->sg_dma);
6466687c42fSBen Dooks 		p->des0 = cpu_to_le32(IDMAC_DES0_ER);
64769d99fdcSPrabu Thangamuthu 	}
648f95f3850SWill Newton 
6495ce9d961SSeungwon Jeon 	dw_mci_idmac_reset(host);
650141a712aSSeungwon Jeon 
65169d99fdcSPrabu Thangamuthu 	if (host->dma_64bit_address == 1) {
65269d99fdcSPrabu Thangamuthu 		/* Mask out interrupts - get Tx & Rx complete only */
65369d99fdcSPrabu Thangamuthu 		mci_writel(host, IDSTS64, IDMAC_INT_CLR);
65469d99fdcSPrabu Thangamuthu 		mci_writel(host, IDINTEN64, SDMMC_IDMAC_INT_NI |
65569d99fdcSPrabu Thangamuthu 				SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI);
65669d99fdcSPrabu Thangamuthu 
65769d99fdcSPrabu Thangamuthu 		/* Set the descriptor base address */
65869d99fdcSPrabu Thangamuthu 		mci_writel(host, DBADDRL, host->sg_dma & 0xffffffff);
65969d99fdcSPrabu Thangamuthu 		mci_writel(host, DBADDRU, (u64)host->sg_dma >> 32);
66069d99fdcSPrabu Thangamuthu 
66169d99fdcSPrabu Thangamuthu 	} else {
662f95f3850SWill Newton 		/* Mask out interrupts - get Tx & Rx complete only */
663fc79a4d6SJoonyoung Shim 		mci_writel(host, IDSTS, IDMAC_INT_CLR);
66469d99fdcSPrabu Thangamuthu 		mci_writel(host, IDINTEN, SDMMC_IDMAC_INT_NI |
66569d99fdcSPrabu Thangamuthu 				SDMMC_IDMAC_INT_RI | SDMMC_IDMAC_INT_TI);
666f95f3850SWill Newton 
667f95f3850SWill Newton 		/* Set the descriptor base address */
668f95f3850SWill Newton 		mci_writel(host, DBADDR, host->sg_dma);
66969d99fdcSPrabu Thangamuthu 	}
67069d99fdcSPrabu Thangamuthu 
671f95f3850SWill Newton 	return 0;
672f95f3850SWill Newton }
673f95f3850SWill Newton 
6748e2b36eaSArnd Bergmann static const struct dw_mci_dma_ops dw_mci_idmac_ops = {
675885c3e80SSeungwon Jeon 	.init = dw_mci_idmac_init,
676885c3e80SSeungwon Jeon 	.start = dw_mci_idmac_start_dma,
677885c3e80SSeungwon Jeon 	.stop = dw_mci_idmac_stop_dma,
6783fc7eaefSShawn Lin 	.complete = dw_mci_dmac_complete_dma,
679885c3e80SSeungwon Jeon 	.cleanup = dw_mci_dma_cleanup,
680885c3e80SSeungwon Jeon };
6813fc7eaefSShawn Lin 
6823fc7eaefSShawn Lin static void dw_mci_edmac_stop_dma(struct dw_mci *host)
6833fc7eaefSShawn Lin {
684ab925a31SShawn Lin 	dmaengine_terminate_async(host->dms->ch);
6853fc7eaefSShawn Lin }
6863fc7eaefSShawn Lin 
6873fc7eaefSShawn Lin static int dw_mci_edmac_start_dma(struct dw_mci *host,
6883fc7eaefSShawn Lin 					    unsigned int sg_len)
6893fc7eaefSShawn Lin {
6903fc7eaefSShawn Lin 	struct dma_slave_config cfg;
6913fc7eaefSShawn Lin 	struct dma_async_tx_descriptor *desc = NULL;
6923fc7eaefSShawn Lin 	struct scatterlist *sgl = host->data->sg;
6933fc7eaefSShawn Lin 	const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256};
6943fc7eaefSShawn Lin 	u32 sg_elems = host->data->sg_len;
6953fc7eaefSShawn Lin 	u32 fifoth_val;
6963fc7eaefSShawn Lin 	u32 fifo_offset = host->fifo_reg - host->regs;
6973fc7eaefSShawn Lin 	int ret = 0;
6983fc7eaefSShawn Lin 
6993fc7eaefSShawn Lin 	/* Set external dma config: burst size, burst width */
700260b3164SArnd Bergmann 	cfg.dst_addr = host->phy_regs + fifo_offset;
7013fc7eaefSShawn Lin 	cfg.src_addr = cfg.dst_addr;
7023fc7eaefSShawn Lin 	cfg.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
7033fc7eaefSShawn Lin 	cfg.src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
7043fc7eaefSShawn Lin 
7053fc7eaefSShawn Lin 	/* Match burst msize with external dma config */
7063fc7eaefSShawn Lin 	fifoth_val = mci_readl(host, FIFOTH);
7073fc7eaefSShawn Lin 	cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7];
7083fc7eaefSShawn Lin 	cfg.src_maxburst = cfg.dst_maxburst;
7093fc7eaefSShawn Lin 
7103fc7eaefSShawn Lin 	if (host->data->flags & MMC_DATA_WRITE)
7113fc7eaefSShawn Lin 		cfg.direction = DMA_MEM_TO_DEV;
7123fc7eaefSShawn Lin 	else
7133fc7eaefSShawn Lin 		cfg.direction = DMA_DEV_TO_MEM;
7143fc7eaefSShawn Lin 
7153fc7eaefSShawn Lin 	ret = dmaengine_slave_config(host->dms->ch, &cfg);
7163fc7eaefSShawn Lin 	if (ret) {
7173fc7eaefSShawn Lin 		dev_err(host->dev, "Failed to config edmac.\n");
7183fc7eaefSShawn Lin 		return -EBUSY;
7193fc7eaefSShawn Lin 	}
7203fc7eaefSShawn Lin 
7213fc7eaefSShawn Lin 	desc = dmaengine_prep_slave_sg(host->dms->ch, sgl,
7223fc7eaefSShawn Lin 				       sg_len, cfg.direction,
7233fc7eaefSShawn Lin 				       DMA_PREP_INTERRUPT | DMA_CTRL_ACK);
7243fc7eaefSShawn Lin 	if (!desc) {
7253fc7eaefSShawn Lin 		dev_err(host->dev, "Can't prepare slave sg.\n");
7263fc7eaefSShawn Lin 		return -EBUSY;
7273fc7eaefSShawn Lin 	}
7283fc7eaefSShawn Lin 
7293fc7eaefSShawn Lin 	/* Set dw_mci_dmac_complete_dma as callback */
7303fc7eaefSShawn Lin 	desc->callback = dw_mci_dmac_complete_dma;
7313fc7eaefSShawn Lin 	desc->callback_param = (void *)host;
7323fc7eaefSShawn Lin 	dmaengine_submit(desc);
7333fc7eaefSShawn Lin 
7343fc7eaefSShawn Lin 	/* Flush cache before write */
7353fc7eaefSShawn Lin 	if (host->data->flags & MMC_DATA_WRITE)
7363fc7eaefSShawn Lin 		dma_sync_sg_for_device(mmc_dev(host->cur_slot->mmc), sgl,
7373fc7eaefSShawn Lin 				       sg_elems, DMA_TO_DEVICE);
7383fc7eaefSShawn Lin 
7393fc7eaefSShawn Lin 	dma_async_issue_pending(host->dms->ch);
7403fc7eaefSShawn Lin 
7413fc7eaefSShawn Lin 	return 0;
7423fc7eaefSShawn Lin }
7433fc7eaefSShawn Lin 
7443fc7eaefSShawn Lin static int dw_mci_edmac_init(struct dw_mci *host)
7453fc7eaefSShawn Lin {
7463fc7eaefSShawn Lin 	/* Request external dma channel */
7473fc7eaefSShawn Lin 	host->dms = kzalloc(sizeof(struct dw_mci_dma_slave), GFP_KERNEL);
7483fc7eaefSShawn Lin 	if (!host->dms)
7493fc7eaefSShawn Lin 		return -ENOMEM;
7503fc7eaefSShawn Lin 
7513fc7eaefSShawn Lin 	host->dms->ch = dma_request_slave_channel(host->dev, "rx-tx");
7523fc7eaefSShawn Lin 	if (!host->dms->ch) {
7534539d36eSDan Carpenter 		dev_err(host->dev, "Failed to get external DMA channel.\n");
7543fc7eaefSShawn Lin 		kfree(host->dms);
7553fc7eaefSShawn Lin 		host->dms = NULL;
7563fc7eaefSShawn Lin 		return -ENXIO;
7573fc7eaefSShawn Lin 	}
7583fc7eaefSShawn Lin 
7593fc7eaefSShawn Lin 	return 0;
7603fc7eaefSShawn Lin }
7613fc7eaefSShawn Lin 
7623fc7eaefSShawn Lin static void dw_mci_edmac_exit(struct dw_mci *host)
7633fc7eaefSShawn Lin {
7643fc7eaefSShawn Lin 	if (host->dms) {
7653fc7eaefSShawn Lin 		if (host->dms->ch) {
7663fc7eaefSShawn Lin 			dma_release_channel(host->dms->ch);
7673fc7eaefSShawn Lin 			host->dms->ch = NULL;
7683fc7eaefSShawn Lin 		}
7693fc7eaefSShawn Lin 		kfree(host->dms);
7703fc7eaefSShawn Lin 		host->dms = NULL;
7713fc7eaefSShawn Lin 	}
7723fc7eaefSShawn Lin }
7733fc7eaefSShawn Lin 
7743fc7eaefSShawn Lin static const struct dw_mci_dma_ops dw_mci_edmac_ops = {
7753fc7eaefSShawn Lin 	.init = dw_mci_edmac_init,
7763fc7eaefSShawn Lin 	.exit = dw_mci_edmac_exit,
7773fc7eaefSShawn Lin 	.start = dw_mci_edmac_start_dma,
7783fc7eaefSShawn Lin 	.stop = dw_mci_edmac_stop_dma,
7793fc7eaefSShawn Lin 	.complete = dw_mci_dmac_complete_dma,
7803fc7eaefSShawn Lin 	.cleanup = dw_mci_dma_cleanup,
7813fc7eaefSShawn Lin };
782885c3e80SSeungwon Jeon 
7839aa51408SSeungwon Jeon static int dw_mci_pre_dma_transfer(struct dw_mci *host,
7849aa51408SSeungwon Jeon 				   struct mmc_data *data,
7859aa51408SSeungwon Jeon 				   bool next)
786f95f3850SWill Newton {
787f95f3850SWill Newton 	struct scatterlist *sg;
7889aa51408SSeungwon Jeon 	unsigned int i, sg_len;
789f95f3850SWill Newton 
7909aa51408SSeungwon Jeon 	if (!next && data->host_cookie)
7919aa51408SSeungwon Jeon 		return data->host_cookie;
792f95f3850SWill Newton 
793f95f3850SWill Newton 	/*
794f95f3850SWill Newton 	 * We don't do DMA on "complex" transfers, i.e. with
795f95f3850SWill Newton 	 * non-word-aligned buffers or lengths. Also, we don't bother
796f95f3850SWill Newton 	 * with all the DMA setup overhead for short transfers.
797f95f3850SWill Newton 	 */
798f95f3850SWill Newton 	if (data->blocks * data->blksz < DW_MCI_DMA_THRESHOLD)
799f95f3850SWill Newton 		return -EINVAL;
8009aa51408SSeungwon Jeon 
801f95f3850SWill Newton 	if (data->blksz & 3)
802f95f3850SWill Newton 		return -EINVAL;
803f95f3850SWill Newton 
804f95f3850SWill Newton 	for_each_sg(data->sg, sg, data->sg_len, i) {
805f95f3850SWill Newton 		if (sg->offset & 3 || sg->length & 3)
806f95f3850SWill Newton 			return -EINVAL;
807f95f3850SWill Newton 	}
808f95f3850SWill Newton 
8094a90920cSThomas Abraham 	sg_len = dma_map_sg(host->dev,
8109aa51408SSeungwon Jeon 			    data->sg,
8119aa51408SSeungwon Jeon 			    data->sg_len,
8129aa51408SSeungwon Jeon 			    dw_mci_get_dma_dir(data));
8139aa51408SSeungwon Jeon 	if (sg_len == 0)
8149aa51408SSeungwon Jeon 		return -EINVAL;
8159aa51408SSeungwon Jeon 
8169aa51408SSeungwon Jeon 	if (next)
8179aa51408SSeungwon Jeon 		data->host_cookie = sg_len;
8189aa51408SSeungwon Jeon 
8199aa51408SSeungwon Jeon 	return sg_len;
8209aa51408SSeungwon Jeon }
8219aa51408SSeungwon Jeon 
8229aa51408SSeungwon Jeon static void dw_mci_pre_req(struct mmc_host *mmc,
8239aa51408SSeungwon Jeon 			   struct mmc_request *mrq,
8249aa51408SSeungwon Jeon 			   bool is_first_req)
8259aa51408SSeungwon Jeon {
8269aa51408SSeungwon Jeon 	struct dw_mci_slot *slot = mmc_priv(mmc);
8279aa51408SSeungwon Jeon 	struct mmc_data *data = mrq->data;
8289aa51408SSeungwon Jeon 
8299aa51408SSeungwon Jeon 	if (!slot->host->use_dma || !data)
8309aa51408SSeungwon Jeon 		return;
8319aa51408SSeungwon Jeon 
8329aa51408SSeungwon Jeon 	if (data->host_cookie) {
8339aa51408SSeungwon Jeon 		data->host_cookie = 0;
8349aa51408SSeungwon Jeon 		return;
8359aa51408SSeungwon Jeon 	}
8369aa51408SSeungwon Jeon 
8379aa51408SSeungwon Jeon 	if (dw_mci_pre_dma_transfer(slot->host, mrq->data, 1) < 0)
8389aa51408SSeungwon Jeon 		data->host_cookie = 0;
8399aa51408SSeungwon Jeon }
8409aa51408SSeungwon Jeon 
8419aa51408SSeungwon Jeon static void dw_mci_post_req(struct mmc_host *mmc,
8429aa51408SSeungwon Jeon 			    struct mmc_request *mrq,
8439aa51408SSeungwon Jeon 			    int err)
8449aa51408SSeungwon Jeon {
8459aa51408SSeungwon Jeon 	struct dw_mci_slot *slot = mmc_priv(mmc);
8469aa51408SSeungwon Jeon 	struct mmc_data *data = mrq->data;
8479aa51408SSeungwon Jeon 
8489aa51408SSeungwon Jeon 	if (!slot->host->use_dma || !data)
8499aa51408SSeungwon Jeon 		return;
8509aa51408SSeungwon Jeon 
8519aa51408SSeungwon Jeon 	if (data->host_cookie)
8524a90920cSThomas Abraham 		dma_unmap_sg(slot->host->dev,
8539aa51408SSeungwon Jeon 			     data->sg,
8549aa51408SSeungwon Jeon 			     data->sg_len,
8559aa51408SSeungwon Jeon 			     dw_mci_get_dma_dir(data));
8569aa51408SSeungwon Jeon 	data->host_cookie = 0;
8579aa51408SSeungwon Jeon }
8589aa51408SSeungwon Jeon 
85952426899SSeungwon Jeon static void dw_mci_adjust_fifoth(struct dw_mci *host, struct mmc_data *data)
86052426899SSeungwon Jeon {
86152426899SSeungwon Jeon 	unsigned int blksz = data->blksz;
86252426899SSeungwon Jeon 	const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256};
86352426899SSeungwon Jeon 	u32 fifo_width = 1 << host->data_shift;
86452426899SSeungwon Jeon 	u32 blksz_depth = blksz / fifo_width, fifoth_val;
86552426899SSeungwon Jeon 	u32 msize = 0, rx_wmark = 1, tx_wmark, tx_wmark_invers;
8660e3a22c0SShawn Lin 	int idx = ARRAY_SIZE(mszs) - 1;
86752426899SSeungwon Jeon 
8683fc7eaefSShawn Lin 	/* pio should ship this scenario */
8693fc7eaefSShawn Lin 	if (!host->use_dma)
8703fc7eaefSShawn Lin 		return;
8713fc7eaefSShawn Lin 
87252426899SSeungwon Jeon 	tx_wmark = (host->fifo_depth) / 2;
87352426899SSeungwon Jeon 	tx_wmark_invers = host->fifo_depth - tx_wmark;
87452426899SSeungwon Jeon 
87552426899SSeungwon Jeon 	/*
87652426899SSeungwon Jeon 	 * MSIZE is '1',
87752426899SSeungwon Jeon 	 * if blksz is not a multiple of the FIFO width
87852426899SSeungwon Jeon 	 */
87952426899SSeungwon Jeon 	if (blksz % fifo_width) {
88052426899SSeungwon Jeon 		msize = 0;
88152426899SSeungwon Jeon 		rx_wmark = 1;
88252426899SSeungwon Jeon 		goto done;
88352426899SSeungwon Jeon 	}
88452426899SSeungwon Jeon 
88552426899SSeungwon Jeon 	do {
88652426899SSeungwon Jeon 		if (!((blksz_depth % mszs[idx]) ||
88752426899SSeungwon Jeon 		     (tx_wmark_invers % mszs[idx]))) {
88852426899SSeungwon Jeon 			msize = idx;
88952426899SSeungwon Jeon 			rx_wmark = mszs[idx] - 1;
89052426899SSeungwon Jeon 			break;
89152426899SSeungwon Jeon 		}
89252426899SSeungwon Jeon 	} while (--idx > 0);
89352426899SSeungwon Jeon 	/*
89452426899SSeungwon Jeon 	 * If idx is '0', it won't be tried
89552426899SSeungwon Jeon 	 * Thus, initial values are uesed
89652426899SSeungwon Jeon 	 */
89752426899SSeungwon Jeon done:
89852426899SSeungwon Jeon 	fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark);
89952426899SSeungwon Jeon 	mci_writel(host, FIFOTH, fifoth_val);
90052426899SSeungwon Jeon }
90152426899SSeungwon Jeon 
902f1d2736cSSeungwon Jeon static void dw_mci_ctrl_rd_thld(struct dw_mci *host, struct mmc_data *data)
903f1d2736cSSeungwon Jeon {
904f1d2736cSSeungwon Jeon 	unsigned int blksz = data->blksz;
905f1d2736cSSeungwon Jeon 	u32 blksz_depth, fifo_depth;
906f1d2736cSSeungwon Jeon 	u16 thld_size;
907f1d2736cSSeungwon Jeon 
908f1d2736cSSeungwon Jeon 	WARN_ON(!(data->flags & MMC_DATA_READ));
909f1d2736cSSeungwon Jeon 
91066dfd101SJames Hogan 	/*
91166dfd101SJames Hogan 	 * CDTHRCTL doesn't exist prior to 240A (in fact that register offset is
91266dfd101SJames Hogan 	 * in the FIFO region, so we really shouldn't access it).
91366dfd101SJames Hogan 	 */
91466dfd101SJames Hogan 	if (host->verid < DW_MMC_240A)
91566dfd101SJames Hogan 		return;
91666dfd101SJames Hogan 
917f1d2736cSSeungwon Jeon 	if (host->timing != MMC_TIMING_MMC_HS200 &&
918488b8d63SJaehoon Chung 	    host->timing != MMC_TIMING_MMC_HS400 &&
919f1d2736cSSeungwon Jeon 	    host->timing != MMC_TIMING_UHS_SDR104)
920f1d2736cSSeungwon Jeon 		goto disable;
921f1d2736cSSeungwon Jeon 
922f1d2736cSSeungwon Jeon 	blksz_depth = blksz / (1 << host->data_shift);
923f1d2736cSSeungwon Jeon 	fifo_depth = host->fifo_depth;
924f1d2736cSSeungwon Jeon 
925f1d2736cSSeungwon Jeon 	if (blksz_depth > fifo_depth)
926f1d2736cSSeungwon Jeon 		goto disable;
927f1d2736cSSeungwon Jeon 
928f1d2736cSSeungwon Jeon 	/*
929f1d2736cSSeungwon Jeon 	 * If (blksz_depth) >= (fifo_depth >> 1), should be 'thld_size <= blksz'
930f1d2736cSSeungwon Jeon 	 * If (blksz_depth) <  (fifo_depth >> 1), should be thld_size = blksz
931f1d2736cSSeungwon Jeon 	 * Currently just choose blksz.
932f1d2736cSSeungwon Jeon 	 */
933f1d2736cSSeungwon Jeon 	thld_size = blksz;
934f1d2736cSSeungwon Jeon 	mci_writel(host, CDTHRCTL, SDMMC_SET_RD_THLD(thld_size, 1));
935f1d2736cSSeungwon Jeon 	return;
936f1d2736cSSeungwon Jeon 
937f1d2736cSSeungwon Jeon disable:
938f1d2736cSSeungwon Jeon 	mci_writel(host, CDTHRCTL, SDMMC_SET_RD_THLD(0, 0));
939f1d2736cSSeungwon Jeon }
940f1d2736cSSeungwon Jeon 
9419aa51408SSeungwon Jeon static int dw_mci_submit_data_dma(struct dw_mci *host, struct mmc_data *data)
9429aa51408SSeungwon Jeon {
943f8c58c11SDoug Anderson 	unsigned long irqflags;
9449aa51408SSeungwon Jeon 	int sg_len;
9459aa51408SSeungwon Jeon 	u32 temp;
9469aa51408SSeungwon Jeon 
9479aa51408SSeungwon Jeon 	host->using_dma = 0;
9489aa51408SSeungwon Jeon 
9499aa51408SSeungwon Jeon 	/* If we don't have a channel, we can't do DMA */
9509aa51408SSeungwon Jeon 	if (!host->use_dma)
9519aa51408SSeungwon Jeon 		return -ENODEV;
9529aa51408SSeungwon Jeon 
9539aa51408SSeungwon Jeon 	sg_len = dw_mci_pre_dma_transfer(host, data, 0);
954a99aa9b9SSeungwon Jeon 	if (sg_len < 0) {
955a99aa9b9SSeungwon Jeon 		host->dma_ops->stop(host);
9569aa51408SSeungwon Jeon 		return sg_len;
957a99aa9b9SSeungwon Jeon 	}
9589aa51408SSeungwon Jeon 
95903e8cb53SJames Hogan 	host->using_dma = 1;
96003e8cb53SJames Hogan 
9613fc7eaefSShawn Lin 	if (host->use_dma == TRANS_MODE_IDMAC)
9624a90920cSThomas Abraham 		dev_vdbg(host->dev,
963f95f3850SWill Newton 			 "sd sg_cpu: %#lx sg_dma: %#lx sg_len: %d\n",
9643fc7eaefSShawn Lin 			 (unsigned long)host->sg_cpu,
9653fc7eaefSShawn Lin 			 (unsigned long)host->sg_dma,
966f95f3850SWill Newton 			 sg_len);
967f95f3850SWill Newton 
96852426899SSeungwon Jeon 	/*
96952426899SSeungwon Jeon 	 * Decide the MSIZE and RX/TX Watermark.
97052426899SSeungwon Jeon 	 * If current block size is same with previous size,
97152426899SSeungwon Jeon 	 * no need to update fifoth.
97252426899SSeungwon Jeon 	 */
97352426899SSeungwon Jeon 	if (host->prev_blksz != data->blksz)
97452426899SSeungwon Jeon 		dw_mci_adjust_fifoth(host, data);
97552426899SSeungwon Jeon 
976f95f3850SWill Newton 	/* Enable the DMA interface */
977f95f3850SWill Newton 	temp = mci_readl(host, CTRL);
978f95f3850SWill Newton 	temp |= SDMMC_CTRL_DMA_ENABLE;
979f95f3850SWill Newton 	mci_writel(host, CTRL, temp);
980f95f3850SWill Newton 
981f95f3850SWill Newton 	/* Disable RX/TX IRQs, let DMA handle it */
982f8c58c11SDoug Anderson 	spin_lock_irqsave(&host->irq_lock, irqflags);
983f95f3850SWill Newton 	temp = mci_readl(host, INTMASK);
984f95f3850SWill Newton 	temp  &= ~(SDMMC_INT_RXDR | SDMMC_INT_TXDR);
985f95f3850SWill Newton 	mci_writel(host, INTMASK, temp);
986f8c58c11SDoug Anderson 	spin_unlock_irqrestore(&host->irq_lock, irqflags);
987f95f3850SWill Newton 
9883fc7eaefSShawn Lin 	if (host->dma_ops->start(host, sg_len)) {
9893fc7eaefSShawn Lin 		/* We can't do DMA */
9903fc7eaefSShawn Lin 		dev_err(host->dev, "%s: failed to start DMA.\n", __func__);
9913fc7eaefSShawn Lin 		return -ENODEV;
9923fc7eaefSShawn Lin 	}
993f95f3850SWill Newton 
994f95f3850SWill Newton 	return 0;
995f95f3850SWill Newton }
996f95f3850SWill Newton 
997f95f3850SWill Newton static void dw_mci_submit_data(struct dw_mci *host, struct mmc_data *data)
998f95f3850SWill Newton {
999f8c58c11SDoug Anderson 	unsigned long irqflags;
10000e3a22c0SShawn Lin 	int flags = SG_MITER_ATOMIC;
1001f95f3850SWill Newton 	u32 temp;
1002f95f3850SWill Newton 
1003f95f3850SWill Newton 	data->error = -EINPROGRESS;
1004f95f3850SWill Newton 
1005f95f3850SWill Newton 	WARN_ON(host->data);
1006f95f3850SWill Newton 	host->sg = NULL;
1007f95f3850SWill Newton 	host->data = data;
1008f95f3850SWill Newton 
1009f1d2736cSSeungwon Jeon 	if (data->flags & MMC_DATA_READ) {
101055c5efbcSJames Hogan 		host->dir_status = DW_MCI_RECV_STATUS;
1011f1d2736cSSeungwon Jeon 		dw_mci_ctrl_rd_thld(host, data);
1012f1d2736cSSeungwon Jeon 	} else {
101355c5efbcSJames Hogan 		host->dir_status = DW_MCI_SEND_STATUS;
1014f1d2736cSSeungwon Jeon 	}
101555c5efbcSJames Hogan 
1016f95f3850SWill Newton 	if (dw_mci_submit_data_dma(host, data)) {
1017f9c2a0dcSSeungwon Jeon 		if (host->data->flags & MMC_DATA_READ)
1018f9c2a0dcSSeungwon Jeon 			flags |= SG_MITER_TO_SG;
1019f9c2a0dcSSeungwon Jeon 		else
1020f9c2a0dcSSeungwon Jeon 			flags |= SG_MITER_FROM_SG;
1021f9c2a0dcSSeungwon Jeon 
1022f9c2a0dcSSeungwon Jeon 		sg_miter_start(&host->sg_miter, data->sg, data->sg_len, flags);
1023f95f3850SWill Newton 		host->sg = data->sg;
102434b664a2SJames Hogan 		host->part_buf_start = 0;
102534b664a2SJames Hogan 		host->part_buf_count = 0;
1026f95f3850SWill Newton 
1027b40af3aaSJames Hogan 		mci_writel(host, RINTSTS, SDMMC_INT_TXDR | SDMMC_INT_RXDR);
1028f8c58c11SDoug Anderson 
1029f8c58c11SDoug Anderson 		spin_lock_irqsave(&host->irq_lock, irqflags);
1030f95f3850SWill Newton 		temp = mci_readl(host, INTMASK);
1031f95f3850SWill Newton 		temp |= SDMMC_INT_TXDR | SDMMC_INT_RXDR;
1032f95f3850SWill Newton 		mci_writel(host, INTMASK, temp);
1033f8c58c11SDoug Anderson 		spin_unlock_irqrestore(&host->irq_lock, irqflags);
1034f95f3850SWill Newton 
1035f95f3850SWill Newton 		temp = mci_readl(host, CTRL);
1036f95f3850SWill Newton 		temp &= ~SDMMC_CTRL_DMA_ENABLE;
1037f95f3850SWill Newton 		mci_writel(host, CTRL, temp);
103852426899SSeungwon Jeon 
103952426899SSeungwon Jeon 		/*
104052426899SSeungwon Jeon 		 * Use the initial fifoth_val for PIO mode.
104152426899SSeungwon Jeon 		 * If next issued data may be transfered by DMA mode,
104252426899SSeungwon Jeon 		 * prev_blksz should be invalidated.
104352426899SSeungwon Jeon 		 */
104452426899SSeungwon Jeon 		mci_writel(host, FIFOTH, host->fifoth_val);
104552426899SSeungwon Jeon 		host->prev_blksz = 0;
104652426899SSeungwon Jeon 	} else {
104752426899SSeungwon Jeon 		/*
104852426899SSeungwon Jeon 		 * Keep the current block size.
104952426899SSeungwon Jeon 		 * It will be used to decide whether to update
105052426899SSeungwon Jeon 		 * fifoth register next time.
105152426899SSeungwon Jeon 		 */
105252426899SSeungwon Jeon 		host->prev_blksz = data->blksz;
1053f95f3850SWill Newton 	}
1054f95f3850SWill Newton }
1055f95f3850SWill Newton 
1056f95f3850SWill Newton static void mci_send_cmd(struct dw_mci_slot *slot, u32 cmd, u32 arg)
1057f95f3850SWill Newton {
1058f95f3850SWill Newton 	struct dw_mci *host = slot->host;
1059f95f3850SWill Newton 	unsigned long timeout = jiffies + msecs_to_jiffies(500);
1060f95f3850SWill Newton 	unsigned int cmd_status = 0;
1061f95f3850SWill Newton 
1062f95f3850SWill Newton 	mci_writel(host, CMDARG, arg);
10630e3a22c0SShawn Lin 	wmb(); /* drain writebuffer */
10640bdbd0e8SDoug Anderson 	dw_mci_wait_while_busy(host, cmd);
1065f95f3850SWill Newton 	mci_writel(host, CMD, SDMMC_CMD_START | cmd);
1066f95f3850SWill Newton 
1067f95f3850SWill Newton 	while (time_before(jiffies, timeout)) {
1068f95f3850SWill Newton 		cmd_status = mci_readl(host, CMD);
1069f95f3850SWill Newton 		if (!(cmd_status & SDMMC_CMD_START))
1070f95f3850SWill Newton 			return;
1071f95f3850SWill Newton 	}
1072f95f3850SWill Newton 	dev_err(&slot->mmc->class_dev,
1073f95f3850SWill Newton 		"Timeout sending command (cmd %#x arg %#x status %#x)\n",
1074f95f3850SWill Newton 		cmd, arg, cmd_status);
1075f95f3850SWill Newton }
1076f95f3850SWill Newton 
1077ab269128SAbhilash Kesavan static void dw_mci_setup_bus(struct dw_mci_slot *slot, bool force_clkinit)
1078f95f3850SWill Newton {
1079f95f3850SWill Newton 	struct dw_mci *host = slot->host;
1080fdf492a1SDoug Anderson 	unsigned int clock = slot->clock;
1081f95f3850SWill Newton 	u32 div;
10829623b5b9SDoug Anderson 	u32 clk_en_a;
108301730558SDoug Anderson 	u32 sdmmc_cmd_bits = SDMMC_CMD_UPD_CLK | SDMMC_CMD_PRV_DAT_WAIT;
108401730558SDoug Anderson 
108501730558SDoug Anderson 	/* We must continue to set bit 28 in CMD until the change is complete */
108601730558SDoug Anderson 	if (host->state == STATE_WAITING_CMD11_DONE)
108701730558SDoug Anderson 		sdmmc_cmd_bits |= SDMMC_CMD_VOLT_SWITCH;
1088f95f3850SWill Newton 
1089fdf492a1SDoug Anderson 	if (!clock) {
1090fdf492a1SDoug Anderson 		mci_writel(host, CLKENA, 0);
109101730558SDoug Anderson 		mci_send_cmd(slot, sdmmc_cmd_bits, 0);
1092fdf492a1SDoug Anderson 	} else if (clock != host->current_speed || force_clkinit) {
1093fdf492a1SDoug Anderson 		div = host->bus_hz / clock;
1094fdf492a1SDoug Anderson 		if (host->bus_hz % clock && host->bus_hz > clock)
1095f95f3850SWill Newton 			/*
1096f95f3850SWill Newton 			 * move the + 1 after the divide to prevent
1097f95f3850SWill Newton 			 * over-clocking the card.
1098f95f3850SWill Newton 			 */
1099e419990bSSeungwon Jeon 			div += 1;
1100e419990bSSeungwon Jeon 
1101fdf492a1SDoug Anderson 		div = (host->bus_hz != clock) ? DIV_ROUND_UP(div, 2) : 0;
1102f95f3850SWill Newton 
1103fdf492a1SDoug Anderson 		if ((clock << div) != slot->__clk_old || force_clkinit)
1104f95f3850SWill Newton 			dev_info(&slot->mmc->class_dev,
1105fdf492a1SDoug Anderson 				 "Bus speed (slot %d) = %dHz (slot req %dHz, actual %dHZ div = %d)\n",
1106fdf492a1SDoug Anderson 				 slot->id, host->bus_hz, clock,
1107fdf492a1SDoug Anderson 				 div ? ((host->bus_hz / div) >> 1) :
1108fdf492a1SDoug Anderson 				 host->bus_hz, div);
1109f95f3850SWill Newton 
1110f95f3850SWill Newton 		/* disable clock */
1111f95f3850SWill Newton 		mci_writel(host, CLKENA, 0);
1112f95f3850SWill Newton 		mci_writel(host, CLKSRC, 0);
1113f95f3850SWill Newton 
1114f95f3850SWill Newton 		/* inform CIU */
111501730558SDoug Anderson 		mci_send_cmd(slot, sdmmc_cmd_bits, 0);
1116f95f3850SWill Newton 
1117f95f3850SWill Newton 		/* set clock to desired speed */
1118f95f3850SWill Newton 		mci_writel(host, CLKDIV, div);
1119f95f3850SWill Newton 
1120f95f3850SWill Newton 		/* inform CIU */
112101730558SDoug Anderson 		mci_send_cmd(slot, sdmmc_cmd_bits, 0);
1122f95f3850SWill Newton 
11239623b5b9SDoug Anderson 		/* enable clock; only low power if no SDIO */
11249623b5b9SDoug Anderson 		clk_en_a = SDMMC_CLKEN_ENABLE << slot->id;
1125b24c8b26SDoug Anderson 		if (!test_bit(DW_MMC_CARD_NO_LOW_PWR, &slot->flags))
11269623b5b9SDoug Anderson 			clk_en_a |= SDMMC_CLKEN_LOW_PWR << slot->id;
11279623b5b9SDoug Anderson 		mci_writel(host, CLKENA, clk_en_a);
1128f95f3850SWill Newton 
1129f95f3850SWill Newton 		/* inform CIU */
113001730558SDoug Anderson 		mci_send_cmd(slot, sdmmc_cmd_bits, 0);
1131f95f3850SWill Newton 
1132fdf492a1SDoug Anderson 		/* keep the clock with reflecting clock dividor */
1133fdf492a1SDoug Anderson 		slot->__clk_old = clock << div;
1134f95f3850SWill Newton 	}
1135f95f3850SWill Newton 
1136fdf492a1SDoug Anderson 	host->current_speed = clock;
1137fdf492a1SDoug Anderson 
1138f95f3850SWill Newton 	/* Set the current slot bus width */
11391d56c453SSeungwon Jeon 	mci_writel(host, CTYPE, (slot->ctype << slot->id));
1140f95f3850SWill Newton }
1141f95f3850SWill Newton 
1142053b3ce6SSeungwon Jeon static void __dw_mci_start_request(struct dw_mci *host,
1143053b3ce6SSeungwon Jeon 				   struct dw_mci_slot *slot,
1144053b3ce6SSeungwon Jeon 				   struct mmc_command *cmd)
1145f95f3850SWill Newton {
1146f95f3850SWill Newton 	struct mmc_request *mrq;
1147f95f3850SWill Newton 	struct mmc_data	*data;
1148f95f3850SWill Newton 	u32 cmdflags;
1149f95f3850SWill Newton 
1150f95f3850SWill Newton 	mrq = slot->mrq;
1151f95f3850SWill Newton 
1152f95f3850SWill Newton 	host->cur_slot = slot;
1153f95f3850SWill Newton 	host->mrq = mrq;
1154f95f3850SWill Newton 
1155f95f3850SWill Newton 	host->pending_events = 0;
1156f95f3850SWill Newton 	host->completed_events = 0;
1157e352c813SSeungwon Jeon 	host->cmd_status = 0;
1158f95f3850SWill Newton 	host->data_status = 0;
1159e352c813SSeungwon Jeon 	host->dir_status = 0;
1160f95f3850SWill Newton 
1161053b3ce6SSeungwon Jeon 	data = cmd->data;
1162f95f3850SWill Newton 	if (data) {
1163f16afa88SJaehoon Chung 		mci_writel(host, TMOUT, 0xFFFFFFFF);
1164f95f3850SWill Newton 		mci_writel(host, BYTCNT, data->blksz*data->blocks);
1165f95f3850SWill Newton 		mci_writel(host, BLKSIZ, data->blksz);
1166f95f3850SWill Newton 	}
1167f95f3850SWill Newton 
1168f95f3850SWill Newton 	cmdflags = dw_mci_prepare_command(slot->mmc, cmd);
1169f95f3850SWill Newton 
1170f95f3850SWill Newton 	/* this is the first command, send the initialization clock */
1171f95f3850SWill Newton 	if (test_and_clear_bit(DW_MMC_CARD_NEED_INIT, &slot->flags))
1172f95f3850SWill Newton 		cmdflags |= SDMMC_CMD_INIT;
1173f95f3850SWill Newton 
1174f95f3850SWill Newton 	if (data) {
1175f95f3850SWill Newton 		dw_mci_submit_data(host, data);
11760e3a22c0SShawn Lin 		wmb(); /* drain writebuffer */
1177f95f3850SWill Newton 	}
1178f95f3850SWill Newton 
1179f95f3850SWill Newton 	dw_mci_start_command(host, cmd, cmdflags);
1180f95f3850SWill Newton 
11815c935165SDoug Anderson 	if (cmd->opcode == SD_SWITCH_VOLTAGE) {
118249ba0302SDoug Anderson 		unsigned long irqflags;
118349ba0302SDoug Anderson 
11845c935165SDoug Anderson 		/*
11858886a6fdSDoug Anderson 		 * Databook says to fail after 2ms w/ no response, but evidence
11868886a6fdSDoug Anderson 		 * shows that sometimes the cmd11 interrupt takes over 130ms.
11878886a6fdSDoug Anderson 		 * We'll set to 500ms, plus an extra jiffy just in case jiffies
11888886a6fdSDoug Anderson 		 * is just about to roll over.
118949ba0302SDoug Anderson 		 *
119049ba0302SDoug Anderson 		 * We do this whole thing under spinlock and only if the
119149ba0302SDoug Anderson 		 * command hasn't already completed (indicating the the irq
119249ba0302SDoug Anderson 		 * already ran so we don't want the timeout).
11935c935165SDoug Anderson 		 */
119449ba0302SDoug Anderson 		spin_lock_irqsave(&host->irq_lock, irqflags);
119549ba0302SDoug Anderson 		if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events))
11965c935165SDoug Anderson 			mod_timer(&host->cmd11_timer,
11978886a6fdSDoug Anderson 				jiffies + msecs_to_jiffies(500) + 1);
119849ba0302SDoug Anderson 		spin_unlock_irqrestore(&host->irq_lock, irqflags);
11995c935165SDoug Anderson 	}
12005c935165SDoug Anderson 
1201f95f3850SWill Newton 	if (mrq->stop)
1202f95f3850SWill Newton 		host->stop_cmdr = dw_mci_prepare_command(slot->mmc, mrq->stop);
120390c2143aSSeungwon Jeon 	else
120490c2143aSSeungwon Jeon 		host->stop_cmdr = dw_mci_prep_stop_abort(host, cmd);
1205f95f3850SWill Newton }
1206f95f3850SWill Newton 
1207053b3ce6SSeungwon Jeon static void dw_mci_start_request(struct dw_mci *host,
1208053b3ce6SSeungwon Jeon 				 struct dw_mci_slot *slot)
1209053b3ce6SSeungwon Jeon {
1210053b3ce6SSeungwon Jeon 	struct mmc_request *mrq = slot->mrq;
1211053b3ce6SSeungwon Jeon 	struct mmc_command *cmd;
1212053b3ce6SSeungwon Jeon 
1213053b3ce6SSeungwon Jeon 	cmd = mrq->sbc ? mrq->sbc : mrq->cmd;
1214053b3ce6SSeungwon Jeon 	__dw_mci_start_request(host, slot, cmd);
1215053b3ce6SSeungwon Jeon }
1216053b3ce6SSeungwon Jeon 
12177456caaeSJames Hogan /* must be called with host->lock held */
1218f95f3850SWill Newton static void dw_mci_queue_request(struct dw_mci *host, struct dw_mci_slot *slot,
1219f95f3850SWill Newton 				 struct mmc_request *mrq)
1220f95f3850SWill Newton {
1221f95f3850SWill Newton 	dev_vdbg(&slot->mmc->class_dev, "queue request: state=%d\n",
1222f95f3850SWill Newton 		 host->state);
1223f95f3850SWill Newton 
1224f95f3850SWill Newton 	slot->mrq = mrq;
1225f95f3850SWill Newton 
122601730558SDoug Anderson 	if (host->state == STATE_WAITING_CMD11_DONE) {
122701730558SDoug Anderson 		dev_warn(&slot->mmc->class_dev,
122801730558SDoug Anderson 			 "Voltage change didn't complete\n");
122901730558SDoug Anderson 		/*
123001730558SDoug Anderson 		 * this case isn't expected to happen, so we can
123101730558SDoug Anderson 		 * either crash here or just try to continue on
123201730558SDoug Anderson 		 * in the closest possible state
123301730558SDoug Anderson 		 */
123401730558SDoug Anderson 		host->state = STATE_IDLE;
123501730558SDoug Anderson 	}
123601730558SDoug Anderson 
1237f95f3850SWill Newton 	if (host->state == STATE_IDLE) {
1238f95f3850SWill Newton 		host->state = STATE_SENDING_CMD;
1239f95f3850SWill Newton 		dw_mci_start_request(host, slot);
1240f95f3850SWill Newton 	} else {
1241f95f3850SWill Newton 		list_add_tail(&slot->queue_node, &host->queue);
1242f95f3850SWill Newton 	}
1243f95f3850SWill Newton }
1244f95f3850SWill Newton 
1245f95f3850SWill Newton static void dw_mci_request(struct mmc_host *mmc, struct mmc_request *mrq)
1246f95f3850SWill Newton {
1247f95f3850SWill Newton 	struct dw_mci_slot *slot = mmc_priv(mmc);
1248f95f3850SWill Newton 	struct dw_mci *host = slot->host;
1249f95f3850SWill Newton 
1250f95f3850SWill Newton 	WARN_ON(slot->mrq);
1251f95f3850SWill Newton 
12527456caaeSJames Hogan 	/*
12537456caaeSJames Hogan 	 * The check for card presence and queueing of the request must be
12547456caaeSJames Hogan 	 * atomic, otherwise the card could be removed in between and the
12557456caaeSJames Hogan 	 * request wouldn't fail until another card was inserted.
12567456caaeSJames Hogan 	 */
12577456caaeSJames Hogan 
125856f6911cSShawn Lin 	if (!dw_mci_get_cd(mmc)) {
1259f95f3850SWill Newton 		mrq->cmd->error = -ENOMEDIUM;
1260f95f3850SWill Newton 		mmc_request_done(mmc, mrq);
1261f95f3850SWill Newton 		return;
1262f95f3850SWill Newton 	}
1263f95f3850SWill Newton 
126456f6911cSShawn Lin 	spin_lock_bh(&host->lock);
126556f6911cSShawn Lin 
1266f95f3850SWill Newton 	dw_mci_queue_request(host, slot, mrq);
12677456caaeSJames Hogan 
12687456caaeSJames Hogan 	spin_unlock_bh(&host->lock);
1269f95f3850SWill Newton }
1270f95f3850SWill Newton 
1271f95f3850SWill Newton static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
1272f95f3850SWill Newton {
1273f95f3850SWill Newton 	struct dw_mci_slot *slot = mmc_priv(mmc);
1274e95baf13SArnd Bergmann 	const struct dw_mci_drv_data *drv_data = slot->host->drv_data;
127541babf75SJaehoon Chung 	u32 regs;
127651da2240SYuvaraj CD 	int ret;
1277f95f3850SWill Newton 
1278f95f3850SWill Newton 	switch (ios->bus_width) {
1279f95f3850SWill Newton 	case MMC_BUS_WIDTH_4:
1280f95f3850SWill Newton 		slot->ctype = SDMMC_CTYPE_4BIT;
1281f95f3850SWill Newton 		break;
1282c9b2a06fSJaehoon Chung 	case MMC_BUS_WIDTH_8:
1283c9b2a06fSJaehoon Chung 		slot->ctype = SDMMC_CTYPE_8BIT;
1284c9b2a06fSJaehoon Chung 		break;
1285b2f7cb45SJaehoon Chung 	default:
1286b2f7cb45SJaehoon Chung 		/* set default 1 bit mode */
1287b2f7cb45SJaehoon Chung 		slot->ctype = SDMMC_CTYPE_1BIT;
1288f95f3850SWill Newton 	}
1289f95f3850SWill Newton 
129041babf75SJaehoon Chung 	regs = mci_readl(slot->host, UHS_REG);
12913f514291SSeungwon Jeon 
12923f514291SSeungwon Jeon 	/* DDR mode set */
129380113132SSeungwon Jeon 	if (ios->timing == MMC_TIMING_MMC_DDR52 ||
12947cc8d580SJaehoon Chung 	    ios->timing == MMC_TIMING_UHS_DDR50 ||
129580113132SSeungwon Jeon 	    ios->timing == MMC_TIMING_MMC_HS400)
1296c69042a5SHyeonsu Kim 		regs |= ((0x1 << slot->id) << 16);
12973f514291SSeungwon Jeon 	else
1298c69042a5SHyeonsu Kim 		regs &= ~((0x1 << slot->id) << 16);
12993f514291SSeungwon Jeon 
130041babf75SJaehoon Chung 	mci_writel(slot->host, UHS_REG, regs);
1301f1d2736cSSeungwon Jeon 	slot->host->timing = ios->timing;
130241babf75SJaehoon Chung 
1303f95f3850SWill Newton 	/*
1304f95f3850SWill Newton 	 * Use mirror of ios->clock to prevent race with mmc
1305f95f3850SWill Newton 	 * core ios update when finding the minimum.
1306f95f3850SWill Newton 	 */
1307f95f3850SWill Newton 	slot->clock = ios->clock;
1308f95f3850SWill Newton 
1309cb27a843SJames Hogan 	if (drv_data && drv_data->set_ios)
1310cb27a843SJames Hogan 		drv_data->set_ios(slot->host, ios);
1311800d78bfSThomas Abraham 
1312f95f3850SWill Newton 	switch (ios->power_mode) {
1313f95f3850SWill Newton 	case MMC_POWER_UP:
131451da2240SYuvaraj CD 		if (!IS_ERR(mmc->supply.vmmc)) {
131551da2240SYuvaraj CD 			ret = mmc_regulator_set_ocr(mmc, mmc->supply.vmmc,
131651da2240SYuvaraj CD 					ios->vdd);
131751da2240SYuvaraj CD 			if (ret) {
131851da2240SYuvaraj CD 				dev_err(slot->host->dev,
131951da2240SYuvaraj CD 					"failed to enable vmmc regulator\n");
132051da2240SYuvaraj CD 				/*return, if failed turn on vmmc*/
132151da2240SYuvaraj CD 				return;
132251da2240SYuvaraj CD 			}
132351da2240SYuvaraj CD 		}
132429d0d161SDoug Anderson 		set_bit(DW_MMC_CARD_NEED_INIT, &slot->flags);
132529d0d161SDoug Anderson 		regs = mci_readl(slot->host, PWREN);
132629d0d161SDoug Anderson 		regs |= (1 << slot->id);
132729d0d161SDoug Anderson 		mci_writel(slot->host, PWREN, regs);
132829d0d161SDoug Anderson 		break;
132929d0d161SDoug Anderson 	case MMC_POWER_ON:
1330d1f1dd86SDoug Anderson 		if (!slot->host->vqmmc_enabled) {
1331d1f1dd86SDoug Anderson 			if (!IS_ERR(mmc->supply.vqmmc)) {
133251da2240SYuvaraj CD 				ret = regulator_enable(mmc->supply.vqmmc);
133351da2240SYuvaraj CD 				if (ret < 0)
133451da2240SYuvaraj CD 					dev_err(slot->host->dev,
1335d1f1dd86SDoug Anderson 						"failed to enable vqmmc\n");
133651da2240SYuvaraj CD 				else
133751da2240SYuvaraj CD 					slot->host->vqmmc_enabled = true;
1338d1f1dd86SDoug Anderson 
1339d1f1dd86SDoug Anderson 			} else {
1340d1f1dd86SDoug Anderson 				/* Keep track so we don't reset again */
1341d1f1dd86SDoug Anderson 				slot->host->vqmmc_enabled = true;
1342d1f1dd86SDoug Anderson 			}
1343d1f1dd86SDoug Anderson 
1344d1f1dd86SDoug Anderson 			/* Reset our state machine after powering on */
1345d1f1dd86SDoug Anderson 			dw_mci_ctrl_reset(slot->host,
1346d1f1dd86SDoug Anderson 					  SDMMC_CTRL_ALL_RESET_FLAGS);
134751da2240SYuvaraj CD 		}
1348655babbdSDoug Anderson 
1349655babbdSDoug Anderson 		/* Adjust clock / bus width after power is up */
1350655babbdSDoug Anderson 		dw_mci_setup_bus(slot, false);
1351655babbdSDoug Anderson 
1352e6f34e2fSJames Hogan 		break;
1353e6f34e2fSJames Hogan 	case MMC_POWER_OFF:
1354655babbdSDoug Anderson 		/* Turn clock off before power goes down */
1355655babbdSDoug Anderson 		dw_mci_setup_bus(slot, false);
1356655babbdSDoug Anderson 
135751da2240SYuvaraj CD 		if (!IS_ERR(mmc->supply.vmmc))
135851da2240SYuvaraj CD 			mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0);
135951da2240SYuvaraj CD 
1360d1f1dd86SDoug Anderson 		if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled)
136151da2240SYuvaraj CD 			regulator_disable(mmc->supply.vqmmc);
136251da2240SYuvaraj CD 		slot->host->vqmmc_enabled = false;
136351da2240SYuvaraj CD 
13644366dcc5SJaehoon Chung 		regs = mci_readl(slot->host, PWREN);
13654366dcc5SJaehoon Chung 		regs &= ~(1 << slot->id);
13664366dcc5SJaehoon Chung 		mci_writel(slot->host, PWREN, regs);
1367f95f3850SWill Newton 		break;
1368f95f3850SWill Newton 	default:
1369f95f3850SWill Newton 		break;
1370f95f3850SWill Newton 	}
1371655babbdSDoug Anderson 
1372655babbdSDoug Anderson 	if (slot->host->state == STATE_WAITING_CMD11_DONE && ios->clock != 0)
1373655babbdSDoug Anderson 		slot->host->state = STATE_IDLE;
1374f95f3850SWill Newton }
1375f95f3850SWill Newton 
137601730558SDoug Anderson static int dw_mci_card_busy(struct mmc_host *mmc)
137701730558SDoug Anderson {
137801730558SDoug Anderson 	struct dw_mci_slot *slot = mmc_priv(mmc);
137901730558SDoug Anderson 	u32 status;
138001730558SDoug Anderson 
138101730558SDoug Anderson 	/*
138201730558SDoug Anderson 	 * Check the busy bit which is low when DAT[3:0]
138301730558SDoug Anderson 	 * (the data lines) are 0000
138401730558SDoug Anderson 	 */
138501730558SDoug Anderson 	status = mci_readl(slot->host, STATUS);
138601730558SDoug Anderson 
138701730558SDoug Anderson 	return !!(status & SDMMC_STATUS_BUSY);
138801730558SDoug Anderson }
138901730558SDoug Anderson 
139001730558SDoug Anderson static int dw_mci_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios)
139101730558SDoug Anderson {
139201730558SDoug Anderson 	struct dw_mci_slot *slot = mmc_priv(mmc);
139301730558SDoug Anderson 	struct dw_mci *host = slot->host;
13948f7849c4SZhangfei Gao 	const struct dw_mci_drv_data *drv_data = host->drv_data;
139501730558SDoug Anderson 	u32 uhs;
139601730558SDoug Anderson 	u32 v18 = SDMMC_UHS_18V << slot->id;
139701730558SDoug Anderson 	int ret;
139801730558SDoug Anderson 
13998f7849c4SZhangfei Gao 	if (drv_data && drv_data->switch_voltage)
14008f7849c4SZhangfei Gao 		return drv_data->switch_voltage(mmc, ios);
14018f7849c4SZhangfei Gao 
140201730558SDoug Anderson 	/*
140301730558SDoug Anderson 	 * Program the voltage.  Note that some instances of dw_mmc may use
140401730558SDoug Anderson 	 * the UHS_REG for this.  For other instances (like exynos) the UHS_REG
140501730558SDoug Anderson 	 * does no harm but you need to set the regulator directly.  Try both.
140601730558SDoug Anderson 	 */
140701730558SDoug Anderson 	uhs = mci_readl(host, UHS_REG);
1408e0848f5dSDouglas Anderson 	if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330)
140901730558SDoug Anderson 		uhs &= ~v18;
1410e0848f5dSDouglas Anderson 	else
141101730558SDoug Anderson 		uhs |= v18;
1412e0848f5dSDouglas Anderson 
141301730558SDoug Anderson 	if (!IS_ERR(mmc->supply.vqmmc)) {
1414e0848f5dSDouglas Anderson 		ret = mmc_regulator_set_vqmmc(mmc, ios);
141501730558SDoug Anderson 
141601730558SDoug Anderson 		if (ret) {
1417b19caf37SDoug Anderson 			dev_dbg(&mmc->class_dev,
1418e0848f5dSDouglas Anderson 					 "Regulator set error %d - %s V\n",
1419e0848f5dSDouglas Anderson 					 ret, uhs & v18 ? "1.8" : "3.3");
142001730558SDoug Anderson 			return ret;
142101730558SDoug Anderson 		}
142201730558SDoug Anderson 	}
142301730558SDoug Anderson 	mci_writel(host, UHS_REG, uhs);
142401730558SDoug Anderson 
142501730558SDoug Anderson 	return 0;
142601730558SDoug Anderson }
142701730558SDoug Anderson 
1428f95f3850SWill Newton static int dw_mci_get_ro(struct mmc_host *mmc)
1429f95f3850SWill Newton {
1430f95f3850SWill Newton 	int read_only;
1431f95f3850SWill Newton 	struct dw_mci_slot *slot = mmc_priv(mmc);
14329795a846SJaehoon Chung 	int gpio_ro = mmc_gpio_get_ro(mmc);
1433f95f3850SWill Newton 
1434f95f3850SWill Newton 	/* Use platform get_ro function, else try on board write protect */
1435287980e4SArnd Bergmann 	if (gpio_ro >= 0)
14369795a846SJaehoon Chung 		read_only = gpio_ro;
1437f95f3850SWill Newton 	else
1438f95f3850SWill Newton 		read_only =
1439f95f3850SWill Newton 			mci_readl(slot->host, WRTPRT) & (1 << slot->id) ? 1 : 0;
1440f95f3850SWill Newton 
1441f95f3850SWill Newton 	dev_dbg(&mmc->class_dev, "card is %s\n",
1442f95f3850SWill Newton 		read_only ? "read-only" : "read-write");
1443f95f3850SWill Newton 
1444f95f3850SWill Newton 	return read_only;
1445f95f3850SWill Newton }
1446f95f3850SWill Newton 
1447f95f3850SWill Newton static int dw_mci_get_cd(struct mmc_host *mmc)
1448f95f3850SWill Newton {
1449f95f3850SWill Newton 	int present;
1450f95f3850SWill Newton 	struct dw_mci_slot *slot = mmc_priv(mmc);
14517cf347bdSZhangfei Gao 	struct dw_mci *host = slot->host;
14527cf347bdSZhangfei Gao 	int gpio_cd = mmc_gpio_get_cd(mmc);
1453f95f3850SWill Newton 
1454f95f3850SWill Newton 	/* Use platform get_cd function, else try onboard card detect */
1455860951c5SJaehoon Chung 	if ((mmc->caps & MMC_CAP_NEEDS_POLL) || !mmc_card_is_removable(mmc))
1456fc3d7720SJaehoon Chung 		present = 1;
1457287980e4SArnd Bergmann 	else if (gpio_cd >= 0)
14587cf347bdSZhangfei Gao 		present = gpio_cd;
1459f95f3850SWill Newton 	else
1460f95f3850SWill Newton 		present = (mci_readl(slot->host, CDETECT) & (1 << slot->id))
1461f95f3850SWill Newton 			== 0 ? 1 : 0;
1462f95f3850SWill Newton 
14637cf347bdSZhangfei Gao 	spin_lock_bh(&host->lock);
1464bf626e55SZhangfei Gao 	if (present) {
1465bf626e55SZhangfei Gao 		set_bit(DW_MMC_CARD_PRESENT, &slot->flags);
1466f95f3850SWill Newton 		dev_dbg(&mmc->class_dev, "card is present\n");
1467bf626e55SZhangfei Gao 	} else {
1468bf626e55SZhangfei Gao 		clear_bit(DW_MMC_CARD_PRESENT, &slot->flags);
1469f95f3850SWill Newton 		dev_dbg(&mmc->class_dev, "card is not present\n");
1470bf626e55SZhangfei Gao 	}
14717cf347bdSZhangfei Gao 	spin_unlock_bh(&host->lock);
1472f95f3850SWill Newton 
1473f95f3850SWill Newton 	return present;
1474f95f3850SWill Newton }
1475f95f3850SWill Newton 
1476935a665eSShawn Lin static void dw_mci_hw_reset(struct mmc_host *mmc)
1477935a665eSShawn Lin {
1478935a665eSShawn Lin 	struct dw_mci_slot *slot = mmc_priv(mmc);
1479935a665eSShawn Lin 	struct dw_mci *host = slot->host;
1480935a665eSShawn Lin 	int reset;
1481935a665eSShawn Lin 
1482935a665eSShawn Lin 	if (host->use_dma == TRANS_MODE_IDMAC)
1483935a665eSShawn Lin 		dw_mci_idmac_reset(host);
1484935a665eSShawn Lin 
1485935a665eSShawn Lin 	if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET |
1486935a665eSShawn Lin 				     SDMMC_CTRL_FIFO_RESET))
1487935a665eSShawn Lin 		return;
1488935a665eSShawn Lin 
1489935a665eSShawn Lin 	/*
1490935a665eSShawn Lin 	 * According to eMMC spec, card reset procedure:
1491935a665eSShawn Lin 	 * tRstW >= 1us:   RST_n pulse width
1492935a665eSShawn Lin 	 * tRSCA >= 200us: RST_n to Command time
1493935a665eSShawn Lin 	 * tRSTH >= 1us:   RST_n high period
1494935a665eSShawn Lin 	 */
1495935a665eSShawn Lin 	reset = mci_readl(host, RST_N);
1496935a665eSShawn Lin 	reset &= ~(SDMMC_RST_HWACTIVE << slot->id);
1497935a665eSShawn Lin 	mci_writel(host, RST_N, reset);
1498935a665eSShawn Lin 	usleep_range(1, 2);
1499935a665eSShawn Lin 	reset |= SDMMC_RST_HWACTIVE << slot->id;
1500935a665eSShawn Lin 	mci_writel(host, RST_N, reset);
1501935a665eSShawn Lin 	usleep_range(200, 300);
1502935a665eSShawn Lin }
1503935a665eSShawn Lin 
1504b24c8b26SDoug Anderson static void dw_mci_init_card(struct mmc_host *mmc, struct mmc_card *card)
1505b24c8b26SDoug Anderson {
1506b24c8b26SDoug Anderson 	struct dw_mci_slot *slot = mmc_priv(mmc);
1507b24c8b26SDoug Anderson 	struct dw_mci *host = slot->host;
1508b24c8b26SDoug Anderson 
15099623b5b9SDoug Anderson 	/*
15109623b5b9SDoug Anderson 	 * Low power mode will stop the card clock when idle.  According to the
15119623b5b9SDoug Anderson 	 * description of the CLKENA register we should disable low power mode
15129623b5b9SDoug Anderson 	 * for SDIO cards if we need SDIO interrupts to work.
15139623b5b9SDoug Anderson 	 */
1514b24c8b26SDoug Anderson 	if (mmc->caps & MMC_CAP_SDIO_IRQ) {
15159623b5b9SDoug Anderson 		const u32 clken_low_pwr = SDMMC_CLKEN_LOW_PWR << slot->id;
1516b24c8b26SDoug Anderson 		u32 clk_en_a_old;
1517b24c8b26SDoug Anderson 		u32 clk_en_a;
15189623b5b9SDoug Anderson 
1519b24c8b26SDoug Anderson 		clk_en_a_old = mci_readl(host, CLKENA);
15209623b5b9SDoug Anderson 
1521b24c8b26SDoug Anderson 		if (card->type == MMC_TYPE_SDIO ||
1522b24c8b26SDoug Anderson 		    card->type == MMC_TYPE_SD_COMBO) {
1523b24c8b26SDoug Anderson 			set_bit(DW_MMC_CARD_NO_LOW_PWR, &slot->flags);
1524b24c8b26SDoug Anderson 			clk_en_a = clk_en_a_old & ~clken_low_pwr;
1525b24c8b26SDoug Anderson 		} else {
1526b24c8b26SDoug Anderson 			clear_bit(DW_MMC_CARD_NO_LOW_PWR, &slot->flags);
1527b24c8b26SDoug Anderson 			clk_en_a = clk_en_a_old | clken_low_pwr;
1528b24c8b26SDoug Anderson 		}
1529b24c8b26SDoug Anderson 
1530b24c8b26SDoug Anderson 		if (clk_en_a != clk_en_a_old) {
1531b24c8b26SDoug Anderson 			mci_writel(host, CLKENA, clk_en_a);
15329623b5b9SDoug Anderson 			mci_send_cmd(slot, SDMMC_CMD_UPD_CLK |
15339623b5b9SDoug Anderson 				     SDMMC_CMD_PRV_DAT_WAIT, 0);
15349623b5b9SDoug Anderson 		}
15359623b5b9SDoug Anderson 	}
1536b24c8b26SDoug Anderson }
15379623b5b9SDoug Anderson 
15381a5c8e1fSShashidhar Hiremath static void dw_mci_enable_sdio_irq(struct mmc_host *mmc, int enb)
15391a5c8e1fSShashidhar Hiremath {
15401a5c8e1fSShashidhar Hiremath 	struct dw_mci_slot *slot = mmc_priv(mmc);
15411a5c8e1fSShashidhar Hiremath 	struct dw_mci *host = slot->host;
1542f8c58c11SDoug Anderson 	unsigned long irqflags;
15431a5c8e1fSShashidhar Hiremath 	u32 int_mask;
15441a5c8e1fSShashidhar Hiremath 
1545f8c58c11SDoug Anderson 	spin_lock_irqsave(&host->irq_lock, irqflags);
1546f8c58c11SDoug Anderson 
15471a5c8e1fSShashidhar Hiremath 	/* Enable/disable Slot Specific SDIO interrupt */
15481a5c8e1fSShashidhar Hiremath 	int_mask = mci_readl(host, INTMASK);
1549b24c8b26SDoug Anderson 	if (enb)
1550b24c8b26SDoug Anderson 		int_mask |= SDMMC_INT_SDIO(slot->sdio_id);
1551b24c8b26SDoug Anderson 	else
1552b24c8b26SDoug Anderson 		int_mask &= ~SDMMC_INT_SDIO(slot->sdio_id);
1553b24c8b26SDoug Anderson 	mci_writel(host, INTMASK, int_mask);
1554f8c58c11SDoug Anderson 
1555f8c58c11SDoug Anderson 	spin_unlock_irqrestore(&host->irq_lock, irqflags);
15561a5c8e1fSShashidhar Hiremath }
15571a5c8e1fSShashidhar Hiremath 
15580976f16dSSeungwon Jeon static int dw_mci_execute_tuning(struct mmc_host *mmc, u32 opcode)
15590976f16dSSeungwon Jeon {
15600976f16dSSeungwon Jeon 	struct dw_mci_slot *slot = mmc_priv(mmc);
15610976f16dSSeungwon Jeon 	struct dw_mci *host = slot->host;
15620976f16dSSeungwon Jeon 	const struct dw_mci_drv_data *drv_data = host->drv_data;
15630e3a22c0SShawn Lin 	int err = -EINVAL;
15640976f16dSSeungwon Jeon 
15650976f16dSSeungwon Jeon 	if (drv_data && drv_data->execute_tuning)
15669979dbe5SChaotian Jing 		err = drv_data->execute_tuning(slot, opcode);
15670976f16dSSeungwon Jeon 	return err;
15680976f16dSSeungwon Jeon }
15690976f16dSSeungwon Jeon 
15700e3a22c0SShawn Lin static int dw_mci_prepare_hs400_tuning(struct mmc_host *mmc,
15710e3a22c0SShawn Lin 				       struct mmc_ios *ios)
157280113132SSeungwon Jeon {
157380113132SSeungwon Jeon 	struct dw_mci_slot *slot = mmc_priv(mmc);
157480113132SSeungwon Jeon 	struct dw_mci *host = slot->host;
157580113132SSeungwon Jeon 	const struct dw_mci_drv_data *drv_data = host->drv_data;
157680113132SSeungwon Jeon 
157780113132SSeungwon Jeon 	if (drv_data && drv_data->prepare_hs400_tuning)
157880113132SSeungwon Jeon 		return drv_data->prepare_hs400_tuning(host, ios);
157980113132SSeungwon Jeon 
158080113132SSeungwon Jeon 	return 0;
158180113132SSeungwon Jeon }
158280113132SSeungwon Jeon 
1583f95f3850SWill Newton static const struct mmc_host_ops dw_mci_ops = {
1584f95f3850SWill Newton 	.request		= dw_mci_request,
15859aa51408SSeungwon Jeon 	.pre_req		= dw_mci_pre_req,
15869aa51408SSeungwon Jeon 	.post_req		= dw_mci_post_req,
1587f95f3850SWill Newton 	.set_ios		= dw_mci_set_ios,
1588f95f3850SWill Newton 	.get_ro			= dw_mci_get_ro,
1589f95f3850SWill Newton 	.get_cd			= dw_mci_get_cd,
1590935a665eSShawn Lin 	.hw_reset               = dw_mci_hw_reset,
15911a5c8e1fSShashidhar Hiremath 	.enable_sdio_irq	= dw_mci_enable_sdio_irq,
15920976f16dSSeungwon Jeon 	.execute_tuning		= dw_mci_execute_tuning,
159301730558SDoug Anderson 	.card_busy		= dw_mci_card_busy,
159401730558SDoug Anderson 	.start_signal_voltage_switch = dw_mci_switch_voltage,
1595b24c8b26SDoug Anderson 	.init_card		= dw_mci_init_card,
159680113132SSeungwon Jeon 	.prepare_hs400_tuning	= dw_mci_prepare_hs400_tuning,
1597f95f3850SWill Newton };
1598f95f3850SWill Newton 
1599f95f3850SWill Newton static void dw_mci_request_end(struct dw_mci *host, struct mmc_request *mrq)
1600f95f3850SWill Newton 	__releases(&host->lock)
1601f95f3850SWill Newton 	__acquires(&host->lock)
1602f95f3850SWill Newton {
1603f95f3850SWill Newton 	struct dw_mci_slot *slot;
1604f95f3850SWill Newton 	struct mmc_host	*prev_mmc = host->cur_slot->mmc;
1605f95f3850SWill Newton 
1606f95f3850SWill Newton 	WARN_ON(host->cmd || host->data);
1607f95f3850SWill Newton 
1608f95f3850SWill Newton 	host->cur_slot->mrq = NULL;
1609f95f3850SWill Newton 	host->mrq = NULL;
1610f95f3850SWill Newton 	if (!list_empty(&host->queue)) {
1611f95f3850SWill Newton 		slot = list_entry(host->queue.next,
1612f95f3850SWill Newton 				  struct dw_mci_slot, queue_node);
1613f95f3850SWill Newton 		list_del(&slot->queue_node);
16144a90920cSThomas Abraham 		dev_vdbg(host->dev, "list not empty: %s is next\n",
1615f95f3850SWill Newton 			 mmc_hostname(slot->mmc));
1616f95f3850SWill Newton 		host->state = STATE_SENDING_CMD;
1617f95f3850SWill Newton 		dw_mci_start_request(host, slot);
1618f95f3850SWill Newton 	} else {
16194a90920cSThomas Abraham 		dev_vdbg(host->dev, "list empty\n");
162001730558SDoug Anderson 
162101730558SDoug Anderson 		if (host->state == STATE_SENDING_CMD11)
162201730558SDoug Anderson 			host->state = STATE_WAITING_CMD11_DONE;
162301730558SDoug Anderson 		else
1624f95f3850SWill Newton 			host->state = STATE_IDLE;
1625f95f3850SWill Newton 	}
1626f95f3850SWill Newton 
1627f95f3850SWill Newton 	spin_unlock(&host->lock);
1628f95f3850SWill Newton 	mmc_request_done(prev_mmc, mrq);
1629f95f3850SWill Newton 	spin_lock(&host->lock);
1630f95f3850SWill Newton }
1631f95f3850SWill Newton 
1632e352c813SSeungwon Jeon static int dw_mci_command_complete(struct dw_mci *host, struct mmc_command *cmd)
1633f95f3850SWill Newton {
1634f95f3850SWill Newton 	u32 status = host->cmd_status;
1635f95f3850SWill Newton 
1636f95f3850SWill Newton 	host->cmd_status = 0;
1637f95f3850SWill Newton 
1638f95f3850SWill Newton 	/* Read the response from the card (up to 16 bytes) */
1639f95f3850SWill Newton 	if (cmd->flags & MMC_RSP_PRESENT) {
1640f95f3850SWill Newton 		if (cmd->flags & MMC_RSP_136) {
1641f95f3850SWill Newton 			cmd->resp[3] = mci_readl(host, RESP0);
1642f95f3850SWill Newton 			cmd->resp[2] = mci_readl(host, RESP1);
1643f95f3850SWill Newton 			cmd->resp[1] = mci_readl(host, RESP2);
1644f95f3850SWill Newton 			cmd->resp[0] = mci_readl(host, RESP3);
1645f95f3850SWill Newton 		} else {
1646f95f3850SWill Newton 			cmd->resp[0] = mci_readl(host, RESP0);
1647f95f3850SWill Newton 			cmd->resp[1] = 0;
1648f95f3850SWill Newton 			cmd->resp[2] = 0;
1649f95f3850SWill Newton 			cmd->resp[3] = 0;
1650f95f3850SWill Newton 		}
1651f95f3850SWill Newton 	}
1652f95f3850SWill Newton 
1653f95f3850SWill Newton 	if (status & SDMMC_INT_RTO)
1654f95f3850SWill Newton 		cmd->error = -ETIMEDOUT;
1655f95f3850SWill Newton 	else if ((cmd->flags & MMC_RSP_CRC) && (status & SDMMC_INT_RCRC))
1656f95f3850SWill Newton 		cmd->error = -EILSEQ;
1657f95f3850SWill Newton 	else if (status & SDMMC_INT_RESP_ERR)
1658f95f3850SWill Newton 		cmd->error = -EIO;
1659f95f3850SWill Newton 	else
1660f95f3850SWill Newton 		cmd->error = 0;
1661f95f3850SWill Newton 
1662e352c813SSeungwon Jeon 	return cmd->error;
1663e352c813SSeungwon Jeon }
1664e352c813SSeungwon Jeon 
1665e352c813SSeungwon Jeon static int dw_mci_data_complete(struct dw_mci *host, struct mmc_data *data)
1666e352c813SSeungwon Jeon {
166731bff450SSeungwon Jeon 	u32 status = host->data_status;
1668e352c813SSeungwon Jeon 
1669e352c813SSeungwon Jeon 	if (status & DW_MCI_DATA_ERROR_FLAGS) {
1670e352c813SSeungwon Jeon 		if (status & SDMMC_INT_DRTO) {
1671e352c813SSeungwon Jeon 			data->error = -ETIMEDOUT;
1672e352c813SSeungwon Jeon 		} else if (status & SDMMC_INT_DCRC) {
1673e352c813SSeungwon Jeon 			data->error = -EILSEQ;
1674e352c813SSeungwon Jeon 		} else if (status & SDMMC_INT_EBE) {
1675e352c813SSeungwon Jeon 			if (host->dir_status ==
1676e352c813SSeungwon Jeon 				DW_MCI_SEND_STATUS) {
1677e352c813SSeungwon Jeon 				/*
1678e352c813SSeungwon Jeon 				 * No data CRC status was returned.
1679e352c813SSeungwon Jeon 				 * The number of bytes transferred
1680e352c813SSeungwon Jeon 				 * will be exaggerated in PIO mode.
1681e352c813SSeungwon Jeon 				 */
1682e352c813SSeungwon Jeon 				data->bytes_xfered = 0;
1683e352c813SSeungwon Jeon 				data->error = -ETIMEDOUT;
1684e352c813SSeungwon Jeon 			} else if (host->dir_status ==
1685e352c813SSeungwon Jeon 					DW_MCI_RECV_STATUS) {
1686e352c813SSeungwon Jeon 				data->error = -EIO;
1687e352c813SSeungwon Jeon 			}
1688e352c813SSeungwon Jeon 		} else {
1689e352c813SSeungwon Jeon 			/* SDMMC_INT_SBE is included */
1690e352c813SSeungwon Jeon 			data->error = -EIO;
1691e352c813SSeungwon Jeon 		}
1692e352c813SSeungwon Jeon 
1693e6cc0123SDoug Anderson 		dev_dbg(host->dev, "data error, status 0x%08x\n", status);
1694e352c813SSeungwon Jeon 
1695e352c813SSeungwon Jeon 		/*
1696e352c813SSeungwon Jeon 		 * After an error, there may be data lingering
169731bff450SSeungwon Jeon 		 * in the FIFO
1698e352c813SSeungwon Jeon 		 */
16993a33a94cSSonny Rao 		dw_mci_reset(host);
1700e352c813SSeungwon Jeon 	} else {
1701e352c813SSeungwon Jeon 		data->bytes_xfered = data->blocks * data->blksz;
1702e352c813SSeungwon Jeon 		data->error = 0;
1703e352c813SSeungwon Jeon 	}
1704e352c813SSeungwon Jeon 
1705e352c813SSeungwon Jeon 	return data->error;
1706f95f3850SWill Newton }
1707f95f3850SWill Newton 
170857e10486SAddy Ke static void dw_mci_set_drto(struct dw_mci *host)
170957e10486SAddy Ke {
171057e10486SAddy Ke 	unsigned int drto_clks;
171157e10486SAddy Ke 	unsigned int drto_ms;
171257e10486SAddy Ke 
171357e10486SAddy Ke 	drto_clks = mci_readl(host, TMOUT) >> 8;
171457e10486SAddy Ke 	drto_ms = DIV_ROUND_UP(drto_clks, host->bus_hz / 1000);
171557e10486SAddy Ke 
171657e10486SAddy Ke 	/* add a bit spare time */
171757e10486SAddy Ke 	drto_ms += 10;
171857e10486SAddy Ke 
171957e10486SAddy Ke 	mod_timer(&host->dto_timer, jiffies + msecs_to_jiffies(drto_ms));
172057e10486SAddy Ke }
172157e10486SAddy Ke 
1722f95f3850SWill Newton static void dw_mci_tasklet_func(unsigned long priv)
1723f95f3850SWill Newton {
1724f95f3850SWill Newton 	struct dw_mci *host = (struct dw_mci *)priv;
1725f95f3850SWill Newton 	struct mmc_data	*data;
1726f95f3850SWill Newton 	struct mmc_command *cmd;
1727e352c813SSeungwon Jeon 	struct mmc_request *mrq;
1728f95f3850SWill Newton 	enum dw_mci_state state;
1729f95f3850SWill Newton 	enum dw_mci_state prev_state;
1730e352c813SSeungwon Jeon 	unsigned int err;
1731f95f3850SWill Newton 
1732f95f3850SWill Newton 	spin_lock(&host->lock);
1733f95f3850SWill Newton 
1734f95f3850SWill Newton 	state = host->state;
1735f95f3850SWill Newton 	data = host->data;
1736e352c813SSeungwon Jeon 	mrq = host->mrq;
1737f95f3850SWill Newton 
1738f95f3850SWill Newton 	do {
1739f95f3850SWill Newton 		prev_state = state;
1740f95f3850SWill Newton 
1741f95f3850SWill Newton 		switch (state) {
1742f95f3850SWill Newton 		case STATE_IDLE:
174301730558SDoug Anderson 		case STATE_WAITING_CMD11_DONE:
1744f95f3850SWill Newton 			break;
1745f95f3850SWill Newton 
174601730558SDoug Anderson 		case STATE_SENDING_CMD11:
1747f95f3850SWill Newton 		case STATE_SENDING_CMD:
1748f95f3850SWill Newton 			if (!test_and_clear_bit(EVENT_CMD_COMPLETE,
1749f95f3850SWill Newton 						&host->pending_events))
1750f95f3850SWill Newton 				break;
1751f95f3850SWill Newton 
1752f95f3850SWill Newton 			cmd = host->cmd;
1753f95f3850SWill Newton 			host->cmd = NULL;
1754f95f3850SWill Newton 			set_bit(EVENT_CMD_COMPLETE, &host->completed_events);
1755e352c813SSeungwon Jeon 			err = dw_mci_command_complete(host, cmd);
1756e352c813SSeungwon Jeon 			if (cmd == mrq->sbc && !err) {
1757053b3ce6SSeungwon Jeon 				prev_state = state = STATE_SENDING_CMD;
1758053b3ce6SSeungwon Jeon 				__dw_mci_start_request(host, host->cur_slot,
1759e352c813SSeungwon Jeon 						       mrq->cmd);
1760053b3ce6SSeungwon Jeon 				goto unlock;
1761053b3ce6SSeungwon Jeon 			}
1762053b3ce6SSeungwon Jeon 
1763e352c813SSeungwon Jeon 			if (cmd->data && err) {
1764*46d17952SDoug Anderson 				/*
1765*46d17952SDoug Anderson 				 * During UHS tuning sequence, sending the stop
1766*46d17952SDoug Anderson 				 * command after the response CRC error would
1767*46d17952SDoug Anderson 				 * throw the system into a confused state
1768*46d17952SDoug Anderson 				 * causing all future tuning phases to report
1769*46d17952SDoug Anderson 				 * failure.
1770*46d17952SDoug Anderson 				 *
1771*46d17952SDoug Anderson 				 * In such case controller will move into a data
1772*46d17952SDoug Anderson 				 * transfer state after a response error or
1773*46d17952SDoug Anderson 				 * response CRC error. Let's let that finish
1774*46d17952SDoug Anderson 				 * before trying to send a stop, so we'll go to
1775*46d17952SDoug Anderson 				 * STATE_SENDING_DATA.
1776*46d17952SDoug Anderson 				 *
1777*46d17952SDoug Anderson 				 * Although letting the data transfer take place
1778*46d17952SDoug Anderson 				 * will waste a bit of time (we already know
1779*46d17952SDoug Anderson 				 * the command was bad), it can't cause any
1780*46d17952SDoug Anderson 				 * errors since it's possible it would have
1781*46d17952SDoug Anderson 				 * taken place anyway if this tasklet got
1782*46d17952SDoug Anderson 				 * delayed. Allowing the transfer to take place
1783*46d17952SDoug Anderson 				 * avoids races and keeps things simple.
1784*46d17952SDoug Anderson 				 */
1785*46d17952SDoug Anderson 				if ((err != -ETIMEDOUT) &&
1786*46d17952SDoug Anderson 				    (cmd->opcode == MMC_SEND_TUNING_BLOCK)) {
1787*46d17952SDoug Anderson 					state = STATE_SENDING_DATA;
1788*46d17952SDoug Anderson 					continue;
1789*46d17952SDoug Anderson 				}
1790*46d17952SDoug Anderson 
179171abb133SSeungwon Jeon 				dw_mci_stop_dma(host);
179290c2143aSSeungwon Jeon 				send_stop_abort(host, data);
179371abb133SSeungwon Jeon 				state = STATE_SENDING_STOP;
179471abb133SSeungwon Jeon 				break;
179571abb133SSeungwon Jeon 			}
179671abb133SSeungwon Jeon 
1797e352c813SSeungwon Jeon 			if (!cmd->data || err) {
1798e352c813SSeungwon Jeon 				dw_mci_request_end(host, mrq);
1799f95f3850SWill Newton 				goto unlock;
1800f95f3850SWill Newton 			}
1801f95f3850SWill Newton 
1802f95f3850SWill Newton 			prev_state = state = STATE_SENDING_DATA;
1803f95f3850SWill Newton 			/* fall through */
1804f95f3850SWill Newton 
1805f95f3850SWill Newton 		case STATE_SENDING_DATA:
18062aa35465SDoug Anderson 			/*
18072aa35465SDoug Anderson 			 * We could get a data error and never a transfer
18082aa35465SDoug Anderson 			 * complete so we'd better check for it here.
18092aa35465SDoug Anderson 			 *
18102aa35465SDoug Anderson 			 * Note that we don't really care if we also got a
18112aa35465SDoug Anderson 			 * transfer complete; stopping the DMA and sending an
18122aa35465SDoug Anderson 			 * abort won't hurt.
18132aa35465SDoug Anderson 			 */
1814f95f3850SWill Newton 			if (test_and_clear_bit(EVENT_DATA_ERROR,
1815f95f3850SWill Newton 					       &host->pending_events)) {
1816f95f3850SWill Newton 				dw_mci_stop_dma(host);
1817bdb9a90bSaddy ke 				if (data->stop ||
1818bdb9a90bSaddy ke 				    !(host->data_status & (SDMMC_INT_DRTO |
1819bdb9a90bSaddy ke 							   SDMMC_INT_EBE)))
182090c2143aSSeungwon Jeon 					send_stop_abort(host, data);
1821f95f3850SWill Newton 				state = STATE_DATA_ERROR;
1822f95f3850SWill Newton 				break;
1823f95f3850SWill Newton 			}
1824f95f3850SWill Newton 
1825f95f3850SWill Newton 			if (!test_and_clear_bit(EVENT_XFER_COMPLETE,
182657e10486SAddy Ke 						&host->pending_events)) {
182757e10486SAddy Ke 				/*
182857e10486SAddy Ke 				 * If all data-related interrupts don't come
182957e10486SAddy Ke 				 * within the given time in reading data state.
183057e10486SAddy Ke 				 */
183157e10486SAddy Ke 				if ((host->quirks & DW_MCI_QUIRK_BROKEN_DTO) &&
183257e10486SAddy Ke 				    (host->dir_status == DW_MCI_RECV_STATUS))
183357e10486SAddy Ke 					dw_mci_set_drto(host);
1834f95f3850SWill Newton 				break;
183557e10486SAddy Ke 			}
1836f95f3850SWill Newton 
1837f95f3850SWill Newton 			set_bit(EVENT_XFER_COMPLETE, &host->completed_events);
18382aa35465SDoug Anderson 
18392aa35465SDoug Anderson 			/*
18402aa35465SDoug Anderson 			 * Handle an EVENT_DATA_ERROR that might have shown up
18412aa35465SDoug Anderson 			 * before the transfer completed.  This might not have
18422aa35465SDoug Anderson 			 * been caught by the check above because the interrupt
18432aa35465SDoug Anderson 			 * could have gone off between the previous check and
18442aa35465SDoug Anderson 			 * the check for transfer complete.
18452aa35465SDoug Anderson 			 *
18462aa35465SDoug Anderson 			 * Technically this ought not be needed assuming we
18472aa35465SDoug Anderson 			 * get a DATA_COMPLETE eventually (we'll notice the
18482aa35465SDoug Anderson 			 * error and end the request), but it shouldn't hurt.
18492aa35465SDoug Anderson 			 *
18502aa35465SDoug Anderson 			 * This has the advantage of sending the stop command.
18512aa35465SDoug Anderson 			 */
18522aa35465SDoug Anderson 			if (test_and_clear_bit(EVENT_DATA_ERROR,
18532aa35465SDoug Anderson 					       &host->pending_events)) {
18542aa35465SDoug Anderson 				dw_mci_stop_dma(host);
1855bdb9a90bSaddy ke 				if (data->stop ||
1856bdb9a90bSaddy ke 				    !(host->data_status & (SDMMC_INT_DRTO |
1857bdb9a90bSaddy ke 							   SDMMC_INT_EBE)))
18582aa35465SDoug Anderson 					send_stop_abort(host, data);
18592aa35465SDoug Anderson 				state = STATE_DATA_ERROR;
18602aa35465SDoug Anderson 				break;
18612aa35465SDoug Anderson 			}
1862f95f3850SWill Newton 			prev_state = state = STATE_DATA_BUSY;
18632aa35465SDoug Anderson 
1864f95f3850SWill Newton 			/* fall through */
1865f95f3850SWill Newton 
1866f95f3850SWill Newton 		case STATE_DATA_BUSY:
1867f95f3850SWill Newton 			if (!test_and_clear_bit(EVENT_DATA_COMPLETE,
186857e10486SAddy Ke 						&host->pending_events)) {
186957e10486SAddy Ke 				/*
187057e10486SAddy Ke 				 * If data error interrupt comes but data over
187157e10486SAddy Ke 				 * interrupt doesn't come within the given time.
187257e10486SAddy Ke 				 * in reading data state.
187357e10486SAddy Ke 				 */
187457e10486SAddy Ke 				if ((host->quirks & DW_MCI_QUIRK_BROKEN_DTO) &&
187557e10486SAddy Ke 				    (host->dir_status == DW_MCI_RECV_STATUS))
187657e10486SAddy Ke 					dw_mci_set_drto(host);
1877f95f3850SWill Newton 				break;
187857e10486SAddy Ke 			}
1879f95f3850SWill Newton 
1880f95f3850SWill Newton 			host->data = NULL;
1881f95f3850SWill Newton 			set_bit(EVENT_DATA_COMPLETE, &host->completed_events);
1882e352c813SSeungwon Jeon 			err = dw_mci_data_complete(host, data);
1883f95f3850SWill Newton 
1884e352c813SSeungwon Jeon 			if (!err) {
1885e352c813SSeungwon Jeon 				if (!data->stop || mrq->sbc) {
188617c8bc85SSachin Kamat 					if (mrq->sbc && data->stop)
1887053b3ce6SSeungwon Jeon 						data->stop->error = 0;
1888e352c813SSeungwon Jeon 					dw_mci_request_end(host, mrq);
1889053b3ce6SSeungwon Jeon 					goto unlock;
1890053b3ce6SSeungwon Jeon 				}
1891053b3ce6SSeungwon Jeon 
189290c2143aSSeungwon Jeon 				/* stop command for open-ended transfer*/
1893e352c813SSeungwon Jeon 				if (data->stop)
189490c2143aSSeungwon Jeon 					send_stop_abort(host, data);
18952aa35465SDoug Anderson 			} else {
18962aa35465SDoug Anderson 				/*
18972aa35465SDoug Anderson 				 * If we don't have a command complete now we'll
18982aa35465SDoug Anderson 				 * never get one since we just reset everything;
18992aa35465SDoug Anderson 				 * better end the request.
19002aa35465SDoug Anderson 				 *
19012aa35465SDoug Anderson 				 * If we do have a command complete we'll fall
19022aa35465SDoug Anderson 				 * through to the SENDING_STOP command and
19032aa35465SDoug Anderson 				 * everything will be peachy keen.
19042aa35465SDoug Anderson 				 */
19052aa35465SDoug Anderson 				if (!test_bit(EVENT_CMD_COMPLETE,
19062aa35465SDoug Anderson 					      &host->pending_events)) {
19072aa35465SDoug Anderson 					host->cmd = NULL;
19082aa35465SDoug Anderson 					dw_mci_request_end(host, mrq);
19092aa35465SDoug Anderson 					goto unlock;
19102aa35465SDoug Anderson 				}
191190c2143aSSeungwon Jeon 			}
1912e352c813SSeungwon Jeon 
1913e352c813SSeungwon Jeon 			/*
1914e352c813SSeungwon Jeon 			 * If err has non-zero,
1915e352c813SSeungwon Jeon 			 * stop-abort command has been already issued.
1916e352c813SSeungwon Jeon 			 */
1917e352c813SSeungwon Jeon 			prev_state = state = STATE_SENDING_STOP;
1918e352c813SSeungwon Jeon 
1919f95f3850SWill Newton 			/* fall through */
1920f95f3850SWill Newton 
1921f95f3850SWill Newton 		case STATE_SENDING_STOP:
1922f95f3850SWill Newton 			if (!test_and_clear_bit(EVENT_CMD_COMPLETE,
1923f95f3850SWill Newton 						&host->pending_events))
1924f95f3850SWill Newton 				break;
1925f95f3850SWill Newton 
192671abb133SSeungwon Jeon 			/* CMD error in data command */
192731bff450SSeungwon Jeon 			if (mrq->cmd->error && mrq->data)
19283a33a94cSSonny Rao 				dw_mci_reset(host);
192971abb133SSeungwon Jeon 
1930f95f3850SWill Newton 			host->cmd = NULL;
193171abb133SSeungwon Jeon 			host->data = NULL;
193290c2143aSSeungwon Jeon 
1933e352c813SSeungwon Jeon 			if (mrq->stop)
1934e352c813SSeungwon Jeon 				dw_mci_command_complete(host, mrq->stop);
193590c2143aSSeungwon Jeon 			else
193690c2143aSSeungwon Jeon 				host->cmd_status = 0;
193790c2143aSSeungwon Jeon 
1938e352c813SSeungwon Jeon 			dw_mci_request_end(host, mrq);
1939f95f3850SWill Newton 			goto unlock;
1940f95f3850SWill Newton 
1941f95f3850SWill Newton 		case STATE_DATA_ERROR:
1942f95f3850SWill Newton 			if (!test_and_clear_bit(EVENT_XFER_COMPLETE,
1943f95f3850SWill Newton 						&host->pending_events))
1944f95f3850SWill Newton 				break;
1945f95f3850SWill Newton 
1946f95f3850SWill Newton 			state = STATE_DATA_BUSY;
1947f95f3850SWill Newton 			break;
1948f95f3850SWill Newton 		}
1949f95f3850SWill Newton 	} while (state != prev_state);
1950f95f3850SWill Newton 
1951f95f3850SWill Newton 	host->state = state;
1952f95f3850SWill Newton unlock:
1953f95f3850SWill Newton 	spin_unlock(&host->lock);
1954f95f3850SWill Newton 
1955f95f3850SWill Newton }
1956f95f3850SWill Newton 
195734b664a2SJames Hogan /* push final bytes to part_buf, only use during push */
195834b664a2SJames Hogan static void dw_mci_set_part_bytes(struct dw_mci *host, void *buf, int cnt)
195934b664a2SJames Hogan {
196034b664a2SJames Hogan 	memcpy((void *)&host->part_buf, buf, cnt);
196134b664a2SJames Hogan 	host->part_buf_count = cnt;
196234b664a2SJames Hogan }
196334b664a2SJames Hogan 
196434b664a2SJames Hogan /* append bytes to part_buf, only use during push */
196534b664a2SJames Hogan static int dw_mci_push_part_bytes(struct dw_mci *host, void *buf, int cnt)
196634b664a2SJames Hogan {
196734b664a2SJames Hogan 	cnt = min(cnt, (1 << host->data_shift) - host->part_buf_count);
196834b664a2SJames Hogan 	memcpy((void *)&host->part_buf + host->part_buf_count, buf, cnt);
196934b664a2SJames Hogan 	host->part_buf_count += cnt;
197034b664a2SJames Hogan 	return cnt;
197134b664a2SJames Hogan }
197234b664a2SJames Hogan 
197334b664a2SJames Hogan /* pull first bytes from part_buf, only use during pull */
197434b664a2SJames Hogan static int dw_mci_pull_part_bytes(struct dw_mci *host, void *buf, int cnt)
197534b664a2SJames Hogan {
19760e3a22c0SShawn Lin 	cnt = min_t(int, cnt, host->part_buf_count);
197734b664a2SJames Hogan 	if (cnt) {
197834b664a2SJames Hogan 		memcpy(buf, (void *)&host->part_buf + host->part_buf_start,
197934b664a2SJames Hogan 		       cnt);
198034b664a2SJames Hogan 		host->part_buf_count -= cnt;
198134b664a2SJames Hogan 		host->part_buf_start += cnt;
198234b664a2SJames Hogan 	}
198334b664a2SJames Hogan 	return cnt;
198434b664a2SJames Hogan }
198534b664a2SJames Hogan 
198634b664a2SJames Hogan /* pull final bytes from the part_buf, assuming it's just been filled */
198734b664a2SJames Hogan static void dw_mci_pull_final_bytes(struct dw_mci *host, void *buf, int cnt)
198834b664a2SJames Hogan {
198934b664a2SJames Hogan 	memcpy(buf, &host->part_buf, cnt);
199034b664a2SJames Hogan 	host->part_buf_start = cnt;
199134b664a2SJames Hogan 	host->part_buf_count = (1 << host->data_shift) - cnt;
199234b664a2SJames Hogan }
199334b664a2SJames Hogan 
1994f95f3850SWill Newton static void dw_mci_push_data16(struct dw_mci *host, void *buf, int cnt)
1995f95f3850SWill Newton {
1996cfbeb59cSMarkos Chandras 	struct mmc_data *data = host->data;
1997cfbeb59cSMarkos Chandras 	int init_cnt = cnt;
1998cfbeb59cSMarkos Chandras 
199934b664a2SJames Hogan 	/* try and push anything in the part_buf */
200034b664a2SJames Hogan 	if (unlikely(host->part_buf_count)) {
200134b664a2SJames Hogan 		int len = dw_mci_push_part_bytes(host, buf, cnt);
20020e3a22c0SShawn Lin 
200334b664a2SJames Hogan 		buf += len;
200434b664a2SJames Hogan 		cnt -= len;
2005cfbeb59cSMarkos Chandras 		if (host->part_buf_count == 2) {
200676184ac1SBen Dooks 			mci_fifo_writew(host->fifo_reg, host->part_buf16);
200734b664a2SJames Hogan 			host->part_buf_count = 0;
200834b664a2SJames Hogan 		}
200934b664a2SJames Hogan 	}
201034b664a2SJames Hogan #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
201134b664a2SJames Hogan 	if (unlikely((unsigned long)buf & 0x1)) {
201234b664a2SJames Hogan 		while (cnt >= 2) {
201334b664a2SJames Hogan 			u16 aligned_buf[64];
201434b664a2SJames Hogan 			int len = min(cnt & -2, (int)sizeof(aligned_buf));
201534b664a2SJames Hogan 			int items = len >> 1;
201634b664a2SJames Hogan 			int i;
201734b664a2SJames Hogan 			/* memcpy from input buffer into aligned buffer */
201834b664a2SJames Hogan 			memcpy(aligned_buf, buf, len);
201934b664a2SJames Hogan 			buf += len;
202034b664a2SJames Hogan 			cnt -= len;
202134b664a2SJames Hogan 			/* push data from aligned buffer into fifo */
202234b664a2SJames Hogan 			for (i = 0; i < items; ++i)
202376184ac1SBen Dooks 				mci_fifo_writew(host->fifo_reg, aligned_buf[i]);
202434b664a2SJames Hogan 		}
202534b664a2SJames Hogan 	} else
202634b664a2SJames Hogan #endif
202734b664a2SJames Hogan 	{
202834b664a2SJames Hogan 		u16 *pdata = buf;
20290e3a22c0SShawn Lin 
203034b664a2SJames Hogan 		for (; cnt >= 2; cnt -= 2)
203176184ac1SBen Dooks 			mci_fifo_writew(host->fifo_reg, *pdata++);
203234b664a2SJames Hogan 		buf = pdata;
203334b664a2SJames Hogan 	}
203434b664a2SJames Hogan 	/* put anything remaining in the part_buf */
203534b664a2SJames Hogan 	if (cnt) {
203634b664a2SJames Hogan 		dw_mci_set_part_bytes(host, buf, cnt);
2037cfbeb59cSMarkos Chandras 		 /* Push data if we have reached the expected data length */
2038cfbeb59cSMarkos Chandras 		if ((data->bytes_xfered + init_cnt) ==
2039cfbeb59cSMarkos Chandras 		    (data->blksz * data->blocks))
204076184ac1SBen Dooks 			mci_fifo_writew(host->fifo_reg, host->part_buf16);
2041f95f3850SWill Newton 	}
2042f95f3850SWill Newton }
2043f95f3850SWill Newton 
2044f95f3850SWill Newton static void dw_mci_pull_data16(struct dw_mci *host, void *buf, int cnt)
2045f95f3850SWill Newton {
204634b664a2SJames Hogan #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
204734b664a2SJames Hogan 	if (unlikely((unsigned long)buf & 0x1)) {
204834b664a2SJames Hogan 		while (cnt >= 2) {
204934b664a2SJames Hogan 			/* pull data from fifo into aligned buffer */
205034b664a2SJames Hogan 			u16 aligned_buf[64];
205134b664a2SJames Hogan 			int len = min(cnt & -2, (int)sizeof(aligned_buf));
205234b664a2SJames Hogan 			int items = len >> 1;
205334b664a2SJames Hogan 			int i;
20540e3a22c0SShawn Lin 
205534b664a2SJames Hogan 			for (i = 0; i < items; ++i)
205676184ac1SBen Dooks 				aligned_buf[i] = mci_fifo_readw(host->fifo_reg);
205734b664a2SJames Hogan 			/* memcpy from aligned buffer into output buffer */
205834b664a2SJames Hogan 			memcpy(buf, aligned_buf, len);
205934b664a2SJames Hogan 			buf += len;
206034b664a2SJames Hogan 			cnt -= len;
206134b664a2SJames Hogan 		}
206234b664a2SJames Hogan 	} else
206334b664a2SJames Hogan #endif
206434b664a2SJames Hogan 	{
206534b664a2SJames Hogan 		u16 *pdata = buf;
20660e3a22c0SShawn Lin 
206734b664a2SJames Hogan 		for (; cnt >= 2; cnt -= 2)
206876184ac1SBen Dooks 			*pdata++ = mci_fifo_readw(host->fifo_reg);
206934b664a2SJames Hogan 		buf = pdata;
207034b664a2SJames Hogan 	}
207134b664a2SJames Hogan 	if (cnt) {
207276184ac1SBen Dooks 		host->part_buf16 = mci_fifo_readw(host->fifo_reg);
207334b664a2SJames Hogan 		dw_mci_pull_final_bytes(host, buf, cnt);
2074f95f3850SWill Newton 	}
2075f95f3850SWill Newton }
2076f95f3850SWill Newton 
2077f95f3850SWill Newton static void dw_mci_push_data32(struct dw_mci *host, void *buf, int cnt)
2078f95f3850SWill Newton {
2079cfbeb59cSMarkos Chandras 	struct mmc_data *data = host->data;
2080cfbeb59cSMarkos Chandras 	int init_cnt = cnt;
2081cfbeb59cSMarkos Chandras 
208234b664a2SJames Hogan 	/* try and push anything in the part_buf */
208334b664a2SJames Hogan 	if (unlikely(host->part_buf_count)) {
208434b664a2SJames Hogan 		int len = dw_mci_push_part_bytes(host, buf, cnt);
20850e3a22c0SShawn Lin 
208634b664a2SJames Hogan 		buf += len;
208734b664a2SJames Hogan 		cnt -= len;
2088cfbeb59cSMarkos Chandras 		if (host->part_buf_count == 4) {
208976184ac1SBen Dooks 			mci_fifo_writel(host->fifo_reg,	host->part_buf32);
209034b664a2SJames Hogan 			host->part_buf_count = 0;
209134b664a2SJames Hogan 		}
209234b664a2SJames Hogan 	}
209334b664a2SJames Hogan #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
209434b664a2SJames Hogan 	if (unlikely((unsigned long)buf & 0x3)) {
209534b664a2SJames Hogan 		while (cnt >= 4) {
209634b664a2SJames Hogan 			u32 aligned_buf[32];
209734b664a2SJames Hogan 			int len = min(cnt & -4, (int)sizeof(aligned_buf));
209834b664a2SJames Hogan 			int items = len >> 2;
209934b664a2SJames Hogan 			int i;
210034b664a2SJames Hogan 			/* memcpy from input buffer into aligned buffer */
210134b664a2SJames Hogan 			memcpy(aligned_buf, buf, len);
210234b664a2SJames Hogan 			buf += len;
210334b664a2SJames Hogan 			cnt -= len;
210434b664a2SJames Hogan 			/* push data from aligned buffer into fifo */
210534b664a2SJames Hogan 			for (i = 0; i < items; ++i)
210676184ac1SBen Dooks 				mci_fifo_writel(host->fifo_reg,	aligned_buf[i]);
210734b664a2SJames Hogan 		}
210834b664a2SJames Hogan 	} else
210934b664a2SJames Hogan #endif
211034b664a2SJames Hogan 	{
211134b664a2SJames Hogan 		u32 *pdata = buf;
21120e3a22c0SShawn Lin 
211334b664a2SJames Hogan 		for (; cnt >= 4; cnt -= 4)
211476184ac1SBen Dooks 			mci_fifo_writel(host->fifo_reg, *pdata++);
211534b664a2SJames Hogan 		buf = pdata;
211634b664a2SJames Hogan 	}
211734b664a2SJames Hogan 	/* put anything remaining in the part_buf */
211834b664a2SJames Hogan 	if (cnt) {
211934b664a2SJames Hogan 		dw_mci_set_part_bytes(host, buf, cnt);
2120cfbeb59cSMarkos Chandras 		 /* Push data if we have reached the expected data length */
2121cfbeb59cSMarkos Chandras 		if ((data->bytes_xfered + init_cnt) ==
2122cfbeb59cSMarkos Chandras 		    (data->blksz * data->blocks))
212376184ac1SBen Dooks 			mci_fifo_writel(host->fifo_reg, host->part_buf32);
2124f95f3850SWill Newton 	}
2125f95f3850SWill Newton }
2126f95f3850SWill Newton 
2127f95f3850SWill Newton static void dw_mci_pull_data32(struct dw_mci *host, void *buf, int cnt)
2128f95f3850SWill Newton {
212934b664a2SJames Hogan #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
213034b664a2SJames Hogan 	if (unlikely((unsigned long)buf & 0x3)) {
213134b664a2SJames Hogan 		while (cnt >= 4) {
213234b664a2SJames Hogan 			/* pull data from fifo into aligned buffer */
213334b664a2SJames Hogan 			u32 aligned_buf[32];
213434b664a2SJames Hogan 			int len = min(cnt & -4, (int)sizeof(aligned_buf));
213534b664a2SJames Hogan 			int items = len >> 2;
213634b664a2SJames Hogan 			int i;
21370e3a22c0SShawn Lin 
213834b664a2SJames Hogan 			for (i = 0; i < items; ++i)
213976184ac1SBen Dooks 				aligned_buf[i] = mci_fifo_readl(host->fifo_reg);
214034b664a2SJames Hogan 			/* memcpy from aligned buffer into output buffer */
214134b664a2SJames Hogan 			memcpy(buf, aligned_buf, len);
214234b664a2SJames Hogan 			buf += len;
214334b664a2SJames Hogan 			cnt -= len;
214434b664a2SJames Hogan 		}
214534b664a2SJames Hogan 	} else
214634b664a2SJames Hogan #endif
214734b664a2SJames Hogan 	{
214834b664a2SJames Hogan 		u32 *pdata = buf;
21490e3a22c0SShawn Lin 
215034b664a2SJames Hogan 		for (; cnt >= 4; cnt -= 4)
215176184ac1SBen Dooks 			*pdata++ = mci_fifo_readl(host->fifo_reg);
215234b664a2SJames Hogan 		buf = pdata;
215334b664a2SJames Hogan 	}
215434b664a2SJames Hogan 	if (cnt) {
215576184ac1SBen Dooks 		host->part_buf32 = mci_fifo_readl(host->fifo_reg);
215634b664a2SJames Hogan 		dw_mci_pull_final_bytes(host, buf, cnt);
2157f95f3850SWill Newton 	}
2158f95f3850SWill Newton }
2159f95f3850SWill Newton 
2160f95f3850SWill Newton static void dw_mci_push_data64(struct dw_mci *host, void *buf, int cnt)
2161f95f3850SWill Newton {
2162cfbeb59cSMarkos Chandras 	struct mmc_data *data = host->data;
2163cfbeb59cSMarkos Chandras 	int init_cnt = cnt;
2164cfbeb59cSMarkos Chandras 
216534b664a2SJames Hogan 	/* try and push anything in the part_buf */
216634b664a2SJames Hogan 	if (unlikely(host->part_buf_count)) {
216734b664a2SJames Hogan 		int len = dw_mci_push_part_bytes(host, buf, cnt);
21680e3a22c0SShawn Lin 
216934b664a2SJames Hogan 		buf += len;
217034b664a2SJames Hogan 		cnt -= len;
2171c09fbd74SSeungwon Jeon 
2172cfbeb59cSMarkos Chandras 		if (host->part_buf_count == 8) {
217376184ac1SBen Dooks 			mci_fifo_writeq(host->fifo_reg,	host->part_buf);
217434b664a2SJames Hogan 			host->part_buf_count = 0;
217534b664a2SJames Hogan 		}
217634b664a2SJames Hogan 	}
217734b664a2SJames Hogan #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
217834b664a2SJames Hogan 	if (unlikely((unsigned long)buf & 0x7)) {
217934b664a2SJames Hogan 		while (cnt >= 8) {
218034b664a2SJames Hogan 			u64 aligned_buf[16];
218134b664a2SJames Hogan 			int len = min(cnt & -8, (int)sizeof(aligned_buf));
218234b664a2SJames Hogan 			int items = len >> 3;
218334b664a2SJames Hogan 			int i;
218434b664a2SJames Hogan 			/* memcpy from input buffer into aligned buffer */
218534b664a2SJames Hogan 			memcpy(aligned_buf, buf, len);
218634b664a2SJames Hogan 			buf += len;
218734b664a2SJames Hogan 			cnt -= len;
218834b664a2SJames Hogan 			/* push data from aligned buffer into fifo */
218934b664a2SJames Hogan 			for (i = 0; i < items; ++i)
219076184ac1SBen Dooks 				mci_fifo_writeq(host->fifo_reg,	aligned_buf[i]);
219134b664a2SJames Hogan 		}
219234b664a2SJames Hogan 	} else
219334b664a2SJames Hogan #endif
219434b664a2SJames Hogan 	{
219534b664a2SJames Hogan 		u64 *pdata = buf;
21960e3a22c0SShawn Lin 
219734b664a2SJames Hogan 		for (; cnt >= 8; cnt -= 8)
219876184ac1SBen Dooks 			mci_fifo_writeq(host->fifo_reg, *pdata++);
219934b664a2SJames Hogan 		buf = pdata;
220034b664a2SJames Hogan 	}
220134b664a2SJames Hogan 	/* put anything remaining in the part_buf */
220234b664a2SJames Hogan 	if (cnt) {
220334b664a2SJames Hogan 		dw_mci_set_part_bytes(host, buf, cnt);
2204cfbeb59cSMarkos Chandras 		/* Push data if we have reached the expected data length */
2205cfbeb59cSMarkos Chandras 		if ((data->bytes_xfered + init_cnt) ==
2206cfbeb59cSMarkos Chandras 		    (data->blksz * data->blocks))
220776184ac1SBen Dooks 			mci_fifo_writeq(host->fifo_reg, host->part_buf);
2208f95f3850SWill Newton 	}
2209f95f3850SWill Newton }
2210f95f3850SWill Newton 
2211f95f3850SWill Newton static void dw_mci_pull_data64(struct dw_mci *host, void *buf, int cnt)
2212f95f3850SWill Newton {
221334b664a2SJames Hogan #ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
221434b664a2SJames Hogan 	if (unlikely((unsigned long)buf & 0x7)) {
221534b664a2SJames Hogan 		while (cnt >= 8) {
221634b664a2SJames Hogan 			/* pull data from fifo into aligned buffer */
221734b664a2SJames Hogan 			u64 aligned_buf[16];
221834b664a2SJames Hogan 			int len = min(cnt & -8, (int)sizeof(aligned_buf));
221934b664a2SJames Hogan 			int items = len >> 3;
222034b664a2SJames Hogan 			int i;
22210e3a22c0SShawn Lin 
222234b664a2SJames Hogan 			for (i = 0; i < items; ++i)
222376184ac1SBen Dooks 				aligned_buf[i] = mci_fifo_readq(host->fifo_reg);
222476184ac1SBen Dooks 
222534b664a2SJames Hogan 			/* memcpy from aligned buffer into output buffer */
222634b664a2SJames Hogan 			memcpy(buf, aligned_buf, len);
222734b664a2SJames Hogan 			buf += len;
222834b664a2SJames Hogan 			cnt -= len;
2229f95f3850SWill Newton 		}
223034b664a2SJames Hogan 	} else
223134b664a2SJames Hogan #endif
223234b664a2SJames Hogan 	{
223334b664a2SJames Hogan 		u64 *pdata = buf;
22340e3a22c0SShawn Lin 
223534b664a2SJames Hogan 		for (; cnt >= 8; cnt -= 8)
223676184ac1SBen Dooks 			*pdata++ = mci_fifo_readq(host->fifo_reg);
223734b664a2SJames Hogan 		buf = pdata;
223834b664a2SJames Hogan 	}
223934b664a2SJames Hogan 	if (cnt) {
224076184ac1SBen Dooks 		host->part_buf = mci_fifo_readq(host->fifo_reg);
224134b664a2SJames Hogan 		dw_mci_pull_final_bytes(host, buf, cnt);
224234b664a2SJames Hogan 	}
224334b664a2SJames Hogan }
224434b664a2SJames Hogan 
224534b664a2SJames Hogan static void dw_mci_pull_data(struct dw_mci *host, void *buf, int cnt)
224634b664a2SJames Hogan {
224734b664a2SJames Hogan 	int len;
224834b664a2SJames Hogan 
224934b664a2SJames Hogan 	/* get remaining partial bytes */
225034b664a2SJames Hogan 	len = dw_mci_pull_part_bytes(host, buf, cnt);
225134b664a2SJames Hogan 	if (unlikely(len == cnt))
225234b664a2SJames Hogan 		return;
225334b664a2SJames Hogan 	buf += len;
225434b664a2SJames Hogan 	cnt -= len;
225534b664a2SJames Hogan 
225634b664a2SJames Hogan 	/* get the rest of the data */
225734b664a2SJames Hogan 	host->pull_data(host, buf, cnt);
2258f95f3850SWill Newton }
2259f95f3850SWill Newton 
226087a74d39SKyoungil Kim static void dw_mci_read_data_pio(struct dw_mci *host, bool dto)
2261f95f3850SWill Newton {
2262f9c2a0dcSSeungwon Jeon 	struct sg_mapping_iter *sg_miter = &host->sg_miter;
2263f9c2a0dcSSeungwon Jeon 	void *buf;
2264f9c2a0dcSSeungwon Jeon 	unsigned int offset;
2265f95f3850SWill Newton 	struct mmc_data	*data = host->data;
2266f95f3850SWill Newton 	int shift = host->data_shift;
2267f95f3850SWill Newton 	u32 status;
22683e4b0d8bSMarkos Chandras 	unsigned int len;
2269f9c2a0dcSSeungwon Jeon 	unsigned int remain, fcnt;
2270f95f3850SWill Newton 
2271f95f3850SWill Newton 	do {
2272f9c2a0dcSSeungwon Jeon 		if (!sg_miter_next(sg_miter))
2273f9c2a0dcSSeungwon Jeon 			goto done;
2274f95f3850SWill Newton 
22754225fc85SImre Deak 		host->sg = sg_miter->piter.sg;
2276f9c2a0dcSSeungwon Jeon 		buf = sg_miter->addr;
2277f9c2a0dcSSeungwon Jeon 		remain = sg_miter->length;
2278f9c2a0dcSSeungwon Jeon 		offset = 0;
2279f9c2a0dcSSeungwon Jeon 
2280f9c2a0dcSSeungwon Jeon 		do {
2281f9c2a0dcSSeungwon Jeon 			fcnt = (SDMMC_GET_FCNT(mci_readl(host, STATUS))
2282f9c2a0dcSSeungwon Jeon 					<< shift) + host->part_buf_count;
2283f9c2a0dcSSeungwon Jeon 			len = min(remain, fcnt);
2284f9c2a0dcSSeungwon Jeon 			if (!len)
2285f9c2a0dcSSeungwon Jeon 				break;
2286f9c2a0dcSSeungwon Jeon 			dw_mci_pull_data(host, (void *)(buf + offset), len);
22873e4b0d8bSMarkos Chandras 			data->bytes_xfered += len;
2288f95f3850SWill Newton 			offset += len;
2289f9c2a0dcSSeungwon Jeon 			remain -= len;
2290f9c2a0dcSSeungwon Jeon 		} while (remain);
2291f95f3850SWill Newton 
2292e74f3a9cSSeungwon Jeon 		sg_miter->consumed = offset;
2293f95f3850SWill Newton 		status = mci_readl(host, MINTSTS);
2294f95f3850SWill Newton 		mci_writel(host, RINTSTS, SDMMC_INT_RXDR);
229587a74d39SKyoungil Kim 	/* if the RXDR is ready read again */
229687a74d39SKyoungil Kim 	} while ((status & SDMMC_INT_RXDR) ||
229787a74d39SKyoungil Kim 		 (dto && SDMMC_GET_FCNT(mci_readl(host, STATUS))));
2298f9c2a0dcSSeungwon Jeon 
2299f9c2a0dcSSeungwon Jeon 	if (!remain) {
2300f9c2a0dcSSeungwon Jeon 		if (!sg_miter_next(sg_miter))
2301f9c2a0dcSSeungwon Jeon 			goto done;
2302f9c2a0dcSSeungwon Jeon 		sg_miter->consumed = 0;
2303f9c2a0dcSSeungwon Jeon 	}
2304f9c2a0dcSSeungwon Jeon 	sg_miter_stop(sg_miter);
2305f95f3850SWill Newton 	return;
2306f95f3850SWill Newton 
2307f95f3850SWill Newton done:
2308f9c2a0dcSSeungwon Jeon 	sg_miter_stop(sg_miter);
2309f9c2a0dcSSeungwon Jeon 	host->sg = NULL;
23100e3a22c0SShawn Lin 	smp_wmb(); /* drain writebuffer */
2311f95f3850SWill Newton 	set_bit(EVENT_XFER_COMPLETE, &host->pending_events);
2312f95f3850SWill Newton }
2313f95f3850SWill Newton 
2314f95f3850SWill Newton static void dw_mci_write_data_pio(struct dw_mci *host)
2315f95f3850SWill Newton {
2316f9c2a0dcSSeungwon Jeon 	struct sg_mapping_iter *sg_miter = &host->sg_miter;
2317f9c2a0dcSSeungwon Jeon 	void *buf;
2318f9c2a0dcSSeungwon Jeon 	unsigned int offset;
2319f95f3850SWill Newton 	struct mmc_data	*data = host->data;
2320f95f3850SWill Newton 	int shift = host->data_shift;
2321f95f3850SWill Newton 	u32 status;
23223e4b0d8bSMarkos Chandras 	unsigned int len;
2323f9c2a0dcSSeungwon Jeon 	unsigned int fifo_depth = host->fifo_depth;
2324f9c2a0dcSSeungwon Jeon 	unsigned int remain, fcnt;
2325f95f3850SWill Newton 
2326f95f3850SWill Newton 	do {
2327f9c2a0dcSSeungwon Jeon 		if (!sg_miter_next(sg_miter))
2328f9c2a0dcSSeungwon Jeon 			goto done;
2329f95f3850SWill Newton 
23304225fc85SImre Deak 		host->sg = sg_miter->piter.sg;
2331f9c2a0dcSSeungwon Jeon 		buf = sg_miter->addr;
2332f9c2a0dcSSeungwon Jeon 		remain = sg_miter->length;
2333f9c2a0dcSSeungwon Jeon 		offset = 0;
2334f9c2a0dcSSeungwon Jeon 
2335f9c2a0dcSSeungwon Jeon 		do {
2336f9c2a0dcSSeungwon Jeon 			fcnt = ((fifo_depth -
2337f9c2a0dcSSeungwon Jeon 				 SDMMC_GET_FCNT(mci_readl(host, STATUS)))
2338f9c2a0dcSSeungwon Jeon 					<< shift) - host->part_buf_count;
2339f9c2a0dcSSeungwon Jeon 			len = min(remain, fcnt);
2340f9c2a0dcSSeungwon Jeon 			if (!len)
2341f9c2a0dcSSeungwon Jeon 				break;
2342f9c2a0dcSSeungwon Jeon 			host->push_data(host, (void *)(buf + offset), len);
23433e4b0d8bSMarkos Chandras 			data->bytes_xfered += len;
2344f95f3850SWill Newton 			offset += len;
2345f9c2a0dcSSeungwon Jeon 			remain -= len;
2346f9c2a0dcSSeungwon Jeon 		} while (remain);
2347f95f3850SWill Newton 
2348e74f3a9cSSeungwon Jeon 		sg_miter->consumed = offset;
2349f95f3850SWill Newton 		status = mci_readl(host, MINTSTS);
2350f95f3850SWill Newton 		mci_writel(host, RINTSTS, SDMMC_INT_TXDR);
2351f95f3850SWill Newton 	} while (status & SDMMC_INT_TXDR); /* if TXDR write again */
2352f9c2a0dcSSeungwon Jeon 
2353f9c2a0dcSSeungwon Jeon 	if (!remain) {
2354f9c2a0dcSSeungwon Jeon 		if (!sg_miter_next(sg_miter))
2355f9c2a0dcSSeungwon Jeon 			goto done;
2356f9c2a0dcSSeungwon Jeon 		sg_miter->consumed = 0;
2357f9c2a0dcSSeungwon Jeon 	}
2358f9c2a0dcSSeungwon Jeon 	sg_miter_stop(sg_miter);
2359f95f3850SWill Newton 	return;
2360f95f3850SWill Newton 
2361f95f3850SWill Newton done:
2362f9c2a0dcSSeungwon Jeon 	sg_miter_stop(sg_miter);
2363f9c2a0dcSSeungwon Jeon 	host->sg = NULL;
23640e3a22c0SShawn Lin 	smp_wmb(); /* drain writebuffer */
2365f95f3850SWill Newton 	set_bit(EVENT_XFER_COMPLETE, &host->pending_events);
2366f95f3850SWill Newton }
2367f95f3850SWill Newton 
2368f95f3850SWill Newton static void dw_mci_cmd_interrupt(struct dw_mci *host, u32 status)
2369f95f3850SWill Newton {
2370f95f3850SWill Newton 	if (!host->cmd_status)
2371f95f3850SWill Newton 		host->cmd_status = status;
2372f95f3850SWill Newton 
23730e3a22c0SShawn Lin 	smp_wmb(); /* drain writebuffer */
2374f95f3850SWill Newton 
2375f95f3850SWill Newton 	set_bit(EVENT_CMD_COMPLETE, &host->pending_events);
2376f95f3850SWill Newton 	tasklet_schedule(&host->tasklet);
2377f95f3850SWill Newton }
2378f95f3850SWill Newton 
23796130e7a9SDoug Anderson static void dw_mci_handle_cd(struct dw_mci *host)
23806130e7a9SDoug Anderson {
23816130e7a9SDoug Anderson 	int i;
23826130e7a9SDoug Anderson 
23836130e7a9SDoug Anderson 	for (i = 0; i < host->num_slots; i++) {
23846130e7a9SDoug Anderson 		struct dw_mci_slot *slot = host->slot[i];
23856130e7a9SDoug Anderson 
23866130e7a9SDoug Anderson 		if (!slot)
23876130e7a9SDoug Anderson 			continue;
23886130e7a9SDoug Anderson 
23896130e7a9SDoug Anderson 		if (slot->mmc->ops->card_event)
23906130e7a9SDoug Anderson 			slot->mmc->ops->card_event(slot->mmc);
23916130e7a9SDoug Anderson 		mmc_detect_change(slot->mmc,
23926130e7a9SDoug Anderson 			msecs_to_jiffies(host->pdata->detect_delay_ms));
23936130e7a9SDoug Anderson 	}
23946130e7a9SDoug Anderson }
23956130e7a9SDoug Anderson 
2396f95f3850SWill Newton static irqreturn_t dw_mci_interrupt(int irq, void *dev_id)
2397f95f3850SWill Newton {
2398f95f3850SWill Newton 	struct dw_mci *host = dev_id;
2399182c9081SSeungwon Jeon 	u32 pending;
24001a5c8e1fSShashidhar Hiremath 	int i;
2401f95f3850SWill Newton 
2402f95f3850SWill Newton 	pending = mci_readl(host, MINTSTS); /* read-only mask reg */
2403f95f3850SWill Newton 
2404476d79f1SDoug Anderson 	if (pending) {
240501730558SDoug Anderson 		/* Check volt switch first, since it can look like an error */
240601730558SDoug Anderson 		if ((host->state == STATE_SENDING_CMD11) &&
240701730558SDoug Anderson 		    (pending & SDMMC_INT_VOLT_SWITCH)) {
240849ba0302SDoug Anderson 			unsigned long irqflags;
24095c935165SDoug Anderson 
241001730558SDoug Anderson 			mci_writel(host, RINTSTS, SDMMC_INT_VOLT_SWITCH);
241101730558SDoug Anderson 			pending &= ~SDMMC_INT_VOLT_SWITCH;
241249ba0302SDoug Anderson 
241349ba0302SDoug Anderson 			/*
241449ba0302SDoug Anderson 			 * Hold the lock; we know cmd11_timer can't be kicked
241549ba0302SDoug Anderson 			 * off after the lock is released, so safe to delete.
241649ba0302SDoug Anderson 			 */
241749ba0302SDoug Anderson 			spin_lock_irqsave(&host->irq_lock, irqflags);
241801730558SDoug Anderson 			dw_mci_cmd_interrupt(host, pending);
241949ba0302SDoug Anderson 			spin_unlock_irqrestore(&host->irq_lock, irqflags);
242049ba0302SDoug Anderson 
242149ba0302SDoug Anderson 			del_timer(&host->cmd11_timer);
242201730558SDoug Anderson 		}
242301730558SDoug Anderson 
2424f95f3850SWill Newton 		if (pending & DW_MCI_CMD_ERROR_FLAGS) {
2425f95f3850SWill Newton 			mci_writel(host, RINTSTS, DW_MCI_CMD_ERROR_FLAGS);
2426182c9081SSeungwon Jeon 			host->cmd_status = pending;
24270e3a22c0SShawn Lin 			smp_wmb(); /* drain writebuffer */
2428f95f3850SWill Newton 			set_bit(EVENT_CMD_COMPLETE, &host->pending_events);
2429f95f3850SWill Newton 		}
2430f95f3850SWill Newton 
2431f95f3850SWill Newton 		if (pending & DW_MCI_DATA_ERROR_FLAGS) {
2432f95f3850SWill Newton 			/* if there is an error report DATA_ERROR */
2433f95f3850SWill Newton 			mci_writel(host, RINTSTS, DW_MCI_DATA_ERROR_FLAGS);
2434182c9081SSeungwon Jeon 			host->data_status = pending;
24350e3a22c0SShawn Lin 			smp_wmb(); /* drain writebuffer */
2436f95f3850SWill Newton 			set_bit(EVENT_DATA_ERROR, &host->pending_events);
2437f95f3850SWill Newton 			tasklet_schedule(&host->tasklet);
2438f95f3850SWill Newton 		}
2439f95f3850SWill Newton 
2440f95f3850SWill Newton 		if (pending & SDMMC_INT_DATA_OVER) {
244157e10486SAddy Ke 			if (host->quirks & DW_MCI_QUIRK_BROKEN_DTO)
244257e10486SAddy Ke 				del_timer(&host->dto_timer);
244357e10486SAddy Ke 
2444f95f3850SWill Newton 			mci_writel(host, RINTSTS, SDMMC_INT_DATA_OVER);
2445f95f3850SWill Newton 			if (!host->data_status)
2446182c9081SSeungwon Jeon 				host->data_status = pending;
24470e3a22c0SShawn Lin 			smp_wmb(); /* drain writebuffer */
2448f95f3850SWill Newton 			if (host->dir_status == DW_MCI_RECV_STATUS) {
2449f95f3850SWill Newton 				if (host->sg != NULL)
245087a74d39SKyoungil Kim 					dw_mci_read_data_pio(host, true);
2451f95f3850SWill Newton 			}
2452f95f3850SWill Newton 			set_bit(EVENT_DATA_COMPLETE, &host->pending_events);
2453f95f3850SWill Newton 			tasklet_schedule(&host->tasklet);
2454f95f3850SWill Newton 		}
2455f95f3850SWill Newton 
2456f95f3850SWill Newton 		if (pending & SDMMC_INT_RXDR) {
2457f95f3850SWill Newton 			mci_writel(host, RINTSTS, SDMMC_INT_RXDR);
2458b40af3aaSJames Hogan 			if (host->dir_status == DW_MCI_RECV_STATUS && host->sg)
245987a74d39SKyoungil Kim 				dw_mci_read_data_pio(host, false);
2460f95f3850SWill Newton 		}
2461f95f3850SWill Newton 
2462f95f3850SWill Newton 		if (pending & SDMMC_INT_TXDR) {
2463f95f3850SWill Newton 			mci_writel(host, RINTSTS, SDMMC_INT_TXDR);
2464b40af3aaSJames Hogan 			if (host->dir_status == DW_MCI_SEND_STATUS && host->sg)
2465f95f3850SWill Newton 				dw_mci_write_data_pio(host);
2466f95f3850SWill Newton 		}
2467f95f3850SWill Newton 
2468f95f3850SWill Newton 		if (pending & SDMMC_INT_CMD_DONE) {
2469f95f3850SWill Newton 			mci_writel(host, RINTSTS, SDMMC_INT_CMD_DONE);
2470182c9081SSeungwon Jeon 			dw_mci_cmd_interrupt(host, pending);
2471f95f3850SWill Newton 		}
2472f95f3850SWill Newton 
2473f95f3850SWill Newton 		if (pending & SDMMC_INT_CD) {
2474f95f3850SWill Newton 			mci_writel(host, RINTSTS, SDMMC_INT_CD);
24756130e7a9SDoug Anderson 			dw_mci_handle_cd(host);
2476f95f3850SWill Newton 		}
2477f95f3850SWill Newton 
24781a5c8e1fSShashidhar Hiremath 		/* Handle SDIO Interrupts */
24791a5c8e1fSShashidhar Hiremath 		for (i = 0; i < host->num_slots; i++) {
24801a5c8e1fSShashidhar Hiremath 			struct dw_mci_slot *slot = host->slot[i];
2481ed2540efSDoug Anderson 
2482ed2540efSDoug Anderson 			if (!slot)
2483ed2540efSDoug Anderson 				continue;
2484ed2540efSDoug Anderson 
248576756234SAddy Ke 			if (pending & SDMMC_INT_SDIO(slot->sdio_id)) {
248676756234SAddy Ke 				mci_writel(host, RINTSTS,
248776756234SAddy Ke 					   SDMMC_INT_SDIO(slot->sdio_id));
24881a5c8e1fSShashidhar Hiremath 				mmc_signal_sdio_irq(slot->mmc);
24891a5c8e1fSShashidhar Hiremath 			}
24901a5c8e1fSShashidhar Hiremath 		}
24911a5c8e1fSShashidhar Hiremath 
24921fb5f68aSMarkos Chandras 	}
2493f95f3850SWill Newton 
24943fc7eaefSShawn Lin 	if (host->use_dma != TRANS_MODE_IDMAC)
24953fc7eaefSShawn Lin 		return IRQ_HANDLED;
24963fc7eaefSShawn Lin 
24973fc7eaefSShawn Lin 	/* Handle IDMA interrupts */
249869d99fdcSPrabu Thangamuthu 	if (host->dma_64bit_address == 1) {
249969d99fdcSPrabu Thangamuthu 		pending = mci_readl(host, IDSTS64);
250069d99fdcSPrabu Thangamuthu 		if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) {
250169d99fdcSPrabu Thangamuthu 			mci_writel(host, IDSTS64, SDMMC_IDMAC_INT_TI |
250269d99fdcSPrabu Thangamuthu 							SDMMC_IDMAC_INT_RI);
250369d99fdcSPrabu Thangamuthu 			mci_writel(host, IDSTS64, SDMMC_IDMAC_INT_NI);
25043fc7eaefSShawn Lin 			host->dma_ops->complete((void *)host);
250569d99fdcSPrabu Thangamuthu 		}
250669d99fdcSPrabu Thangamuthu 	} else {
2507f95f3850SWill Newton 		pending = mci_readl(host, IDSTS);
2508f95f3850SWill Newton 		if (pending & (SDMMC_IDMAC_INT_TI | SDMMC_IDMAC_INT_RI)) {
250969d99fdcSPrabu Thangamuthu 			mci_writel(host, IDSTS, SDMMC_IDMAC_INT_TI |
251069d99fdcSPrabu Thangamuthu 							SDMMC_IDMAC_INT_RI);
2511f95f3850SWill Newton 			mci_writel(host, IDSTS, SDMMC_IDMAC_INT_NI);
25123fc7eaefSShawn Lin 			host->dma_ops->complete((void *)host);
2513f95f3850SWill Newton 		}
251469d99fdcSPrabu Thangamuthu 	}
2515f95f3850SWill Newton 
2516f95f3850SWill Newton 	return IRQ_HANDLED;
2517f95f3850SWill Newton }
2518f95f3850SWill Newton 
2519c91eab4bSThomas Abraham #ifdef CONFIG_OF
2520eff8f2f5SLars-Peter Clausen /* given a slot, find out the device node representing that slot */
2521eff8f2f5SLars-Peter Clausen static struct device_node *dw_mci_of_find_slot_node(struct dw_mci_slot *slot)
2522c91eab4bSThomas Abraham {
2523eff8f2f5SLars-Peter Clausen 	struct device *dev = slot->mmc->parent;
2524c91eab4bSThomas Abraham 	struct device_node *np;
2525c91eab4bSThomas Abraham 	const __be32 *addr;
2526c91eab4bSThomas Abraham 	int len;
2527c91eab4bSThomas Abraham 
2528c91eab4bSThomas Abraham 	if (!dev || !dev->of_node)
2529c91eab4bSThomas Abraham 		return NULL;
2530c91eab4bSThomas Abraham 
2531c91eab4bSThomas Abraham 	for_each_child_of_node(dev->of_node, np) {
2532c91eab4bSThomas Abraham 		addr = of_get_property(np, "reg", &len);
2533c91eab4bSThomas Abraham 		if (!addr || (len < sizeof(int)))
2534c91eab4bSThomas Abraham 			continue;
2535eff8f2f5SLars-Peter Clausen 		if (be32_to_cpup(addr) == slot->id)
2536c91eab4bSThomas Abraham 			return np;
2537c91eab4bSThomas Abraham 	}
2538c91eab4bSThomas Abraham 	return NULL;
2539c91eab4bSThomas Abraham }
2540c91eab4bSThomas Abraham 
2541eff8f2f5SLars-Peter Clausen static void dw_mci_slot_of_parse(struct dw_mci_slot *slot)
2542a70aaa64SDoug Anderson {
2543eff8f2f5SLars-Peter Clausen 	struct device_node *np = dw_mci_of_find_slot_node(slot);
2544a70aaa64SDoug Anderson 
2545eff8f2f5SLars-Peter Clausen 	if (!np)
2546eff8f2f5SLars-Peter Clausen 		return;
2547a70aaa64SDoug Anderson 
2548eff8f2f5SLars-Peter Clausen 	if (of_property_read_bool(np, "disable-wp")) {
2549eff8f2f5SLars-Peter Clausen 		slot->mmc->caps2 |= MMC_CAP2_NO_WRITE_PROTECT;
2550eff8f2f5SLars-Peter Clausen 		dev_warn(slot->mmc->parent,
2551eff8f2f5SLars-Peter Clausen 			"Slot quirk 'disable-wp' is deprecated\n");
255226375b5cSJaehoon Chung 	}
2553a70aaa64SDoug Anderson }
2554c91eab4bSThomas Abraham #else /* CONFIG_OF */
2555eff8f2f5SLars-Peter Clausen static void dw_mci_slot_of_parse(struct dw_mci_slot *slot)
2556a70aaa64SDoug Anderson {
2557a70aaa64SDoug Anderson }
2558c91eab4bSThomas Abraham #endif /* CONFIG_OF */
2559c91eab4bSThomas Abraham 
256036c179a9SJaehoon Chung static int dw_mci_init_slot(struct dw_mci *host, unsigned int id)
2561f95f3850SWill Newton {
2562f95f3850SWill Newton 	struct mmc_host *mmc;
2563f95f3850SWill Newton 	struct dw_mci_slot *slot;
2564e95baf13SArnd Bergmann 	const struct dw_mci_drv_data *drv_data = host->drv_data;
2565800d78bfSThomas Abraham 	int ctrl_id, ret;
25661f44a2a5SSeungwon Jeon 	u32 freq[2];
2567f95f3850SWill Newton 
25684a90920cSThomas Abraham 	mmc = mmc_alloc_host(sizeof(struct dw_mci_slot), host->dev);
2569f95f3850SWill Newton 	if (!mmc)
2570f95f3850SWill Newton 		return -ENOMEM;
2571f95f3850SWill Newton 
2572f95f3850SWill Newton 	slot = mmc_priv(mmc);
2573f95f3850SWill Newton 	slot->id = id;
257476756234SAddy Ke 	slot->sdio_id = host->sdio_id0 + id;
2575f95f3850SWill Newton 	slot->mmc = mmc;
2576f95f3850SWill Newton 	slot->host = host;
2577c91eab4bSThomas Abraham 	host->slot[id] = slot;
2578f95f3850SWill Newton 
2579f95f3850SWill Newton 	mmc->ops = &dw_mci_ops;
25801f44a2a5SSeungwon Jeon 	if (of_property_read_u32_array(host->dev->of_node,
25811f44a2a5SSeungwon Jeon 				       "clock-freq-min-max", freq, 2)) {
25821f44a2a5SSeungwon Jeon 		mmc->f_min = DW_MCI_FREQ_MIN;
25831f44a2a5SSeungwon Jeon 		mmc->f_max = DW_MCI_FREQ_MAX;
25841f44a2a5SSeungwon Jeon 	} else {
25851f44a2a5SSeungwon Jeon 		mmc->f_min = freq[0];
25861f44a2a5SSeungwon Jeon 		mmc->f_max = freq[1];
25871f44a2a5SSeungwon Jeon 	}
2588f95f3850SWill Newton 
258951da2240SYuvaraj CD 	/*if there are external regulators, get them*/
259051da2240SYuvaraj CD 	ret = mmc_regulator_get_supply(mmc);
259151da2240SYuvaraj CD 	if (ret == -EPROBE_DEFER)
25923cf890fcSDoug Anderson 		goto err_host_allocated;
259351da2240SYuvaraj CD 
259451da2240SYuvaraj CD 	if (!mmc->ocr_avail)
2595f95f3850SWill Newton 		mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34;
2596f95f3850SWill Newton 
2597fc3d7720SJaehoon Chung 	if (host->pdata->caps)
2598fc3d7720SJaehoon Chung 		mmc->caps = host->pdata->caps;
2599fc3d7720SJaehoon Chung 
2600ab269128SAbhilash Kesavan 	if (host->pdata->pm_caps)
2601ab269128SAbhilash Kesavan 		mmc->pm_caps = host->pdata->pm_caps;
2602ab269128SAbhilash Kesavan 
2603800d78bfSThomas Abraham 	if (host->dev->of_node) {
2604800d78bfSThomas Abraham 		ctrl_id = of_alias_get_id(host->dev->of_node, "mshc");
2605800d78bfSThomas Abraham 		if (ctrl_id < 0)
2606800d78bfSThomas Abraham 			ctrl_id = 0;
2607800d78bfSThomas Abraham 	} else {
2608800d78bfSThomas Abraham 		ctrl_id = to_platform_device(host->dev)->id;
2609800d78bfSThomas Abraham 	}
2610cb27a843SJames Hogan 	if (drv_data && drv_data->caps)
2611cb27a843SJames Hogan 		mmc->caps |= drv_data->caps[ctrl_id];
2612800d78bfSThomas Abraham 
26134f408cc6SSeungwon Jeon 	if (host->pdata->caps2)
26144f408cc6SSeungwon Jeon 		mmc->caps2 = host->pdata->caps2;
26154f408cc6SSeungwon Jeon 
2616eff8f2f5SLars-Peter Clausen 	dw_mci_slot_of_parse(slot);
2617eff8f2f5SLars-Peter Clausen 
26183cf890fcSDoug Anderson 	ret = mmc_of_parse(mmc);
26193cf890fcSDoug Anderson 	if (ret)
26203cf890fcSDoug Anderson 		goto err_host_allocated;
2621f95f3850SWill Newton 
2622f95f3850SWill Newton 	/* Useful defaults if platform data is unset. */
26233fc7eaefSShawn Lin 	if (host->use_dma == TRANS_MODE_IDMAC) {
2624a39e5746SJaehoon Chung 		mmc->max_segs = host->ring_size;
2625225faf87SJaehoon Chung 		mmc->max_blk_size = 65535;
2626575c319dSHeiko Stuebner 		mmc->max_seg_size = 0x1000;
26271a25b1b4SSeungwon Jeon 		mmc->max_req_size = mmc->max_seg_size * host->ring_size;
26281a25b1b4SSeungwon Jeon 		mmc->max_blk_count = mmc->max_req_size / 512;
26293fc7eaefSShawn Lin 	} else if (host->use_dma == TRANS_MODE_EDMAC) {
26303fc7eaefSShawn Lin 		mmc->max_segs = 64;
2631225faf87SJaehoon Chung 		mmc->max_blk_size = 65535;
26323fc7eaefSShawn Lin 		mmc->max_blk_count = 65535;
26333fc7eaefSShawn Lin 		mmc->max_req_size =
26343fc7eaefSShawn Lin 				mmc->max_blk_size * mmc->max_blk_count;
26353fc7eaefSShawn Lin 		mmc->max_seg_size = mmc->max_req_size;
2636575c319dSHeiko Stuebner 	} else {
26373fc7eaefSShawn Lin 		/* TRANS_MODE_PIO */
2638f95f3850SWill Newton 		mmc->max_segs = 64;
2639225faf87SJaehoon Chung 		mmc->max_blk_size = 65535; /* BLKSIZ is 16 bits */
2640f95f3850SWill Newton 		mmc->max_blk_count = 512;
2641575c319dSHeiko Stuebner 		mmc->max_req_size = mmc->max_blk_size *
2642575c319dSHeiko Stuebner 				    mmc->max_blk_count;
2643f95f3850SWill Newton 		mmc->max_seg_size = mmc->max_req_size;
2644575c319dSHeiko Stuebner 	}
2645f95f3850SWill Newton 
2646c0834a58SShawn Lin 	dw_mci_get_cd(mmc);
2647ae0eb348SJaehoon Chung 
26480cea529dSJaehoon Chung 	ret = mmc_add_host(mmc);
26490cea529dSJaehoon Chung 	if (ret)
26503cf890fcSDoug Anderson 		goto err_host_allocated;
2651f95f3850SWill Newton 
2652f95f3850SWill Newton #if defined(CONFIG_DEBUG_FS)
2653f95f3850SWill Newton 	dw_mci_init_debugfs(slot);
2654f95f3850SWill Newton #endif
2655f95f3850SWill Newton 
2656f95f3850SWill Newton 	return 0;
2657800d78bfSThomas Abraham 
26583cf890fcSDoug Anderson err_host_allocated:
2659800d78bfSThomas Abraham 	mmc_free_host(mmc);
266051da2240SYuvaraj CD 	return ret;
2661f95f3850SWill Newton }
2662f95f3850SWill Newton 
2663f95f3850SWill Newton static void dw_mci_cleanup_slot(struct dw_mci_slot *slot, unsigned int id)
2664f95f3850SWill Newton {
2665f95f3850SWill Newton 	/* Debugfs stuff is cleaned up by mmc core */
2666f95f3850SWill Newton 	mmc_remove_host(slot->mmc);
2667f95f3850SWill Newton 	slot->host->slot[id] = NULL;
2668f95f3850SWill Newton 	mmc_free_host(slot->mmc);
2669f95f3850SWill Newton }
2670f95f3850SWill Newton 
2671f95f3850SWill Newton static void dw_mci_init_dma(struct dw_mci *host)
2672f95f3850SWill Newton {
267369d99fdcSPrabu Thangamuthu 	int addr_config;
26743fc7eaefSShawn Lin 	struct device *dev = host->dev;
26753fc7eaefSShawn Lin 	struct device_node *np = dev->of_node;
26763fc7eaefSShawn Lin 
26773fc7eaefSShawn Lin 	/*
26783fc7eaefSShawn Lin 	* Check tansfer mode from HCON[17:16]
26793fc7eaefSShawn Lin 	* Clear the ambiguous description of dw_mmc databook:
26803fc7eaefSShawn Lin 	* 2b'00: No DMA Interface -> Actually means using Internal DMA block
26813fc7eaefSShawn Lin 	* 2b'01: DesignWare DMA Interface -> Synopsys DW-DMA block
26823fc7eaefSShawn Lin 	* 2b'10: Generic DMA Interface -> non-Synopsys generic DMA block
26833fc7eaefSShawn Lin 	* 2b'11: Non DW DMA Interface -> pio only
26843fc7eaefSShawn Lin 	* Compared to DesignWare DMA Interface, Generic DMA Interface has a
26853fc7eaefSShawn Lin 	* simpler request/acknowledge handshake mechanism and both of them
26863fc7eaefSShawn Lin 	* are regarded as external dma master for dw_mmc.
26873fc7eaefSShawn Lin 	*/
26883fc7eaefSShawn Lin 	host->use_dma = SDMMC_GET_TRANS_MODE(mci_readl(host, HCON));
26893fc7eaefSShawn Lin 	if (host->use_dma == DMA_INTERFACE_IDMA) {
26903fc7eaefSShawn Lin 		host->use_dma = TRANS_MODE_IDMAC;
26913fc7eaefSShawn Lin 	} else if (host->use_dma == DMA_INTERFACE_DWDMA ||
26923fc7eaefSShawn Lin 		   host->use_dma == DMA_INTERFACE_GDMA) {
26933fc7eaefSShawn Lin 		host->use_dma = TRANS_MODE_EDMAC;
26943fc7eaefSShawn Lin 	} else {
26953fc7eaefSShawn Lin 		goto no_dma;
26963fc7eaefSShawn Lin 	}
26973fc7eaefSShawn Lin 
26983fc7eaefSShawn Lin 	/* Determine which DMA interface to use */
26993fc7eaefSShawn Lin 	if (host->use_dma == TRANS_MODE_IDMAC) {
27003fc7eaefSShawn Lin 		/*
27013fc7eaefSShawn Lin 		* Check ADDR_CONFIG bit in HCON to find
27023fc7eaefSShawn Lin 		* IDMAC address bus width
27033fc7eaefSShawn Lin 		*/
270470692752SShawn Lin 		addr_config = SDMMC_GET_ADDR_CONFIG(mci_readl(host, HCON));
270569d99fdcSPrabu Thangamuthu 
270669d99fdcSPrabu Thangamuthu 		if (addr_config == 1) {
270769d99fdcSPrabu Thangamuthu 			/* host supports IDMAC in 64-bit address mode */
270869d99fdcSPrabu Thangamuthu 			host->dma_64bit_address = 1;
27093fc7eaefSShawn Lin 			dev_info(host->dev,
27103fc7eaefSShawn Lin 				 "IDMAC supports 64-bit address mode.\n");
271169d99fdcSPrabu Thangamuthu 			if (!dma_set_mask(host->dev, DMA_BIT_MASK(64)))
27123fc7eaefSShawn Lin 				dma_set_coherent_mask(host->dev,
27133fc7eaefSShawn Lin 						      DMA_BIT_MASK(64));
271469d99fdcSPrabu Thangamuthu 		} else {
271569d99fdcSPrabu Thangamuthu 			/* host supports IDMAC in 32-bit address mode */
271669d99fdcSPrabu Thangamuthu 			host->dma_64bit_address = 0;
27173fc7eaefSShawn Lin 			dev_info(host->dev,
27183fc7eaefSShawn Lin 				 "IDMAC supports 32-bit address mode.\n");
271969d99fdcSPrabu Thangamuthu 		}
272069d99fdcSPrabu Thangamuthu 
2721f95f3850SWill Newton 		/* Alloc memory for sg translation */
2722780f22afSSeungwon Jeon 		host->sg_cpu = dmam_alloc_coherent(host->dev, PAGE_SIZE,
2723f95f3850SWill Newton 						   &host->sg_dma, GFP_KERNEL);
2724f95f3850SWill Newton 		if (!host->sg_cpu) {
27253fc7eaefSShawn Lin 			dev_err(host->dev,
27263fc7eaefSShawn Lin 				"%s: could not alloc DMA memory\n",
2727f95f3850SWill Newton 				__func__);
2728f95f3850SWill Newton 			goto no_dma;
2729f95f3850SWill Newton 		}
2730f95f3850SWill Newton 
2731f95f3850SWill Newton 		host->dma_ops = &dw_mci_idmac_ops;
273200956ea3SSeungwon Jeon 		dev_info(host->dev, "Using internal DMA controller.\n");
27333fc7eaefSShawn Lin 	} else {
27343fc7eaefSShawn Lin 		/* TRANS_MODE_EDMAC: check dma bindings again */
27353fc7eaefSShawn Lin 		if ((of_property_count_strings(np, "dma-names") < 0) ||
27363fc7eaefSShawn Lin 		    (!of_find_property(np, "dmas", NULL))) {
2737f95f3850SWill Newton 			goto no_dma;
27383fc7eaefSShawn Lin 		}
27393fc7eaefSShawn Lin 		host->dma_ops = &dw_mci_edmac_ops;
27403fc7eaefSShawn Lin 		dev_info(host->dev, "Using external DMA controller.\n");
27413fc7eaefSShawn Lin 	}
2742f95f3850SWill Newton 
2743e1631f98SJaehoon Chung 	if (host->dma_ops->init && host->dma_ops->start &&
2744e1631f98SJaehoon Chung 	    host->dma_ops->stop && host->dma_ops->cleanup) {
2745f95f3850SWill Newton 		if (host->dma_ops->init(host)) {
27460e3a22c0SShawn Lin 			dev_err(host->dev, "%s: Unable to initialize DMA Controller.\n",
27470e3a22c0SShawn Lin 				__func__);
2748f95f3850SWill Newton 			goto no_dma;
2749f95f3850SWill Newton 		}
2750f95f3850SWill Newton 	} else {
27514a90920cSThomas Abraham 		dev_err(host->dev, "DMA initialization not found.\n");
2752f95f3850SWill Newton 		goto no_dma;
2753f95f3850SWill Newton 	}
2754f95f3850SWill Newton 
2755f95f3850SWill Newton 	return;
2756f95f3850SWill Newton 
2757f95f3850SWill Newton no_dma:
27584a90920cSThomas Abraham 	dev_info(host->dev, "Using PIO mode.\n");
27593fc7eaefSShawn Lin 	host->use_dma = TRANS_MODE_PIO;
2760f95f3850SWill Newton }
2761f95f3850SWill Newton 
276231bff450SSeungwon Jeon static bool dw_mci_ctrl_reset(struct dw_mci *host, u32 reset)
2763f95f3850SWill Newton {
2764f95f3850SWill Newton 	unsigned long timeout = jiffies + msecs_to_jiffies(500);
276531bff450SSeungwon Jeon 	u32 ctrl;
2766f95f3850SWill Newton 
276731bff450SSeungwon Jeon 	ctrl = mci_readl(host, CTRL);
276831bff450SSeungwon Jeon 	ctrl |= reset;
276931bff450SSeungwon Jeon 	mci_writel(host, CTRL, ctrl);
2770f95f3850SWill Newton 
2771f95f3850SWill Newton 	/* wait till resets clear */
2772f95f3850SWill Newton 	do {
2773f95f3850SWill Newton 		ctrl = mci_readl(host, CTRL);
277431bff450SSeungwon Jeon 		if (!(ctrl & reset))
2775f95f3850SWill Newton 			return true;
2776f95f3850SWill Newton 	} while (time_before(jiffies, timeout));
2777f95f3850SWill Newton 
277831bff450SSeungwon Jeon 	dev_err(host->dev,
277931bff450SSeungwon Jeon 		"Timeout resetting block (ctrl reset %#x)\n",
278031bff450SSeungwon Jeon 		ctrl & reset);
2781f95f3850SWill Newton 
2782f95f3850SWill Newton 	return false;
2783f95f3850SWill Newton }
2784f95f3850SWill Newton 
27853a33a94cSSonny Rao static bool dw_mci_reset(struct dw_mci *host)
278631bff450SSeungwon Jeon {
27873a33a94cSSonny Rao 	u32 flags = SDMMC_CTRL_RESET | SDMMC_CTRL_FIFO_RESET;
27883a33a94cSSonny Rao 	bool ret = false;
27893a33a94cSSonny Rao 
279031bff450SSeungwon Jeon 	/*
279131bff450SSeungwon Jeon 	 * Reseting generates a block interrupt, hence setting
279231bff450SSeungwon Jeon 	 * the scatter-gather pointer to NULL.
279331bff450SSeungwon Jeon 	 */
279431bff450SSeungwon Jeon 	if (host->sg) {
279531bff450SSeungwon Jeon 		sg_miter_stop(&host->sg_miter);
279631bff450SSeungwon Jeon 		host->sg = NULL;
279731bff450SSeungwon Jeon 	}
279831bff450SSeungwon Jeon 
27993a33a94cSSonny Rao 	if (host->use_dma)
28003a33a94cSSonny Rao 		flags |= SDMMC_CTRL_DMA_RESET;
28013a33a94cSSonny Rao 
28023a33a94cSSonny Rao 	if (dw_mci_ctrl_reset(host, flags)) {
28033a33a94cSSonny Rao 		/*
28043a33a94cSSonny Rao 		 * In all cases we clear the RAWINTS register to clear any
28053a33a94cSSonny Rao 		 * interrupts.
28063a33a94cSSonny Rao 		 */
28073a33a94cSSonny Rao 		mci_writel(host, RINTSTS, 0xFFFFFFFF);
28083a33a94cSSonny Rao 
28093a33a94cSSonny Rao 		/* if using dma we wait for dma_req to clear */
28103a33a94cSSonny Rao 		if (host->use_dma) {
28113a33a94cSSonny Rao 			unsigned long timeout = jiffies + msecs_to_jiffies(500);
28123a33a94cSSonny Rao 			u32 status;
28130e3a22c0SShawn Lin 
28143a33a94cSSonny Rao 			do {
28153a33a94cSSonny Rao 				status = mci_readl(host, STATUS);
28163a33a94cSSonny Rao 				if (!(status & SDMMC_STATUS_DMA_REQ))
28173a33a94cSSonny Rao 					break;
28183a33a94cSSonny Rao 				cpu_relax();
28193a33a94cSSonny Rao 			} while (time_before(jiffies, timeout));
28203a33a94cSSonny Rao 
28213a33a94cSSonny Rao 			if (status & SDMMC_STATUS_DMA_REQ) {
28223a33a94cSSonny Rao 				dev_err(host->dev,
28230e3a22c0SShawn Lin 					"%s: Timeout waiting for dma_req to clear during reset\n",
28240e3a22c0SShawn Lin 					__func__);
28253a33a94cSSonny Rao 				goto ciu_out;
282631bff450SSeungwon Jeon 			}
282731bff450SSeungwon Jeon 
28283a33a94cSSonny Rao 			/* when using DMA next we reset the fifo again */
28293a33a94cSSonny Rao 			if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_FIFO_RESET))
28303a33a94cSSonny Rao 				goto ciu_out;
28313a33a94cSSonny Rao 		}
28323a33a94cSSonny Rao 	} else {
28333a33a94cSSonny Rao 		/* if the controller reset bit did clear, then set clock regs */
28343a33a94cSSonny Rao 		if (!(mci_readl(host, CTRL) & SDMMC_CTRL_RESET)) {
28350e3a22c0SShawn Lin 			dev_err(host->dev,
28360e3a22c0SShawn Lin 				"%s: fifo/dma reset bits didn't clear but ciu was reset, doing clock update\n",
28373a33a94cSSonny Rao 				__func__);
28383a33a94cSSonny Rao 			goto ciu_out;
28393a33a94cSSonny Rao 		}
28403a33a94cSSonny Rao 	}
28413a33a94cSSonny Rao 
28423fc7eaefSShawn Lin 	if (host->use_dma == TRANS_MODE_IDMAC)
28433a33a94cSSonny Rao 		/* It is also recommended that we reset and reprogram idmac */
28443a33a94cSSonny Rao 		dw_mci_idmac_reset(host);
28453a33a94cSSonny Rao 
28463a33a94cSSonny Rao 	ret = true;
28473a33a94cSSonny Rao 
28483a33a94cSSonny Rao ciu_out:
28493a33a94cSSonny Rao 	/* After a CTRL reset we need to have CIU set clock registers  */
28503a33a94cSSonny Rao 	mci_send_cmd(host->cur_slot, SDMMC_CMD_UPD_CLK, 0);
28513a33a94cSSonny Rao 
28523a33a94cSSonny Rao 	return ret;
285331bff450SSeungwon Jeon }
285431bff450SSeungwon Jeon 
28555c935165SDoug Anderson static void dw_mci_cmd11_timer(unsigned long arg)
28565c935165SDoug Anderson {
28575c935165SDoug Anderson 	struct dw_mci *host = (struct dw_mci *)arg;
28585c935165SDoug Anderson 
2859fd674198SDoug Anderson 	if (host->state != STATE_SENDING_CMD11) {
2860fd674198SDoug Anderson 		dev_warn(host->dev, "Unexpected CMD11 timeout\n");
2861fd674198SDoug Anderson 		return;
2862fd674198SDoug Anderson 	}
28635c935165SDoug Anderson 
28645c935165SDoug Anderson 	host->cmd_status = SDMMC_INT_RTO;
28655c935165SDoug Anderson 	set_bit(EVENT_CMD_COMPLETE, &host->pending_events);
28665c935165SDoug Anderson 	tasklet_schedule(&host->tasklet);
28675c935165SDoug Anderson }
28685c935165SDoug Anderson 
286957e10486SAddy Ke static void dw_mci_dto_timer(unsigned long arg)
287057e10486SAddy Ke {
287157e10486SAddy Ke 	struct dw_mci *host = (struct dw_mci *)arg;
287257e10486SAddy Ke 
287357e10486SAddy Ke 	switch (host->state) {
287457e10486SAddy Ke 	case STATE_SENDING_DATA:
287557e10486SAddy Ke 	case STATE_DATA_BUSY:
287657e10486SAddy Ke 		/*
287757e10486SAddy Ke 		 * If DTO interrupt does NOT come in sending data state,
287857e10486SAddy Ke 		 * we should notify the driver to terminate current transfer
287957e10486SAddy Ke 		 * and report a data timeout to the core.
288057e10486SAddy Ke 		 */
288157e10486SAddy Ke 		host->data_status = SDMMC_INT_DRTO;
288257e10486SAddy Ke 		set_bit(EVENT_DATA_ERROR, &host->pending_events);
288357e10486SAddy Ke 		set_bit(EVENT_DATA_COMPLETE, &host->pending_events);
288457e10486SAddy Ke 		tasklet_schedule(&host->tasklet);
288557e10486SAddy Ke 		break;
288657e10486SAddy Ke 	default:
288757e10486SAddy Ke 		break;
288857e10486SAddy Ke 	}
288957e10486SAddy Ke }
289057e10486SAddy Ke 
2891c91eab4bSThomas Abraham #ifdef CONFIG_OF
2892c91eab4bSThomas Abraham static struct dw_mci_board *dw_mci_parse_dt(struct dw_mci *host)
2893c91eab4bSThomas Abraham {
2894c91eab4bSThomas Abraham 	struct dw_mci_board *pdata;
2895c91eab4bSThomas Abraham 	struct device *dev = host->dev;
2896c91eab4bSThomas Abraham 	struct device_node *np = dev->of_node;
2897e95baf13SArnd Bergmann 	const struct dw_mci_drv_data *drv_data = host->drv_data;
2898e8cc37b8SShawn Lin 	int ret;
28993c6d89eaSDoug Anderson 	u32 clock_frequency;
2900c91eab4bSThomas Abraham 
2901c91eab4bSThomas Abraham 	pdata = devm_kzalloc(dev, sizeof(*pdata), GFP_KERNEL);
2902bf3707eaSBeomho Seo 	if (!pdata)
2903c91eab4bSThomas Abraham 		return ERR_PTR(-ENOMEM);
2904c91eab4bSThomas Abraham 
2905c91eab4bSThomas Abraham 	/* find out number of slots supported */
29068a629d26SShawn Lin 	of_property_read_u32(np, "num-slots", &pdata->num_slots);
2907c91eab4bSThomas Abraham 
2908c91eab4bSThomas Abraham 	if (of_property_read_u32(np, "fifo-depth", &pdata->fifo_depth))
29090e3a22c0SShawn Lin 		dev_info(dev,
29100e3a22c0SShawn Lin 			 "fifo-depth property not found, using value of FIFOTH register as default\n");
2911c91eab4bSThomas Abraham 
2912c91eab4bSThomas Abraham 	of_property_read_u32(np, "card-detect-delay", &pdata->detect_delay_ms);
2913c91eab4bSThomas Abraham 
29143c6d89eaSDoug Anderson 	if (!of_property_read_u32(np, "clock-frequency", &clock_frequency))
29153c6d89eaSDoug Anderson 		pdata->bus_hz = clock_frequency;
29163c6d89eaSDoug Anderson 
2917cb27a843SJames Hogan 	if (drv_data && drv_data->parse_dt) {
2918cb27a843SJames Hogan 		ret = drv_data->parse_dt(host);
2919800d78bfSThomas Abraham 		if (ret)
2920800d78bfSThomas Abraham 			return ERR_PTR(ret);
2921800d78bfSThomas Abraham 	}
2922800d78bfSThomas Abraham 
292340a7a463SJaehoon Chung 	if (of_find_property(np, "supports-highspeed", NULL)) {
292440a7a463SJaehoon Chung 		dev_info(dev, "supports-highspeed property is deprecated.\n");
292510b49841SSeungwon Jeon 		pdata->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
292640a7a463SJaehoon Chung 	}
292710b49841SSeungwon Jeon 
2928c91eab4bSThomas Abraham 	return pdata;
2929c91eab4bSThomas Abraham }
2930c91eab4bSThomas Abraham 
2931c91eab4bSThomas Abraham #else /* CONFIG_OF */
2932c91eab4bSThomas Abraham static struct dw_mci_board *dw_mci_parse_dt(struct dw_mci *host)
2933c91eab4bSThomas Abraham {
2934c91eab4bSThomas Abraham 	return ERR_PTR(-EINVAL);
2935c91eab4bSThomas Abraham }
2936c91eab4bSThomas Abraham #endif /* CONFIG_OF */
2937c91eab4bSThomas Abraham 
2938fa0c3283SDoug Anderson static void dw_mci_enable_cd(struct dw_mci *host)
2939fa0c3283SDoug Anderson {
2940fa0c3283SDoug Anderson 	unsigned long irqflags;
2941fa0c3283SDoug Anderson 	u32 temp;
2942fa0c3283SDoug Anderson 	int i;
2943e8cc37b8SShawn Lin 	struct dw_mci_slot *slot;
2944fa0c3283SDoug Anderson 
2945e8cc37b8SShawn Lin 	/*
2946e8cc37b8SShawn Lin 	 * No need for CD if all slots have a non-error GPIO
2947e8cc37b8SShawn Lin 	 * as well as broken card detection is found.
2948e8cc37b8SShawn Lin 	 */
2949fa0c3283SDoug Anderson 	for (i = 0; i < host->num_slots; i++) {
2950e8cc37b8SShawn Lin 		slot = host->slot[i];
2951e8cc37b8SShawn Lin 		if (slot->mmc->caps & MMC_CAP_NEEDS_POLL)
2952e8cc37b8SShawn Lin 			return;
2953fa0c3283SDoug Anderson 
2954287980e4SArnd Bergmann 		if (mmc_gpio_get_cd(slot->mmc) < 0)
2955fa0c3283SDoug Anderson 			break;
2956fa0c3283SDoug Anderson 	}
2957fa0c3283SDoug Anderson 	if (i == host->num_slots)
2958fa0c3283SDoug Anderson 		return;
2959fa0c3283SDoug Anderson 
2960fa0c3283SDoug Anderson 	spin_lock_irqsave(&host->irq_lock, irqflags);
2961fa0c3283SDoug Anderson 	temp = mci_readl(host, INTMASK);
2962fa0c3283SDoug Anderson 	temp  |= SDMMC_INT_CD;
2963fa0c3283SDoug Anderson 	mci_writel(host, INTMASK, temp);
2964fa0c3283SDoug Anderson 	spin_unlock_irqrestore(&host->irq_lock, irqflags);
2965fa0c3283SDoug Anderson }
2966fa0c3283SDoug Anderson 
296762ca8034SShashidhar Hiremath int dw_mci_probe(struct dw_mci *host)
2968f95f3850SWill Newton {
2969e95baf13SArnd Bergmann 	const struct dw_mci_drv_data *drv_data = host->drv_data;
297062ca8034SShashidhar Hiremath 	int width, i, ret = 0;
2971f95f3850SWill Newton 	u32 fifo_size;
29721c2215b7SThomas Abraham 	int init_slots = 0;
2973f95f3850SWill Newton 
2974c91eab4bSThomas Abraham 	if (!host->pdata) {
2975c91eab4bSThomas Abraham 		host->pdata = dw_mci_parse_dt(host);
2976c91eab4bSThomas Abraham 		if (IS_ERR(host->pdata)) {
2977c91eab4bSThomas Abraham 			dev_err(host->dev, "platform data not available\n");
2978c91eab4bSThomas Abraham 			return -EINVAL;
2979c91eab4bSThomas Abraham 		}
2980f95f3850SWill Newton 	}
2981f95f3850SWill Newton 
2982780f22afSSeungwon Jeon 	host->biu_clk = devm_clk_get(host->dev, "biu");
2983f90a0612SThomas Abraham 	if (IS_ERR(host->biu_clk)) {
2984f90a0612SThomas Abraham 		dev_dbg(host->dev, "biu clock not available\n");
2985f90a0612SThomas Abraham 	} else {
2986f90a0612SThomas Abraham 		ret = clk_prepare_enable(host->biu_clk);
2987f90a0612SThomas Abraham 		if (ret) {
2988f90a0612SThomas Abraham 			dev_err(host->dev, "failed to enable biu clock\n");
2989f90a0612SThomas Abraham 			return ret;
2990f90a0612SThomas Abraham 		}
2991f95f3850SWill Newton 	}
2992f95f3850SWill Newton 
2993780f22afSSeungwon Jeon 	host->ciu_clk = devm_clk_get(host->dev, "ciu");
2994f90a0612SThomas Abraham 	if (IS_ERR(host->ciu_clk)) {
2995f90a0612SThomas Abraham 		dev_dbg(host->dev, "ciu clock not available\n");
29963c6d89eaSDoug Anderson 		host->bus_hz = host->pdata->bus_hz;
2997f90a0612SThomas Abraham 	} else {
2998f90a0612SThomas Abraham 		ret = clk_prepare_enable(host->ciu_clk);
2999f90a0612SThomas Abraham 		if (ret) {
3000f90a0612SThomas Abraham 			dev_err(host->dev, "failed to enable ciu clock\n");
3001f90a0612SThomas Abraham 			goto err_clk_biu;
3002f90a0612SThomas Abraham 		}
3003f90a0612SThomas Abraham 
30043c6d89eaSDoug Anderson 		if (host->pdata->bus_hz) {
30053c6d89eaSDoug Anderson 			ret = clk_set_rate(host->ciu_clk, host->pdata->bus_hz);
30063c6d89eaSDoug Anderson 			if (ret)
30073c6d89eaSDoug Anderson 				dev_warn(host->dev,
3008612de4c1SJaehoon Chung 					 "Unable to set bus rate to %uHz\n",
30093c6d89eaSDoug Anderson 					 host->pdata->bus_hz);
30103c6d89eaSDoug Anderson 		}
3011f90a0612SThomas Abraham 		host->bus_hz = clk_get_rate(host->ciu_clk);
30123c6d89eaSDoug Anderson 	}
3013f90a0612SThomas Abraham 
3014612de4c1SJaehoon Chung 	if (!host->bus_hz) {
3015612de4c1SJaehoon Chung 		dev_err(host->dev,
3016612de4c1SJaehoon Chung 			"Platform data must supply bus speed\n");
3017612de4c1SJaehoon Chung 		ret = -ENODEV;
3018612de4c1SJaehoon Chung 		goto err_clk_ciu;
3019612de4c1SJaehoon Chung 	}
3020612de4c1SJaehoon Chung 
3021002f0d5cSYuvaraj Kumar C D 	if (drv_data && drv_data->init) {
3022002f0d5cSYuvaraj Kumar C D 		ret = drv_data->init(host);
3023002f0d5cSYuvaraj Kumar C D 		if (ret) {
3024002f0d5cSYuvaraj Kumar C D 			dev_err(host->dev,
3025002f0d5cSYuvaraj Kumar C D 				"implementation specific init failed\n");
3026002f0d5cSYuvaraj Kumar C D 			goto err_clk_ciu;
3027002f0d5cSYuvaraj Kumar C D 		}
3028002f0d5cSYuvaraj Kumar C D 	}
3029002f0d5cSYuvaraj Kumar C D 
30305c935165SDoug Anderson 	setup_timer(&host->cmd11_timer,
30315c935165SDoug Anderson 		    dw_mci_cmd11_timer, (unsigned long)host);
30325c935165SDoug Anderson 
303362ca8034SShashidhar Hiremath 	host->quirks = host->pdata->quirks;
3034f95f3850SWill Newton 
303557e10486SAddy Ke 	if (host->quirks & DW_MCI_QUIRK_BROKEN_DTO)
303657e10486SAddy Ke 		setup_timer(&host->dto_timer,
303757e10486SAddy Ke 			    dw_mci_dto_timer, (unsigned long)host);
303857e10486SAddy Ke 
3039f95f3850SWill Newton 	spin_lock_init(&host->lock);
3040f8c58c11SDoug Anderson 	spin_lock_init(&host->irq_lock);
3041f95f3850SWill Newton 	INIT_LIST_HEAD(&host->queue);
3042f95f3850SWill Newton 
3043f95f3850SWill Newton 	/*
3044f95f3850SWill Newton 	 * Get the host data width - this assumes that HCON has been set with
3045f95f3850SWill Newton 	 * the correct values.
3046f95f3850SWill Newton 	 */
304770692752SShawn Lin 	i = SDMMC_GET_HDATA_WIDTH(mci_readl(host, HCON));
3048f95f3850SWill Newton 	if (!i) {
3049f95f3850SWill Newton 		host->push_data = dw_mci_push_data16;
3050f95f3850SWill Newton 		host->pull_data = dw_mci_pull_data16;
3051f95f3850SWill Newton 		width = 16;
3052f95f3850SWill Newton 		host->data_shift = 1;
3053f95f3850SWill Newton 	} else if (i == 2) {
3054f95f3850SWill Newton 		host->push_data = dw_mci_push_data64;
3055f95f3850SWill Newton 		host->pull_data = dw_mci_pull_data64;
3056f95f3850SWill Newton 		width = 64;
3057f95f3850SWill Newton 		host->data_shift = 3;
3058f95f3850SWill Newton 	} else {
3059f95f3850SWill Newton 		/* Check for a reserved value, and warn if it is */
3060f95f3850SWill Newton 		WARN((i != 1),
3061f95f3850SWill Newton 		     "HCON reports a reserved host data width!\n"
3062f95f3850SWill Newton 		     "Defaulting to 32-bit access.\n");
3063f95f3850SWill Newton 		host->push_data = dw_mci_push_data32;
3064f95f3850SWill Newton 		host->pull_data = dw_mci_pull_data32;
3065f95f3850SWill Newton 		width = 32;
3066f95f3850SWill Newton 		host->data_shift = 2;
3067f95f3850SWill Newton 	}
3068f95f3850SWill Newton 
3069f95f3850SWill Newton 	/* Reset all blocks */
30703744415cSShawn Lin 	if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_ALL_RESET_FLAGS)) {
30713744415cSShawn Lin 		ret = -ENODEV;
30723744415cSShawn Lin 		goto err_clk_ciu;
30733744415cSShawn Lin 	}
3074141a712aSSeungwon Jeon 
3075141a712aSSeungwon Jeon 	host->dma_ops = host->pdata->dma_ops;
3076141a712aSSeungwon Jeon 	dw_mci_init_dma(host);
3077f95f3850SWill Newton 
3078f95f3850SWill Newton 	/* Clear the interrupts for the host controller */
3079f95f3850SWill Newton 	mci_writel(host, RINTSTS, 0xFFFFFFFF);
3080f95f3850SWill Newton 	mci_writel(host, INTMASK, 0); /* disable all mmc interrupt first */
3081f95f3850SWill Newton 
3082f95f3850SWill Newton 	/* Put in max timeout */
3083f95f3850SWill Newton 	mci_writel(host, TMOUT, 0xFFFFFFFF);
3084f95f3850SWill Newton 
3085f95f3850SWill Newton 	/*
3086f95f3850SWill Newton 	 * FIFO threshold settings  RxMark  = fifo_size / 2 - 1,
3087f95f3850SWill Newton 	 *                          Tx Mark = fifo_size / 2 DMA Size = 8
3088f95f3850SWill Newton 	 */
3089b86d8253SJames Hogan 	if (!host->pdata->fifo_depth) {
3090b86d8253SJames Hogan 		/*
3091b86d8253SJames Hogan 		 * Power-on value of RX_WMark is FIFO_DEPTH-1, but this may
3092b86d8253SJames Hogan 		 * have been overwritten by the bootloader, just like we're
3093b86d8253SJames Hogan 		 * about to do, so if you know the value for your hardware, you
3094b86d8253SJames Hogan 		 * should put it in the platform data.
3095b86d8253SJames Hogan 		 */
3096f95f3850SWill Newton 		fifo_size = mci_readl(host, FIFOTH);
30978234e869SJaehoon Chung 		fifo_size = 1 + ((fifo_size >> 16) & 0xfff);
3098b86d8253SJames Hogan 	} else {
3099b86d8253SJames Hogan 		fifo_size = host->pdata->fifo_depth;
3100b86d8253SJames Hogan 	}
3101b86d8253SJames Hogan 	host->fifo_depth = fifo_size;
310252426899SSeungwon Jeon 	host->fifoth_val =
310352426899SSeungwon Jeon 		SDMMC_SET_FIFOTH(0x2, fifo_size / 2 - 1, fifo_size / 2);
3104e61cf118SJaehoon Chung 	mci_writel(host, FIFOTH, host->fifoth_val);
3105f95f3850SWill Newton 
3106f95f3850SWill Newton 	/* disable clock to CIU */
3107f95f3850SWill Newton 	mci_writel(host, CLKENA, 0);
3108f95f3850SWill Newton 	mci_writel(host, CLKSRC, 0);
3109f95f3850SWill Newton 
311063008768SJames Hogan 	/*
311163008768SJames Hogan 	 * In 2.40a spec, Data offset is changed.
311263008768SJames Hogan 	 * Need to check the version-id and set data-offset for DATA register.
311363008768SJames Hogan 	 */
311463008768SJames Hogan 	host->verid = SDMMC_GET_VERID(mci_readl(host, VERID));
311563008768SJames Hogan 	dev_info(host->dev, "Version ID is %04x\n", host->verid);
311663008768SJames Hogan 
311763008768SJames Hogan 	if (host->verid < DW_MMC_240A)
311876184ac1SBen Dooks 		host->fifo_reg = host->regs + DATA_OFFSET;
311963008768SJames Hogan 	else
312076184ac1SBen Dooks 		host->fifo_reg = host->regs + DATA_240A_OFFSET;
312163008768SJames Hogan 
3122f95f3850SWill Newton 	tasklet_init(&host->tasklet, dw_mci_tasklet_func, (unsigned long)host);
3123780f22afSSeungwon Jeon 	ret = devm_request_irq(host->dev, host->irq, dw_mci_interrupt,
3124780f22afSSeungwon Jeon 			       host->irq_flags, "dw-mci", host);
3125f95f3850SWill Newton 	if (ret)
31266130e7a9SDoug Anderson 		goto err_dmaunmap;
3127f95f3850SWill Newton 
3128f95f3850SWill Newton 	if (host->pdata->num_slots)
3129f95f3850SWill Newton 		host->num_slots = host->pdata->num_slots;
3130f95f3850SWill Newton 	else
31318a629d26SShawn Lin 		host->num_slots = 1;
31328a629d26SShawn Lin 
31338a629d26SShawn Lin 	if (host->num_slots < 1 ||
31348a629d26SShawn Lin 	    host->num_slots > SDMMC_GET_SLOT_NUM(mci_readl(host, HCON))) {
31358a629d26SShawn Lin 		dev_err(host->dev,
31368a629d26SShawn Lin 			"Platform data must supply correct num_slots.\n");
31378a629d26SShawn Lin 		ret = -ENODEV;
31388a629d26SShawn Lin 		goto err_clk_ciu;
31398a629d26SShawn Lin 	}
3140f95f3850SWill Newton 
31412da1d7f2SYuvaraj CD 	/*
3142fa0c3283SDoug Anderson 	 * Enable interrupts for command done, data over, data empty,
31432da1d7f2SYuvaraj CD 	 * receive ready and error such as transmit, receive timeout, crc error
31442da1d7f2SYuvaraj CD 	 */
31452da1d7f2SYuvaraj CD 	mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER |
31462da1d7f2SYuvaraj CD 		   SDMMC_INT_TXDR | SDMMC_INT_RXDR |
3147fa0c3283SDoug Anderson 		   DW_MCI_ERROR_FLAGS);
31480e3a22c0SShawn Lin 	/* Enable mci interrupt */
31490e3a22c0SShawn Lin 	mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE);
31502da1d7f2SYuvaraj CD 
31510e3a22c0SShawn Lin 	dev_info(host->dev,
31520e3a22c0SShawn Lin 		 "DW MMC controller at irq %d,%d bit host data width,%u deep fifo\n",
31532da1d7f2SYuvaraj CD 		 host->irq, width, fifo_size);
31542da1d7f2SYuvaraj CD 
3155f95f3850SWill Newton 	/* We need at least one slot to succeed */
3156f95f3850SWill Newton 	for (i = 0; i < host->num_slots; i++) {
3157f95f3850SWill Newton 		ret = dw_mci_init_slot(host, i);
31581c2215b7SThomas Abraham 		if (ret)
31591c2215b7SThomas Abraham 			dev_dbg(host->dev, "slot %d init failed\n", i);
31601c2215b7SThomas Abraham 		else
31611c2215b7SThomas Abraham 			init_slots++;
3162f95f3850SWill Newton 	}
31631c2215b7SThomas Abraham 
31641c2215b7SThomas Abraham 	if (init_slots) {
31651c2215b7SThomas Abraham 		dev_info(host->dev, "%d slots initialized\n", init_slots);
31661c2215b7SThomas Abraham 	} else {
31670e3a22c0SShawn Lin 		dev_dbg(host->dev,
31680e3a22c0SShawn Lin 			"attempted to initialize %d slots, but failed on all\n",
31690e3a22c0SShawn Lin 			host->num_slots);
31706130e7a9SDoug Anderson 		goto err_dmaunmap;
3171f95f3850SWill Newton 	}
3172f95f3850SWill Newton 
3173b793f658SDoug Anderson 	/* Now that slots are all setup, we can enable card detect */
3174b793f658SDoug Anderson 	dw_mci_enable_cd(host);
3175b793f658SDoug Anderson 
3176f95f3850SWill Newton 	return 0;
3177f95f3850SWill Newton 
3178f95f3850SWill Newton err_dmaunmap:
3179f95f3850SWill Newton 	if (host->use_dma && host->dma_ops->exit)
3180f95f3850SWill Newton 		host->dma_ops->exit(host);
3181f90a0612SThomas Abraham 
3182f90a0612SThomas Abraham err_clk_ciu:
3183780f22afSSeungwon Jeon 	if (!IS_ERR(host->ciu_clk))
3184f90a0612SThomas Abraham 		clk_disable_unprepare(host->ciu_clk);
3185780f22afSSeungwon Jeon 
3186f90a0612SThomas Abraham err_clk_biu:
3187780f22afSSeungwon Jeon 	if (!IS_ERR(host->biu_clk))
3188f90a0612SThomas Abraham 		clk_disable_unprepare(host->biu_clk);
3189780f22afSSeungwon Jeon 
3190f95f3850SWill Newton 	return ret;
3191f95f3850SWill Newton }
319262ca8034SShashidhar Hiremath EXPORT_SYMBOL(dw_mci_probe);
3193f95f3850SWill Newton 
319462ca8034SShashidhar Hiremath void dw_mci_remove(struct dw_mci *host)
3195f95f3850SWill Newton {
3196f95f3850SWill Newton 	int i;
3197f95f3850SWill Newton 
3198f95f3850SWill Newton 	for (i = 0; i < host->num_slots; i++) {
31994a90920cSThomas Abraham 		dev_dbg(host->dev, "remove slot %d\n", i);
3200f95f3850SWill Newton 		if (host->slot[i])
3201f95f3850SWill Newton 			dw_mci_cleanup_slot(host->slot[i], i);
3202f95f3850SWill Newton 	}
3203f95f3850SWill Newton 
3204048fd7e6SPrabu Thangamuthu 	mci_writel(host, RINTSTS, 0xFFFFFFFF);
3205048fd7e6SPrabu Thangamuthu 	mci_writel(host, INTMASK, 0); /* disable all mmc interrupt first */
3206048fd7e6SPrabu Thangamuthu 
3207f95f3850SWill Newton 	/* disable clock to CIU */
3208f95f3850SWill Newton 	mci_writel(host, CLKENA, 0);
3209f95f3850SWill Newton 	mci_writel(host, CLKSRC, 0);
3210f95f3850SWill Newton 
3211f95f3850SWill Newton 	if (host->use_dma && host->dma_ops->exit)
3212f95f3850SWill Newton 		host->dma_ops->exit(host);
3213f95f3850SWill Newton 
3214f90a0612SThomas Abraham 	if (!IS_ERR(host->ciu_clk))
3215f90a0612SThomas Abraham 		clk_disable_unprepare(host->ciu_clk);
3216780f22afSSeungwon Jeon 
3217f90a0612SThomas Abraham 	if (!IS_ERR(host->biu_clk))
3218f90a0612SThomas Abraham 		clk_disable_unprepare(host->biu_clk);
3219f95f3850SWill Newton }
322062ca8034SShashidhar Hiremath EXPORT_SYMBOL(dw_mci_remove);
322162ca8034SShashidhar Hiremath 
322262ca8034SShashidhar Hiremath 
3223f95f3850SWill Newton 
32246fe8890dSJaehoon Chung #ifdef CONFIG_PM_SLEEP
3225f95f3850SWill Newton /*
3226f95f3850SWill Newton  * TODO: we should probably disable the clock to the card in the suspend path.
3227f95f3850SWill Newton  */
322862ca8034SShashidhar Hiremath int dw_mci_suspend(struct dw_mci *host)
3229f95f3850SWill Newton {
32303fc7eaefSShawn Lin 	if (host->use_dma && host->dma_ops->exit)
32313fc7eaefSShawn Lin 		host->dma_ops->exit(host);
32323fc7eaefSShawn Lin 
3233f95f3850SWill Newton 	return 0;
3234f95f3850SWill Newton }
323562ca8034SShashidhar Hiremath EXPORT_SYMBOL(dw_mci_suspend);
3236f95f3850SWill Newton 
323762ca8034SShashidhar Hiremath int dw_mci_resume(struct dw_mci *host)
3238f95f3850SWill Newton {
3239f95f3850SWill Newton 	int i, ret;
3240f95f3850SWill Newton 
32413a33a94cSSonny Rao 	if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_ALL_RESET_FLAGS)) {
3242e61cf118SJaehoon Chung 		ret = -ENODEV;
3243e61cf118SJaehoon Chung 		return ret;
3244e61cf118SJaehoon Chung 	}
3245e61cf118SJaehoon Chung 
32463bfe619dSJonathan Kliegman 	if (host->use_dma && host->dma_ops->init)
3247141a712aSSeungwon Jeon 		host->dma_ops->init(host);
3248141a712aSSeungwon Jeon 
324952426899SSeungwon Jeon 	/*
325052426899SSeungwon Jeon 	 * Restore the initial value at FIFOTH register
325152426899SSeungwon Jeon 	 * And Invalidate the prev_blksz with zero
325252426899SSeungwon Jeon 	 */
3253e61cf118SJaehoon Chung 	mci_writel(host, FIFOTH, host->fifoth_val);
325452426899SSeungwon Jeon 	host->prev_blksz = 0;
3255e61cf118SJaehoon Chung 
32562eb2944fSDoug Anderson 	/* Put in max timeout */
32572eb2944fSDoug Anderson 	mci_writel(host, TMOUT, 0xFFFFFFFF);
32582eb2944fSDoug Anderson 
3259e61cf118SJaehoon Chung 	mci_writel(host, RINTSTS, 0xFFFFFFFF);
3260e61cf118SJaehoon Chung 	mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER |
3261e61cf118SJaehoon Chung 		   SDMMC_INT_TXDR | SDMMC_INT_RXDR |
3262fa0c3283SDoug Anderson 		   DW_MCI_ERROR_FLAGS);
3263e61cf118SJaehoon Chung 	mci_writel(host, CTRL, SDMMC_CTRL_INT_ENABLE);
3264e61cf118SJaehoon Chung 
3265f95f3850SWill Newton 	for (i = 0; i < host->num_slots; i++) {
3266f95f3850SWill Newton 		struct dw_mci_slot *slot = host->slot[i];
32670e3a22c0SShawn Lin 
3268f95f3850SWill Newton 		if (!slot)
3269f95f3850SWill Newton 			continue;
3270ab269128SAbhilash Kesavan 		if (slot->mmc->pm_flags & MMC_PM_KEEP_POWER) {
3271ab269128SAbhilash Kesavan 			dw_mci_set_ios(slot->mmc, &slot->mmc->ios);
3272ab269128SAbhilash Kesavan 			dw_mci_setup_bus(slot, true);
3273ab269128SAbhilash Kesavan 		}
3274f95f3850SWill Newton 	}
3275fa0c3283SDoug Anderson 
3276fa0c3283SDoug Anderson 	/* Now that slots are all setup, we can enable card detect */
3277fa0c3283SDoug Anderson 	dw_mci_enable_cd(host);
3278fa0c3283SDoug Anderson 
3279f95f3850SWill Newton 	return 0;
3280f95f3850SWill Newton }
328162ca8034SShashidhar Hiremath EXPORT_SYMBOL(dw_mci_resume);
32826fe8890dSJaehoon Chung #endif /* CONFIG_PM_SLEEP */
32836fe8890dSJaehoon Chung 
3284f95f3850SWill Newton static int __init dw_mci_init(void)
3285f95f3850SWill Newton {
32868e1c4e4dSSachin Kamat 	pr_info("Synopsys Designware Multimedia Card Interface Driver\n");
328762ca8034SShashidhar Hiremath 	return 0;
3288f95f3850SWill Newton }
3289f95f3850SWill Newton 
3290f95f3850SWill Newton static void __exit dw_mci_exit(void)
3291f95f3850SWill Newton {
3292f95f3850SWill Newton }
3293f95f3850SWill Newton 
3294f95f3850SWill Newton module_init(dw_mci_init);
3295f95f3850SWill Newton module_exit(dw_mci_exit);
3296f95f3850SWill Newton 
3297f95f3850SWill Newton MODULE_DESCRIPTION("DW Multimedia Card Interface driver");
3298f95f3850SWill Newton MODULE_AUTHOR("NXP Semiconductor VietNam");
3299f95f3850SWill Newton MODULE_AUTHOR("Imagination Technologies Ltd");
3300f95f3850SWill Newton MODULE_LICENSE("GPL v2");
3301