blob: 461a4c3f4ef725924319058e531aaa457bffd7d5 [file] [log] [blame]
Wolfram Sang95f25ef2010-10-15 12:21:04 +02001/*
2 * Freescale eSDHC i.MX controller driver for the platform bus.
3 *
4 * derived from the OF-version.
5 *
6 * Copyright (c) 2010 Pengutronix e.K.
7 * Author: Wolfram Sang <w.sang@pengutronix.de>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License.
12 */
13
14#include <linux/io.h>
15#include <linux/delay.h>
16#include <linux/err.h>
17#include <linux/clk.h>
Wolfram Sang0c6d49c2011-02-26 14:44:39 +010018#include <linux/gpio.h>
Shawn Guo66506f72011-08-15 10:28:18 +080019#include <linux/module.h>
Richard Zhue1498602011-03-25 09:18:27 -040020#include <linux/slab.h>
Wolfram Sang95f25ef2010-10-15 12:21:04 +020021#include <linux/mmc/host.h>
Richard Zhu58ac8172011-03-21 13:22:16 +080022#include <linux/mmc/mmc.h>
23#include <linux/mmc/sdio.h>
Shawn Guofbe5fdd2012-12-11 22:32:20 +080024#include <linux/mmc/slot-gpio.h>
Shawn Guoabfafc22011-06-30 15:44:44 +080025#include <linux/of.h>
26#include <linux/of_device.h>
27#include <linux/of_gpio.h>
Dong Aishenge62d8b82012-05-11 14:56:01 +080028#include <linux/pinctrl/consumer.h>
Arnd Bergmann82906b12012-08-24 15:14:29 +020029#include <linux/platform_data/mmc-esdhc-imx.h>
Wolfram Sang95f25ef2010-10-15 12:21:04 +020030#include "sdhci-pltfm.h"
31#include "sdhci-esdhc.h"
32
Shawn Guo60bf6392013-01-15 23:36:53 +080033#define ESDHC_CTRL_D3CD 0x08
Richard Zhu58ac8172011-03-21 13:22:16 +080034/* VENDOR SPEC register */
Shawn Guo60bf6392013-01-15 23:36:53 +080035#define ESDHC_VENDOR_SPEC 0xc0
36#define ESDHC_VENDOR_SPEC_SDIO_QUIRK (1 << 1)
Dong Aisheng03221912013-09-13 19:11:34 +080037#define ESDHC_VENDOR_SPEC_VSELECT (1 << 1)
Dong Aishengfed2f6e2013-09-13 19:11:33 +080038#define ESDHC_VENDOR_SPEC_FRC_SDCLK_ON (1 << 8)
Shawn Guo60bf6392013-01-15 23:36:53 +080039#define ESDHC_WTMK_LVL 0x44
40#define ESDHC_MIX_CTRL 0x48
Dong Aishengde5bdbf2013-10-18 19:48:46 +080041#define ESDHC_MIX_CTRL_DDREN (1 << 3)
Shawn Guo2a15f982013-01-21 19:02:26 +080042#define ESDHC_MIX_CTRL_AC23EN (1 << 7)
Dong Aisheng03221912013-09-13 19:11:34 +080043#define ESDHC_MIX_CTRL_EXE_TUNE (1 << 22)
44#define ESDHC_MIX_CTRL_SMPCLK_SEL (1 << 23)
45#define ESDHC_MIX_CTRL_FBCLK_SEL (1 << 25)
Shawn Guo2a15f982013-01-21 19:02:26 +080046/* Bits 3 and 6 are not SDHCI standard definitions */
47#define ESDHC_MIX_CTRL_SDHCI_MASK 0xb7
Richard Zhu58ac8172011-03-21 13:22:16 +080048
Dong Aisheng602519b2013-10-18 19:48:47 +080049/* dll control register */
50#define ESDHC_DLL_CTRL 0x60
51#define ESDHC_DLL_OVERRIDE_VAL_SHIFT 9
52#define ESDHC_DLL_OVERRIDE_EN_SHIFT 8
53
Dong Aisheng03221912013-09-13 19:11:34 +080054/* tune control register */
55#define ESDHC_TUNE_CTRL_STATUS 0x68
56#define ESDHC_TUNE_CTRL_STEP 1
57#define ESDHC_TUNE_CTRL_MIN 0
58#define ESDHC_TUNE_CTRL_MAX ((1 << 7) - 1)
59
Dong Aisheng6e9fd282013-10-18 19:48:43 +080060#define ESDHC_TUNING_CTRL 0xcc
61#define ESDHC_STD_TUNING_EN (1 << 24)
62/* NOTE: the minimum valid tuning start tap for mx6sl is 1 */
63#define ESDHC_TUNING_START_TAP 0x1
64
Dong Aisheng03221912013-09-13 19:11:34 +080065#define ESDHC_TUNING_BLOCK_PATTERN_LEN 64
66
Dong Aishengad932202013-09-13 19:11:35 +080067/* pinctrl state */
68#define ESDHC_PINCTRL_STATE_100MHZ "state_100mhz"
69#define ESDHC_PINCTRL_STATE_200MHZ "state_200mhz"
70
Richard Zhu58ac8172011-03-21 13:22:16 +080071/*
Sascha Haueraf510792013-01-21 19:02:28 +080072 * Our interpretation of the SDHCI_HOST_CONTROL register
73 */
74#define ESDHC_CTRL_4BITBUS (0x1 << 1)
75#define ESDHC_CTRL_8BITBUS (0x2 << 1)
76#define ESDHC_CTRL_BUSWIDTH_MASK (0x3 << 1)
77
78/*
Richard Zhu97e4ba62011-08-11 16:51:46 -040079 * There is an INT DMA ERR mis-match between eSDHC and STD SDHC SPEC:
80 * Bit25 is used in STD SPEC, and is reserved in fsl eSDHC design,
81 * but bit28 is used as the INT DMA ERR in fsl eSDHC design.
82 * Define this macro DMA error INT for fsl eSDHC
83 */
Shawn Guo60bf6392013-01-15 23:36:53 +080084#define ESDHC_INT_VENDOR_SPEC_DMA_ERR (1 << 28)
Richard Zhu97e4ba62011-08-11 16:51:46 -040085
86/*
Richard Zhu58ac8172011-03-21 13:22:16 +080087 * The CMDTYPE of the CMD register (offset 0xE) should be set to
88 * "11" when the STOP CMD12 is issued on imx53 to abort one
89 * open ended multi-blk IO. Otherwise the TC INT wouldn't
90 * be generated.
91 * In exact block transfer, the controller doesn't complete the
92 * operations automatically as required at the end of the
93 * transfer and remains on hold if the abort command is not sent.
94 * As a result, the TC flag is not asserted and SW received timeout
95 * exeception. Bit1 of Vendor Spec registor is used to fix it.
96 */
Shawn Guo31fbb302013-10-17 15:19:44 +080097#define ESDHC_FLAG_MULTIBLK_NO_INT BIT(1)
98/*
99 * The flag enables the workaround for ESDHC errata ENGcm07207 which
100 * affects i.MX25 and i.MX35.
101 */
102#define ESDHC_FLAG_ENGCM07207 BIT(2)
Shawn Guo9d61c002013-10-17 15:19:45 +0800103/*
104 * The flag tells that the ESDHC controller is an USDHC block that is
105 * integrated on the i.MX6 series.
106 */
107#define ESDHC_FLAG_USDHC BIT(3)
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800108/* The IP supports manual tuning process */
109#define ESDHC_FLAG_MAN_TUNING BIT(4)
110/* The IP supports standard tuning process */
111#define ESDHC_FLAG_STD_TUNING BIT(5)
112/* The IP has SDHCI_CAPABILITIES_1 register */
113#define ESDHC_FLAG_HAVE_CAP1 BIT(6)
Richard Zhue1498602011-03-25 09:18:27 -0400114
Shawn Guof47c4bb2013-10-17 15:19:47 +0800115struct esdhc_soc_data {
116 u32 flags;
117};
118
119static struct esdhc_soc_data esdhc_imx25_data = {
120 .flags = ESDHC_FLAG_ENGCM07207,
121};
122
123static struct esdhc_soc_data esdhc_imx35_data = {
124 .flags = ESDHC_FLAG_ENGCM07207,
125};
126
127static struct esdhc_soc_data esdhc_imx51_data = {
128 .flags = 0,
129};
130
131static struct esdhc_soc_data esdhc_imx53_data = {
132 .flags = ESDHC_FLAG_MULTIBLK_NO_INT,
133};
134
135static struct esdhc_soc_data usdhc_imx6q_data = {
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800136 .flags = ESDHC_FLAG_USDHC | ESDHC_FLAG_MAN_TUNING,
137};
138
139static struct esdhc_soc_data usdhc_imx6sl_data = {
140 .flags = ESDHC_FLAG_USDHC | ESDHC_FLAG_STD_TUNING
141 | ESDHC_FLAG_HAVE_CAP1,
Shawn Guo57ed3312011-06-30 09:24:26 +0800142};
143
Richard Zhue1498602011-03-25 09:18:27 -0400144struct pltfm_imx_data {
Richard Zhue1498602011-03-25 09:18:27 -0400145 u32 scratchpad;
Dong Aishenge62d8b82012-05-11 14:56:01 +0800146 struct pinctrl *pinctrl;
Dong Aishengad932202013-09-13 19:11:35 +0800147 struct pinctrl_state *pins_default;
148 struct pinctrl_state *pins_100mhz;
149 struct pinctrl_state *pins_200mhz;
Shawn Guof47c4bb2013-10-17 15:19:47 +0800150 const struct esdhc_soc_data *socdata;
Shawn Guo842afc02011-07-06 22:57:48 +0800151 struct esdhc_platform_data boarddata;
Sascha Hauer52dac612012-03-07 09:31:34 +0100152 struct clk *clk_ipg;
153 struct clk *clk_ahb;
154 struct clk *clk_per;
Lucas Stach361b8482013-03-15 09:49:26 +0100155 enum {
156 NO_CMD_PENDING, /* no multiblock command pending*/
157 MULTIBLK_IN_PROCESS, /* exact multiblock cmd in process */
158 WAIT_FOR_INT, /* sent CMD12, waiting for response INT */
159 } multiblock_status;
Dong Aisheng03221912013-09-13 19:11:34 +0800160 u32 uhs_mode;
Dong Aishengde5bdbf2013-10-18 19:48:46 +0800161 u32 is_ddr;
Richard Zhue1498602011-03-25 09:18:27 -0400162};
163
Shawn Guo57ed3312011-06-30 09:24:26 +0800164static struct platform_device_id imx_esdhc_devtype[] = {
165 {
166 .name = "sdhci-esdhc-imx25",
Shawn Guof47c4bb2013-10-17 15:19:47 +0800167 .driver_data = (kernel_ulong_t) &esdhc_imx25_data,
Shawn Guo57ed3312011-06-30 09:24:26 +0800168 }, {
169 .name = "sdhci-esdhc-imx35",
Shawn Guof47c4bb2013-10-17 15:19:47 +0800170 .driver_data = (kernel_ulong_t) &esdhc_imx35_data,
Shawn Guo57ed3312011-06-30 09:24:26 +0800171 }, {
172 .name = "sdhci-esdhc-imx51",
Shawn Guof47c4bb2013-10-17 15:19:47 +0800173 .driver_data = (kernel_ulong_t) &esdhc_imx51_data,
Shawn Guo57ed3312011-06-30 09:24:26 +0800174 }, {
Shawn Guo57ed3312011-06-30 09:24:26 +0800175 /* sentinel */
176 }
177};
178MODULE_DEVICE_TABLE(platform, imx_esdhc_devtype);
179
Shawn Guoabfafc22011-06-30 15:44:44 +0800180static const struct of_device_id imx_esdhc_dt_ids[] = {
Shawn Guof47c4bb2013-10-17 15:19:47 +0800181 { .compatible = "fsl,imx25-esdhc", .data = &esdhc_imx25_data, },
182 { .compatible = "fsl,imx35-esdhc", .data = &esdhc_imx35_data, },
183 { .compatible = "fsl,imx51-esdhc", .data = &esdhc_imx51_data, },
184 { .compatible = "fsl,imx53-esdhc", .data = &esdhc_imx53_data, },
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800185 { .compatible = "fsl,imx6sl-usdhc", .data = &usdhc_imx6sl_data, },
Shawn Guof47c4bb2013-10-17 15:19:47 +0800186 { .compatible = "fsl,imx6q-usdhc", .data = &usdhc_imx6q_data, },
Shawn Guoabfafc22011-06-30 15:44:44 +0800187 { /* sentinel */ }
188};
189MODULE_DEVICE_TABLE(of, imx_esdhc_dt_ids);
190
Shawn Guo57ed3312011-06-30 09:24:26 +0800191static inline int is_imx25_esdhc(struct pltfm_imx_data *data)
192{
Shawn Guof47c4bb2013-10-17 15:19:47 +0800193 return data->socdata == &esdhc_imx25_data;
Shawn Guo57ed3312011-06-30 09:24:26 +0800194}
195
196static inline int is_imx53_esdhc(struct pltfm_imx_data *data)
197{
Shawn Guof47c4bb2013-10-17 15:19:47 +0800198 return data->socdata == &esdhc_imx53_data;
Shawn Guo57ed3312011-06-30 09:24:26 +0800199}
200
Shawn Guo95a24822011-09-19 17:32:21 +0800201static inline int is_imx6q_usdhc(struct pltfm_imx_data *data)
202{
Shawn Guof47c4bb2013-10-17 15:19:47 +0800203 return data->socdata == &usdhc_imx6q_data;
Shawn Guo95a24822011-09-19 17:32:21 +0800204}
205
Shawn Guo9d61c002013-10-17 15:19:45 +0800206static inline int esdhc_is_usdhc(struct pltfm_imx_data *data)
207{
Shawn Guof47c4bb2013-10-17 15:19:47 +0800208 return !!(data->socdata->flags & ESDHC_FLAG_USDHC);
Shawn Guo9d61c002013-10-17 15:19:45 +0800209}
210
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200211static inline void esdhc_clrset_le(struct sdhci_host *host, u32 mask, u32 val, int reg)
212{
213 void __iomem *base = host->ioaddr + (reg & ~0x3);
214 u32 shift = (reg & 0x3) * 8;
215
216 writel(((readl(base) & ~(mask << shift)) | (val << shift)), base);
217}
218
Wolfram Sang7e29c302011-02-26 14:44:41 +0100219static u32 esdhc_readl_le(struct sdhci_host *host, int reg)
220{
Lucas Stach361b8482013-03-15 09:49:26 +0100221 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
222 struct pltfm_imx_data *imx_data = pltfm_host->priv;
Wolfram Sang7e29c302011-02-26 14:44:41 +0100223 u32 val = readl(host->ioaddr + reg);
224
Dong Aisheng03221912013-09-13 19:11:34 +0800225 if (unlikely(reg == SDHCI_PRESENT_STATE)) {
226 u32 fsl_prss = val;
227 /* save the least 20 bits */
228 val = fsl_prss & 0x000FFFFF;
229 /* move dat[0-3] bits */
230 val |= (fsl_prss & 0x0F000000) >> 4;
231 /* move cmd line bit */
232 val |= (fsl_prss & 0x00800000) << 1;
233 }
234
Richard Zhu97e4ba62011-08-11 16:51:46 -0400235 if (unlikely(reg == SDHCI_CAPABILITIES)) {
Dong Aisheng6b4fb672013-10-18 19:48:44 +0800236 /* ignore bit[0-15] as it stores cap_1 register val for mx6sl */
237 if (imx_data->socdata->flags & ESDHC_FLAG_HAVE_CAP1)
238 val &= 0xffff0000;
239
Richard Zhu97e4ba62011-08-11 16:51:46 -0400240 /* In FSL esdhc IC module, only bit20 is used to indicate the
241 * ADMA2 capability of esdhc, but this bit is messed up on
242 * some SOCs (e.g. on MX25, MX35 this bit is set, but they
243 * don't actually support ADMA2). So set the BROKEN_ADMA
244 * uirk on MX25/35 platforms.
245 */
246
247 if (val & SDHCI_CAN_DO_ADMA1) {
248 val &= ~SDHCI_CAN_DO_ADMA1;
249 val |= SDHCI_CAN_DO_ADMA2;
250 }
251 }
252
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800253 if (unlikely(reg == SDHCI_CAPABILITIES_1)) {
254 if (esdhc_is_usdhc(imx_data)) {
255 if (imx_data->socdata->flags & ESDHC_FLAG_HAVE_CAP1)
256 val = readl(host->ioaddr + SDHCI_CAPABILITIES) & 0xFFFF;
257 else
258 /* imx6q/dl does not have cap_1 register, fake one */
259 val = SDHCI_SUPPORT_DDR50 | SDHCI_SUPPORT_SDR104
Dong Aisheng888824b2013-10-18 19:48:48 +0800260 | SDHCI_SUPPORT_SDR50
261 | SDHCI_USE_SDR50_TUNING;
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800262 }
263 }
Dong Aisheng03221912013-09-13 19:11:34 +0800264
Shawn Guo9d61c002013-10-17 15:19:45 +0800265 if (unlikely(reg == SDHCI_MAX_CURRENT) && esdhc_is_usdhc(imx_data)) {
Dong Aisheng03221912013-09-13 19:11:34 +0800266 val = 0;
267 val |= 0xFF << SDHCI_MAX_CURRENT_330_SHIFT;
268 val |= 0xFF << SDHCI_MAX_CURRENT_300_SHIFT;
269 val |= 0xFF << SDHCI_MAX_CURRENT_180_SHIFT;
270 }
271
Richard Zhu97e4ba62011-08-11 16:51:46 -0400272 if (unlikely(reg == SDHCI_INT_STATUS)) {
Shawn Guo60bf6392013-01-15 23:36:53 +0800273 if (val & ESDHC_INT_VENDOR_SPEC_DMA_ERR) {
274 val &= ~ESDHC_INT_VENDOR_SPEC_DMA_ERR;
Richard Zhu97e4ba62011-08-11 16:51:46 -0400275 val |= SDHCI_INT_ADMA_ERROR;
276 }
Lucas Stach361b8482013-03-15 09:49:26 +0100277
278 /*
279 * mask off the interrupt we get in response to the manually
280 * sent CMD12
281 */
282 if ((imx_data->multiblock_status == WAIT_FOR_INT) &&
283 ((val & SDHCI_INT_RESPONSE) == SDHCI_INT_RESPONSE)) {
284 val &= ~SDHCI_INT_RESPONSE;
285 writel(SDHCI_INT_RESPONSE, host->ioaddr +
286 SDHCI_INT_STATUS);
287 imx_data->multiblock_status = NO_CMD_PENDING;
288 }
Richard Zhu97e4ba62011-08-11 16:51:46 -0400289 }
290
Wolfram Sang7e29c302011-02-26 14:44:41 +0100291 return val;
292}
293
294static void esdhc_writel_le(struct sdhci_host *host, u32 val, int reg)
295{
Richard Zhue1498602011-03-25 09:18:27 -0400296 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
297 struct pltfm_imx_data *imx_data = pltfm_host->priv;
Tony Lin0d588642011-08-11 16:45:59 -0400298 u32 data;
Richard Zhue1498602011-03-25 09:18:27 -0400299
Tony Lin0d588642011-08-11 16:45:59 -0400300 if (unlikely(reg == SDHCI_INT_ENABLE || reg == SDHCI_SIGNAL_ENABLE)) {
Tony Lin0d588642011-08-11 16:45:59 -0400301 if (val & SDHCI_INT_CARD_INT) {
302 /*
303 * Clear and then set D3CD bit to avoid missing the
304 * card interrupt. This is a eSDHC controller problem
305 * so we need to apply the following workaround: clear
306 * and set D3CD bit will make eSDHC re-sample the card
307 * interrupt. In case a card interrupt was lost,
308 * re-sample it by the following steps.
309 */
310 data = readl(host->ioaddr + SDHCI_HOST_CONTROL);
Shawn Guo60bf6392013-01-15 23:36:53 +0800311 data &= ~ESDHC_CTRL_D3CD;
Tony Lin0d588642011-08-11 16:45:59 -0400312 writel(data, host->ioaddr + SDHCI_HOST_CONTROL);
Shawn Guo60bf6392013-01-15 23:36:53 +0800313 data |= ESDHC_CTRL_D3CD;
Tony Lin0d588642011-08-11 16:45:59 -0400314 writel(data, host->ioaddr + SDHCI_HOST_CONTROL);
315 }
316 }
Wolfram Sang7e29c302011-02-26 14:44:41 +0100317
Shawn Guof47c4bb2013-10-17 15:19:47 +0800318 if (unlikely((imx_data->socdata->flags & ESDHC_FLAG_MULTIBLK_NO_INT)
Richard Zhu58ac8172011-03-21 13:22:16 +0800319 && (reg == SDHCI_INT_STATUS)
320 && (val & SDHCI_INT_DATA_END))) {
321 u32 v;
Shawn Guo60bf6392013-01-15 23:36:53 +0800322 v = readl(host->ioaddr + ESDHC_VENDOR_SPEC);
323 v &= ~ESDHC_VENDOR_SPEC_SDIO_QUIRK;
324 writel(v, host->ioaddr + ESDHC_VENDOR_SPEC);
Lucas Stach361b8482013-03-15 09:49:26 +0100325
326 if (imx_data->multiblock_status == MULTIBLK_IN_PROCESS)
327 {
328 /* send a manual CMD12 with RESPTYP=none */
329 data = MMC_STOP_TRANSMISSION << 24 |
330 SDHCI_CMD_ABORTCMD << 16;
331 writel(data, host->ioaddr + SDHCI_TRANSFER_MODE);
332 imx_data->multiblock_status = WAIT_FOR_INT;
333 }
Richard Zhu58ac8172011-03-21 13:22:16 +0800334 }
335
Richard Zhu97e4ba62011-08-11 16:51:46 -0400336 if (unlikely(reg == SDHCI_INT_ENABLE || reg == SDHCI_SIGNAL_ENABLE)) {
337 if (val & SDHCI_INT_ADMA_ERROR) {
338 val &= ~SDHCI_INT_ADMA_ERROR;
Shawn Guo60bf6392013-01-15 23:36:53 +0800339 val |= ESDHC_INT_VENDOR_SPEC_DMA_ERR;
Richard Zhu97e4ba62011-08-11 16:51:46 -0400340 }
341 }
342
Wolfram Sang7e29c302011-02-26 14:44:41 +0100343 writel(val, host->ioaddr + reg);
344}
345
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200346static u16 esdhc_readw_le(struct sdhci_host *host, int reg)
347{
Shawn Guoef4d0882013-01-15 23:30:27 +0800348 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
349 struct pltfm_imx_data *imx_data = pltfm_host->priv;
Dong Aisheng03221912013-09-13 19:11:34 +0800350 u16 ret = 0;
351 u32 val;
Shawn Guoef4d0882013-01-15 23:30:27 +0800352
Shawn Guo95a24822011-09-19 17:32:21 +0800353 if (unlikely(reg == SDHCI_HOST_VERSION)) {
Shawn Guoef4d0882013-01-15 23:30:27 +0800354 reg ^= 2;
Shawn Guo9d61c002013-10-17 15:19:45 +0800355 if (esdhc_is_usdhc(imx_data)) {
Shawn Guoef4d0882013-01-15 23:30:27 +0800356 /*
357 * The usdhc register returns a wrong host version.
358 * Correct it here.
359 */
360 return SDHCI_SPEC_300;
361 }
Shawn Guo95a24822011-09-19 17:32:21 +0800362 }
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200363
Dong Aisheng03221912013-09-13 19:11:34 +0800364 if (unlikely(reg == SDHCI_HOST_CONTROL2)) {
365 val = readl(host->ioaddr + ESDHC_VENDOR_SPEC);
366 if (val & ESDHC_VENDOR_SPEC_VSELECT)
367 ret |= SDHCI_CTRL_VDD_180;
368
Shawn Guo9d61c002013-10-17 15:19:45 +0800369 if (esdhc_is_usdhc(imx_data)) {
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800370 if (imx_data->socdata->flags & ESDHC_FLAG_MAN_TUNING)
371 val = readl(host->ioaddr + ESDHC_MIX_CTRL);
372 else if (imx_data->socdata->flags & ESDHC_FLAG_STD_TUNING)
373 /* the std tuning bits is in ACMD12_ERR for imx6sl */
374 val = readl(host->ioaddr + SDHCI_ACMD12_ERR);
Dong Aisheng03221912013-09-13 19:11:34 +0800375 }
376
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800377 if (val & ESDHC_MIX_CTRL_EXE_TUNE)
378 ret |= SDHCI_CTRL_EXEC_TUNING;
379 if (val & ESDHC_MIX_CTRL_SMPCLK_SEL)
380 ret |= SDHCI_CTRL_TUNED_CLK;
381
Dong Aisheng03221912013-09-13 19:11:34 +0800382 ret |= (imx_data->uhs_mode & SDHCI_CTRL_UHS_MASK);
383 ret &= ~SDHCI_CTRL_PRESET_VAL_ENABLE;
384
385 return ret;
386 }
387
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200388 return readw(host->ioaddr + reg);
389}
390
391static void esdhc_writew_le(struct sdhci_host *host, u16 val, int reg)
392{
393 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
Richard Zhue1498602011-03-25 09:18:27 -0400394 struct pltfm_imx_data *imx_data = pltfm_host->priv;
Dong Aisheng03221912013-09-13 19:11:34 +0800395 u32 new_val = 0;
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200396
397 switch (reg) {
Dong Aisheng03221912013-09-13 19:11:34 +0800398 case SDHCI_CLOCK_CONTROL:
399 new_val = readl(host->ioaddr + ESDHC_VENDOR_SPEC);
400 if (val & SDHCI_CLOCK_CARD_EN)
401 new_val |= ESDHC_VENDOR_SPEC_FRC_SDCLK_ON;
402 else
403 new_val &= ~ESDHC_VENDOR_SPEC_FRC_SDCLK_ON;
404 writel(new_val, host->ioaddr + ESDHC_VENDOR_SPEC);
405 return;
406 case SDHCI_HOST_CONTROL2:
407 new_val = readl(host->ioaddr + ESDHC_VENDOR_SPEC);
408 if (val & SDHCI_CTRL_VDD_180)
409 new_val |= ESDHC_VENDOR_SPEC_VSELECT;
410 else
411 new_val &= ~ESDHC_VENDOR_SPEC_VSELECT;
412 writel(new_val, host->ioaddr + ESDHC_VENDOR_SPEC);
413 imx_data->uhs_mode = val & SDHCI_CTRL_UHS_MASK;
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800414 if (imx_data->socdata->flags & ESDHC_FLAG_MAN_TUNING) {
415 new_val = readl(host->ioaddr + ESDHC_MIX_CTRL);
416 if (val & SDHCI_CTRL_TUNED_CLK)
417 new_val |= ESDHC_MIX_CTRL_SMPCLK_SEL;
418 else
419 new_val &= ~ESDHC_MIX_CTRL_SMPCLK_SEL;
420 writel(new_val , host->ioaddr + ESDHC_MIX_CTRL);
421 } else if (imx_data->socdata->flags & ESDHC_FLAG_STD_TUNING) {
422 u32 v = readl(host->ioaddr + SDHCI_ACMD12_ERR);
423 u32 m = readl(host->ioaddr + ESDHC_MIX_CTRL);
424 new_val = readl(host->ioaddr + ESDHC_TUNING_CTRL);
425 if (val & SDHCI_CTRL_EXEC_TUNING) {
426 new_val |= ESDHC_STD_TUNING_EN |
427 ESDHC_TUNING_START_TAP;
428 v |= ESDHC_MIX_CTRL_EXE_TUNE;
429 m |= ESDHC_MIX_CTRL_FBCLK_SEL;
430 } else {
431 new_val &= ~ESDHC_STD_TUNING_EN;
432 v &= ~ESDHC_MIX_CTRL_EXE_TUNE;
433 m &= ~ESDHC_MIX_CTRL_FBCLK_SEL;
434 }
435
436 if (val & SDHCI_CTRL_TUNED_CLK)
437 v |= ESDHC_MIX_CTRL_SMPCLK_SEL;
438 else
439 v &= ~ESDHC_MIX_CTRL_SMPCLK_SEL;
440
441 writel(new_val, host->ioaddr + ESDHC_TUNING_CTRL);
442 writel(v, host->ioaddr + SDHCI_ACMD12_ERR);
443 writel(m, host->ioaddr + ESDHC_MIX_CTRL);
444 }
Dong Aisheng03221912013-09-13 19:11:34 +0800445 return;
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200446 case SDHCI_TRANSFER_MODE:
Shawn Guof47c4bb2013-10-17 15:19:47 +0800447 if ((imx_data->socdata->flags & ESDHC_FLAG_MULTIBLK_NO_INT)
Richard Zhu58ac8172011-03-21 13:22:16 +0800448 && (host->cmd->opcode == SD_IO_RW_EXTENDED)
449 && (host->cmd->data->blocks > 1)
450 && (host->cmd->data->flags & MMC_DATA_READ)) {
451 u32 v;
Shawn Guo60bf6392013-01-15 23:36:53 +0800452 v = readl(host->ioaddr + ESDHC_VENDOR_SPEC);
453 v |= ESDHC_VENDOR_SPEC_SDIO_QUIRK;
454 writel(v, host->ioaddr + ESDHC_VENDOR_SPEC);
Richard Zhu58ac8172011-03-21 13:22:16 +0800455 }
Shawn Guo69f54692013-01-21 19:02:24 +0800456
Shawn Guo9d61c002013-10-17 15:19:45 +0800457 if (esdhc_is_usdhc(imx_data)) {
Shawn Guo69f54692013-01-21 19:02:24 +0800458 u32 m = readl(host->ioaddr + ESDHC_MIX_CTRL);
Shawn Guo2a15f982013-01-21 19:02:26 +0800459 /* Swap AC23 bit */
460 if (val & SDHCI_TRNS_AUTO_CMD23) {
461 val &= ~SDHCI_TRNS_AUTO_CMD23;
462 val |= ESDHC_MIX_CTRL_AC23EN;
463 }
464 m = val | (m & ~ESDHC_MIX_CTRL_SDHCI_MASK);
Shawn Guo69f54692013-01-21 19:02:24 +0800465 writel(m, host->ioaddr + ESDHC_MIX_CTRL);
466 } else {
467 /*
468 * Postpone this write, we must do it together with a
469 * command write that is down below.
470 */
471 imx_data->scratchpad = val;
472 }
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200473 return;
474 case SDHCI_COMMAND:
Lucas Stach361b8482013-03-15 09:49:26 +0100475 if (host->cmd->opcode == MMC_STOP_TRANSMISSION)
Richard Zhu58ac8172011-03-21 13:22:16 +0800476 val |= SDHCI_CMD_ABORTCMD;
Shawn Guo95a24822011-09-19 17:32:21 +0800477
Lucas Stach361b8482013-03-15 09:49:26 +0100478 if ((host->cmd->opcode == MMC_SET_BLOCK_COUNT) &&
Shawn Guof47c4bb2013-10-17 15:19:47 +0800479 (imx_data->socdata->flags & ESDHC_FLAG_MULTIBLK_NO_INT))
Lucas Stach361b8482013-03-15 09:49:26 +0100480 imx_data->multiblock_status = MULTIBLK_IN_PROCESS;
481
Shawn Guo9d61c002013-10-17 15:19:45 +0800482 if (esdhc_is_usdhc(imx_data))
Shawn Guo95a24822011-09-19 17:32:21 +0800483 writel(val << 16,
484 host->ioaddr + SDHCI_TRANSFER_MODE);
Shawn Guo69f54692013-01-21 19:02:24 +0800485 else
Shawn Guo95a24822011-09-19 17:32:21 +0800486 writel(val << 16 | imx_data->scratchpad,
487 host->ioaddr + SDHCI_TRANSFER_MODE);
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200488 return;
489 case SDHCI_BLOCK_SIZE:
490 val &= ~SDHCI_MAKE_BLKSZ(0x7, 0);
491 break;
492 }
493 esdhc_clrset_le(host, 0xffff, val, reg);
494}
495
496static void esdhc_writeb_le(struct sdhci_host *host, u8 val, int reg)
497{
Wilson Callan9a0985b2012-07-19 02:49:16 -0400498 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
499 struct pltfm_imx_data *imx_data = pltfm_host->priv;
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200500 u32 new_val;
Sascha Haueraf510792013-01-21 19:02:28 +0800501 u32 mask;
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200502
503 switch (reg) {
504 case SDHCI_POWER_CONTROL:
505 /*
506 * FSL put some DMA bits here
507 * If your board has a regulator, code should be here
508 */
509 return;
510 case SDHCI_HOST_CONTROL:
Shawn Guo6b40d182013-01-15 23:36:52 +0800511 /* FSL messed up here, so we need to manually compose it. */
Sascha Haueraf510792013-01-21 19:02:28 +0800512 new_val = val & SDHCI_CTRL_LED;
Masanari Iida7122bbb2012-08-05 23:25:40 +0900513 /* ensure the endianness */
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200514 new_val |= ESDHC_HOST_CONTROL_LE;
Wilson Callan9a0985b2012-07-19 02:49:16 -0400515 /* bits 8&9 are reserved on mx25 */
516 if (!is_imx25_esdhc(imx_data)) {
517 /* DMA mode bits are shifted */
518 new_val |= (val & SDHCI_CTRL_DMA_MASK) << 5;
519 }
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200520
Sascha Haueraf510792013-01-21 19:02:28 +0800521 /*
522 * Do not touch buswidth bits here. This is done in
523 * esdhc_pltfm_bus_width.
Martin Fuzzeyf6825742013-04-15 17:08:35 +0200524 * Do not touch the D3CD bit either which is used for the
525 * SDIO interrupt errata workaround.
Sascha Haueraf510792013-01-21 19:02:28 +0800526 */
Martin Fuzzeyf6825742013-04-15 17:08:35 +0200527 mask = 0xffff & ~(ESDHC_CTRL_BUSWIDTH_MASK | ESDHC_CTRL_D3CD);
Sascha Haueraf510792013-01-21 19:02:28 +0800528
529 esdhc_clrset_le(host, mask, new_val, reg);
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200530 return;
531 }
532 esdhc_clrset_le(host, 0xff, val, reg);
Shawn Guo913413c2011-06-21 22:41:51 +0800533
534 /*
535 * The esdhc has a design violation to SDHC spec which tells
536 * that software reset should not affect card detection circuit.
537 * But esdhc clears its SYSCTL register bits [0..2] during the
538 * software reset. This will stop those clocks that card detection
539 * circuit relies on. To work around it, we turn the clocks on back
540 * to keep card detection circuit functional.
541 */
Shawn Guo58c8c4f2013-01-21 19:02:25 +0800542 if ((reg == SDHCI_SOFTWARE_RESET) && (val & 1)) {
Shawn Guo913413c2011-06-21 22:41:51 +0800543 esdhc_clrset_le(host, 0x7, 0x7, ESDHC_SYSTEM_CONTROL);
Shawn Guo58c8c4f2013-01-21 19:02:25 +0800544 /*
545 * The reset on usdhc fails to clear MIX_CTRL register.
546 * Do it manually here.
547 */
Dong Aishengde5bdbf2013-10-18 19:48:46 +0800548 if (esdhc_is_usdhc(imx_data)) {
Shawn Guo58c8c4f2013-01-21 19:02:25 +0800549 writel(0, host->ioaddr + ESDHC_MIX_CTRL);
Dong Aishengde5bdbf2013-10-18 19:48:46 +0800550 imx_data->is_ddr = 0;
551 }
Shawn Guo58c8c4f2013-01-21 19:02:25 +0800552 }
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200553}
554
Lucas Stach0ddf03c2013-06-05 15:13:26 +0200555static unsigned int esdhc_pltfm_get_max_clock(struct sdhci_host *host)
556{
557 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
558 struct pltfm_imx_data *imx_data = pltfm_host->priv;
559 struct esdhc_platform_data *boarddata = &imx_data->boarddata;
560
561 u32 f_host = clk_get_rate(pltfm_host->clk);
562
563 if (boarddata->f_max && (boarddata->f_max < f_host))
564 return boarddata->f_max;
565 else
566 return f_host;
567}
568
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200569static unsigned int esdhc_pltfm_get_min_clock(struct sdhci_host *host)
570{
571 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
572
573 return clk_get_rate(pltfm_host->clk) / 256 / 16;
574}
575
Lucas Stach8ba95802013-06-05 15:13:25 +0200576static inline void esdhc_pltfm_set_clock(struct sdhci_host *host,
577 unsigned int clock)
578{
579 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
Dong Aishengfed2f6e2013-09-13 19:11:33 +0800580 struct pltfm_imx_data *imx_data = pltfm_host->priv;
Dong Aishengd31fc002013-09-13 19:11:32 +0800581 unsigned int host_clock = clk_get_rate(pltfm_host->clk);
582 int pre_div = 2;
583 int div = 1;
Dong Aishengfed2f6e2013-09-13 19:11:33 +0800584 u32 temp, val;
Lucas Stach8ba95802013-06-05 15:13:25 +0200585
Dong Aishengfed2f6e2013-09-13 19:11:33 +0800586 if (clock == 0) {
Shawn Guo9d61c002013-10-17 15:19:45 +0800587 if (esdhc_is_usdhc(imx_data)) {
Dong Aishengfed2f6e2013-09-13 19:11:33 +0800588 val = readl(host->ioaddr + ESDHC_VENDOR_SPEC);
589 writel(val & ~ESDHC_VENDOR_SPEC_FRC_SDCLK_ON,
590 host->ioaddr + ESDHC_VENDOR_SPEC);
591 }
Dong Aishengd31fc002013-09-13 19:11:32 +0800592 goto out;
Dong Aishengfed2f6e2013-09-13 19:11:33 +0800593 }
Dong Aishengd31fc002013-09-13 19:11:32 +0800594
Dong Aishengde5bdbf2013-10-18 19:48:46 +0800595 if (esdhc_is_usdhc(imx_data) && !imx_data->is_ddr)
Dong Aisheng5f7886c2013-09-13 19:11:36 +0800596 pre_div = 1;
597
Dong Aishengd31fc002013-09-13 19:11:32 +0800598 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL);
599 temp &= ~(ESDHC_CLOCK_IPGEN | ESDHC_CLOCK_HCKEN | ESDHC_CLOCK_PEREN
600 | ESDHC_CLOCK_MASK);
601 sdhci_writel(host, temp, ESDHC_SYSTEM_CONTROL);
602
603 while (host_clock / pre_div / 16 > clock && pre_div < 256)
604 pre_div *= 2;
605
606 while (host_clock / pre_div / div > clock && div < 16)
607 div++;
608
Dong Aishenge76b8552013-09-13 19:11:37 +0800609 host->mmc->actual_clock = host_clock / pre_div / div;
Dong Aishengd31fc002013-09-13 19:11:32 +0800610 dev_dbg(mmc_dev(host->mmc), "desired SD clock: %d, actual: %d\n",
Dong Aishenge76b8552013-09-13 19:11:37 +0800611 clock, host->mmc->actual_clock);
Dong Aishengd31fc002013-09-13 19:11:32 +0800612
Dong Aishengde5bdbf2013-10-18 19:48:46 +0800613 if (imx_data->is_ddr)
614 pre_div >>= 2;
615 else
616 pre_div >>= 1;
Dong Aishengd31fc002013-09-13 19:11:32 +0800617 div--;
618
619 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL);
620 temp |= (ESDHC_CLOCK_IPGEN | ESDHC_CLOCK_HCKEN | ESDHC_CLOCK_PEREN
621 | (div << ESDHC_DIVIDER_SHIFT)
622 | (pre_div << ESDHC_PREDIV_SHIFT));
623 sdhci_writel(host, temp, ESDHC_SYSTEM_CONTROL);
Dong Aishengfed2f6e2013-09-13 19:11:33 +0800624
Shawn Guo9d61c002013-10-17 15:19:45 +0800625 if (esdhc_is_usdhc(imx_data)) {
Dong Aishengfed2f6e2013-09-13 19:11:33 +0800626 val = readl(host->ioaddr + ESDHC_VENDOR_SPEC);
627 writel(val | ESDHC_VENDOR_SPEC_FRC_SDCLK_ON,
628 host->ioaddr + ESDHC_VENDOR_SPEC);
629 }
630
Dong Aishengd31fc002013-09-13 19:11:32 +0800631 mdelay(1);
632out:
633 host->clock = clock;
Lucas Stach8ba95802013-06-05 15:13:25 +0200634}
635
Shawn Guo913413c2011-06-21 22:41:51 +0800636static unsigned int esdhc_pltfm_get_ro(struct sdhci_host *host)
637{
Shawn Guo842afc02011-07-06 22:57:48 +0800638 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
639 struct pltfm_imx_data *imx_data = pltfm_host->priv;
640 struct esdhc_platform_data *boarddata = &imx_data->boarddata;
Shawn Guo913413c2011-06-21 22:41:51 +0800641
642 switch (boarddata->wp_type) {
643 case ESDHC_WP_GPIO:
Shawn Guofbe5fdd2012-12-11 22:32:20 +0800644 return mmc_gpio_get_ro(host->mmc);
Shawn Guo913413c2011-06-21 22:41:51 +0800645 case ESDHC_WP_CONTROLLER:
646 return !(readl(host->ioaddr + SDHCI_PRESENT_STATE) &
647 SDHCI_WRITE_PROTECT);
648 case ESDHC_WP_NONE:
649 break;
650 }
651
652 return -ENOSYS;
653}
654
Sascha Haueraf510792013-01-21 19:02:28 +0800655static int esdhc_pltfm_bus_width(struct sdhci_host *host, int width)
656{
657 u32 ctrl;
658
659 switch (width) {
660 case MMC_BUS_WIDTH_8:
661 ctrl = ESDHC_CTRL_8BITBUS;
662 break;
663 case MMC_BUS_WIDTH_4:
664 ctrl = ESDHC_CTRL_4BITBUS;
665 break;
666 default:
667 ctrl = 0;
668 break;
669 }
670
671 esdhc_clrset_le(host, ESDHC_CTRL_BUSWIDTH_MASK, ctrl,
672 SDHCI_HOST_CONTROL);
673
674 return 0;
675}
676
Dong Aisheng03221912013-09-13 19:11:34 +0800677static void esdhc_prepare_tuning(struct sdhci_host *host, u32 val)
678{
679 u32 reg;
680
681 /* FIXME: delay a bit for card to be ready for next tuning due to errors */
682 mdelay(1);
683
684 reg = readl(host->ioaddr + ESDHC_MIX_CTRL);
685 reg |= ESDHC_MIX_CTRL_EXE_TUNE | ESDHC_MIX_CTRL_SMPCLK_SEL |
686 ESDHC_MIX_CTRL_FBCLK_SEL;
687 writel(reg, host->ioaddr + ESDHC_MIX_CTRL);
688 writel(val << 8, host->ioaddr + ESDHC_TUNE_CTRL_STATUS);
689 dev_dbg(mmc_dev(host->mmc),
690 "tunning with delay 0x%x ESDHC_TUNE_CTRL_STATUS 0x%x\n",
691 val, readl(host->ioaddr + ESDHC_TUNE_CTRL_STATUS));
692}
693
694static void esdhc_request_done(struct mmc_request *mrq)
695{
696 complete(&mrq->completion);
697}
698
699static int esdhc_send_tuning_cmd(struct sdhci_host *host, u32 opcode)
700{
701 struct mmc_command cmd = {0};
702 struct mmc_request mrq = {0};
703 struct mmc_data data = {0};
704 struct scatterlist sg;
705 char tuning_pattern[ESDHC_TUNING_BLOCK_PATTERN_LEN];
706
707 cmd.opcode = opcode;
708 cmd.arg = 0;
709 cmd.flags = MMC_RSP_R1 | MMC_CMD_ADTC;
710
711 data.blksz = ESDHC_TUNING_BLOCK_PATTERN_LEN;
712 data.blocks = 1;
713 data.flags = MMC_DATA_READ;
714 data.sg = &sg;
715 data.sg_len = 1;
716
717 sg_init_one(&sg, tuning_pattern, sizeof(tuning_pattern));
718
719 mrq.cmd = &cmd;
720 mrq.cmd->mrq = &mrq;
721 mrq.data = &data;
722 mrq.data->mrq = &mrq;
723 mrq.cmd->data = mrq.data;
724
725 mrq.done = esdhc_request_done;
726 init_completion(&(mrq.completion));
727
728 disable_irq(host->irq);
729 spin_lock(&host->lock);
730 host->mrq = &mrq;
731
732 sdhci_send_command(host, mrq.cmd);
733
734 spin_unlock(&host->lock);
735 enable_irq(host->irq);
736
737 wait_for_completion(&mrq.completion);
738
739 if (cmd.error)
740 return cmd.error;
741 if (data.error)
742 return data.error;
743
744 return 0;
745}
746
747static void esdhc_post_tuning(struct sdhci_host *host)
748{
749 u32 reg;
750
751 reg = readl(host->ioaddr + ESDHC_MIX_CTRL);
752 reg &= ~ESDHC_MIX_CTRL_EXE_TUNE;
753 writel(reg, host->ioaddr + ESDHC_MIX_CTRL);
754}
755
756static int esdhc_executing_tuning(struct sdhci_host *host, u32 opcode)
757{
758 int min, max, avg, ret;
759
760 /* find the mininum delay first which can pass tuning */
761 min = ESDHC_TUNE_CTRL_MIN;
762 while (min < ESDHC_TUNE_CTRL_MAX) {
763 esdhc_prepare_tuning(host, min);
764 if (!esdhc_send_tuning_cmd(host, opcode))
765 break;
766 min += ESDHC_TUNE_CTRL_STEP;
767 }
768
769 /* find the maxinum delay which can not pass tuning */
770 max = min + ESDHC_TUNE_CTRL_STEP;
771 while (max < ESDHC_TUNE_CTRL_MAX) {
772 esdhc_prepare_tuning(host, max);
773 if (esdhc_send_tuning_cmd(host, opcode)) {
774 max -= ESDHC_TUNE_CTRL_STEP;
775 break;
776 }
777 max += ESDHC_TUNE_CTRL_STEP;
778 }
779
780 /* use average delay to get the best timing */
781 avg = (min + max) / 2;
782 esdhc_prepare_tuning(host, avg);
783 ret = esdhc_send_tuning_cmd(host, opcode);
784 esdhc_post_tuning(host);
785
786 dev_dbg(mmc_dev(host->mmc), "tunning %s at 0x%x ret %d\n",
787 ret ? "failed" : "passed", avg, ret);
788
789 return ret;
790}
791
Dong Aishengad932202013-09-13 19:11:35 +0800792static int esdhc_change_pinstate(struct sdhci_host *host,
793 unsigned int uhs)
794{
795 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
796 struct pltfm_imx_data *imx_data = pltfm_host->priv;
797 struct pinctrl_state *pinctrl;
798
799 dev_dbg(mmc_dev(host->mmc), "change pinctrl state for uhs %d\n", uhs);
800
801 if (IS_ERR(imx_data->pinctrl) ||
802 IS_ERR(imx_data->pins_default) ||
803 IS_ERR(imx_data->pins_100mhz) ||
804 IS_ERR(imx_data->pins_200mhz))
805 return -EINVAL;
806
807 switch (uhs) {
808 case MMC_TIMING_UHS_SDR50:
809 pinctrl = imx_data->pins_100mhz;
810 break;
811 case MMC_TIMING_UHS_SDR104:
812 pinctrl = imx_data->pins_200mhz;
813 break;
814 default:
815 /* back to default state for other legacy timing */
816 pinctrl = imx_data->pins_default;
817 }
818
819 return pinctrl_select_state(imx_data->pinctrl, pinctrl);
820}
821
822static int esdhc_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs)
823{
824 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
825 struct pltfm_imx_data *imx_data = pltfm_host->priv;
Dong Aisheng602519b2013-10-18 19:48:47 +0800826 struct esdhc_platform_data *boarddata = &imx_data->boarddata;
Dong Aishengad932202013-09-13 19:11:35 +0800827
828 switch (uhs) {
829 case MMC_TIMING_UHS_SDR12:
830 imx_data->uhs_mode = SDHCI_CTRL_UHS_SDR12;
831 break;
832 case MMC_TIMING_UHS_SDR25:
833 imx_data->uhs_mode = SDHCI_CTRL_UHS_SDR25;
834 break;
835 case MMC_TIMING_UHS_SDR50:
836 imx_data->uhs_mode = SDHCI_CTRL_UHS_SDR50;
837 break;
838 case MMC_TIMING_UHS_SDR104:
839 imx_data->uhs_mode = SDHCI_CTRL_UHS_SDR104;
840 break;
841 case MMC_TIMING_UHS_DDR50:
842 imx_data->uhs_mode = SDHCI_CTRL_UHS_DDR50;
Dong Aishengde5bdbf2013-10-18 19:48:46 +0800843 writel(readl(host->ioaddr + ESDHC_MIX_CTRL) |
844 ESDHC_MIX_CTRL_DDREN,
845 host->ioaddr + ESDHC_MIX_CTRL);
846 imx_data->is_ddr = 1;
Dong Aisheng602519b2013-10-18 19:48:47 +0800847 if (boarddata->delay_line) {
848 u32 v;
849 v = boarddata->delay_line <<
850 ESDHC_DLL_OVERRIDE_VAL_SHIFT |
851 (1 << ESDHC_DLL_OVERRIDE_EN_SHIFT);
852 if (is_imx53_esdhc(imx_data))
853 v <<= 1;
854 writel(v, host->ioaddr + ESDHC_DLL_CTRL);
855 }
Dong Aishengad932202013-09-13 19:11:35 +0800856 break;
857 }
858
859 return esdhc_change_pinstate(host, uhs);
860}
861
Dong Aisheng6e9fd282013-10-18 19:48:43 +0800862static struct sdhci_ops sdhci_esdhc_ops = {
Richard Zhue1498602011-03-25 09:18:27 -0400863 .read_l = esdhc_readl_le,
Wolfram Sang0c6d49c2011-02-26 14:44:39 +0100864 .read_w = esdhc_readw_le,
Richard Zhue1498602011-03-25 09:18:27 -0400865 .write_l = esdhc_writel_le,
Wolfram Sang0c6d49c2011-02-26 14:44:39 +0100866 .write_w = esdhc_writew_le,
867 .write_b = esdhc_writeb_le,
Lucas Stach8ba95802013-06-05 15:13:25 +0200868 .set_clock = esdhc_pltfm_set_clock,
Lucas Stach0ddf03c2013-06-05 15:13:26 +0200869 .get_max_clock = esdhc_pltfm_get_max_clock,
Wolfram Sang0c6d49c2011-02-26 14:44:39 +0100870 .get_min_clock = esdhc_pltfm_get_min_clock,
Shawn Guo913413c2011-06-21 22:41:51 +0800871 .get_ro = esdhc_pltfm_get_ro,
Sascha Haueraf510792013-01-21 19:02:28 +0800872 .platform_bus_width = esdhc_pltfm_bus_width,
Dong Aishengad932202013-09-13 19:11:35 +0800873 .set_uhs_signaling = esdhc_set_uhs_signaling,
Wolfram Sang0c6d49c2011-02-26 14:44:39 +0100874};
875
Lars-Peter Clausen1db5eeb2013-03-13 19:26:03 +0100876static const struct sdhci_pltfm_data sdhci_esdhc_imx_pdata = {
Richard Zhu97e4ba62011-08-11 16:51:46 -0400877 .quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_NO_HISPD_BIT
878 | SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC
879 | SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC
Shawn Guo85d65092011-05-27 23:48:12 +0800880 | SDHCI_QUIRK_BROKEN_CARD_DETECTION,
Shawn Guo85d65092011-05-27 23:48:12 +0800881 .ops = &sdhci_esdhc_ops,
882};
883
Shawn Guoabfafc22011-06-30 15:44:44 +0800884#ifdef CONFIG_OF
Bill Pembertonc3be1ef2012-11-19 13:23:06 -0500885static int
Shawn Guoabfafc22011-06-30 15:44:44 +0800886sdhci_esdhc_imx_probe_dt(struct platform_device *pdev,
887 struct esdhc_platform_data *boarddata)
888{
889 struct device_node *np = pdev->dev.of_node;
890
891 if (!np)
892 return -ENODEV;
893
Arnd Bergmann7f217792012-05-13 00:14:24 -0400894 if (of_get_property(np, "non-removable", NULL))
Shawn Guoabfafc22011-06-30 15:44:44 +0800895 boarddata->cd_type = ESDHC_CD_PERMANENT;
896
897 if (of_get_property(np, "fsl,cd-controller", NULL))
898 boarddata->cd_type = ESDHC_CD_CONTROLLER;
899
900 if (of_get_property(np, "fsl,wp-controller", NULL))
901 boarddata->wp_type = ESDHC_WP_CONTROLLER;
902
903 boarddata->cd_gpio = of_get_named_gpio(np, "cd-gpios", 0);
904 if (gpio_is_valid(boarddata->cd_gpio))
905 boarddata->cd_type = ESDHC_CD_GPIO;
906
907 boarddata->wp_gpio = of_get_named_gpio(np, "wp-gpios", 0);
908 if (gpio_is_valid(boarddata->wp_gpio))
909 boarddata->wp_type = ESDHC_WP_GPIO;
910
Sascha Haueraf510792013-01-21 19:02:28 +0800911 of_property_read_u32(np, "bus-width", &boarddata->max_bus_width);
912
Lucas Stach0ddf03c2013-06-05 15:13:26 +0200913 of_property_read_u32(np, "max-frequency", &boarddata->f_max);
914
Dong Aishengad932202013-09-13 19:11:35 +0800915 if (of_find_property(np, "no-1-8-v", NULL))
916 boarddata->support_vsel = false;
917 else
918 boarddata->support_vsel = true;
919
Dong Aisheng602519b2013-10-18 19:48:47 +0800920 if (of_property_read_u32(np, "fsl,delay-line", &boarddata->delay_line))
921 boarddata->delay_line = 0;
922
Shawn Guoabfafc22011-06-30 15:44:44 +0800923 return 0;
924}
925#else
926static inline int
927sdhci_esdhc_imx_probe_dt(struct platform_device *pdev,
928 struct esdhc_platform_data *boarddata)
929{
930 return -ENODEV;
931}
932#endif
933
Bill Pembertonc3be1ef2012-11-19 13:23:06 -0500934static int sdhci_esdhc_imx_probe(struct platform_device *pdev)
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200935{
Shawn Guoabfafc22011-06-30 15:44:44 +0800936 const struct of_device_id *of_id =
937 of_match_device(imx_esdhc_dt_ids, &pdev->dev);
Shawn Guo85d65092011-05-27 23:48:12 +0800938 struct sdhci_pltfm_host *pltfm_host;
939 struct sdhci_host *host;
940 struct esdhc_platform_data *boarddata;
Wolfram Sang0c6d49c2011-02-26 14:44:39 +0100941 int err;
Richard Zhue1498602011-03-25 09:18:27 -0400942 struct pltfm_imx_data *imx_data;
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200943
Christian Daudt0e748232013-05-29 13:50:05 -0700944 host = sdhci_pltfm_init(pdev, &sdhci_esdhc_imx_pdata, 0);
Shawn Guo85d65092011-05-27 23:48:12 +0800945 if (IS_ERR(host))
946 return PTR_ERR(host);
947
948 pltfm_host = sdhci_priv(host);
949
Shawn Guoe3af31c2012-11-26 14:39:43 +0800950 imx_data = devm_kzalloc(&pdev->dev, sizeof(*imx_data), GFP_KERNEL);
Shawn Guoabfafc22011-06-30 15:44:44 +0800951 if (!imx_data) {
952 err = -ENOMEM;
Shawn Guoe3af31c2012-11-26 14:39:43 +0800953 goto free_sdhci;
Shawn Guoabfafc22011-06-30 15:44:44 +0800954 }
Shawn Guo57ed3312011-06-30 09:24:26 +0800955
Shawn Guof47c4bb2013-10-17 15:19:47 +0800956 imx_data->socdata = of_id ? of_id->data : (struct esdhc_soc_data *)
957 pdev->id_entry->driver_data;
Shawn Guo85d65092011-05-27 23:48:12 +0800958 pltfm_host->priv = imx_data;
959
Sascha Hauer52dac612012-03-07 09:31:34 +0100960 imx_data->clk_ipg = devm_clk_get(&pdev->dev, "ipg");
961 if (IS_ERR(imx_data->clk_ipg)) {
962 err = PTR_ERR(imx_data->clk_ipg);
Shawn Guoe3af31c2012-11-26 14:39:43 +0800963 goto free_sdhci;
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200964 }
Sascha Hauer52dac612012-03-07 09:31:34 +0100965
966 imx_data->clk_ahb = devm_clk_get(&pdev->dev, "ahb");
967 if (IS_ERR(imx_data->clk_ahb)) {
968 err = PTR_ERR(imx_data->clk_ahb);
Shawn Guoe3af31c2012-11-26 14:39:43 +0800969 goto free_sdhci;
Sascha Hauer52dac612012-03-07 09:31:34 +0100970 }
971
972 imx_data->clk_per = devm_clk_get(&pdev->dev, "per");
973 if (IS_ERR(imx_data->clk_per)) {
974 err = PTR_ERR(imx_data->clk_per);
Shawn Guoe3af31c2012-11-26 14:39:43 +0800975 goto free_sdhci;
Sascha Hauer52dac612012-03-07 09:31:34 +0100976 }
977
978 pltfm_host->clk = imx_data->clk_per;
979
980 clk_prepare_enable(imx_data->clk_per);
981 clk_prepare_enable(imx_data->clk_ipg);
982 clk_prepare_enable(imx_data->clk_ahb);
Wolfram Sang95f25ef2010-10-15 12:21:04 +0200983
Dong Aishengad932202013-09-13 19:11:35 +0800984 imx_data->pinctrl = devm_pinctrl_get(&pdev->dev);
Dong Aishenge62d8b82012-05-11 14:56:01 +0800985 if (IS_ERR(imx_data->pinctrl)) {
986 err = PTR_ERR(imx_data->pinctrl);
Shawn Guoe3af31c2012-11-26 14:39:43 +0800987 goto disable_clk;
Dong Aishenge62d8b82012-05-11 14:56:01 +0800988 }
989
Dong Aishengad932202013-09-13 19:11:35 +0800990 imx_data->pins_default = pinctrl_lookup_state(imx_data->pinctrl,
991 PINCTRL_STATE_DEFAULT);
992 if (IS_ERR(imx_data->pins_default)) {
993 err = PTR_ERR(imx_data->pins_default);
994 dev_err(mmc_dev(host->mmc), "could not get default state\n");
995 goto disable_clk;
996 }
997
Eric BĂ©nardb89152822012-04-18 02:30:20 +0200998 host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL;
Eric BĂ©nard37865fe2010-10-23 01:57:21 +0200999
Shawn Guof47c4bb2013-10-17 15:19:47 +08001000 if (imx_data->socdata->flags & ESDHC_FLAG_ENGCM07207)
Wolfram Sang0c6d49c2011-02-26 14:44:39 +01001001 /* Fix errata ENGcm07207 present on i.MX25 and i.MX35 */
Richard Zhu97e4ba62011-08-11 16:51:46 -04001002 host->quirks |= SDHCI_QUIRK_NO_MULTIBLOCK
1003 | SDHCI_QUIRK_BROKEN_ADMA;
Wolfram Sang0c6d49c2011-02-26 14:44:39 +01001004
Shawn Guof750ba92011-11-10 16:39:32 +08001005 /*
1006 * The imx6q ROM code will change the default watermark level setting
1007 * to something insane. Change it back here.
1008 */
Dong Aisheng69ed60e2013-10-18 19:48:49 +08001009 if (esdhc_is_usdhc(imx_data)) {
Shawn Guo60bf6392013-01-15 23:36:53 +08001010 writel(0x08100810, host->ioaddr + ESDHC_WTMK_LVL);
Dong Aisheng69ed60e2013-10-18 19:48:49 +08001011 host->quirks2 |= SDHCI_QUIRK2_PRESET_VALUE_BROKEN;
1012 }
Shawn Guof750ba92011-11-10 16:39:32 +08001013
Dong Aisheng6e9fd282013-10-18 19:48:43 +08001014 if (imx_data->socdata->flags & ESDHC_FLAG_MAN_TUNING)
1015 sdhci_esdhc_ops.platform_execute_tuning =
1016 esdhc_executing_tuning;
Shawn Guo842afc02011-07-06 22:57:48 +08001017 boarddata = &imx_data->boarddata;
Shawn Guoabfafc22011-06-30 15:44:44 +08001018 if (sdhci_esdhc_imx_probe_dt(pdev, boarddata) < 0) {
1019 if (!host->mmc->parent->platform_data) {
1020 dev_err(mmc_dev(host->mmc), "no board data!\n");
1021 err = -EINVAL;
Shawn Guoe3af31c2012-11-26 14:39:43 +08001022 goto disable_clk;
Shawn Guoabfafc22011-06-30 15:44:44 +08001023 }
1024 imx_data->boarddata = *((struct esdhc_platform_data *)
1025 host->mmc->parent->platform_data);
1026 }
Shawn Guo913413c2011-06-21 22:41:51 +08001027
1028 /* write_protect */
1029 if (boarddata->wp_type == ESDHC_WP_GPIO) {
Shawn Guofbe5fdd2012-12-11 22:32:20 +08001030 err = mmc_gpio_request_ro(host->mmc, boarddata->wp_gpio);
Wolfram Sang0c6d49c2011-02-26 14:44:39 +01001031 if (err) {
Shawn Guofbe5fdd2012-12-11 22:32:20 +08001032 dev_err(mmc_dev(host->mmc),
1033 "failed to request write-protect gpio!\n");
1034 goto disable_clk;
Wolfram Sang0c6d49c2011-02-26 14:44:39 +01001035 }
Shawn Guofbe5fdd2012-12-11 22:32:20 +08001036 host->mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH;
Shawn Guo913413c2011-06-21 22:41:51 +08001037 }
Wolfram Sang7e29c302011-02-26 14:44:41 +01001038
Shawn Guo913413c2011-06-21 22:41:51 +08001039 /* card_detect */
Shawn Guo913413c2011-06-21 22:41:51 +08001040 switch (boarddata->cd_type) {
1041 case ESDHC_CD_GPIO:
Laurent Pinchart214fc302013-08-08 12:38:31 +02001042 err = mmc_gpio_request_cd(host->mmc, boarddata->cd_gpio, 0);
Wolfram Sang7e29c302011-02-26 14:44:41 +01001043 if (err) {
Shawn Guo913413c2011-06-21 22:41:51 +08001044 dev_err(mmc_dev(host->mmc),
Shawn Guofbe5fdd2012-12-11 22:32:20 +08001045 "failed to request card-detect gpio!\n");
Shawn Guoe3af31c2012-11-26 14:39:43 +08001046 goto disable_clk;
Wolfram Sang7e29c302011-02-26 14:44:41 +01001047 }
Shawn Guo913413c2011-06-21 22:41:51 +08001048 /* fall through */
Wolfram Sang7e29c302011-02-26 14:44:41 +01001049
Shawn Guo913413c2011-06-21 22:41:51 +08001050 case ESDHC_CD_CONTROLLER:
1051 /* we have a working card_detect back */
Wolfram Sang7e29c302011-02-26 14:44:41 +01001052 host->quirks &= ~SDHCI_QUIRK_BROKEN_CARD_DETECTION;
Shawn Guo913413c2011-06-21 22:41:51 +08001053 break;
1054
1055 case ESDHC_CD_PERMANENT:
1056 host->mmc->caps = MMC_CAP_NONREMOVABLE;
1057 break;
1058
1059 case ESDHC_CD_NONE:
1060 break;
Wolfram Sang0c6d49c2011-02-26 14:44:39 +01001061 }
Eric BĂ©nard16a790b2010-10-23 01:57:22 +02001062
Sascha Haueraf510792013-01-21 19:02:28 +08001063 switch (boarddata->max_bus_width) {
1064 case 8:
1065 host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA;
1066 break;
1067 case 4:
1068 host->mmc->caps |= MMC_CAP_4_BIT_DATA;
1069 break;
1070 case 1:
1071 default:
1072 host->quirks |= SDHCI_QUIRK_FORCE_1_BIT_DATA;
1073 break;
1074 }
1075
Dong Aishengad932202013-09-13 19:11:35 +08001076 /* sdr50 and sdr104 needs work on 1.8v signal voltage */
Shawn Guo9d61c002013-10-17 15:19:45 +08001077 if ((boarddata->support_vsel) && esdhc_is_usdhc(imx_data)) {
Dong Aishengad932202013-09-13 19:11:35 +08001078 imx_data->pins_100mhz = pinctrl_lookup_state(imx_data->pinctrl,
1079 ESDHC_PINCTRL_STATE_100MHZ);
1080 imx_data->pins_200mhz = pinctrl_lookup_state(imx_data->pinctrl,
1081 ESDHC_PINCTRL_STATE_200MHZ);
1082 if (IS_ERR(imx_data->pins_100mhz) ||
1083 IS_ERR(imx_data->pins_200mhz)) {
1084 dev_warn(mmc_dev(host->mmc),
1085 "could not get ultra high speed state, work on normal mode\n");
1086 /* fall back to not support uhs by specify no 1.8v quirk */
1087 host->quirks2 |= SDHCI_QUIRK2_NO_1_8_V;
1088 }
1089 } else {
1090 host->quirks2 |= SDHCI_QUIRK2_NO_1_8_V;
1091 }
1092
Shawn Guo85d65092011-05-27 23:48:12 +08001093 err = sdhci_add_host(host);
1094 if (err)
Shawn Guoe3af31c2012-11-26 14:39:43 +08001095 goto disable_clk;
Shawn Guo85d65092011-05-27 23:48:12 +08001096
Wolfram Sang95f25ef2010-10-15 12:21:04 +02001097 return 0;
Wolfram Sang7e29c302011-02-26 14:44:41 +01001098
Shawn Guoe3af31c2012-11-26 14:39:43 +08001099disable_clk:
Sascha Hauer52dac612012-03-07 09:31:34 +01001100 clk_disable_unprepare(imx_data->clk_per);
1101 clk_disable_unprepare(imx_data->clk_ipg);
1102 clk_disable_unprepare(imx_data->clk_ahb);
Shawn Guoe3af31c2012-11-26 14:39:43 +08001103free_sdhci:
Shawn Guo85d65092011-05-27 23:48:12 +08001104 sdhci_pltfm_free(pdev);
1105 return err;
Wolfram Sang95f25ef2010-10-15 12:21:04 +02001106}
1107
Bill Pemberton6e0ee712012-11-19 13:26:03 -05001108static int sdhci_esdhc_imx_remove(struct platform_device *pdev)
Wolfram Sang95f25ef2010-10-15 12:21:04 +02001109{
Shawn Guo85d65092011-05-27 23:48:12 +08001110 struct sdhci_host *host = platform_get_drvdata(pdev);
Wolfram Sang95f25ef2010-10-15 12:21:04 +02001111 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
Richard Zhue1498602011-03-25 09:18:27 -04001112 struct pltfm_imx_data *imx_data = pltfm_host->priv;
Shawn Guo85d65092011-05-27 23:48:12 +08001113 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff);
1114
1115 sdhci_remove_host(host, dead);
Wolfram Sang0c6d49c2011-02-26 14:44:39 +01001116
Sascha Hauer52dac612012-03-07 09:31:34 +01001117 clk_disable_unprepare(imx_data->clk_per);
1118 clk_disable_unprepare(imx_data->clk_ipg);
1119 clk_disable_unprepare(imx_data->clk_ahb);
1120
Shawn Guo85d65092011-05-27 23:48:12 +08001121 sdhci_pltfm_free(pdev);
1122
1123 return 0;
Wolfram Sang95f25ef2010-10-15 12:21:04 +02001124}
1125
Shawn Guo85d65092011-05-27 23:48:12 +08001126static struct platform_driver sdhci_esdhc_imx_driver = {
1127 .driver = {
1128 .name = "sdhci-esdhc-imx",
1129 .owner = THIS_MODULE,
Shawn Guoabfafc22011-06-30 15:44:44 +08001130 .of_match_table = imx_esdhc_dt_ids,
Manuel Lauss29495aa2011-11-03 11:09:45 +01001131 .pm = SDHCI_PLTFM_PMOPS,
Shawn Guo85d65092011-05-27 23:48:12 +08001132 },
Shawn Guo57ed3312011-06-30 09:24:26 +08001133 .id_table = imx_esdhc_devtype,
Shawn Guo85d65092011-05-27 23:48:12 +08001134 .probe = sdhci_esdhc_imx_probe,
Bill Pemberton0433c142012-11-19 13:20:26 -05001135 .remove = sdhci_esdhc_imx_remove,
Wolfram Sang95f25ef2010-10-15 12:21:04 +02001136};
Shawn Guo85d65092011-05-27 23:48:12 +08001137
Axel Lind1f81a62011-11-26 12:55:43 +08001138module_platform_driver(sdhci_esdhc_imx_driver);
Shawn Guo85d65092011-05-27 23:48:12 +08001139
1140MODULE_DESCRIPTION("SDHCI driver for Freescale i.MX eSDHC");
1141MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
1142MODULE_LICENSE("GPL v2");