blob: 7d275e72903a424d59aa17660bc5573d96b78d88 [file] [log] [blame]
Pierre Ossmand129bce2006-03-24 03:18:17 -08001/*
Pierre Ossman70f10482007-07-11 20:04:50 +02002 * linux/drivers/mmc/host/sdhci.c - Secure Digital Host Controller Interface driver
Pierre Ossmand129bce2006-03-24 03:18:17 -08003 *
Pierre Ossmanb69c9052008-03-08 23:44:25 +01004 * Copyright (C) 2005-2008 Pierre Ossman, All Rights Reserved.
Pierre Ossmand129bce2006-03-24 03:18:17 -08005 *
6 * This program is free software; you can redistribute it and/or modify
Pierre Ossman643f7202006-09-30 23:27:52 -07007 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or (at
9 * your option) any later version.
Pierre Ossman84c46a52007-12-02 19:58:16 +010010 *
11 * Thanks to the following companies for their support:
12 *
13 * - JMicron (hardware and technical support)
Pierre Ossmand129bce2006-03-24 03:18:17 -080014 */
15
Pierre Ossmand129bce2006-03-24 03:18:17 -080016#include <linux/delay.h>
17#include <linux/highmem.h>
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +010018#include <linux/io.h>
Paul Gortmaker88b47672011-07-03 15:15:51 -040019#include <linux/module.h>
Pierre Ossmand129bce2006-03-24 03:18:17 -080020#include <linux/dma-mapping.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090021#include <linux/slab.h>
Ralf Baechle11763602007-10-23 20:42:11 +020022#include <linux/scatterlist.h>
Marek Szyprowski9bea3c82010-08-10 18:01:59 -070023#include <linux/regulator/consumer.h>
Adrian Hunter66fd8ad2011-10-03 15:33:34 +030024#include <linux/pm_runtime.h>
Pierre Ossmand129bce2006-03-24 03:18:17 -080025
Pierre Ossman2f730fe2008-03-17 10:29:38 +010026#include <linux/leds.h>
27
Aries Lee22113ef2010-12-15 08:14:24 +010028#include <linux/mmc/mmc.h>
Pierre Ossmand129bce2006-03-24 03:18:17 -080029#include <linux/mmc/host.h>
Aaron Lu473b095a2012-07-03 17:27:49 +080030#include <linux/mmc/card.h>
Corneliu Doban85cc1c32015-02-09 16:06:29 -080031#include <linux/mmc/sdio.h>
Guennadi Liakhovetskibec9d4e2012-09-17 16:45:10 +080032#include <linux/mmc/slot-gpio.h>
Pierre Ossmand129bce2006-03-24 03:18:17 -080033
Pierre Ossmand129bce2006-03-24 03:18:17 -080034#include "sdhci.h"
35
36#define DRIVER_NAME "sdhci"
Pierre Ossmand129bce2006-03-24 03:18:17 -080037
Pierre Ossmand129bce2006-03-24 03:18:17 -080038#define DBG(f, x...) \
Russell Kingc6563172006-03-29 09:30:20 +010039 pr_debug(DRIVER_NAME " [%s()]: " f, __func__,## x)
Pierre Ossmand129bce2006-03-24 03:18:17 -080040
Arindam Nathb513ea22011-05-05 12:19:04 +053041#define MAX_TUNING_LOOP 40
42
Pierre Ossmandf673b22006-06-30 02:22:31 -070043static unsigned int debug_quirks = 0;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +030044static unsigned int debug_quirks2;
Pierre Ossman67435272006-06-30 02:22:31 -070045
Pierre Ossmand129bce2006-03-24 03:18:17 -080046static void sdhci_finish_data(struct sdhci_host *);
47
Kevin Liu52983382013-01-31 11:31:37 +080048static void sdhci_enable_preset_value(struct sdhci_host *host, bool enable);
Pierre Ossmand129bce2006-03-24 03:18:17 -080049
50static void sdhci_dumpregs(struct sdhci_host *host)
51{
Chuanxiao Donga7c53672016-06-22 14:40:01 +030052 pr_err(DRIVER_NAME ": =========== REGISTER DUMP (%s)===========\n",
53 mmc_hostname(host->mmc));
Pierre Ossmand129bce2006-03-24 03:18:17 -080054
Chuanxiao Donga7c53672016-06-22 14:40:01 +030055 pr_err(DRIVER_NAME ": Sys addr: 0x%08x | Version: 0x%08x\n",
56 sdhci_readl(host, SDHCI_DMA_ADDRESS),
57 sdhci_readw(host, SDHCI_HOST_VERSION));
58 pr_err(DRIVER_NAME ": Blk size: 0x%08x | Blk cnt: 0x%08x\n",
59 sdhci_readw(host, SDHCI_BLOCK_SIZE),
60 sdhci_readw(host, SDHCI_BLOCK_COUNT));
61 pr_err(DRIVER_NAME ": Argument: 0x%08x | Trn mode: 0x%08x\n",
62 sdhci_readl(host, SDHCI_ARGUMENT),
63 sdhci_readw(host, SDHCI_TRANSFER_MODE));
64 pr_err(DRIVER_NAME ": Present: 0x%08x | Host ctl: 0x%08x\n",
65 sdhci_readl(host, SDHCI_PRESENT_STATE),
66 sdhci_readb(host, SDHCI_HOST_CONTROL));
67 pr_err(DRIVER_NAME ": Power: 0x%08x | Blk gap: 0x%08x\n",
68 sdhci_readb(host, SDHCI_POWER_CONTROL),
69 sdhci_readb(host, SDHCI_BLOCK_GAP_CONTROL));
70 pr_err(DRIVER_NAME ": Wake-up: 0x%08x | Clock: 0x%08x\n",
71 sdhci_readb(host, SDHCI_WAKE_UP_CONTROL),
72 sdhci_readw(host, SDHCI_CLOCK_CONTROL));
73 pr_err(DRIVER_NAME ": Timeout: 0x%08x | Int stat: 0x%08x\n",
74 sdhci_readb(host, SDHCI_TIMEOUT_CONTROL),
75 sdhci_readl(host, SDHCI_INT_STATUS));
76 pr_err(DRIVER_NAME ": Int enab: 0x%08x | Sig enab: 0x%08x\n",
77 sdhci_readl(host, SDHCI_INT_ENABLE),
78 sdhci_readl(host, SDHCI_SIGNAL_ENABLE));
79 pr_err(DRIVER_NAME ": AC12 err: 0x%08x | Slot int: 0x%08x\n",
80 sdhci_readw(host, SDHCI_ACMD12_ERR),
81 sdhci_readw(host, SDHCI_SLOT_INT_STATUS));
82 pr_err(DRIVER_NAME ": Caps: 0x%08x | Caps_1: 0x%08x\n",
83 sdhci_readl(host, SDHCI_CAPABILITIES),
84 sdhci_readl(host, SDHCI_CAPABILITIES_1));
85 pr_err(DRIVER_NAME ": Cmd: 0x%08x | Max curr: 0x%08x\n",
86 sdhci_readw(host, SDHCI_COMMAND),
87 sdhci_readl(host, SDHCI_MAX_CURRENT));
88 pr_err(DRIVER_NAME ": Host ctl2: 0x%08x\n",
89 sdhci_readw(host, SDHCI_HOST_CONTROL2));
Pierre Ossmand129bce2006-03-24 03:18:17 -080090
Adrian Huntere57a5f62014-11-04 12:42:46 +020091 if (host->flags & SDHCI_USE_ADMA) {
92 if (host->flags & SDHCI_USE_64_BIT_DMA)
Chuanxiao Donga7c53672016-06-22 14:40:01 +030093 pr_err(DRIVER_NAME ": ADMA Err: 0x%08x | ADMA Ptr: 0x%08x%08x\n",
94 readl(host->ioaddr + SDHCI_ADMA_ERROR),
95 readl(host->ioaddr + SDHCI_ADMA_ADDRESS_HI),
96 readl(host->ioaddr + SDHCI_ADMA_ADDRESS));
Adrian Huntere57a5f62014-11-04 12:42:46 +020097 else
Chuanxiao Donga7c53672016-06-22 14:40:01 +030098 pr_err(DRIVER_NAME ": ADMA Err: 0x%08x | ADMA Ptr: 0x%08x\n",
99 readl(host->ioaddr + SDHCI_ADMA_ERROR),
100 readl(host->ioaddr + SDHCI_ADMA_ADDRESS));
Adrian Huntere57a5f62014-11-04 12:42:46 +0200101 }
Ben Dooksbe3f4ae2009-06-08 23:33:52 +0100102
Chuanxiao Donga7c53672016-06-22 14:40:01 +0300103 pr_err(DRIVER_NAME ": ===========================================\n");
Pierre Ossmand129bce2006-03-24 03:18:17 -0800104}
105
106/*****************************************************************************\
107 * *
108 * Low level functions *
109 * *
110\*****************************************************************************/
111
Adrian Hunter56a590d2016-06-29 16:24:32 +0300112static inline bool sdhci_data_line_cmd(struct mmc_command *cmd)
113{
114 return cmd->data || cmd->flags & MMC_RSP_BUSY;
115}
116
Anton Vorontsov7260cf52009-03-17 00:13:48 +0300117static void sdhci_set_card_detection(struct sdhci_host *host, bool enable)
118{
Russell King5b4f1f62014-04-25 12:57:02 +0100119 u32 present;
Anton Vorontsov7260cf52009-03-17 00:13:48 +0300120
Adrian Hunterc79396c2011-12-27 15:48:42 +0200121 if ((host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION) ||
Jaehoon Chung860951c2016-06-21 10:13:26 +0900122 !mmc_card_is_removable(host->mmc))
Adrian Hunter66fd8ad2011-10-03 15:33:34 +0300123 return;
124
Russell King5b4f1f62014-04-25 12:57:02 +0100125 if (enable) {
126 present = sdhci_readl(host, SDHCI_PRESENT_STATE) &
127 SDHCI_CARD_PRESENT;
Shawn Guod25928d2011-06-21 22:41:48 +0800128
Russell King5b4f1f62014-04-25 12:57:02 +0100129 host->ier |= present ? SDHCI_INT_CARD_REMOVE :
130 SDHCI_INT_CARD_INSERT;
131 } else {
132 host->ier &= ~(SDHCI_INT_CARD_REMOVE | SDHCI_INT_CARD_INSERT);
133 }
Russell Kingb537f942014-04-25 12:56:01 +0100134
135 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
136 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
Anton Vorontsov7260cf52009-03-17 00:13:48 +0300137}
138
139static void sdhci_enable_card_detection(struct sdhci_host *host)
140{
141 sdhci_set_card_detection(host, true);
142}
143
144static void sdhci_disable_card_detection(struct sdhci_host *host)
145{
146 sdhci_set_card_detection(host, false);
147}
148
Ulf Hansson02d0b682016-04-11 15:32:41 +0200149static void sdhci_runtime_pm_bus_on(struct sdhci_host *host)
150{
151 if (host->bus_on)
152 return;
153 host->bus_on = true;
154 pm_runtime_get_noresume(host->mmc->parent);
155}
156
157static void sdhci_runtime_pm_bus_off(struct sdhci_host *host)
158{
159 if (!host->bus_on)
160 return;
161 host->bus_on = false;
162 pm_runtime_put_noidle(host->mmc->parent);
163}
164
Russell King03231f92014-04-25 12:57:12 +0100165void sdhci_reset(struct sdhci_host *host, u8 mask)
Pierre Ossmand129bce2006-03-24 03:18:17 -0800166{
Pierre Ossmane16514d82006-06-30 02:22:24 -0700167 unsigned long timeout;
Philip Rakity393c1a32011-01-21 11:26:40 -0800168
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300169 sdhci_writeb(host, mask, SDHCI_SOFTWARE_RESET);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800170
Adrian Hunterf0710a52013-05-06 12:17:32 +0300171 if (mask & SDHCI_RESET_ALL) {
Pierre Ossmand129bce2006-03-24 03:18:17 -0800172 host->clock = 0;
Adrian Hunterf0710a52013-05-06 12:17:32 +0300173 /* Reset-all turns off SD Bus Power */
174 if (host->quirks2 & SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON)
175 sdhci_runtime_pm_bus_off(host);
176 }
Pierre Ossmand129bce2006-03-24 03:18:17 -0800177
Pierre Ossmane16514d82006-06-30 02:22:24 -0700178 /* Wait max 100 ms */
179 timeout = 100;
180
181 /* hw clears the bit when it's done */
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300182 while (sdhci_readb(host, SDHCI_SOFTWARE_RESET) & mask) {
Pierre Ossmane16514d82006-06-30 02:22:24 -0700183 if (timeout == 0) {
Girish K Sa3c76eb2011-10-11 11:44:09 +0530184 pr_err("%s: Reset 0x%x never completed.\n",
Pierre Ossmane16514d82006-06-30 02:22:24 -0700185 mmc_hostname(host->mmc), (int)mask);
186 sdhci_dumpregs(host);
187 return;
188 }
189 timeout--;
190 mdelay(1);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800191 }
Russell King03231f92014-04-25 12:57:12 +0100192}
193EXPORT_SYMBOL_GPL(sdhci_reset);
Anton Vorontsov063a9db2009-03-17 00:14:02 +0300194
Russell King03231f92014-04-25 12:57:12 +0100195static void sdhci_do_reset(struct sdhci_host *host, u8 mask)
196{
197 if (host->quirks & SDHCI_QUIRK_NO_CARD_NO_RESET) {
Adrian Hunterd3940f22016-06-29 16:24:14 +0300198 struct mmc_host *mmc = host->mmc;
199
200 if (!mmc->ops->get_cd(mmc))
Russell King03231f92014-04-25 12:57:12 +0100201 return;
202 }
203
204 host->ops->reset(host, mask);
Philip Rakity393c1a32011-01-21 11:26:40 -0800205
Russell Kingda91a8f2014-04-25 13:00:12 +0100206 if (mask & SDHCI_RESET_ALL) {
207 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
208 if (host->ops->enable_dma)
209 host->ops->enable_dma(host);
210 }
211
212 /* Resetting the controller clears many */
213 host->preset_enabled = false;
Shaohui Xie3abc1e802011-12-29 16:33:00 +0800214 }
Pierre Ossmand129bce2006-03-24 03:18:17 -0800215}
216
Nicolas Pitre2f4cbb32010-03-05 13:43:32 -0800217static void sdhci_init(struct sdhci_host *host, int soft)
Pierre Ossmand129bce2006-03-24 03:18:17 -0800218{
Adrian Hunterd3940f22016-06-29 16:24:14 +0300219 struct mmc_host *mmc = host->mmc;
220
Nicolas Pitre2f4cbb32010-03-05 13:43:32 -0800221 if (soft)
Russell King03231f92014-04-25 12:57:12 +0100222 sdhci_do_reset(host, SDHCI_RESET_CMD|SDHCI_RESET_DATA);
Nicolas Pitre2f4cbb32010-03-05 13:43:32 -0800223 else
Russell King03231f92014-04-25 12:57:12 +0100224 sdhci_do_reset(host, SDHCI_RESET_ALL);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800225
Russell Kingb537f942014-04-25 12:56:01 +0100226 host->ier = SDHCI_INT_BUS_POWER | SDHCI_INT_DATA_END_BIT |
227 SDHCI_INT_DATA_CRC | SDHCI_INT_DATA_TIMEOUT |
228 SDHCI_INT_INDEX | SDHCI_INT_END_BIT | SDHCI_INT_CRC |
229 SDHCI_INT_TIMEOUT | SDHCI_INT_DATA_END |
230 SDHCI_INT_RESPONSE;
231
Dong Aishengf37b20e2016-07-12 15:46:17 +0800232 if (host->tuning_mode == SDHCI_TUNING_MODE_2 ||
233 host->tuning_mode == SDHCI_TUNING_MODE_3)
234 host->ier |= SDHCI_INT_RETUNE;
235
Russell Kingb537f942014-04-25 12:56:01 +0100236 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
237 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
Nicolas Pitre2f4cbb32010-03-05 13:43:32 -0800238
239 if (soft) {
240 /* force clock reconfiguration */
241 host->clock = 0;
Adrian Hunterd3940f22016-06-29 16:24:14 +0300242 mmc->ops->set_ios(mmc, &mmc->ios);
Nicolas Pitre2f4cbb32010-03-05 13:43:32 -0800243 }
Anton Vorontsov7260cf52009-03-17 00:13:48 +0300244}
Pierre Ossmand129bce2006-03-24 03:18:17 -0800245
Anton Vorontsov7260cf52009-03-17 00:13:48 +0300246static void sdhci_reinit(struct sdhci_host *host)
247{
Nicolas Pitre2f4cbb32010-03-05 13:43:32 -0800248 sdhci_init(host, 0);
Anton Vorontsov7260cf52009-03-17 00:13:48 +0300249 sdhci_enable_card_detection(host);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800250}
251
Adrian Hunter061d17a2016-04-12 14:25:09 +0300252static void __sdhci_led_activate(struct sdhci_host *host)
Pierre Ossmand129bce2006-03-24 03:18:17 -0800253{
254 u8 ctrl;
255
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300256 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800257 ctrl |= SDHCI_CTRL_LED;
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300258 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800259}
260
Adrian Hunter061d17a2016-04-12 14:25:09 +0300261static void __sdhci_led_deactivate(struct sdhci_host *host)
Pierre Ossmand129bce2006-03-24 03:18:17 -0800262{
263 u8 ctrl;
264
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300265 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800266 ctrl &= ~SDHCI_CTRL_LED;
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300267 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800268}
269
Masahiro Yamada4f782302016-04-14 13:19:39 +0900270#if IS_REACHABLE(CONFIG_LEDS_CLASS)
Pierre Ossman2f730fe2008-03-17 10:29:38 +0100271static void sdhci_led_control(struct led_classdev *led,
Adrian Hunter061d17a2016-04-12 14:25:09 +0300272 enum led_brightness brightness)
Pierre Ossman2f730fe2008-03-17 10:29:38 +0100273{
274 struct sdhci_host *host = container_of(led, struct sdhci_host, led);
275 unsigned long flags;
276
277 spin_lock_irqsave(&host->lock, flags);
278
Adrian Hunter66fd8ad2011-10-03 15:33:34 +0300279 if (host->runtime_suspended)
280 goto out;
281
Pierre Ossman2f730fe2008-03-17 10:29:38 +0100282 if (brightness == LED_OFF)
Adrian Hunter061d17a2016-04-12 14:25:09 +0300283 __sdhci_led_deactivate(host);
Pierre Ossman2f730fe2008-03-17 10:29:38 +0100284 else
Adrian Hunter061d17a2016-04-12 14:25:09 +0300285 __sdhci_led_activate(host);
Adrian Hunter66fd8ad2011-10-03 15:33:34 +0300286out:
Pierre Ossman2f730fe2008-03-17 10:29:38 +0100287 spin_unlock_irqrestore(&host->lock, flags);
288}
Adrian Hunter061d17a2016-04-12 14:25:09 +0300289
290static int sdhci_led_register(struct sdhci_host *host)
291{
292 struct mmc_host *mmc = host->mmc;
293
294 snprintf(host->led_name, sizeof(host->led_name),
295 "%s::", mmc_hostname(mmc));
296
297 host->led.name = host->led_name;
298 host->led.brightness = LED_OFF;
299 host->led.default_trigger = mmc_hostname(mmc);
300 host->led.brightness_set = sdhci_led_control;
301
302 return led_classdev_register(mmc_dev(mmc), &host->led);
303}
304
305static void sdhci_led_unregister(struct sdhci_host *host)
306{
307 led_classdev_unregister(&host->led);
308}
309
310static inline void sdhci_led_activate(struct sdhci_host *host)
311{
312}
313
314static inline void sdhci_led_deactivate(struct sdhci_host *host)
315{
316}
317
318#else
319
320static inline int sdhci_led_register(struct sdhci_host *host)
321{
322 return 0;
323}
324
325static inline void sdhci_led_unregister(struct sdhci_host *host)
326{
327}
328
329static inline void sdhci_led_activate(struct sdhci_host *host)
330{
331 __sdhci_led_activate(host);
332}
333
334static inline void sdhci_led_deactivate(struct sdhci_host *host)
335{
336 __sdhci_led_deactivate(host);
337}
338
Pierre Ossman2f730fe2008-03-17 10:29:38 +0100339#endif
340
Pierre Ossmand129bce2006-03-24 03:18:17 -0800341/*****************************************************************************\
342 * *
343 * Core functions *
344 * *
345\*****************************************************************************/
346
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100347static void sdhci_read_block_pio(struct sdhci_host *host)
Pierre Ossmand129bce2006-03-24 03:18:17 -0800348{
Pierre Ossman76591502008-07-21 00:32:11 +0200349 unsigned long flags;
350 size_t blksize, len, chunk;
Steven Noonan7244b852008-10-01 01:50:25 -0700351 u32 uninitialized_var(scratch);
Pierre Ossman76591502008-07-21 00:32:11 +0200352 u8 *buf;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800353
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100354 DBG("PIO reading\n");
Pierre Ossmand129bce2006-03-24 03:18:17 -0800355
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100356 blksize = host->data->blksz;
Pierre Ossman76591502008-07-21 00:32:11 +0200357 chunk = 0;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800358
Pierre Ossman76591502008-07-21 00:32:11 +0200359 local_irq_save(flags);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800360
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100361 while (blksize) {
Fabio Estevambf3a35a2015-05-09 18:44:51 -0300362 BUG_ON(!sg_miter_next(&host->sg_miter));
Pierre Ossmand129bce2006-03-24 03:18:17 -0800363
Pierre Ossman76591502008-07-21 00:32:11 +0200364 len = min(host->sg_miter.length, blksize);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800365
Pierre Ossman76591502008-07-21 00:32:11 +0200366 blksize -= len;
367 host->sg_miter.consumed = len;
Alex Dubov14d836e2007-04-13 19:04:38 +0200368
Pierre Ossman76591502008-07-21 00:32:11 +0200369 buf = host->sg_miter.addr;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800370
Pierre Ossman76591502008-07-21 00:32:11 +0200371 while (len) {
372 if (chunk == 0) {
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300373 scratch = sdhci_readl(host, SDHCI_BUFFER);
Pierre Ossman76591502008-07-21 00:32:11 +0200374 chunk = 4;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800375 }
Pierre Ossman76591502008-07-21 00:32:11 +0200376
377 *buf = scratch & 0xFF;
378
379 buf++;
380 scratch >>= 8;
381 chunk--;
382 len--;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800383 }
384 }
Pierre Ossman76591502008-07-21 00:32:11 +0200385
386 sg_miter_stop(&host->sg_miter);
387
388 local_irq_restore(flags);
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100389}
Pierre Ossmand129bce2006-03-24 03:18:17 -0800390
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100391static void sdhci_write_block_pio(struct sdhci_host *host)
392{
Pierre Ossman76591502008-07-21 00:32:11 +0200393 unsigned long flags;
394 size_t blksize, len, chunk;
395 u32 scratch;
396 u8 *buf;
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100397
398 DBG("PIO writing\n");
399
400 blksize = host->data->blksz;
Pierre Ossman76591502008-07-21 00:32:11 +0200401 chunk = 0;
402 scratch = 0;
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100403
Pierre Ossman76591502008-07-21 00:32:11 +0200404 local_irq_save(flags);
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100405
406 while (blksize) {
Fabio Estevambf3a35a2015-05-09 18:44:51 -0300407 BUG_ON(!sg_miter_next(&host->sg_miter));
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100408
Pierre Ossman76591502008-07-21 00:32:11 +0200409 len = min(host->sg_miter.length, blksize);
Alex Dubov14d836e2007-04-13 19:04:38 +0200410
Pierre Ossman76591502008-07-21 00:32:11 +0200411 blksize -= len;
412 host->sg_miter.consumed = len;
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100413
Pierre Ossman76591502008-07-21 00:32:11 +0200414 buf = host->sg_miter.addr;
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100415
Pierre Ossman76591502008-07-21 00:32:11 +0200416 while (len) {
417 scratch |= (u32)*buf << (chunk * 8);
418
419 buf++;
420 chunk++;
421 len--;
422
423 if ((chunk == 4) || ((len == 0) && (blksize == 0))) {
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300424 sdhci_writel(host, scratch, SDHCI_BUFFER);
Pierre Ossman76591502008-07-21 00:32:11 +0200425 chunk = 0;
426 scratch = 0;
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100427 }
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100428 }
429 }
Pierre Ossman76591502008-07-21 00:32:11 +0200430
431 sg_miter_stop(&host->sg_miter);
432
433 local_irq_restore(flags);
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100434}
435
436static void sdhci_transfer_pio(struct sdhci_host *host)
437{
438 u32 mask;
439
Pierre Ossman76591502008-07-21 00:32:11 +0200440 if (host->blocks == 0)
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100441 return;
442
443 if (host->data->flags & MMC_DATA_READ)
444 mask = SDHCI_DATA_AVAILABLE;
445 else
446 mask = SDHCI_SPACE_AVAILABLE;
447
Pierre Ossman4a3cba32008-07-29 00:11:16 +0200448 /*
449 * Some controllers (JMicron JMB38x) mess up the buffer bits
450 * for transfers < 4 bytes. As long as it is just one block,
451 * we can ignore the bits.
452 */
453 if ((host->quirks & SDHCI_QUIRK_BROKEN_SMALL_PIO) &&
454 (host->data->blocks == 1))
455 mask = ~0;
456
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300457 while (sdhci_readl(host, SDHCI_PRESENT_STATE) & mask) {
Anton Vorontsov3e3bf202009-03-17 00:14:00 +0300458 if (host->quirks & SDHCI_QUIRK_PIO_NEEDS_DELAY)
459 udelay(100);
460
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100461 if (host->data->flags & MMC_DATA_READ)
462 sdhci_read_block_pio(host);
463 else
464 sdhci_write_block_pio(host);
465
Pierre Ossman76591502008-07-21 00:32:11 +0200466 host->blocks--;
467 if (host->blocks == 0)
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100468 break;
Pierre Ossmana406f5a2006-07-02 16:50:59 +0100469 }
470
471 DBG("PIO transfer complete.\n");
Pierre Ossmand129bce2006-03-24 03:18:17 -0800472}
473
Russell King48857d92016-01-26 13:40:16 +0000474static int sdhci_pre_dma_transfer(struct sdhci_host *host,
Russell Kingc0999b72016-01-26 13:40:27 +0000475 struct mmc_data *data, int cookie)
Russell King48857d92016-01-26 13:40:16 +0000476{
477 int sg_count;
478
Russell King94538e52016-01-26 13:40:37 +0000479 /*
480 * If the data buffers are already mapped, return the previous
481 * dma_map_sg() result.
482 */
483 if (data->host_cookie == COOKIE_PRE_MAPPED)
Russell King48857d92016-01-26 13:40:16 +0000484 return data->sg_count;
Russell King48857d92016-01-26 13:40:16 +0000485
486 sg_count = dma_map_sg(mmc_dev(host->mmc), data->sg, data->sg_len,
487 data->flags & MMC_DATA_WRITE ?
488 DMA_TO_DEVICE : DMA_FROM_DEVICE);
489
490 if (sg_count == 0)
491 return -ENOSPC;
492
493 data->sg_count = sg_count;
Russell Kingc0999b72016-01-26 13:40:27 +0000494 data->host_cookie = cookie;
Russell King48857d92016-01-26 13:40:16 +0000495
496 return sg_count;
497}
498
Pierre Ossman2134a922008-06-28 18:28:51 +0200499static char *sdhci_kmap_atomic(struct scatterlist *sg, unsigned long *flags)
500{
501 local_irq_save(*flags);
Cong Wang482fce92011-11-27 13:27:00 +0800502 return kmap_atomic(sg_page(sg)) + sg->offset;
Pierre Ossman2134a922008-06-28 18:28:51 +0200503}
504
505static void sdhci_kunmap_atomic(void *buffer, unsigned long *flags)
506{
Cong Wang482fce92011-11-27 13:27:00 +0800507 kunmap_atomic(buffer);
Pierre Ossman2134a922008-06-28 18:28:51 +0200508 local_irq_restore(*flags);
509}
510
Adrian Huntere57a5f62014-11-04 12:42:46 +0200511static void sdhci_adma_write_desc(struct sdhci_host *host, void *desc,
512 dma_addr_t addr, int len, unsigned cmd)
Ben Dooks118cd172010-03-05 13:43:26 -0800513{
Adrian Huntere57a5f62014-11-04 12:42:46 +0200514 struct sdhci_adma2_64_desc *dma_desc = desc;
Ben Dooks118cd172010-03-05 13:43:26 -0800515
Adrian Huntere57a5f62014-11-04 12:42:46 +0200516 /* 32-bit and 64-bit descriptors have these members in same position */
Adrian Hunter05452302014-11-04 12:42:45 +0200517 dma_desc->cmd = cpu_to_le16(cmd);
518 dma_desc->len = cpu_to_le16(len);
Adrian Huntere57a5f62014-11-04 12:42:46 +0200519 dma_desc->addr_lo = cpu_to_le32((u32)addr);
520
521 if (host->flags & SDHCI_USE_64_BIT_DMA)
522 dma_desc->addr_hi = cpu_to_le32((u64)addr >> 32);
Ben Dooks118cd172010-03-05 13:43:26 -0800523}
524
Adrian Hunterb5ffa672014-11-04 12:42:40 +0200525static void sdhci_adma_mark_end(void *desc)
526{
Adrian Huntere57a5f62014-11-04 12:42:46 +0200527 struct sdhci_adma2_64_desc *dma_desc = desc;
Adrian Hunterb5ffa672014-11-04 12:42:40 +0200528
Adrian Huntere57a5f62014-11-04 12:42:46 +0200529 /* 32-bit and 64-bit descriptors have 'cmd' in same position */
Adrian Hunter05452302014-11-04 12:42:45 +0200530 dma_desc->cmd |= cpu_to_le16(ADMA2_END);
Adrian Hunterb5ffa672014-11-04 12:42:40 +0200531}
532
Russell King60c64762016-01-26 13:40:22 +0000533static void sdhci_adma_table_pre(struct sdhci_host *host,
534 struct mmc_data *data, int sg_count)
Pierre Ossman2134a922008-06-28 18:28:51 +0200535{
Pierre Ossman2134a922008-06-28 18:28:51 +0200536 struct scatterlist *sg;
Pierre Ossman2134a922008-06-28 18:28:51 +0200537 unsigned long flags;
Russell Kingacc3ad12016-01-26 13:40:00 +0000538 dma_addr_t addr, align_addr;
539 void *desc, *align;
540 char *buffer;
541 int len, offset, i;
Pierre Ossman2134a922008-06-28 18:28:51 +0200542
543 /*
544 * The spec does not specify endianness of descriptor table.
545 * We currently guess that it is LE.
546 */
547
Russell King60c64762016-01-26 13:40:22 +0000548 host->sg_count = sg_count;
Pierre Ossman2134a922008-06-28 18:28:51 +0200549
Adrian Hunter4efaa6f2014-11-04 12:42:39 +0200550 desc = host->adma_table;
Pierre Ossman2134a922008-06-28 18:28:51 +0200551 align = host->align_buffer;
552
553 align_addr = host->align_addr;
554
555 for_each_sg(data->sg, sg, host->sg_count, i) {
556 addr = sg_dma_address(sg);
557 len = sg_dma_len(sg);
558
559 /*
Russell Kingacc3ad12016-01-26 13:40:00 +0000560 * The SDHCI specification states that ADMA addresses must
561 * be 32-bit aligned. If they aren't, then we use a bounce
562 * buffer for the (up to three) bytes that screw up the
Pierre Ossman2134a922008-06-28 18:28:51 +0200563 * alignment.
564 */
Adrian Hunter04a5ae62015-11-26 14:00:49 +0200565 offset = (SDHCI_ADMA2_ALIGN - (addr & SDHCI_ADMA2_MASK)) &
566 SDHCI_ADMA2_MASK;
Pierre Ossman2134a922008-06-28 18:28:51 +0200567 if (offset) {
568 if (data->flags & MMC_DATA_WRITE) {
569 buffer = sdhci_kmap_atomic(sg, &flags);
570 memcpy(align, buffer, offset);
571 sdhci_kunmap_atomic(buffer, &flags);
572 }
573
Ben Dooks118cd172010-03-05 13:43:26 -0800574 /* tran, valid */
Adrian Huntere57a5f62014-11-04 12:42:46 +0200575 sdhci_adma_write_desc(host, desc, align_addr, offset,
Adrian Hunter739d46d2014-11-04 12:42:44 +0200576 ADMA2_TRAN_VALID);
Pierre Ossman2134a922008-06-28 18:28:51 +0200577
578 BUG_ON(offset > 65536);
579
Adrian Hunter04a5ae62015-11-26 14:00:49 +0200580 align += SDHCI_ADMA2_ALIGN;
581 align_addr += SDHCI_ADMA2_ALIGN;
Pierre Ossman2134a922008-06-28 18:28:51 +0200582
Adrian Hunter76fe3792014-11-04 12:42:42 +0200583 desc += host->desc_sz;
Pierre Ossman2134a922008-06-28 18:28:51 +0200584
585 addr += offset;
586 len -= offset;
587 }
588
Pierre Ossman2134a922008-06-28 18:28:51 +0200589 BUG_ON(len > 65536);
590
Adrian Hunter347ea322015-11-26 14:00:48 +0200591 if (len) {
592 /* tran, valid */
593 sdhci_adma_write_desc(host, desc, addr, len,
594 ADMA2_TRAN_VALID);
595 desc += host->desc_sz;
596 }
Pierre Ossman2134a922008-06-28 18:28:51 +0200597
598 /*
599 * If this triggers then we have a calculation bug
600 * somewhere. :/
601 */
Adrian Hunter76fe3792014-11-04 12:42:42 +0200602 WARN_ON((desc - host->adma_table) >= host->adma_table_sz);
Pierre Ossman2134a922008-06-28 18:28:51 +0200603 }
604
Thomas Abraham70764a92010-05-26 14:42:04 -0700605 if (host->quirks & SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC) {
Russell Kingacc3ad12016-01-26 13:40:00 +0000606 /* Mark the last descriptor as the terminating descriptor */
Adrian Hunter4efaa6f2014-11-04 12:42:39 +0200607 if (desc != host->adma_table) {
Adrian Hunter76fe3792014-11-04 12:42:42 +0200608 desc -= host->desc_sz;
Adrian Hunterb5ffa672014-11-04 12:42:40 +0200609 sdhci_adma_mark_end(desc);
Thomas Abraham70764a92010-05-26 14:42:04 -0700610 }
611 } else {
Russell Kingacc3ad12016-01-26 13:40:00 +0000612 /* Add a terminating entry - nop, end, valid */
Adrian Huntere57a5f62014-11-04 12:42:46 +0200613 sdhci_adma_write_desc(host, desc, 0, 0, ADMA2_NOP_END_VALID);
Thomas Abraham70764a92010-05-26 14:42:04 -0700614 }
Pierre Ossman2134a922008-06-28 18:28:51 +0200615}
616
617static void sdhci_adma_table_post(struct sdhci_host *host,
618 struct mmc_data *data)
619{
Pierre Ossman2134a922008-06-28 18:28:51 +0200620 struct scatterlist *sg;
621 int i, size;
Adrian Hunter1c3d5f62014-11-04 12:42:41 +0200622 void *align;
Pierre Ossman2134a922008-06-28 18:28:51 +0200623 char *buffer;
624 unsigned long flags;
625
Russell King47fa9612016-01-26 13:40:06 +0000626 if (data->flags & MMC_DATA_READ) {
627 bool has_unaligned = false;
Russell Kingde0b65a2014-04-25 12:58:29 +0100628
Russell King47fa9612016-01-26 13:40:06 +0000629 /* Do a quick scan of the SG list for any unaligned mappings */
630 for_each_sg(data->sg, sg, host->sg_count, i)
Adrian Hunter04a5ae62015-11-26 14:00:49 +0200631 if (sg_dma_address(sg) & SDHCI_ADMA2_MASK) {
Russell King47fa9612016-01-26 13:40:06 +0000632 has_unaligned = true;
633 break;
634 }
Pierre Ossman2134a922008-06-28 18:28:51 +0200635
Russell King47fa9612016-01-26 13:40:06 +0000636 if (has_unaligned) {
637 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg,
Russell Kingf55c98f2016-01-26 13:40:11 +0000638 data->sg_len, DMA_FROM_DEVICE);
Pierre Ossman2134a922008-06-28 18:28:51 +0200639
Russell King47fa9612016-01-26 13:40:06 +0000640 align = host->align_buffer;
641
642 for_each_sg(data->sg, sg, host->sg_count, i) {
643 if (sg_dma_address(sg) & SDHCI_ADMA2_MASK) {
644 size = SDHCI_ADMA2_ALIGN -
645 (sg_dma_address(sg) & SDHCI_ADMA2_MASK);
646
647 buffer = sdhci_kmap_atomic(sg, &flags);
648 memcpy(buffer, align, size);
649 sdhci_kunmap_atomic(buffer, &flags);
650
651 align += SDHCI_ADMA2_ALIGN;
652 }
Pierre Ossman2134a922008-06-28 18:28:51 +0200653 }
654 }
655 }
Pierre Ossman2134a922008-06-28 18:28:51 +0200656}
657
Andrei Warkentina3c77782011-04-11 16:13:42 -0500658static u8 sdhci_calc_timeout(struct sdhci_host *host, struct mmc_command *cmd)
Pierre Ossmand129bce2006-03-24 03:18:17 -0800659{
Pierre Ossman1c8cde92006-06-30 02:22:25 -0700660 u8 count;
Andrei Warkentina3c77782011-04-11 16:13:42 -0500661 struct mmc_data *data = cmd->data;
Pierre Ossman1c8cde92006-06-30 02:22:25 -0700662 unsigned target_timeout, current_timeout;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800663
Pierre Ossmanee53ab52008-07-05 00:25:15 +0200664 /*
665 * If the host controller provides us with an incorrect timeout
666 * value, just skip the check and use 0xE. The hardware may take
667 * longer to time out, but that's much better than having a too-short
668 * timeout value.
669 */
Pierre Ossman11a2f1b2009-06-21 20:59:33 +0200670 if (host->quirks & SDHCI_QUIRK_BROKEN_TIMEOUT_VAL)
Pierre Ossmanee53ab52008-07-05 00:25:15 +0200671 return 0xE;
Pierre Ossmane538fbe2007-08-12 16:46:32 +0200672
Andrei Warkentina3c77782011-04-11 16:13:42 -0500673 /* Unspecified timeout, assume max */
Ulf Hansson1d4d7742014-01-08 15:06:08 +0100674 if (!data && !cmd->busy_timeout)
Andrei Warkentina3c77782011-04-11 16:13:42 -0500675 return 0xE;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800676
Andrei Warkentina3c77782011-04-11 16:13:42 -0500677 /* timeout in us */
678 if (!data)
Ulf Hansson1d4d7742014-01-08 15:06:08 +0100679 target_timeout = cmd->busy_timeout * 1000;
Andy Shevchenko78a2ca22011-08-03 18:35:59 +0300680 else {
Russell Kingfafcfda2016-01-26 13:40:58 +0000681 target_timeout = DIV_ROUND_UP(data->timeout_ns, 1000);
Russell King7f055382016-01-26 13:41:04 +0000682 if (host->clock && data->timeout_clks) {
683 unsigned long long val;
684
685 /*
686 * data->timeout_clks is in units of clock cycles.
687 * host->clock is in Hz. target_timeout is in us.
688 * Hence, us = 1000000 * cycles / Hz. Round up.
689 */
Haibo Chen02265cd62016-10-17 10:18:37 +0200690 val = 1000000ULL * data->timeout_clks;
Russell King7f055382016-01-26 13:41:04 +0000691 if (do_div(val, host->clock))
692 target_timeout++;
693 target_timeout += val;
694 }
Andy Shevchenko78a2ca22011-08-03 18:35:59 +0300695 }
Anton Vorontsov81b39802009-09-22 16:45:13 -0700696
Pierre Ossman1c8cde92006-06-30 02:22:25 -0700697 /*
698 * Figure out needed cycles.
699 * We do this in steps in order to fit inside a 32 bit int.
700 * The first step is the minimum timeout, which will have a
701 * minimum resolution of 6 bits:
702 * (1) 2^13*1000 > 2^22,
703 * (2) host->timeout_clk < 2^16
704 * =>
705 * (1) / (2) > 2^6
706 */
707 count = 0;
708 current_timeout = (1 << 13) * 1000 / host->timeout_clk;
709 while (current_timeout < target_timeout) {
710 count++;
711 current_timeout <<= 1;
712 if (count >= 0xF)
713 break;
714 }
715
716 if (count >= 0xF) {
Chris Ball09eeff52012-06-01 10:39:45 -0400717 DBG("%s: Too large timeout 0x%x requested for CMD%d!\n",
718 mmc_hostname(host->mmc), count, cmd->opcode);
Pierre Ossman1c8cde92006-06-30 02:22:25 -0700719 count = 0xE;
720 }
721
Pierre Ossmanee53ab52008-07-05 00:25:15 +0200722 return count;
723}
724
Anton Vorontsov6aa943a2009-03-17 00:13:50 +0300725static void sdhci_set_transfer_irqs(struct sdhci_host *host)
726{
727 u32 pio_irqs = SDHCI_INT_DATA_AVAIL | SDHCI_INT_SPACE_AVAIL;
728 u32 dma_irqs = SDHCI_INT_DMA_END | SDHCI_INT_ADMA_ERROR;
729
730 if (host->flags & SDHCI_REQ_USE_DMA)
Russell Kingb537f942014-04-25 12:56:01 +0100731 host->ier = (host->ier & ~pio_irqs) | dma_irqs;
Anton Vorontsov6aa943a2009-03-17 00:13:50 +0300732 else
Russell Kingb537f942014-04-25 12:56:01 +0100733 host->ier = (host->ier & ~dma_irqs) | pio_irqs;
734
735 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
736 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
Anton Vorontsov6aa943a2009-03-17 00:13:50 +0300737}
738
Aisheng Dongb45e6682014-08-27 15:26:29 +0800739static void sdhci_set_timeout(struct sdhci_host *host, struct mmc_command *cmd)
Pierre Ossmanee53ab52008-07-05 00:25:15 +0200740{
741 u8 count;
Aisheng Dongb45e6682014-08-27 15:26:29 +0800742
743 if (host->ops->set_timeout) {
744 host->ops->set_timeout(host, cmd);
745 } else {
746 count = sdhci_calc_timeout(host, cmd);
747 sdhci_writeb(host, count, SDHCI_TIMEOUT_CONTROL);
748 }
749}
750
751static void sdhci_prepare_data(struct sdhci_host *host, struct mmc_command *cmd)
752{
Pierre Ossman2134a922008-06-28 18:28:51 +0200753 u8 ctrl;
Andrei Warkentina3c77782011-04-11 16:13:42 -0500754 struct mmc_data *data = cmd->data;
Pierre Ossmanee53ab52008-07-05 00:25:15 +0200755
Adrian Hunter56a590d2016-06-29 16:24:32 +0300756 if (sdhci_data_line_cmd(cmd))
Aisheng Dongb45e6682014-08-27 15:26:29 +0800757 sdhci_set_timeout(host, cmd);
Andrei Warkentina3c77782011-04-11 16:13:42 -0500758
759 if (!data)
Pierre Ossmanee53ab52008-07-05 00:25:15 +0200760 return;
761
Adrian Hunter43dea092016-06-29 16:24:26 +0300762 WARN_ON(host->data);
763
Pierre Ossmanee53ab52008-07-05 00:25:15 +0200764 /* Sanity checks */
765 BUG_ON(data->blksz * data->blocks > 524288);
766 BUG_ON(data->blksz > host->mmc->max_blk_size);
767 BUG_ON(data->blocks > 65535);
768
769 host->data = data;
770 host->data_early = 0;
Mikko Vinnif6a03cb2011-04-12 09:36:18 -0400771 host->data->bytes_xfered = 0;
Pierre Ossmanee53ab52008-07-05 00:25:15 +0200772
Russell Kingfce14422016-01-26 13:41:20 +0000773 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
Pierre Ossman2134a922008-06-28 18:28:51 +0200774 struct scatterlist *sg;
Russell Kingdf953922016-01-26 13:41:14 +0000775 unsigned int length_mask, offset_mask;
Russell Kinga0eaf0f2016-01-26 13:41:09 +0000776 int i;
Pierre Ossman2134a922008-06-28 18:28:51 +0200777
Russell Kingfce14422016-01-26 13:41:20 +0000778 host->flags |= SDHCI_REQ_USE_DMA;
779
780 /*
781 * FIXME: This doesn't account for merging when mapping the
782 * scatterlist.
783 *
784 * The assumption here being that alignment and lengths are
785 * the same after DMA mapping to device address space.
786 */
Russell Kinga0eaf0f2016-01-26 13:41:09 +0000787 length_mask = 0;
Russell Kingdf953922016-01-26 13:41:14 +0000788 offset_mask = 0;
Pierre Ossman2134a922008-06-28 18:28:51 +0200789 if (host->flags & SDHCI_USE_ADMA) {
Russell Kingdf953922016-01-26 13:41:14 +0000790 if (host->quirks & SDHCI_QUIRK_32BIT_ADMA_SIZE) {
Russell Kinga0eaf0f2016-01-26 13:41:09 +0000791 length_mask = 3;
Russell Kingdf953922016-01-26 13:41:14 +0000792 /*
793 * As we use up to 3 byte chunks to work
794 * around alignment problems, we need to
795 * check the offset as well.
796 */
797 offset_mask = 3;
798 }
Pierre Ossman2134a922008-06-28 18:28:51 +0200799 } else {
800 if (host->quirks & SDHCI_QUIRK_32BIT_DMA_SIZE)
Russell Kinga0eaf0f2016-01-26 13:41:09 +0000801 length_mask = 3;
Russell Kingdf953922016-01-26 13:41:14 +0000802 if (host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR)
803 offset_mask = 3;
Pierre Ossman2134a922008-06-28 18:28:51 +0200804 }
805
Russell Kingdf953922016-01-26 13:41:14 +0000806 if (unlikely(length_mask | offset_mask)) {
Pierre Ossman2134a922008-06-28 18:28:51 +0200807 for_each_sg(data->sg, sg, data->sg_len, i) {
Russell Kinga0eaf0f2016-01-26 13:41:09 +0000808 if (sg->length & length_mask) {
Marek Vasut2e4456f2015-11-18 10:47:02 +0100809 DBG("Reverting to PIO because of transfer size (%d)\n",
Russell Kinga0eaf0f2016-01-26 13:41:09 +0000810 sg->length);
Pierre Ossman2134a922008-06-28 18:28:51 +0200811 host->flags &= ~SDHCI_REQ_USE_DMA;
812 break;
813 }
Russell Kinga0eaf0f2016-01-26 13:41:09 +0000814 if (sg->offset & offset_mask) {
Marek Vasut2e4456f2015-11-18 10:47:02 +0100815 DBG("Reverting to PIO because of bad alignment\n");
Pierre Ossman2134a922008-06-28 18:28:51 +0200816 host->flags &= ~SDHCI_REQ_USE_DMA;
817 break;
818 }
819 }
820 }
821 }
822
Pierre Ossman8f1934ce2008-06-30 21:15:49 +0200823 if (host->flags & SDHCI_REQ_USE_DMA) {
Russell Kingc0999b72016-01-26 13:40:27 +0000824 int sg_cnt = sdhci_pre_dma_transfer(host, data, COOKIE_MAPPED);
Pierre Ossman8f1934ce2008-06-30 21:15:49 +0200825
Russell King60c64762016-01-26 13:40:22 +0000826 if (sg_cnt <= 0) {
827 /*
828 * This only happens when someone fed
829 * us an invalid request.
830 */
831 WARN_ON(1);
832 host->flags &= ~SDHCI_REQ_USE_DMA;
833 } else if (host->flags & SDHCI_USE_ADMA) {
834 sdhci_adma_table_pre(host, data, sg_cnt);
835
836 sdhci_writel(host, host->adma_addr, SDHCI_ADMA_ADDRESS);
837 if (host->flags & SDHCI_USE_64_BIT_DMA)
838 sdhci_writel(host,
839 (u64)host->adma_addr >> 32,
840 SDHCI_ADMA_ADDRESS_HI);
841 } else {
842 WARN_ON(sg_cnt != 1);
843 sdhci_writel(host, sg_dma_address(data->sg),
844 SDHCI_DMA_ADDRESS);
Pierre Ossman8f1934ce2008-06-30 21:15:49 +0200845 }
846 }
847
Pierre Ossman2134a922008-06-28 18:28:51 +0200848 /*
849 * Always adjust the DMA selection as some controllers
850 * (e.g. JMicron) can't do PIO properly when the selection
851 * is ADMA.
852 */
853 if (host->version >= SDHCI_SPEC_200) {
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300854 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
Pierre Ossman2134a922008-06-28 18:28:51 +0200855 ctrl &= ~SDHCI_CTRL_DMA_MASK;
856 if ((host->flags & SDHCI_REQ_USE_DMA) &&
Adrian Huntere57a5f62014-11-04 12:42:46 +0200857 (host->flags & SDHCI_USE_ADMA)) {
858 if (host->flags & SDHCI_USE_64_BIT_DMA)
859 ctrl |= SDHCI_CTRL_ADMA64;
860 else
861 ctrl |= SDHCI_CTRL_ADMA32;
862 } else {
Pierre Ossman2134a922008-06-28 18:28:51 +0200863 ctrl |= SDHCI_CTRL_SDMA;
Adrian Huntere57a5f62014-11-04 12:42:46 +0200864 }
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300865 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
Pierre Ossmanc9fddbc2007-12-02 19:52:11 +0100866 }
867
Pierre Ossman8f1934ce2008-06-30 21:15:49 +0200868 if (!(host->flags & SDHCI_REQ_USE_DMA)) {
Sebastian Andrzej Siewiorda60a912009-06-18 09:33:32 +0200869 int flags;
870
871 flags = SG_MITER_ATOMIC;
872 if (host->data->flags & MMC_DATA_READ)
873 flags |= SG_MITER_TO_SG;
874 else
875 flags |= SG_MITER_FROM_SG;
876 sg_miter_start(&host->sg_miter, data->sg, data->sg_len, flags);
Pierre Ossman76591502008-07-21 00:32:11 +0200877 host->blocks = data->blocks;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800878 }
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700879
Anton Vorontsov6aa943a2009-03-17 00:13:50 +0300880 sdhci_set_transfer_irqs(host);
881
Mikko Vinnif6a03cb2011-04-12 09:36:18 -0400882 /* Set the DMA boundary value and block size */
883 sdhci_writew(host, SDHCI_MAKE_BLKSZ(SDHCI_DEFAULT_BOUNDARY_ARG,
884 data->blksz), SDHCI_BLOCK_SIZE);
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300885 sdhci_writew(host, data->blocks, SDHCI_BLOCK_COUNT);
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700886}
887
Adrian Hunter0293d502016-06-29 16:24:35 +0300888static inline bool sdhci_auto_cmd12(struct sdhci_host *host,
889 struct mmc_request *mrq)
890{
Adrian Hunter20845be2016-08-16 13:44:13 +0300891 return !mrq->sbc && (host->flags & SDHCI_AUTO_CMD12) &&
892 !mrq->cap_cmd_during_tfr;
Adrian Hunter0293d502016-06-29 16:24:35 +0300893}
894
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700895static void sdhci_set_transfer_mode(struct sdhci_host *host,
Andrei Warkentine89d4562011-05-23 15:06:37 -0500896 struct mmc_command *cmd)
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700897{
Vincent Yangd3fc5d72015-01-20 16:05:17 +0800898 u16 mode = 0;
Andrei Warkentine89d4562011-05-23 15:06:37 -0500899 struct mmc_data *data = cmd->data;
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700900
Dong Aisheng2b558c12013-10-30 22:09:48 +0800901 if (data == NULL) {
Vincent Wan9b8ffea2014-11-05 14:09:00 +0800902 if (host->quirks2 &
903 SDHCI_QUIRK2_CLEAR_TRANSFERMODE_REG_BEFORE_CMD) {
904 sdhci_writew(host, 0x0, SDHCI_TRANSFER_MODE);
905 } else {
Dong Aisheng2b558c12013-10-30 22:09:48 +0800906 /* clear Auto CMD settings for no data CMDs */
Vincent Wan9b8ffea2014-11-05 14:09:00 +0800907 mode = sdhci_readw(host, SDHCI_TRANSFER_MODE);
908 sdhci_writew(host, mode & ~(SDHCI_TRNS_AUTO_CMD12 |
Dong Aisheng2b558c12013-10-30 22:09:48 +0800909 SDHCI_TRNS_AUTO_CMD23), SDHCI_TRANSFER_MODE);
Vincent Wan9b8ffea2014-11-05 14:09:00 +0800910 }
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700911 return;
Dong Aisheng2b558c12013-10-30 22:09:48 +0800912 }
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700913
Pierre Ossmane538fbe2007-08-12 16:46:32 +0200914 WARN_ON(!host->data);
915
Vincent Yangd3fc5d72015-01-20 16:05:17 +0800916 if (!(host->quirks2 & SDHCI_QUIRK2_SUPPORT_SINGLE))
917 mode = SDHCI_TRNS_BLK_CNT_EN;
918
Andrei Warkentine89d4562011-05-23 15:06:37 -0500919 if (mmc_op_multi(cmd->opcode) || data->blocks > 1) {
Vincent Yangd3fc5d72015-01-20 16:05:17 +0800920 mode = SDHCI_TRNS_BLK_CNT_EN | SDHCI_TRNS_MULTI;
Andrei Warkentine89d4562011-05-23 15:06:37 -0500921 /*
922 * If we are sending CMD23, CMD12 never gets sent
923 * on successful completion (so no Auto-CMD12).
924 */
Adrian Hunter0293d502016-06-29 16:24:35 +0300925 if (sdhci_auto_cmd12(host, cmd->mrq) &&
Corneliu Doban85cc1c32015-02-09 16:06:29 -0800926 (cmd->opcode != SD_IO_RW_EXTENDED))
Andrei Warkentine89d4562011-05-23 15:06:37 -0500927 mode |= SDHCI_TRNS_AUTO_CMD12;
Adrian Huntera4c73ab2016-06-29 16:24:25 +0300928 else if (cmd->mrq->sbc && (host->flags & SDHCI_AUTO_CMD23)) {
Andrei Warkentin8edf63712011-05-23 15:06:39 -0500929 mode |= SDHCI_TRNS_AUTO_CMD23;
Adrian Huntera4c73ab2016-06-29 16:24:25 +0300930 sdhci_writel(host, cmd->mrq->sbc->arg, SDHCI_ARGUMENT2);
Andrei Warkentin8edf63712011-05-23 15:06:39 -0500931 }
Jerry Huangc4512f72010-08-10 18:01:59 -0700932 }
Andrei Warkentin8edf63712011-05-23 15:06:39 -0500933
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700934 if (data->flags & MMC_DATA_READ)
935 mode |= SDHCI_TRNS_READ;
Pierre Ossmanc9fddbc2007-12-02 19:52:11 +0100936 if (host->flags & SDHCI_REQ_USE_DMA)
Pierre Ossmanc7fa9962006-06-30 02:22:25 -0700937 mode |= SDHCI_TRNS_DMA;
938
Anton Vorontsov4e4141a2009-03-17 00:13:46 +0300939 sdhci_writew(host, mode, SDHCI_TRANSFER_MODE);
Pierre Ossmand129bce2006-03-24 03:18:17 -0800940}
941
Adrian Hunter0cc563c2016-06-29 16:24:28 +0300942static bool sdhci_needs_reset(struct sdhci_host *host, struct mmc_request *mrq)
943{
944 return (!(host->flags & SDHCI_DEVICE_DEAD) &&
945 ((mrq->cmd && mrq->cmd->error) ||
946 (mrq->sbc && mrq->sbc->error) ||
947 (mrq->data && ((mrq->data->error && !mrq->data->stop) ||
948 (mrq->data->stop && mrq->data->stop->error))) ||
949 (host->quirks & SDHCI_QUIRK_RESET_AFTER_REQUEST)));
950}
951
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +0300952static void __sdhci_finish_mrq(struct sdhci_host *host, struct mmc_request *mrq)
953{
954 int i;
955
956 for (i = 0; i < SDHCI_MAX_MRQS; i++) {
957 if (host->mrqs_done[i] == mrq) {
958 WARN_ON(1);
959 return;
960 }
961 }
962
963 for (i = 0; i < SDHCI_MAX_MRQS; i++) {
964 if (!host->mrqs_done[i]) {
965 host->mrqs_done[i] = mrq;
966 break;
967 }
968 }
969
970 WARN_ON(i >= SDHCI_MAX_MRQS);
971
972 tasklet_schedule(&host->finish_tasklet);
973}
974
Adrian Huntera6d3bdd2016-06-29 16:24:27 +0300975static void sdhci_finish_mrq(struct sdhci_host *host, struct mmc_request *mrq)
976{
Adrian Hunter5a8a3fe2016-06-29 16:24:30 +0300977 if (host->cmd && host->cmd->mrq == mrq)
978 host->cmd = NULL;
979
980 if (host->data_cmd && host->data_cmd->mrq == mrq)
981 host->data_cmd = NULL;
982
983 if (host->data && host->data->mrq == mrq)
984 host->data = NULL;
985
Adrian Huntered1563d2016-06-29 16:24:29 +0300986 if (sdhci_needs_reset(host, mrq))
987 host->pending_reset = true;
988
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +0300989 __sdhci_finish_mrq(host, mrq);
Adrian Huntera6d3bdd2016-06-29 16:24:27 +0300990}
991
Pierre Ossmand129bce2006-03-24 03:18:17 -0800992static void sdhci_finish_data(struct sdhci_host *host)
993{
Adrian Hunter33a57ad2016-06-29 16:24:36 +0300994 struct mmc_command *data_cmd = host->data_cmd;
995 struct mmc_data *data = host->data;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800996
Pierre Ossmand129bce2006-03-24 03:18:17 -0800997 host->data = NULL;
Adrian Hunter7c89a3d2016-06-29 16:24:23 +0300998 host->data_cmd = NULL;
Pierre Ossmand129bce2006-03-24 03:18:17 -0800999
Russell Kingadd89132016-01-26 13:40:42 +00001000 if ((host->flags & (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA)) ==
1001 (SDHCI_REQ_USE_DMA | SDHCI_USE_ADMA))
1002 sdhci_adma_table_post(host, data);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001003
1004 /*
Pierre Ossmanc9b74c52008-04-18 20:41:49 +02001005 * The specification states that the block count register must
1006 * be updated, but it does not specify at what point in the
1007 * data flow. That makes the register entirely useless to read
1008 * back so we have to assume that nothing made it to the card
1009 * in the event of an error.
Pierre Ossmand129bce2006-03-24 03:18:17 -08001010 */
Pierre Ossmanc9b74c52008-04-18 20:41:49 +02001011 if (data->error)
1012 data->bytes_xfered = 0;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001013 else
Pierre Ossmanc9b74c52008-04-18 20:41:49 +02001014 data->bytes_xfered = data->blksz * data->blocks;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001015
Andrei Warkentine89d4562011-05-23 15:06:37 -05001016 /*
1017 * Need to send CMD12 if -
1018 * a) open-ended multiblock transfer (no CMD23)
1019 * b) error in multiblock transfer
1020 */
1021 if (data->stop &&
1022 (data->error ||
Adrian Huntera4c73ab2016-06-29 16:24:25 +03001023 !data->mrq->sbc)) {
Andrei Warkentine89d4562011-05-23 15:06:37 -05001024
Pierre Ossmand129bce2006-03-24 03:18:17 -08001025 /*
1026 * The controller needs a reset of internal state machines
1027 * upon error conditions.
1028 */
Pierre Ossman17b04292007-07-22 22:18:46 +02001029 if (data->error) {
Adrian Hunter33a57ad2016-06-29 16:24:36 +03001030 if (!host->cmd || host->cmd == data_cmd)
1031 sdhci_do_reset(host, SDHCI_RESET_CMD);
Russell King03231f92014-04-25 12:57:12 +01001032 sdhci_do_reset(host, SDHCI_RESET_DATA);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001033 }
1034
Adrian Hunter20845be2016-08-16 13:44:13 +03001035 /*
1036 * 'cap_cmd_during_tfr' request must not use the command line
1037 * after mmc_command_done() has been called. It is upper layer's
1038 * responsibility to send the stop command if required.
1039 */
1040 if (data->mrq->cap_cmd_during_tfr) {
1041 sdhci_finish_mrq(host, data->mrq);
1042 } else {
1043 /* Avoid triggering warning in sdhci_send_command() */
1044 host->cmd = NULL;
1045 sdhci_send_command(host, data->stop);
1046 }
Adrian Huntera6d3bdd2016-06-29 16:24:27 +03001047 } else {
1048 sdhci_finish_mrq(host, data->mrq);
1049 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001050}
1051
Adrian Hunterd7422fb2016-06-29 16:24:33 +03001052static void sdhci_mod_timer(struct sdhci_host *host, struct mmc_request *mrq,
1053 unsigned long timeout)
1054{
1055 if (sdhci_data_line_cmd(mrq->cmd))
1056 mod_timer(&host->data_timer, timeout);
1057 else
1058 mod_timer(&host->timer, timeout);
1059}
1060
1061static void sdhci_del_timer(struct sdhci_host *host, struct mmc_request *mrq)
1062{
1063 if (sdhci_data_line_cmd(mrq->cmd))
1064 del_timer(&host->data_timer);
1065 else
1066 del_timer(&host->timer);
1067}
1068
Dong Aishengc0e551292013-09-13 19:11:31 +08001069void sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd)
Pierre Ossmand129bce2006-03-24 03:18:17 -08001070{
1071 int flags;
Pierre Ossmanfd2208d2006-06-30 02:22:28 -07001072 u32 mask;
Pierre Ossman7cb2c762006-06-30 02:22:23 -07001073 unsigned long timeout;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001074
1075 WARN_ON(host->cmd);
1076
Russell King96776202016-01-26 13:39:34 +00001077 /* Initially, a command has no error */
1078 cmd->error = 0;
1079
Adrian Hunterfc605f12016-10-05 12:11:21 +03001080 if ((host->quirks2 & SDHCI_QUIRK2_STOP_WITH_TC) &&
1081 cmd->opcode == MMC_STOP_TRANSMISSION)
1082 cmd->flags |= MMC_RSP_BUSY;
1083
Pierre Ossmand129bce2006-03-24 03:18:17 -08001084 /* Wait max 10 ms */
Pierre Ossman7cb2c762006-06-30 02:22:23 -07001085 timeout = 10;
Pierre Ossmanfd2208d2006-06-30 02:22:28 -07001086
1087 mask = SDHCI_CMD_INHIBIT;
Adrian Hunter56a590d2016-06-29 16:24:32 +03001088 if (sdhci_data_line_cmd(cmd))
Pierre Ossmanfd2208d2006-06-30 02:22:28 -07001089 mask |= SDHCI_DATA_INHIBIT;
1090
1091 /* We shouldn't wait for data inihibit for stop commands, even
1092 though they might use busy signaling */
Adrian Huntera4c73ab2016-06-29 16:24:25 +03001093 if (cmd->mrq->data && (cmd == cmd->mrq->data->stop))
Pierre Ossmanfd2208d2006-06-30 02:22:28 -07001094 mask &= ~SDHCI_DATA_INHIBIT;
1095
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001096 while (sdhci_readl(host, SDHCI_PRESENT_STATE) & mask) {
Pierre Ossman7cb2c762006-06-30 02:22:23 -07001097 if (timeout == 0) {
Marek Vasut2e4456f2015-11-18 10:47:02 +01001098 pr_err("%s: Controller never released inhibit bit(s).\n",
1099 mmc_hostname(host->mmc));
Pierre Ossmand129bce2006-03-24 03:18:17 -08001100 sdhci_dumpregs(host);
Pierre Ossman17b04292007-07-22 22:18:46 +02001101 cmd->error = -EIO;
Adrian Huntera6d3bdd2016-06-29 16:24:27 +03001102 sdhci_finish_mrq(host, cmd->mrq);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001103 return;
1104 }
Pierre Ossman7cb2c762006-06-30 02:22:23 -07001105 timeout--;
1106 mdelay(1);
1107 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001108
Adrian Hunter3e1a6892013-11-14 10:16:20 +02001109 timeout = jiffies;
Ulf Hansson1d4d7742014-01-08 15:06:08 +01001110 if (!cmd->data && cmd->busy_timeout > 9000)
1111 timeout += DIV_ROUND_UP(cmd->busy_timeout, 1000) * HZ + HZ;
Adrian Hunter3e1a6892013-11-14 10:16:20 +02001112 else
1113 timeout += 10 * HZ;
Adrian Hunterd7422fb2016-06-29 16:24:33 +03001114 sdhci_mod_timer(host, cmd->mrq, timeout);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001115
1116 host->cmd = cmd;
Adrian Hunter56a590d2016-06-29 16:24:32 +03001117 if (sdhci_data_line_cmd(cmd)) {
Adrian Hunter7c89a3d2016-06-29 16:24:23 +03001118 WARN_ON(host->data_cmd);
1119 host->data_cmd = cmd;
1120 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001121
Andrei Warkentina3c77782011-04-11 16:13:42 -05001122 sdhci_prepare_data(host, cmd);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001123
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001124 sdhci_writel(host, cmd->arg, SDHCI_ARGUMENT);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001125
Andrei Warkentine89d4562011-05-23 15:06:37 -05001126 sdhci_set_transfer_mode(host, cmd);
Pierre Ossmanc7fa9962006-06-30 02:22:25 -07001127
Pierre Ossmand129bce2006-03-24 03:18:17 -08001128 if ((cmd->flags & MMC_RSP_136) && (cmd->flags & MMC_RSP_BUSY)) {
Girish K Sa3c76eb2011-10-11 11:44:09 +05301129 pr_err("%s: Unsupported response type!\n",
Pierre Ossmand129bce2006-03-24 03:18:17 -08001130 mmc_hostname(host->mmc));
Pierre Ossman17b04292007-07-22 22:18:46 +02001131 cmd->error = -EINVAL;
Adrian Huntera6d3bdd2016-06-29 16:24:27 +03001132 sdhci_finish_mrq(host, cmd->mrq);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001133 return;
1134 }
1135
1136 if (!(cmd->flags & MMC_RSP_PRESENT))
1137 flags = SDHCI_CMD_RESP_NONE;
1138 else if (cmd->flags & MMC_RSP_136)
1139 flags = SDHCI_CMD_RESP_LONG;
1140 else if (cmd->flags & MMC_RSP_BUSY)
1141 flags = SDHCI_CMD_RESP_SHORT_BUSY;
1142 else
1143 flags = SDHCI_CMD_RESP_SHORT;
1144
1145 if (cmd->flags & MMC_RSP_CRC)
1146 flags |= SDHCI_CMD_CRC;
1147 if (cmd->flags & MMC_RSP_OPCODE)
1148 flags |= SDHCI_CMD_INDEX;
Arindam Nathb513ea22011-05-05 12:19:04 +05301149
1150 /* CMD19 is special in that the Data Present Select should be set */
Girish K S069c9f12012-01-06 09:56:39 +05301151 if (cmd->data || cmd->opcode == MMC_SEND_TUNING_BLOCK ||
1152 cmd->opcode == MMC_SEND_TUNING_BLOCK_HS200)
Pierre Ossmand129bce2006-03-24 03:18:17 -08001153 flags |= SDHCI_CMD_DATA;
1154
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001155 sdhci_writew(host, SDHCI_MAKE_CMD(cmd->opcode, flags), SDHCI_COMMAND);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001156}
Dong Aishengc0e551292013-09-13 19:11:31 +08001157EXPORT_SYMBOL_GPL(sdhci_send_command);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001158
1159static void sdhci_finish_command(struct sdhci_host *host)
1160{
Adrian Huntere0a56402016-06-29 16:24:22 +03001161 struct mmc_command *cmd = host->cmd;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001162 int i;
1163
Adrian Huntere0a56402016-06-29 16:24:22 +03001164 host->cmd = NULL;
1165
1166 if (cmd->flags & MMC_RSP_PRESENT) {
1167 if (cmd->flags & MMC_RSP_136) {
Pierre Ossmand129bce2006-03-24 03:18:17 -08001168 /* CRC is stripped so we need to do some shifting. */
1169 for (i = 0;i < 4;i++) {
Adrian Huntere0a56402016-06-29 16:24:22 +03001170 cmd->resp[i] = sdhci_readl(host,
Pierre Ossmand129bce2006-03-24 03:18:17 -08001171 SDHCI_RESPONSE + (3-i)*4) << 8;
1172 if (i != 3)
Adrian Huntere0a56402016-06-29 16:24:22 +03001173 cmd->resp[i] |=
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001174 sdhci_readb(host,
Pierre Ossmand129bce2006-03-24 03:18:17 -08001175 SDHCI_RESPONSE + (3-i)*4-1);
1176 }
1177 } else {
Adrian Huntere0a56402016-06-29 16:24:22 +03001178 cmd->resp[0] = sdhci_readl(host, SDHCI_RESPONSE);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001179 }
1180 }
1181
Adrian Hunter20845be2016-08-16 13:44:13 +03001182 if (cmd->mrq->cap_cmd_during_tfr && cmd == cmd->mrq->cmd)
1183 mmc_command_done(host->mmc, cmd->mrq);
1184
Adrian Hunter6bde8682016-06-29 16:24:20 +03001185 /*
1186 * The host can send and interrupt when the busy state has
1187 * ended, allowing us to wait without wasting CPU cycles.
1188 * The busy signal uses DAT0 so this is similar to waiting
1189 * for data to complete.
1190 *
1191 * Note: The 1.0 specification is a bit ambiguous about this
1192 * feature so there might be some problems with older
1193 * controllers.
1194 */
Adrian Huntere0a56402016-06-29 16:24:22 +03001195 if (cmd->flags & MMC_RSP_BUSY) {
1196 if (cmd->data) {
Adrian Hunter6bde8682016-06-29 16:24:20 +03001197 DBG("Cannot wait for busy signal when also doing a data transfer");
1198 } else if (!(host->quirks & SDHCI_QUIRK_NO_BUSY_IRQ) &&
Adrian Hunterea968022016-06-29 16:24:24 +03001199 cmd == host->data_cmd) {
1200 /* Command complete before busy is ended */
Adrian Hunter6bde8682016-06-29 16:24:20 +03001201 return;
1202 }
1203 }
1204
Andrei Warkentine89d4562011-05-23 15:06:37 -05001205 /* Finished CMD23, now send actual command. */
Adrian Huntera4c73ab2016-06-29 16:24:25 +03001206 if (cmd == cmd->mrq->sbc) {
1207 sdhci_send_command(host, cmd->mrq->cmd);
Andrei Warkentine89d4562011-05-23 15:06:37 -05001208 } else {
Pierre Ossmane538fbe2007-08-12 16:46:32 +02001209
Andrei Warkentine89d4562011-05-23 15:06:37 -05001210 /* Processed actual command. */
1211 if (host->data && host->data_early)
1212 sdhci_finish_data(host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001213
Adrian Huntere0a56402016-06-29 16:24:22 +03001214 if (!cmd->data)
Adrian Huntera6d3bdd2016-06-29 16:24:27 +03001215 sdhci_finish_mrq(host, cmd->mrq);
Andrei Warkentine89d4562011-05-23 15:06:37 -05001216 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001217}
1218
Kevin Liu52983382013-01-31 11:31:37 +08001219static u16 sdhci_get_preset_value(struct sdhci_host *host)
1220{
Russell Kingd975f122014-04-25 12:59:31 +01001221 u16 preset = 0;
Kevin Liu52983382013-01-31 11:31:37 +08001222
Russell Kingd975f122014-04-25 12:59:31 +01001223 switch (host->timing) {
1224 case MMC_TIMING_UHS_SDR12:
Kevin Liu52983382013-01-31 11:31:37 +08001225 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12);
1226 break;
Russell Kingd975f122014-04-25 12:59:31 +01001227 case MMC_TIMING_UHS_SDR25:
Kevin Liu52983382013-01-31 11:31:37 +08001228 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25);
1229 break;
Russell Kingd975f122014-04-25 12:59:31 +01001230 case MMC_TIMING_UHS_SDR50:
Kevin Liu52983382013-01-31 11:31:37 +08001231 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50);
1232 break;
Russell Kingd975f122014-04-25 12:59:31 +01001233 case MMC_TIMING_UHS_SDR104:
1234 case MMC_TIMING_MMC_HS200:
Kevin Liu52983382013-01-31 11:31:37 +08001235 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104);
1236 break;
Russell Kingd975f122014-04-25 12:59:31 +01001237 case MMC_TIMING_UHS_DDR50:
Jisheng Zhang0dafa602015-08-18 16:21:39 +08001238 case MMC_TIMING_MMC_DDR52:
Kevin Liu52983382013-01-31 11:31:37 +08001239 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50);
1240 break;
Adrian Huntere9fb05d2014-11-06 15:19:06 +02001241 case MMC_TIMING_MMC_HS400:
1242 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400);
1243 break;
Kevin Liu52983382013-01-31 11:31:37 +08001244 default:
1245 pr_warn("%s: Invalid UHS-I mode selected\n",
1246 mmc_hostname(host->mmc));
1247 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12);
1248 break;
1249 }
1250 return preset;
1251}
1252
Ludovic Desrochesfb9ee042016-04-07 11:13:08 +02001253u16 sdhci_calc_clk(struct sdhci_host *host, unsigned int clock,
1254 unsigned int *actual_clock)
Pierre Ossmand129bce2006-03-24 03:18:17 -08001255{
Arindam Nathc3ed3872011-05-05 12:19:06 +05301256 int div = 0; /* Initialized for compiler warning */
Giuseppe CAVALLAROdf162192011-11-04 13:53:19 +01001257 int real_div = div, clk_mul = 1;
Arindam Nathc3ed3872011-05-05 12:19:06 +05301258 u16 clk = 0;
ludovic.desroches@atmel.com54971592015-07-29 16:22:46 +02001259 bool switch_base_clk = false;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001260
Zhangfei Gao85105c52010-08-06 07:10:01 +08001261 if (host->version >= SDHCI_SPEC_300) {
Russell Kingda91a8f2014-04-25 13:00:12 +01001262 if (host->preset_enabled) {
Kevin Liu52983382013-01-31 11:31:37 +08001263 u16 pre_val;
1264
1265 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL);
1266 pre_val = sdhci_get_preset_value(host);
1267 div = (pre_val & SDHCI_PRESET_SDCLK_FREQ_MASK)
1268 >> SDHCI_PRESET_SDCLK_FREQ_SHIFT;
1269 if (host->clk_mul &&
1270 (pre_val & SDHCI_PRESET_CLKGEN_SEL_MASK)) {
1271 clk = SDHCI_PROG_CLOCK_MODE;
1272 real_div = div + 1;
1273 clk_mul = host->clk_mul;
1274 } else {
1275 real_div = max_t(int, 1, div << 1);
1276 }
1277 goto clock_set;
1278 }
1279
Arindam Nathc3ed3872011-05-05 12:19:06 +05301280 /*
1281 * Check if the Host Controller supports Programmable Clock
1282 * Mode.
1283 */
1284 if (host->clk_mul) {
Kevin Liu52983382013-01-31 11:31:37 +08001285 for (div = 1; div <= 1024; div++) {
1286 if ((host->max_clk * host->clk_mul / div)
1287 <= clock)
1288 break;
Zhangfei Gao85105c52010-08-06 07:10:01 +08001289 }
ludovic.desroches@atmel.com54971592015-07-29 16:22:46 +02001290 if ((host->max_clk * host->clk_mul / div) <= clock) {
1291 /*
1292 * Set Programmable Clock Mode in the Clock
1293 * Control register.
1294 */
1295 clk = SDHCI_PROG_CLOCK_MODE;
1296 real_div = div;
1297 clk_mul = host->clk_mul;
1298 div--;
1299 } else {
1300 /*
1301 * Divisor can be too small to reach clock
1302 * speed requirement. Then use the base clock.
1303 */
1304 switch_base_clk = true;
1305 }
1306 }
1307
1308 if (!host->clk_mul || switch_base_clk) {
Arindam Nathc3ed3872011-05-05 12:19:06 +05301309 /* Version 3.00 divisors must be a multiple of 2. */
1310 if (host->max_clk <= clock)
1311 div = 1;
1312 else {
1313 for (div = 2; div < SDHCI_MAX_DIV_SPEC_300;
1314 div += 2) {
1315 if ((host->max_clk / div) <= clock)
1316 break;
1317 }
1318 }
Giuseppe CAVALLAROdf162192011-11-04 13:53:19 +01001319 real_div = div;
Arindam Nathc3ed3872011-05-05 12:19:06 +05301320 div >>= 1;
Suneel Garapatid1955c3a2015-06-09 13:01:50 +05301321 if ((host->quirks2 & SDHCI_QUIRK2_CLOCK_DIV_ZERO_BROKEN)
1322 && !div && host->max_clk <= 25000000)
1323 div = 1;
Zhangfei Gao85105c52010-08-06 07:10:01 +08001324 }
1325 } else {
1326 /* Version 2.00 divisors must be a power of 2. */
Zhangfei Gao03975262010-09-20 15:15:18 -04001327 for (div = 1; div < SDHCI_MAX_DIV_SPEC_200; div *= 2) {
Zhangfei Gao85105c52010-08-06 07:10:01 +08001328 if ((host->max_clk / div) <= clock)
1329 break;
1330 }
Giuseppe CAVALLAROdf162192011-11-04 13:53:19 +01001331 real_div = div;
Arindam Nathc3ed3872011-05-05 12:19:06 +05301332 div >>= 1;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001333 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001334
Kevin Liu52983382013-01-31 11:31:37 +08001335clock_set:
Aisheng Dong03d6f5f2014-08-27 15:26:32 +08001336 if (real_div)
Ludovic Desrochesfb9ee042016-04-07 11:13:08 +02001337 *actual_clock = (host->max_clk * clk_mul) / real_div;
Arindam Nathc3ed3872011-05-05 12:19:06 +05301338 clk |= (div & SDHCI_DIV_MASK) << SDHCI_DIVIDER_SHIFT;
Zhangfei Gao85105c52010-08-06 07:10:01 +08001339 clk |= ((div & SDHCI_DIV_HI_MASK) >> SDHCI_DIV_MASK_LEN)
1340 << SDHCI_DIVIDER_HI_SHIFT;
Ludovic Desrochesfb9ee042016-04-07 11:13:08 +02001341
1342 return clk;
1343}
1344EXPORT_SYMBOL_GPL(sdhci_calc_clk);
1345
1346void sdhci_set_clock(struct sdhci_host *host, unsigned int clock)
1347{
1348 u16 clk;
1349 unsigned long timeout;
1350
1351 host->mmc->actual_clock = 0;
1352
1353 sdhci_writew(host, 0, SDHCI_CLOCK_CONTROL);
Ludovic Desrochesfb9ee042016-04-07 11:13:08 +02001354
1355 if (clock == 0)
1356 return;
1357
1358 clk = sdhci_calc_clk(host, clock, &host->mmc->actual_clock);
1359
Pierre Ossmand129bce2006-03-24 03:18:17 -08001360 clk |= SDHCI_CLOCK_INT_EN;
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001361 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001362
Chris Ball27f6cb12009-09-22 16:45:31 -07001363 /* Wait max 20 ms */
1364 timeout = 20;
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001365 while (!((clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL))
Pierre Ossman7cb2c762006-06-30 02:22:23 -07001366 & SDHCI_CLOCK_INT_STABLE)) {
1367 if (timeout == 0) {
Marek Vasut2e4456f2015-11-18 10:47:02 +01001368 pr_err("%s: Internal clock never stabilised.\n",
1369 mmc_hostname(host->mmc));
Pierre Ossmand129bce2006-03-24 03:18:17 -08001370 sdhci_dumpregs(host);
1371 return;
1372 }
Pierre Ossman7cb2c762006-06-30 02:22:23 -07001373 timeout--;
Adrian Hunterb43ba212017-03-20 19:50:29 +02001374 spin_unlock_irq(&host->lock);
1375 usleep_range(900, 1100);
1376 spin_lock_irq(&host->lock);
Pierre Ossman7cb2c762006-06-30 02:22:23 -07001377 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001378
1379 clk |= SDHCI_CLOCK_CARD_EN;
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001380 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001381}
Russell King17710592014-04-25 12:58:55 +01001382EXPORT_SYMBOL_GPL(sdhci_set_clock);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001383
Adrian Hunter1dceb042016-03-29 12:45:43 +03001384static void sdhci_set_power_reg(struct sdhci_host *host, unsigned char mode,
1385 unsigned short vdd)
Pierre Ossman146ad662006-06-30 02:22:23 -07001386{
Tim Kryger3a48edc2014-06-13 10:13:56 -07001387 struct mmc_host *mmc = host->mmc;
Adrian Hunter1dceb042016-03-29 12:45:43 +03001388
1389 spin_unlock_irq(&host->lock);
1390 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd);
1391 spin_lock_irq(&host->lock);
1392
1393 if (mode != MMC_POWER_OFF)
1394 sdhci_writeb(host, SDHCI_POWER_ON, SDHCI_POWER_CONTROL);
1395 else
1396 sdhci_writeb(host, 0, SDHCI_POWER_CONTROL);
1397}
1398
Adrian Hunter606d3132016-10-05 12:11:22 +03001399void sdhci_set_power_noreg(struct sdhci_host *host, unsigned char mode,
1400 unsigned short vdd)
Adrian Hunter1dceb042016-03-29 12:45:43 +03001401{
Giuseppe Cavallaro83642482010-09-28 10:41:28 +02001402 u8 pwr = 0;
Pierre Ossman146ad662006-06-30 02:22:23 -07001403
Russell King24fbb3c2014-04-25 13:00:06 +01001404 if (mode != MMC_POWER_OFF) {
1405 switch (1 << vdd) {
Pierre Ossmanae628902009-05-03 20:45:03 +02001406 case MMC_VDD_165_195:
1407 pwr = SDHCI_POWER_180;
1408 break;
1409 case MMC_VDD_29_30:
1410 case MMC_VDD_30_31:
1411 pwr = SDHCI_POWER_300;
1412 break;
1413 case MMC_VDD_32_33:
1414 case MMC_VDD_33_34:
1415 pwr = SDHCI_POWER_330;
1416 break;
1417 default:
Adrian Hunter9d5de932015-11-26 14:00:46 +02001418 WARN(1, "%s: Invalid vdd %#x\n",
1419 mmc_hostname(host->mmc), vdd);
1420 break;
Pierre Ossmanae628902009-05-03 20:45:03 +02001421 }
1422 }
1423
1424 if (host->pwr == pwr)
Russell Kinge921a8b2014-04-25 13:00:01 +01001425 return;
Pierre Ossman146ad662006-06-30 02:22:23 -07001426
Pierre Ossmanae628902009-05-03 20:45:03 +02001427 host->pwr = pwr;
1428
1429 if (pwr == 0) {
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001430 sdhci_writeb(host, 0, SDHCI_POWER_CONTROL);
Adrian Hunterf0710a52013-05-06 12:17:32 +03001431 if (host->quirks2 & SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON)
1432 sdhci_runtime_pm_bus_off(host);
Russell Kinge921a8b2014-04-25 13:00:01 +01001433 } else {
1434 /*
1435 * Spec says that we should clear the power reg before setting
1436 * a new value. Some controllers don't seem to like this though.
1437 */
1438 if (!(host->quirks & SDHCI_QUIRK_SINGLE_POWER_WRITE))
1439 sdhci_writeb(host, 0, SDHCI_POWER_CONTROL);
Darren Salt9e9dc5f2007-01-27 15:32:31 +01001440
Russell Kinge921a8b2014-04-25 13:00:01 +01001441 /*
1442 * At least the Marvell CaFe chip gets confused if we set the
1443 * voltage and set turn on power at the same time, so set the
1444 * voltage first.
1445 */
1446 if (host->quirks & SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER)
1447 sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL);
Pierre Ossman146ad662006-06-30 02:22:23 -07001448
Russell Kinge921a8b2014-04-25 13:00:01 +01001449 pwr |= SDHCI_POWER_ON;
1450
Pierre Ossmanae628902009-05-03 20:45:03 +02001451 sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL);
1452
Russell Kinge921a8b2014-04-25 13:00:01 +01001453 if (host->quirks2 & SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON)
1454 sdhci_runtime_pm_bus_on(host);
Andres Salomone08c1692008-07-04 10:00:03 -07001455
Russell Kinge921a8b2014-04-25 13:00:01 +01001456 /*
1457 * Some controllers need an extra 10ms delay of 10ms before
1458 * they can apply clock after applying power
1459 */
1460 if (host->quirks & SDHCI_QUIRK_DELAY_AFTER_POWER)
1461 mdelay(10);
1462 }
Adrian Hunter1dceb042016-03-29 12:45:43 +03001463}
Adrian Hunter606d3132016-10-05 12:11:22 +03001464EXPORT_SYMBOL_GPL(sdhci_set_power_noreg);
Jisheng Zhang918f4cb2015-12-11 21:36:29 +08001465
Adrian Hunter606d3132016-10-05 12:11:22 +03001466void sdhci_set_power(struct sdhci_host *host, unsigned char mode,
1467 unsigned short vdd)
Adrian Hunter1dceb042016-03-29 12:45:43 +03001468{
Adrian Hunter606d3132016-10-05 12:11:22 +03001469 if (IS_ERR(host->mmc->supply.vmmc))
1470 sdhci_set_power_noreg(host, mode, vdd);
Adrian Hunter1dceb042016-03-29 12:45:43 +03001471 else
Adrian Hunter606d3132016-10-05 12:11:22 +03001472 sdhci_set_power_reg(host, mode, vdd);
Pierre Ossman146ad662006-06-30 02:22:23 -07001473}
Adrian Hunter606d3132016-10-05 12:11:22 +03001474EXPORT_SYMBOL_GPL(sdhci_set_power);
Pierre Ossman146ad662006-06-30 02:22:23 -07001475
Pierre Ossmand129bce2006-03-24 03:18:17 -08001476/*****************************************************************************\
1477 * *
1478 * MMC callbacks *
1479 * *
1480\*****************************************************************************/
1481
1482static void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq)
1483{
1484 struct sdhci_host *host;
Shawn Guo505a8682012-12-11 15:23:42 +08001485 int present;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001486 unsigned long flags;
1487
1488 host = mmc_priv(mmc);
1489
Scott Branden04e079cf2015-03-10 11:35:10 -07001490 /* Firstly check card presence */
Adrian Hunter8d28b7a2016-02-09 16:12:36 +02001491 present = mmc->ops->get_cd(mmc);
Krzysztof Kozlowski28367662015-01-05 10:50:15 +01001492
Pierre Ossmand129bce2006-03-24 03:18:17 -08001493 spin_lock_irqsave(&host->lock, flags);
1494
Adrian Hunter061d17a2016-04-12 14:25:09 +03001495 sdhci_led_activate(host);
Andrei Warkentine89d4562011-05-23 15:06:37 -05001496
1497 /*
1498 * Ensure we don't send the STOP for non-SET_BLOCK_COUNTED
1499 * requests if Auto-CMD12 is enabled.
1500 */
Adrian Hunter0293d502016-06-29 16:24:35 +03001501 if (sdhci_auto_cmd12(host, mrq)) {
Jerry Huangc4512f72010-08-10 18:01:59 -07001502 if (mrq->stop) {
1503 mrq->data->stop = NULL;
1504 mrq->stop = NULL;
1505 }
1506 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001507
Anton Vorontsov68d1fb72009-03-17 00:13:52 +03001508 if (!present || host->flags & SDHCI_DEVICE_DEAD) {
Adrian Huntera4c73ab2016-06-29 16:24:25 +03001509 mrq->cmd->error = -ENOMEDIUM;
Adrian Huntera6d3bdd2016-06-29 16:24:27 +03001510 sdhci_finish_mrq(host, mrq);
Arindam Nathcf2b5ee2011-05-05 12:19:07 +05301511 } else {
Andrei Warkentin8edf63712011-05-23 15:06:39 -05001512 if (mrq->sbc && !(host->flags & SDHCI_AUTO_CMD23))
Andrei Warkentine89d4562011-05-23 15:06:37 -05001513 sdhci_send_command(host, mrq->sbc);
1514 else
1515 sdhci_send_command(host, mrq->cmd);
Arindam Nathcf2b5ee2011-05-05 12:19:07 +05301516 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001517
Pierre Ossman5f25a662006-10-04 02:15:39 -07001518 mmiowb();
Pierre Ossmand129bce2006-03-24 03:18:17 -08001519 spin_unlock_irqrestore(&host->lock, flags);
1520}
1521
Russell King2317f562014-04-25 12:57:07 +01001522void sdhci_set_bus_width(struct sdhci_host *host, int width)
1523{
1524 u8 ctrl;
1525
1526 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
1527 if (width == MMC_BUS_WIDTH_8) {
1528 ctrl &= ~SDHCI_CTRL_4BITBUS;
1529 if (host->version >= SDHCI_SPEC_300)
1530 ctrl |= SDHCI_CTRL_8BITBUS;
1531 } else {
1532 if (host->version >= SDHCI_SPEC_300)
1533 ctrl &= ~SDHCI_CTRL_8BITBUS;
1534 if (width == MMC_BUS_WIDTH_4)
1535 ctrl |= SDHCI_CTRL_4BITBUS;
1536 else
1537 ctrl &= ~SDHCI_CTRL_4BITBUS;
1538 }
1539 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
1540}
1541EXPORT_SYMBOL_GPL(sdhci_set_bus_width);
1542
Russell King96d7b782014-04-25 12:59:26 +01001543void sdhci_set_uhs_signaling(struct sdhci_host *host, unsigned timing)
1544{
1545 u16 ctrl_2;
1546
1547 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2);
1548 /* Select Bus Speed Mode for host */
1549 ctrl_2 &= ~SDHCI_CTRL_UHS_MASK;
1550 if ((timing == MMC_TIMING_MMC_HS200) ||
1551 (timing == MMC_TIMING_UHS_SDR104))
1552 ctrl_2 |= SDHCI_CTRL_UHS_SDR104;
1553 else if (timing == MMC_TIMING_UHS_SDR12)
1554 ctrl_2 |= SDHCI_CTRL_UHS_SDR12;
1555 else if (timing == MMC_TIMING_UHS_SDR25)
1556 ctrl_2 |= SDHCI_CTRL_UHS_SDR25;
1557 else if (timing == MMC_TIMING_UHS_SDR50)
1558 ctrl_2 |= SDHCI_CTRL_UHS_SDR50;
1559 else if ((timing == MMC_TIMING_UHS_DDR50) ||
1560 (timing == MMC_TIMING_MMC_DDR52))
1561 ctrl_2 |= SDHCI_CTRL_UHS_DDR50;
Adrian Huntere9fb05d2014-11-06 15:19:06 +02001562 else if (timing == MMC_TIMING_MMC_HS400)
1563 ctrl_2 |= SDHCI_CTRL_HS400; /* Non-standard */
Russell King96d7b782014-04-25 12:59:26 +01001564 sdhci_writew(host, ctrl_2, SDHCI_HOST_CONTROL2);
1565}
1566EXPORT_SYMBOL_GPL(sdhci_set_uhs_signaling);
1567
Dong Aishengded97e02016-04-16 01:29:25 +08001568static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
Pierre Ossmand129bce2006-03-24 03:18:17 -08001569{
Dong Aishengded97e02016-04-16 01:29:25 +08001570 struct sdhci_host *host = mmc_priv(mmc);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001571 unsigned long flags;
1572 u8 ctrl;
1573
Pierre Ossmand129bce2006-03-24 03:18:17 -08001574 spin_lock_irqsave(&host->lock, flags);
1575
Adrian Hunterceb61432011-12-27 15:48:41 +02001576 if (host->flags & SDHCI_DEVICE_DEAD) {
1577 spin_unlock_irqrestore(&host->lock, flags);
Tim Kryger3a48edc2014-06-13 10:13:56 -07001578 if (!IS_ERR(mmc->supply.vmmc) &&
1579 ios->power_mode == MMC_POWER_OFF)
Markus Mayer4e743f12014-07-03 13:27:42 -07001580 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0);
Adrian Hunterceb61432011-12-27 15:48:41 +02001581 return;
1582 }
Pierre Ossman1e728592008-04-16 19:13:13 +02001583
Pierre Ossmand129bce2006-03-24 03:18:17 -08001584 /*
1585 * Reset the chip on each power off.
1586 * Should clear out any weird states.
1587 */
1588 if (ios->power_mode == MMC_POWER_OFF) {
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001589 sdhci_writel(host, 0, SDHCI_SIGNAL_ENABLE);
Anton Vorontsov7260cf52009-03-17 00:13:48 +03001590 sdhci_reinit(host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001591 }
1592
Kevin Liu52983382013-01-31 11:31:37 +08001593 if (host->version >= SDHCI_SPEC_300 &&
Dong Aisheng372c4632013-10-18 19:48:50 +08001594 (ios->power_mode == MMC_POWER_UP) &&
1595 !(host->quirks2 & SDHCI_QUIRK2_PRESET_VALUE_BROKEN))
Kevin Liu52983382013-01-31 11:31:37 +08001596 sdhci_enable_preset_value(host, false);
1597
Russell King373073e2014-04-25 12:58:45 +01001598 if (!ios->clock || ios->clock != host->clock) {
Russell King17710592014-04-25 12:58:55 +01001599 host->ops->set_clock(host, ios->clock);
Russell King373073e2014-04-25 12:58:45 +01001600 host->clock = ios->clock;
Aisheng Dong03d6f5f2014-08-27 15:26:32 +08001601
1602 if (host->quirks & SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK &&
1603 host->clock) {
1604 host->timeout_clk = host->mmc->actual_clock ?
1605 host->mmc->actual_clock / 1000 :
1606 host->clock / 1000;
1607 host->mmc->max_busy_timeout =
1608 host->ops->get_max_timeout_count ?
1609 host->ops->get_max_timeout_count(host) :
1610 1 << 27;
1611 host->mmc->max_busy_timeout /= host->timeout_clk;
1612 }
Russell King373073e2014-04-25 12:58:45 +01001613 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08001614
Adrian Hunter606d3132016-10-05 12:11:22 +03001615 if (host->ops->set_power)
1616 host->ops->set_power(host, ios->power_mode, ios->vdd);
1617 else
1618 sdhci_set_power(host, ios->power_mode, ios->vdd);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001619
Philip Rakity643a81f2010-09-23 08:24:32 -07001620 if (host->ops->platform_send_init_74_clocks)
1621 host->ops->platform_send_init_74_clocks(host, ios->power_mode);
1622
Russell King2317f562014-04-25 12:57:07 +01001623 host->ops->set_bus_width(host, ios->bus_width);
Philip Rakity15ec4462010-11-19 16:48:39 -05001624
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03001625 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
Pierre Ossmancd9277c2007-02-18 12:07:47 +01001626
Philip Rakity3ab9c8d2010-10-06 11:57:23 -07001627 if ((ios->timing == MMC_TIMING_SD_HS ||
1628 ios->timing == MMC_TIMING_MMC_HS)
1629 && !(host->quirks & SDHCI_QUIRK_NO_HISPD_BIT))
Pierre Ossmancd9277c2007-02-18 12:07:47 +01001630 ctrl |= SDHCI_CTRL_HISPD;
1631 else
1632 ctrl &= ~SDHCI_CTRL_HISPD;
1633
Arindam Nathd6d50a12011-05-05 12:18:59 +05301634 if (host->version >= SDHCI_SPEC_300) {
Arindam Nath49c468f2011-05-05 12:19:01 +05301635 u16 clk, ctrl_2;
Arindam Nath49c468f2011-05-05 12:19:01 +05301636
1637 /* In case of UHS-I modes, set High Speed Enable */
Adrian Huntere9fb05d2014-11-06 15:19:06 +02001638 if ((ios->timing == MMC_TIMING_MMC_HS400) ||
1639 (ios->timing == MMC_TIMING_MMC_HS200) ||
Seungwon Jeonbb8175a2014-03-14 21:12:48 +09001640 (ios->timing == MMC_TIMING_MMC_DDR52) ||
Girish K S069c9f12012-01-06 09:56:39 +05301641 (ios->timing == MMC_TIMING_UHS_SDR50) ||
Arindam Nath49c468f2011-05-05 12:19:01 +05301642 (ios->timing == MMC_TIMING_UHS_SDR104) ||
1643 (ios->timing == MMC_TIMING_UHS_DDR50) ||
Alexander Elbsdd8df172012-01-03 23:26:53 -05001644 (ios->timing == MMC_TIMING_UHS_SDR25))
Arindam Nath49c468f2011-05-05 12:19:01 +05301645 ctrl |= SDHCI_CTRL_HISPD;
Arindam Nathd6d50a12011-05-05 12:18:59 +05301646
Russell Kingda91a8f2014-04-25 13:00:12 +01001647 if (!host->preset_enabled) {
Arindam Nath758535c2011-05-05 12:19:00 +05301648 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
Arindam Nathd6d50a12011-05-05 12:18:59 +05301649 /*
1650 * We only need to set Driver Strength if the
1651 * preset value enable is not set.
1652 */
Russell Kingda91a8f2014-04-25 13:00:12 +01001653 ctrl_2 = sdhci_readw(host, SDHCI_HOST_CONTROL2);
Arindam Nathd6d50a12011-05-05 12:18:59 +05301654 ctrl_2 &= ~SDHCI_CTRL_DRV_TYPE_MASK;
1655 if (ios->drv_type == MMC_SET_DRIVER_TYPE_A)
1656 ctrl_2 |= SDHCI_CTRL_DRV_TYPE_A;
Petri Gynther43e943a2015-05-20 14:35:00 -07001657 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_B)
1658 ctrl_2 |= SDHCI_CTRL_DRV_TYPE_B;
Arindam Nathd6d50a12011-05-05 12:18:59 +05301659 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_C)
1660 ctrl_2 |= SDHCI_CTRL_DRV_TYPE_C;
Petri Gynther43e943a2015-05-20 14:35:00 -07001661 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_D)
1662 ctrl_2 |= SDHCI_CTRL_DRV_TYPE_D;
1663 else {
Marek Vasut2e4456f2015-11-18 10:47:02 +01001664 pr_warn("%s: invalid driver type, default to driver type B\n",
1665 mmc_hostname(mmc));
Petri Gynther43e943a2015-05-20 14:35:00 -07001666 ctrl_2 |= SDHCI_CTRL_DRV_TYPE_B;
1667 }
Arindam Nathd6d50a12011-05-05 12:18:59 +05301668
1669 sdhci_writew(host, ctrl_2, SDHCI_HOST_CONTROL2);
Arindam Nath758535c2011-05-05 12:19:00 +05301670 } else {
1671 /*
1672 * According to SDHC Spec v3.00, if the Preset Value
1673 * Enable in the Host Control 2 register is set, we
1674 * need to reset SD Clock Enable before changing High
1675 * Speed Enable to avoid generating clock gliches.
1676 */
Arindam Nath758535c2011-05-05 12:19:00 +05301677
1678 /* Reset SD Clock Enable */
1679 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL);
1680 clk &= ~SDHCI_CLOCK_CARD_EN;
1681 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
1682
1683 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
1684
1685 /* Re-enable SD Clock */
Russell King17710592014-04-25 12:58:55 +01001686 host->ops->set_clock(host, host->clock);
Arindam Nathd6d50a12011-05-05 12:18:59 +05301687 }
Arindam Nath49c468f2011-05-05 12:19:01 +05301688
Arindam Nath49c468f2011-05-05 12:19:01 +05301689 /* Reset SD Clock Enable */
1690 clk = sdhci_readw(host, SDHCI_CLOCK_CONTROL);
1691 clk &= ~SDHCI_CLOCK_CARD_EN;
1692 sdhci_writew(host, clk, SDHCI_CLOCK_CONTROL);
1693
Russell King96d7b782014-04-25 12:59:26 +01001694 host->ops->set_uhs_signaling(host, ios->timing);
Russell Kingd975f122014-04-25 12:59:31 +01001695 host->timing = ios->timing;
Arindam Nath49c468f2011-05-05 12:19:01 +05301696
Kevin Liu52983382013-01-31 11:31:37 +08001697 if (!(host->quirks2 & SDHCI_QUIRK2_PRESET_VALUE_BROKEN) &&
1698 ((ios->timing == MMC_TIMING_UHS_SDR12) ||
1699 (ios->timing == MMC_TIMING_UHS_SDR25) ||
1700 (ios->timing == MMC_TIMING_UHS_SDR50) ||
1701 (ios->timing == MMC_TIMING_UHS_SDR104) ||
Jisheng Zhang0dafa602015-08-18 16:21:39 +08001702 (ios->timing == MMC_TIMING_UHS_DDR50) ||
1703 (ios->timing == MMC_TIMING_MMC_DDR52))) {
Kevin Liu52983382013-01-31 11:31:37 +08001704 u16 preset;
1705
1706 sdhci_enable_preset_value(host, true);
1707 preset = sdhci_get_preset_value(host);
1708 ios->drv_type = (preset & SDHCI_PRESET_DRV_MASK)
1709 >> SDHCI_PRESET_DRV_SHIFT;
1710 }
1711
Arindam Nath49c468f2011-05-05 12:19:01 +05301712 /* Re-enable SD Clock */
Russell King17710592014-04-25 12:58:55 +01001713 host->ops->set_clock(host, host->clock);
Arindam Nath758535c2011-05-05 12:19:00 +05301714 } else
1715 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
Arindam Nathd6d50a12011-05-05 12:18:59 +05301716
Leandro Dorileob8352262007-07-25 23:47:04 +02001717 /*
1718 * Some (ENE) controllers go apeshit on some ios operation,
1719 * signalling timeout and CRC errors even on CMD0. Resetting
1720 * it on each ios seems to solve the problem.
1721 */
Mohammad Jamalc63705e2015-01-13 20:47:24 +05301722 if (host->quirks & SDHCI_QUIRK_RESET_CMD_DATA_ON_IOS)
Russell King03231f92014-04-25 12:57:12 +01001723 sdhci_do_reset(host, SDHCI_RESET_CMD | SDHCI_RESET_DATA);
Leandro Dorileob8352262007-07-25 23:47:04 +02001724
Pierre Ossman5f25a662006-10-04 02:15:39 -07001725 mmiowb();
Pierre Ossmand129bce2006-03-24 03:18:17 -08001726 spin_unlock_irqrestore(&host->lock, flags);
1727}
1728
Dong Aishengded97e02016-04-16 01:29:25 +08001729static int sdhci_get_cd(struct mmc_host *mmc)
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001730{
1731 struct sdhci_host *host = mmc_priv(mmc);
Dong Aishengded97e02016-04-16 01:29:25 +08001732 int gpio_cd = mmc_gpio_get_cd(mmc);
Kevin Liu94144a42013-02-28 17:35:53 +08001733
1734 if (host->flags & SDHCI_DEVICE_DEAD)
1735 return 0;
1736
Ivan T. Ivanov88af5652015-07-06 15:16:19 +03001737 /* If nonremovable, assume that the card is always present. */
Jaehoon Chung860951c2016-06-21 10:13:26 +09001738 if (!mmc_card_is_removable(host->mmc))
Kevin Liu94144a42013-02-28 17:35:53 +08001739 return 1;
1740
Ivan T. Ivanov88af5652015-07-06 15:16:19 +03001741 /*
1742 * Try slot gpio detect, if defined it take precedence
1743 * over build in controller functionality
1744 */
Arnd Bergmann287980e2016-05-27 23:23:25 +02001745 if (gpio_cd >= 0)
Kevin Liu94144a42013-02-28 17:35:53 +08001746 return !!gpio_cd;
1747
Ivan T. Ivanov88af5652015-07-06 15:16:19 +03001748 /* If polling, assume that the card is always present. */
1749 if (host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION)
1750 return 1;
1751
Kevin Liu94144a42013-02-28 17:35:53 +08001752 /* Host native card detect */
1753 return !!(sdhci_readl(host, SDHCI_PRESENT_STATE) & SDHCI_CARD_PRESENT);
1754}
1755
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001756static int sdhci_check_ro(struct sdhci_host *host)
Pierre Ossmand129bce2006-03-24 03:18:17 -08001757{
Pierre Ossmand129bce2006-03-24 03:18:17 -08001758 unsigned long flags;
Wolfram Sang2dfb5792010-10-15 12:21:01 +02001759 int is_readonly;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001760
Pierre Ossmand129bce2006-03-24 03:18:17 -08001761 spin_lock_irqsave(&host->lock, flags);
1762
Pierre Ossman1e728592008-04-16 19:13:13 +02001763 if (host->flags & SDHCI_DEVICE_DEAD)
Wolfram Sang2dfb5792010-10-15 12:21:01 +02001764 is_readonly = 0;
1765 else if (host->ops->get_ro)
1766 is_readonly = host->ops->get_ro(host);
Pierre Ossman1e728592008-04-16 19:13:13 +02001767 else
Wolfram Sang2dfb5792010-10-15 12:21:01 +02001768 is_readonly = !(sdhci_readl(host, SDHCI_PRESENT_STATE)
1769 & SDHCI_WRITE_PROTECT);
Pierre Ossmand129bce2006-03-24 03:18:17 -08001770
1771 spin_unlock_irqrestore(&host->lock, flags);
1772
Wolfram Sang2dfb5792010-10-15 12:21:01 +02001773 /* This quirk needs to be replaced by a callback-function later */
1774 return host->quirks & SDHCI_QUIRK_INVERTED_WRITE_PROTECT ?
1775 !is_readonly : is_readonly;
Pierre Ossmand129bce2006-03-24 03:18:17 -08001776}
1777
Takashi Iwai82b0e232011-04-21 20:26:38 +02001778#define SAMPLE_COUNT 5
1779
Dong Aishengded97e02016-04-16 01:29:25 +08001780static int sdhci_get_ro(struct mmc_host *mmc)
Takashi Iwai82b0e232011-04-21 20:26:38 +02001781{
Dong Aishengded97e02016-04-16 01:29:25 +08001782 struct sdhci_host *host = mmc_priv(mmc);
Takashi Iwai82b0e232011-04-21 20:26:38 +02001783 int i, ro_count;
1784
Takashi Iwai82b0e232011-04-21 20:26:38 +02001785 if (!(host->quirks & SDHCI_QUIRK_UNSTABLE_RO_DETECT))
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001786 return sdhci_check_ro(host);
Takashi Iwai82b0e232011-04-21 20:26:38 +02001787
1788 ro_count = 0;
1789 for (i = 0; i < SAMPLE_COUNT; i++) {
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001790 if (sdhci_check_ro(host)) {
Takashi Iwai82b0e232011-04-21 20:26:38 +02001791 if (++ro_count > SAMPLE_COUNT / 2)
1792 return 1;
1793 }
1794 msleep(30);
1795 }
1796 return 0;
1797}
1798
Adrian Hunter20758b62011-08-29 16:42:12 +03001799static void sdhci_hw_reset(struct mmc_host *mmc)
1800{
1801 struct sdhci_host *host = mmc_priv(mmc);
1802
1803 if (host->ops && host->ops->hw_reset)
1804 host->ops->hw_reset(host);
1805}
1806
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001807static void sdhci_enable_sdio_irq_nolock(struct sdhci_host *host, int enable)
1808{
Russell Kingbe138552014-04-25 12:55:56 +01001809 if (!(host->flags & SDHCI_DEVICE_DEAD)) {
Russell Kingef104332014-04-25 12:55:41 +01001810 if (enable)
Russell Kingb537f942014-04-25 12:56:01 +01001811 host->ier |= SDHCI_INT_CARD_INT;
Russell Kingef104332014-04-25 12:55:41 +01001812 else
Russell Kingb537f942014-04-25 12:56:01 +01001813 host->ier &= ~SDHCI_INT_CARD_INT;
1814
1815 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
1816 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
Russell Kingef104332014-04-25 12:55:41 +01001817 mmiowb();
1818 }
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001819}
Pierre Ossmanf75979b2007-09-04 07:59:18 +02001820
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001821static void sdhci_enable_sdio_irq(struct mmc_host *mmc, int enable)
1822{
1823 struct sdhci_host *host = mmc_priv(mmc);
1824 unsigned long flags;
1825
Hans de Goedefa3b4f42017-03-26 13:14:45 +02001826 if (enable)
1827 pm_runtime_get_noresume(host->mmc->parent);
1828
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001829 spin_lock_irqsave(&host->lock, flags);
Russell Kingef104332014-04-25 12:55:41 +01001830 if (enable)
1831 host->flags |= SDHCI_SDIO_IRQ_ENABLED;
1832 else
1833 host->flags &= ~SDHCI_SDIO_IRQ_ENABLED;
1834
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03001835 sdhci_enable_sdio_irq_nolock(host, enable);
Pierre Ossmanf75979b2007-09-04 07:59:18 +02001836 spin_unlock_irqrestore(&host->lock, flags);
Hans de Goedefa3b4f42017-03-26 13:14:45 +02001837
1838 if (!enable)
1839 pm_runtime_put_noidle(host->mmc->parent);
Pierre Ossmanf75979b2007-09-04 07:59:18 +02001840}
1841
Dong Aishengded97e02016-04-16 01:29:25 +08001842static int sdhci_start_signal_voltage_switch(struct mmc_host *mmc,
1843 struct mmc_ios *ios)
Philip Rakity6231f3d2012-07-23 15:56:23 -07001844{
Dong Aishengded97e02016-04-16 01:29:25 +08001845 struct sdhci_host *host = mmc_priv(mmc);
Philip Rakity6231f3d2012-07-23 15:56:23 -07001846 u16 ctrl;
Kevin Liu20b92a32012-12-17 19:29:26 +08001847 int ret;
Philip Rakity6231f3d2012-07-23 15:56:23 -07001848
1849 /*
1850 * Signal Voltage Switching is only applicable for Host Controllers
1851 * v3.00 and above.
1852 */
1853 if (host->version < SDHCI_SPEC_300)
1854 return 0;
1855
Philip Rakity6231f3d2012-07-23 15:56:23 -07001856 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
Kevin Liu20b92a32012-12-17 19:29:26 +08001857
Fabio Estevam21f59982013-02-14 10:35:03 -02001858 switch (ios->signal_voltage) {
Kevin Liu20b92a32012-12-17 19:29:26 +08001859 case MMC_SIGNAL_VOLTAGE_330:
Adrian Hunter8cb851a2016-06-29 16:24:16 +03001860 if (!(host->flags & SDHCI_SIGNALING_330))
1861 return -EINVAL;
Kevin Liu20b92a32012-12-17 19:29:26 +08001862 /* Set 1.8V Signal Enable in the Host Control2 register to 0 */
1863 ctrl &= ~SDHCI_CTRL_VDD_180;
1864 sdhci_writew(host, ctrl, SDHCI_HOST_CONTROL2);
1865
Tim Kryger3a48edc2014-06-13 10:13:56 -07001866 if (!IS_ERR(mmc->supply.vqmmc)) {
Dong Aisheng761daa32016-07-12 15:46:10 +08001867 ret = mmc_regulator_set_vqmmc(mmc, ios);
Kevin Liu20b92a32012-12-17 19:29:26 +08001868 if (ret) {
Joe Perches66061102014-09-12 14:56:56 -07001869 pr_warn("%s: Switching to 3.3V signalling voltage failed\n",
1870 mmc_hostname(mmc));
Kevin Liu20b92a32012-12-17 19:29:26 +08001871 return -EIO;
1872 }
1873 }
1874 /* Wait for 5ms */
1875 usleep_range(5000, 5500);
1876
1877 /* 3.3V regulator output should be stable within 5 ms */
1878 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
1879 if (!(ctrl & SDHCI_CTRL_VDD_180))
1880 return 0;
1881
Joe Perches66061102014-09-12 14:56:56 -07001882 pr_warn("%s: 3.3V regulator output did not became stable\n",
1883 mmc_hostname(mmc));
Kevin Liu20b92a32012-12-17 19:29:26 +08001884
1885 return -EAGAIN;
1886 case MMC_SIGNAL_VOLTAGE_180:
Adrian Hunter8cb851a2016-06-29 16:24:16 +03001887 if (!(host->flags & SDHCI_SIGNALING_180))
1888 return -EINVAL;
Tim Kryger3a48edc2014-06-13 10:13:56 -07001889 if (!IS_ERR(mmc->supply.vqmmc)) {
Dong Aisheng761daa32016-07-12 15:46:10 +08001890 ret = mmc_regulator_set_vqmmc(mmc, ios);
Kevin Liu20b92a32012-12-17 19:29:26 +08001891 if (ret) {
Joe Perches66061102014-09-12 14:56:56 -07001892 pr_warn("%s: Switching to 1.8V signalling voltage failed\n",
1893 mmc_hostname(mmc));
Kevin Liu20b92a32012-12-17 19:29:26 +08001894 return -EIO;
1895 }
1896 }
1897
1898 /*
1899 * Enable 1.8V Signal Enable in the Host Control2
1900 * register
1901 */
1902 ctrl |= SDHCI_CTRL_VDD_180;
1903 sdhci_writew(host, ctrl, SDHCI_HOST_CONTROL2);
1904
Vincent Yang9d967a62015-01-20 16:05:15 +08001905 /* Some controller need to do more when switching */
1906 if (host->ops->voltage_switch)
1907 host->ops->voltage_switch(host);
1908
Kevin Liu20b92a32012-12-17 19:29:26 +08001909 /* 1.8V regulator output should be stable within 5 ms */
1910 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
1911 if (ctrl & SDHCI_CTRL_VDD_180)
1912 return 0;
1913
Joe Perches66061102014-09-12 14:56:56 -07001914 pr_warn("%s: 1.8V regulator output did not became stable\n",
1915 mmc_hostname(mmc));
Kevin Liu20b92a32012-12-17 19:29:26 +08001916
1917 return -EAGAIN;
1918 case MMC_SIGNAL_VOLTAGE_120:
Adrian Hunter8cb851a2016-06-29 16:24:16 +03001919 if (!(host->flags & SDHCI_SIGNALING_120))
1920 return -EINVAL;
Tim Kryger3a48edc2014-06-13 10:13:56 -07001921 if (!IS_ERR(mmc->supply.vqmmc)) {
Dong Aisheng761daa32016-07-12 15:46:10 +08001922 ret = mmc_regulator_set_vqmmc(mmc, ios);
Kevin Liu20b92a32012-12-17 19:29:26 +08001923 if (ret) {
Joe Perches66061102014-09-12 14:56:56 -07001924 pr_warn("%s: Switching to 1.2V signalling voltage failed\n",
1925 mmc_hostname(mmc));
Kevin Liu20b92a32012-12-17 19:29:26 +08001926 return -EIO;
1927 }
1928 }
1929 return 0;
1930 default:
Arindam Nathf2119df2011-05-05 12:18:57 +05301931 /* No signal voltage switch required */
1932 return 0;
Kevin Liu20b92a32012-12-17 19:29:26 +08001933 }
Arindam Nathf2119df2011-05-05 12:18:57 +05301934}
1935
Kevin Liu20b92a32012-12-17 19:29:26 +08001936static int sdhci_card_busy(struct mmc_host *mmc)
1937{
1938 struct sdhci_host *host = mmc_priv(mmc);
1939 u32 present_state;
1940
Adrian Huntere613cc42016-06-23 14:00:58 +03001941 /* Check whether DAT[0] is 0 */
Kevin Liu20b92a32012-12-17 19:29:26 +08001942 present_state = sdhci_readl(host, SDHCI_PRESENT_STATE);
Kevin Liu20b92a32012-12-17 19:29:26 +08001943
Adrian Huntere613cc42016-06-23 14:00:58 +03001944 return !(present_state & SDHCI_DATA_0_LVL_MASK);
Kevin Liu20b92a32012-12-17 19:29:26 +08001945}
1946
Adrian Hunterb5540ce2014-12-05 19:25:31 +02001947static int sdhci_prepare_hs400_tuning(struct mmc_host *mmc, struct mmc_ios *ios)
1948{
1949 struct sdhci_host *host = mmc_priv(mmc);
1950 unsigned long flags;
1951
1952 spin_lock_irqsave(&host->lock, flags);
1953 host->flags |= SDHCI_HS400_TUNING;
1954 spin_unlock_irqrestore(&host->lock, flags);
1955
1956 return 0;
1957}
1958
Girish K S069c9f12012-01-06 09:56:39 +05301959static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode)
Arindam Nathb513ea22011-05-05 12:19:04 +05301960{
Russell King4b6f37d32014-04-25 12:59:36 +01001961 struct sdhci_host *host = mmc_priv(mmc);
Arindam Nathb513ea22011-05-05 12:19:04 +05301962 u16 ctrl;
Arindam Nathb513ea22011-05-05 12:19:04 +05301963 int tuning_loop_counter = MAX_TUNING_LOOP;
Arindam Nathb513ea22011-05-05 12:19:04 +05301964 int err = 0;
Aisheng Dong2b35bd82013-12-23 19:13:04 +08001965 unsigned long flags;
Adrian Hunter38e40bf2014-12-05 19:25:30 +02001966 unsigned int tuning_count = 0;
Adrian Hunterb5540ce2014-12-05 19:25:31 +02001967 bool hs400_tuning;
Arindam Nathb513ea22011-05-05 12:19:04 +05301968
Aisheng Dong2b35bd82013-12-23 19:13:04 +08001969 spin_lock_irqsave(&host->lock, flags);
Arindam Nathb513ea22011-05-05 12:19:04 +05301970
Adrian Hunterb5540ce2014-12-05 19:25:31 +02001971 hs400_tuning = host->flags & SDHCI_HS400_TUNING;
1972 host->flags &= ~SDHCI_HS400_TUNING;
1973
Adrian Hunter38e40bf2014-12-05 19:25:30 +02001974 if (host->tuning_mode == SDHCI_TUNING_MODE_1)
1975 tuning_count = host->tuning_count;
1976
Arindam Nathb513ea22011-05-05 12:19:04 +05301977 /*
Weijun Yang9faac7b2015-10-04 12:04:12 +00001978 * The Host Controller needs tuning in case of SDR104 and DDR50
1979 * mode, and for SDR50 mode when Use Tuning for SDR50 is set in
1980 * the Capabilities register.
Girish K S069c9f12012-01-06 09:56:39 +05301981 * If the Host Controller supports the HS200 mode then the
1982 * tuning function has to be executed.
Arindam Nathb513ea22011-05-05 12:19:04 +05301983 */
Russell King4b6f37d32014-04-25 12:59:36 +01001984 switch (host->timing) {
Adrian Hunterb5540ce2014-12-05 19:25:31 +02001985 /* HS400 tuning is done in HS200 mode */
Adrian Huntere9fb05d2014-11-06 15:19:06 +02001986 case MMC_TIMING_MMC_HS400:
Adrian Hunterb5540ce2014-12-05 19:25:31 +02001987 err = -EINVAL;
1988 goto out_unlock;
1989
Russell King4b6f37d32014-04-25 12:59:36 +01001990 case MMC_TIMING_MMC_HS200:
Adrian Hunterb5540ce2014-12-05 19:25:31 +02001991 /*
1992 * Periodic re-tuning for HS400 is not expected to be needed, so
1993 * disable it here.
1994 */
1995 if (hs400_tuning)
1996 tuning_count = 0;
1997 break;
1998
Russell King4b6f37d32014-04-25 12:59:36 +01001999 case MMC_TIMING_UHS_SDR104:
Weijun Yang9faac7b2015-10-04 12:04:12 +00002000 case MMC_TIMING_UHS_DDR50:
Russell King4b6f37d32014-04-25 12:59:36 +01002001 break;
Girish K S069c9f12012-01-06 09:56:39 +05302002
Russell King4b6f37d32014-04-25 12:59:36 +01002003 case MMC_TIMING_UHS_SDR50:
Adrian Hunter4228b212016-04-20 09:24:03 +03002004 if (host->flags & SDHCI_SDR50_NEEDS_TUNING)
Russell King4b6f37d32014-04-25 12:59:36 +01002005 break;
2006 /* FALLTHROUGH */
2007
2008 default:
Adrian Hunterd519c862014-12-05 19:25:29 +02002009 goto out_unlock;
Arindam Nathb513ea22011-05-05 12:19:04 +05302010 }
2011
Dong Aisheng45251812013-09-13 19:11:30 +08002012 if (host->ops->platform_execute_tuning) {
Aisheng Dong2b35bd82013-12-23 19:13:04 +08002013 spin_unlock_irqrestore(&host->lock, flags);
Dong Aisheng45251812013-09-13 19:11:30 +08002014 err = host->ops->platform_execute_tuning(host, opcode);
Dong Aisheng45251812013-09-13 19:11:30 +08002015 return err;
2016 }
2017
Russell King4b6f37d32014-04-25 12:59:36 +01002018 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
2019 ctrl |= SDHCI_CTRL_EXEC_TUNING;
Vincent Yang67d0d042015-01-20 16:05:16 +08002020 if (host->quirks2 & SDHCI_QUIRK2_TUNING_WORK_AROUND)
2021 ctrl |= SDHCI_CTRL_TUNED_CLK;
Arindam Nathb513ea22011-05-05 12:19:04 +05302022 sdhci_writew(host, ctrl, SDHCI_HOST_CONTROL2);
2023
2024 /*
2025 * As per the Host Controller spec v3.00, tuning command
2026 * generates Buffer Read Ready interrupt, so enable that.
2027 *
2028 * Note: The spec clearly says that when tuning sequence
2029 * is being performed, the controller does not generate
2030 * interrupts other than Buffer Read Ready interrupt. But
2031 * to make sure we don't hit a controller bug, we _only_
2032 * enable Buffer Read Ready interrupt here.
2033 */
Russell Kingb537f942014-04-25 12:56:01 +01002034 sdhci_writel(host, SDHCI_INT_DATA_AVAIL, SDHCI_INT_ENABLE);
2035 sdhci_writel(host, SDHCI_INT_DATA_AVAIL, SDHCI_SIGNAL_ENABLE);
Arindam Nathb513ea22011-05-05 12:19:04 +05302036
2037 /*
2038 * Issue CMD19 repeatedly till Execute Tuning is set to 0 or the number
Simon Horman1473bdd2016-05-13 13:24:31 +09002039 * of loops reaches 40 times.
Arindam Nathb513ea22011-05-05 12:19:04 +05302040 */
Arindam Nathb513ea22011-05-05 12:19:04 +05302041 do {
2042 struct mmc_command cmd = {0};
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002043 struct mmc_request mrq = {NULL};
Arindam Nathb513ea22011-05-05 12:19:04 +05302044
Girish K S069c9f12012-01-06 09:56:39 +05302045 cmd.opcode = opcode;
Arindam Nathb513ea22011-05-05 12:19:04 +05302046 cmd.arg = 0;
2047 cmd.flags = MMC_RSP_R1 | MMC_CMD_ADTC;
2048 cmd.retries = 0;
2049 cmd.data = NULL;
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +03002050 cmd.mrq = &mrq;
Arindam Nathb513ea22011-05-05 12:19:04 +05302051 cmd.error = 0;
2052
Al Cooper7ce45e92014-05-09 11:34:07 -04002053 if (tuning_loop_counter-- == 0)
2054 break;
2055
Arindam Nathb513ea22011-05-05 12:19:04 +05302056 mrq.cmd = &cmd;
Arindam Nathb513ea22011-05-05 12:19:04 +05302057
2058 /*
2059 * In response to CMD19, the card sends 64 bytes of tuning
2060 * block to the Host Controller. So we set the block size
2061 * to 64 here.
2062 */
Girish K S069c9f12012-01-06 09:56:39 +05302063 if (cmd.opcode == MMC_SEND_TUNING_BLOCK_HS200) {
2064 if (mmc->ios.bus_width == MMC_BUS_WIDTH_8)
2065 sdhci_writew(host, SDHCI_MAKE_BLKSZ(7, 128),
2066 SDHCI_BLOCK_SIZE);
2067 else if (mmc->ios.bus_width == MMC_BUS_WIDTH_4)
2068 sdhci_writew(host, SDHCI_MAKE_BLKSZ(7, 64),
2069 SDHCI_BLOCK_SIZE);
2070 } else {
2071 sdhci_writew(host, SDHCI_MAKE_BLKSZ(7, 64),
2072 SDHCI_BLOCK_SIZE);
2073 }
Arindam Nathb513ea22011-05-05 12:19:04 +05302074
2075 /*
2076 * The tuning block is sent by the card to the host controller.
2077 * So we set the TRNS_READ bit in the Transfer Mode register.
2078 * This also takes care of setting DMA Enable and Multi Block
2079 * Select in the same register to 0.
2080 */
2081 sdhci_writew(host, SDHCI_TRNS_READ, SDHCI_TRANSFER_MODE);
2082
2083 sdhci_send_command(host, &cmd);
2084
2085 host->cmd = NULL;
Adrian Hunter07c161b2016-06-29 16:24:38 +03002086 sdhci_del_timer(host, &mrq);
Arindam Nathb513ea22011-05-05 12:19:04 +05302087
Aisheng Dong2b35bd82013-12-23 19:13:04 +08002088 spin_unlock_irqrestore(&host->lock, flags);
Arindam Nathb513ea22011-05-05 12:19:04 +05302089 /* Wait for Buffer Read Ready interrupt */
Christopher Freeman622b5f32016-08-17 13:34:27 -04002090 wait_event_timeout(host->buf_ready_int,
Arindam Nathb513ea22011-05-05 12:19:04 +05302091 (host->tuning_done == 1),
2092 msecs_to_jiffies(50));
Aisheng Dong2b35bd82013-12-23 19:13:04 +08002093 spin_lock_irqsave(&host->lock, flags);
Arindam Nathb513ea22011-05-05 12:19:04 +05302094
2095 if (!host->tuning_done) {
Marek Vasut2e4456f2015-11-18 10:47:02 +01002096 pr_info(DRIVER_NAME ": Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock\n");
Arindam Nathb513ea22011-05-05 12:19:04 +05302097 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
2098 ctrl &= ~SDHCI_CTRL_TUNED_CLK;
2099 ctrl &= ~SDHCI_CTRL_EXEC_TUNING;
2100 sdhci_writew(host, ctrl, SDHCI_HOST_CONTROL2);
2101
Adrian Huntercee93582016-12-02 15:14:20 +02002102 sdhci_do_reset(host, SDHCI_RESET_CMD);
2103 sdhci_do_reset(host, SDHCI_RESET_DATA);
2104
Arindam Nathb513ea22011-05-05 12:19:04 +05302105 err = -EIO;
Adrian Huntercee93582016-12-02 15:14:20 +02002106
2107 if (cmd.opcode != MMC_SEND_TUNING_BLOCK_HS200)
2108 goto out;
2109
2110 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
2111 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
2112
2113 spin_unlock_irqrestore(&host->lock, flags);
2114
2115 memset(&cmd, 0, sizeof(cmd));
2116 cmd.opcode = MMC_STOP_TRANSMISSION;
2117 cmd.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | MMC_CMD_AC;
2118 cmd.busy_timeout = 50;
2119 mmc_wait_for_cmd(mmc, &cmd, 0);
2120
2121 spin_lock_irqsave(&host->lock, flags);
2122
Arindam Nathb513ea22011-05-05 12:19:04 +05302123 goto out;
2124 }
2125
2126 host->tuning_done = 0;
2127
2128 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
Nick Sanders197160d2014-05-06 18:52:38 -07002129
2130 /* eMMC spec does not require a delay between tuning cycles */
2131 if (opcode == MMC_SEND_TUNING_BLOCK)
2132 mdelay(1);
Arindam Nathb513ea22011-05-05 12:19:04 +05302133 } while (ctrl & SDHCI_CTRL_EXEC_TUNING);
2134
2135 /*
2136 * The Host Driver has exhausted the maximum number of loops allowed,
2137 * so use fixed sampling frequency.
2138 */
Al Cooper7ce45e92014-05-09 11:34:07 -04002139 if (tuning_loop_counter < 0) {
Arindam Nathb513ea22011-05-05 12:19:04 +05302140 ctrl &= ~SDHCI_CTRL_TUNED_CLK;
2141 sdhci_writew(host, ctrl, SDHCI_HOST_CONTROL2);
Al Cooper7ce45e92014-05-09 11:34:07 -04002142 }
2143 if (!(ctrl & SDHCI_CTRL_TUNED_CLK)) {
Marek Vasut2e4456f2015-11-18 10:47:02 +01002144 pr_info(DRIVER_NAME ": Tuning procedure failed, falling back to fixed sampling clock\n");
Dong Aisheng114f2bf2013-10-18 19:48:45 +08002145 err = -EIO;
Arindam Nathb513ea22011-05-05 12:19:04 +05302146 }
2147
2148out:
Adrian Hunter38e40bf2014-12-05 19:25:30 +02002149 if (tuning_count) {
Adrian Hunter66c39dfc2015-05-07 13:10:21 +03002150 /*
2151 * In case tuning fails, host controllers which support
2152 * re-tuning can try tuning again at a later time, when the
2153 * re-tuning timer expires. So for these controllers, we
2154 * return 0. Since there might be other controllers who do not
2155 * have this capability, we return error for them.
2156 */
2157 err = 0;
Arindam Nathcf2b5ee2011-05-05 12:19:07 +05302158 }
2159
Adrian Hunter66c39dfc2015-05-07 13:10:21 +03002160 host->mmc->retune_period = err ? 0 : tuning_count;
Arindam Nathcf2b5ee2011-05-05 12:19:07 +05302161
Russell Kingb537f942014-04-25 12:56:01 +01002162 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
2163 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
Adrian Hunterd519c862014-12-05 19:25:29 +02002164out_unlock:
Aisheng Dong2b35bd82013-12-23 19:13:04 +08002165 spin_unlock_irqrestore(&host->lock, flags);
Arindam Nathb513ea22011-05-05 12:19:04 +05302166 return err;
2167}
2168
Adrian Huntercb849642015-02-06 14:12:59 +02002169static int sdhci_select_drive_strength(struct mmc_card *card,
2170 unsigned int max_dtr, int host_drv,
2171 int card_drv, int *drv_type)
2172{
2173 struct sdhci_host *host = mmc_priv(card->host);
2174
2175 if (!host->ops->select_drive_strength)
2176 return 0;
2177
2178 return host->ops->select_drive_strength(host, card, max_dtr, host_drv,
2179 card_drv, drv_type);
2180}
Kevin Liu52983382013-01-31 11:31:37 +08002181
2182static void sdhci_enable_preset_value(struct sdhci_host *host, bool enable)
Arindam Nath4d55c5a2011-05-05 12:19:05 +05302183{
Arindam Nath4d55c5a2011-05-05 12:19:05 +05302184 /* Host Controller v3.00 defines preset value registers */
2185 if (host->version < SDHCI_SPEC_300)
2186 return;
2187
Arindam Nath4d55c5a2011-05-05 12:19:05 +05302188 /*
2189 * We only enable or disable Preset Value if they are not already
2190 * enabled or disabled respectively. Otherwise, we bail out.
2191 */
Russell Kingda91a8f2014-04-25 13:00:12 +01002192 if (host->preset_enabled != enable) {
2193 u16 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2);
2194
2195 if (enable)
2196 ctrl |= SDHCI_CTRL_PRESET_VAL_ENABLE;
2197 else
2198 ctrl &= ~SDHCI_CTRL_PRESET_VAL_ENABLE;
2199
Arindam Nath4d55c5a2011-05-05 12:19:05 +05302200 sdhci_writew(host, ctrl, SDHCI_HOST_CONTROL2);
Russell Kingda91a8f2014-04-25 13:00:12 +01002201
2202 if (enable)
2203 host->flags |= SDHCI_PV_ENABLED;
2204 else
2205 host->flags &= ~SDHCI_PV_ENABLED;
2206
2207 host->preset_enabled = enable;
Arindam Nath4d55c5a2011-05-05 12:19:05 +05302208 }
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002209}
2210
Haibo Chen348487c2014-12-09 17:04:05 +08002211static void sdhci_post_req(struct mmc_host *mmc, struct mmc_request *mrq,
2212 int err)
2213{
2214 struct sdhci_host *host = mmc_priv(mmc);
2215 struct mmc_data *data = mrq->data;
2216
Russell Kingf48f0392016-01-26 13:40:32 +00002217 if (data->host_cookie != COOKIE_UNMAPPED)
Russell King771a3dc2016-01-26 13:40:53 +00002218 dma_unmap_sg(mmc_dev(host->mmc), data->sg, data->sg_len,
2219 data->flags & MMC_DATA_WRITE ?
2220 DMA_TO_DEVICE : DMA_FROM_DEVICE);
2221
2222 data->host_cookie = COOKIE_UNMAPPED;
Haibo Chen348487c2014-12-09 17:04:05 +08002223}
2224
Haibo Chen348487c2014-12-09 17:04:05 +08002225static void sdhci_pre_req(struct mmc_host *mmc, struct mmc_request *mrq,
2226 bool is_first_req)
2227{
2228 struct sdhci_host *host = mmc_priv(mmc);
2229
Haibo Chend31911b2015-08-25 10:02:11 +08002230 mrq->data->host_cookie = COOKIE_UNMAPPED;
Haibo Chen348487c2014-12-09 17:04:05 +08002231
2232 if (host->flags & SDHCI_REQ_USE_DMA)
Russell King94538e52016-01-26 13:40:37 +00002233 sdhci_pre_dma_transfer(host, mrq->data, COOKIE_PRE_MAPPED);
Haibo Chen348487c2014-12-09 17:04:05 +08002234}
2235
Adrian Hunter5d0d11c2016-06-29 16:24:31 +03002236static inline bool sdhci_has_requests(struct sdhci_host *host)
2237{
2238 return host->cmd || host->data_cmd;
2239}
2240
2241static void sdhci_error_out_mrqs(struct sdhci_host *host, int err)
2242{
2243 if (host->data_cmd) {
2244 host->data_cmd->error = err;
2245 sdhci_finish_mrq(host, host->data_cmd->mrq);
2246 }
2247
2248 if (host->cmd) {
2249 host->cmd->error = err;
2250 sdhci_finish_mrq(host, host->cmd->mrq);
2251 }
2252}
2253
Guennadi Liakhovetski71e69212012-12-04 16:51:40 +01002254static void sdhci_card_event(struct mmc_host *mmc)
Pierre Ossmand129bce2006-03-24 03:18:17 -08002255{
Guennadi Liakhovetski71e69212012-12-04 16:51:40 +01002256 struct sdhci_host *host = mmc_priv(mmc);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002257 unsigned long flags;
Krzysztof Kozlowski28367662015-01-05 10:50:15 +01002258 int present;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002259
Christian Daudt722e1282013-06-20 14:26:36 -07002260 /* First check if client has provided their own card event */
2261 if (host->ops->card_event)
2262 host->ops->card_event(host);
2263
Adrian Hunterd3940f22016-06-29 16:24:14 +03002264 present = mmc->ops->get_cd(mmc);
Krzysztof Kozlowski28367662015-01-05 10:50:15 +01002265
Pierre Ossmand129bce2006-03-24 03:18:17 -08002266 spin_lock_irqsave(&host->lock, flags);
2267
Adrian Hunter5d0d11c2016-06-29 16:24:31 +03002268 /* Check sdhci_has_requests() first in case we are runtime suspended */
2269 if (sdhci_has_requests(host) && !present) {
Girish K Sa3c76eb2011-10-11 11:44:09 +05302270 pr_err("%s: Card removed during transfer!\n",
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002271 mmc_hostname(host->mmc));
Girish K Sa3c76eb2011-10-11 11:44:09 +05302272 pr_err("%s: Resetting controller.\n",
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002273 mmc_hostname(host->mmc));
Pierre Ossmand129bce2006-03-24 03:18:17 -08002274
Russell King03231f92014-04-25 12:57:12 +01002275 sdhci_do_reset(host, SDHCI_RESET_CMD);
2276 sdhci_do_reset(host, SDHCI_RESET_DATA);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002277
Adrian Hunter5d0d11c2016-06-29 16:24:31 +03002278 sdhci_error_out_mrqs(host, -ENOMEDIUM);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002279 }
2280
2281 spin_unlock_irqrestore(&host->lock, flags);
Guennadi Liakhovetski71e69212012-12-04 16:51:40 +01002282}
2283
2284static const struct mmc_host_ops sdhci_ops = {
2285 .request = sdhci_request,
Haibo Chen348487c2014-12-09 17:04:05 +08002286 .post_req = sdhci_post_req,
2287 .pre_req = sdhci_pre_req,
Guennadi Liakhovetski71e69212012-12-04 16:51:40 +01002288 .set_ios = sdhci_set_ios,
Kevin Liu94144a42013-02-28 17:35:53 +08002289 .get_cd = sdhci_get_cd,
Guennadi Liakhovetski71e69212012-12-04 16:51:40 +01002290 .get_ro = sdhci_get_ro,
2291 .hw_reset = sdhci_hw_reset,
2292 .enable_sdio_irq = sdhci_enable_sdio_irq,
2293 .start_signal_voltage_switch = sdhci_start_signal_voltage_switch,
Adrian Hunterb5540ce2014-12-05 19:25:31 +02002294 .prepare_hs400_tuning = sdhci_prepare_hs400_tuning,
Guennadi Liakhovetski71e69212012-12-04 16:51:40 +01002295 .execute_tuning = sdhci_execute_tuning,
Adrian Huntercb849642015-02-06 14:12:59 +02002296 .select_drive_strength = sdhci_select_drive_strength,
Guennadi Liakhovetski71e69212012-12-04 16:51:40 +01002297 .card_event = sdhci_card_event,
Kevin Liu20b92a32012-12-17 19:29:26 +08002298 .card_busy = sdhci_card_busy,
Guennadi Liakhovetski71e69212012-12-04 16:51:40 +01002299};
2300
2301/*****************************************************************************\
2302 * *
2303 * Tasklets *
2304 * *
2305\*****************************************************************************/
2306
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +03002307static bool sdhci_request_done(struct sdhci_host *host)
Pierre Ossmand129bce2006-03-24 03:18:17 -08002308{
Pierre Ossmand129bce2006-03-24 03:18:17 -08002309 unsigned long flags;
2310 struct mmc_request *mrq;
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +03002311 int i;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002312
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002313 spin_lock_irqsave(&host->lock, flags);
2314
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +03002315 for (i = 0; i < SDHCI_MAX_MRQS; i++) {
2316 mrq = host->mrqs_done[i];
Adrian Hunter6ebebea2016-11-02 15:49:08 +02002317 if (mrq)
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +03002318 break;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002319 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08002320
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +03002321 if (!mrq) {
2322 spin_unlock_irqrestore(&host->lock, flags);
2323 return true;
2324 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08002325
Adrian Hunterd7422fb2016-06-29 16:24:33 +03002326 sdhci_del_timer(host, mrq);
2327
Pierre Ossmand129bce2006-03-24 03:18:17 -08002328 /*
Russell King054cedf2016-01-26 13:40:42 +00002329 * Always unmap the data buffers if they were mapped by
2330 * sdhci_prepare_data() whenever we finish with a request.
2331 * This avoids leaking DMA mappings on error.
2332 */
2333 if (host->flags & SDHCI_REQ_USE_DMA) {
2334 struct mmc_data *data = mrq->data;
2335
2336 if (data && data->host_cookie == COOKIE_MAPPED) {
2337 dma_unmap_sg(mmc_dev(host->mmc), data->sg, data->sg_len,
2338 (data->flags & MMC_DATA_READ) ?
2339 DMA_FROM_DEVICE : DMA_TO_DEVICE);
2340 data->host_cookie = COOKIE_UNMAPPED;
2341 }
2342 }
2343
2344 /*
Pierre Ossmand129bce2006-03-24 03:18:17 -08002345 * The controller needs a reset of internal state machines
2346 * upon error conditions.
2347 */
Adrian Hunter0cc563c2016-06-29 16:24:28 +03002348 if (sdhci_needs_reset(host, mrq)) {
Adrian Hunter6ebebea2016-11-02 15:49:08 +02002349 /*
2350 * Do not finish until command and data lines are available for
2351 * reset. Note there can only be one other mrq, so it cannot
2352 * also be in mrqs_done, otherwise host->cmd and host->data_cmd
2353 * would both be null.
2354 */
2355 if (host->cmd || host->data_cmd) {
2356 spin_unlock_irqrestore(&host->lock, flags);
2357 return true;
2358 }
2359
Pierre Ossman645289d2006-06-30 02:22:33 -07002360 /* Some controllers need this kick or reset won't work here */
Andy Shevchenko8213af32013-01-07 16:31:08 +02002361 if (host->quirks & SDHCI_QUIRK_CLOCK_BEFORE_RESET)
Pierre Ossman645289d2006-06-30 02:22:33 -07002362 /* This is to force an update */
Russell King17710592014-04-25 12:58:55 +01002363 host->ops->set_clock(host, host->clock);
Pierre Ossman645289d2006-06-30 02:22:33 -07002364
2365 /* Spec says we should do both at the same time, but Ricoh
2366 controllers do not like that. */
Adrian Hunter6ebebea2016-11-02 15:49:08 +02002367 sdhci_do_reset(host, SDHCI_RESET_CMD);
2368 sdhci_do_reset(host, SDHCI_RESET_DATA);
Adrian Huntered1563d2016-06-29 16:24:29 +03002369
2370 host->pending_reset = false;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002371 }
2372
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +03002373 if (!sdhci_has_requests(host))
2374 sdhci_led_deactivate(host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002375
Adrian Hunter6ebebea2016-11-02 15:49:08 +02002376 host->mrqs_done[i] = NULL;
2377
Pierre Ossman5f25a662006-10-04 02:15:39 -07002378 mmiowb();
Pierre Ossmand129bce2006-03-24 03:18:17 -08002379 spin_unlock_irqrestore(&host->lock, flags);
2380
2381 mmc_request_done(host->mmc, mrq);
Adrian Hunter4e9f8fe2016-06-29 16:24:34 +03002382
2383 return false;
2384}
2385
2386static void sdhci_tasklet_finish(unsigned long param)
2387{
2388 struct sdhci_host *host = (struct sdhci_host *)param;
2389
2390 while (!sdhci_request_done(host))
2391 ;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002392}
2393
2394static void sdhci_timeout_timer(unsigned long data)
2395{
2396 struct sdhci_host *host;
2397 unsigned long flags;
2398
2399 host = (struct sdhci_host*)data;
2400
2401 spin_lock_irqsave(&host->lock, flags);
2402
Adrian Hunterd7422fb2016-06-29 16:24:33 +03002403 if (host->cmd && !sdhci_data_line_cmd(host->cmd)) {
2404 pr_err("%s: Timeout waiting for hardware cmd interrupt.\n",
2405 mmc_hostname(host->mmc));
2406 sdhci_dumpregs(host);
2407
2408 host->cmd->error = -ETIMEDOUT;
2409 sdhci_finish_mrq(host, host->cmd->mrq);
2410 }
2411
2412 mmiowb();
2413 spin_unlock_irqrestore(&host->lock, flags);
2414}
2415
2416static void sdhci_timeout_data_timer(unsigned long data)
2417{
2418 struct sdhci_host *host;
2419 unsigned long flags;
2420
2421 host = (struct sdhci_host *)data;
2422
2423 spin_lock_irqsave(&host->lock, flags);
2424
2425 if (host->data || host->data_cmd ||
2426 (host->cmd && sdhci_data_line_cmd(host->cmd))) {
Marek Vasut2e4456f2015-11-18 10:47:02 +01002427 pr_err("%s: Timeout waiting for hardware interrupt.\n",
2428 mmc_hostname(host->mmc));
Pierre Ossmand129bce2006-03-24 03:18:17 -08002429 sdhci_dumpregs(host);
2430
2431 if (host->data) {
Pierre Ossman17b04292007-07-22 22:18:46 +02002432 host->data->error = -ETIMEDOUT;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002433 sdhci_finish_data(host);
Adrian Hunterd7422fb2016-06-29 16:24:33 +03002434 } else if (host->data_cmd) {
2435 host->data_cmd->error = -ETIMEDOUT;
2436 sdhci_finish_mrq(host, host->data_cmd->mrq);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002437 } else {
Adrian Hunterd7422fb2016-06-29 16:24:33 +03002438 host->cmd->error = -ETIMEDOUT;
2439 sdhci_finish_mrq(host, host->cmd->mrq);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002440 }
2441 }
2442
Pierre Ossman5f25a662006-10-04 02:15:39 -07002443 mmiowb();
Pierre Ossmand129bce2006-03-24 03:18:17 -08002444 spin_unlock_irqrestore(&host->lock, flags);
2445}
2446
2447/*****************************************************************************\
2448 * *
2449 * Interrupt handling *
2450 * *
2451\*****************************************************************************/
2452
Adrian Hunterfc605f12016-10-05 12:11:21 +03002453static void sdhci_cmd_irq(struct sdhci_host *host, u32 intmask)
Pierre Ossmand129bce2006-03-24 03:18:17 -08002454{
Pierre Ossmand129bce2006-03-24 03:18:17 -08002455 if (!host->cmd) {
Adrian Huntered1563d2016-06-29 16:24:29 +03002456 /*
2457 * SDHCI recovers from errors by resetting the cmd and data
2458 * circuits. Until that is done, there very well might be more
2459 * interrupts, so ignore them in that case.
2460 */
2461 if (host->pending_reset)
2462 return;
Marek Vasut2e4456f2015-11-18 10:47:02 +01002463 pr_err("%s: Got command interrupt 0x%08x even though no command operation was in progress.\n",
2464 mmc_hostname(host->mmc), (unsigned)intmask);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002465 sdhci_dumpregs(host);
2466 return;
2467 }
2468
Russell Kingec014cb2016-01-26 13:39:39 +00002469 if (intmask & (SDHCI_INT_TIMEOUT | SDHCI_INT_CRC |
2470 SDHCI_INT_END_BIT | SDHCI_INT_INDEX)) {
2471 if (intmask & SDHCI_INT_TIMEOUT)
2472 host->cmd->error = -ETIMEDOUT;
2473 else
2474 host->cmd->error = -EILSEQ;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002475
Russell King71fcbda2016-01-26 13:39:45 +00002476 /*
2477 * If this command initiates a data phase and a response
2478 * CRC error is signalled, the card can start transferring
2479 * data - the card may have received the command without
2480 * error. We must not terminate the mmc_request early.
2481 *
2482 * If the card did not receive the command or returned an
2483 * error which prevented it sending data, the data phase
2484 * will time out.
2485 */
2486 if (host->cmd->data &&
2487 (intmask & (SDHCI_INT_CRC | SDHCI_INT_TIMEOUT)) ==
2488 SDHCI_INT_CRC) {
2489 host->cmd = NULL;
2490 return;
2491 }
2492
Adrian Huntera6d3bdd2016-06-29 16:24:27 +03002493 sdhci_finish_mrq(host, host->cmd->mrq);
Pierre Ossmane8095172008-07-25 01:09:08 +02002494 return;
2495 }
2496
Pierre Ossmane8095172008-07-25 01:09:08 +02002497 if (intmask & SDHCI_INT_RESPONSE)
Pierre Ossman43b58b32007-07-25 23:15:27 +02002498 sdhci_finish_command(host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002499}
2500
George G. Davis0957c332010-02-18 12:32:12 -05002501#ifdef CONFIG_MMC_DEBUG
Adrian Hunter08621b12014-11-04 12:42:38 +02002502static void sdhci_adma_show_error(struct sdhci_host *host)
Ben Dooks6882a8c2009-06-14 13:52:38 +01002503{
2504 const char *name = mmc_hostname(host->mmc);
Adrian Hunter1c3d5f62014-11-04 12:42:41 +02002505 void *desc = host->adma_table;
Ben Dooks6882a8c2009-06-14 13:52:38 +01002506
2507 sdhci_dumpregs(host);
2508
2509 while (true) {
Adrian Huntere57a5f62014-11-04 12:42:46 +02002510 struct sdhci_adma2_64_desc *dma_desc = desc;
Ben Dooks6882a8c2009-06-14 13:52:38 +01002511
Adrian Huntere57a5f62014-11-04 12:42:46 +02002512 if (host->flags & SDHCI_USE_64_BIT_DMA)
2513 DBG("%s: %p: DMA 0x%08x%08x, LEN 0x%04x, Attr=0x%02x\n",
2514 name, desc, le32_to_cpu(dma_desc->addr_hi),
2515 le32_to_cpu(dma_desc->addr_lo),
2516 le16_to_cpu(dma_desc->len),
2517 le16_to_cpu(dma_desc->cmd));
2518 else
2519 DBG("%s: %p: DMA 0x%08x, LEN 0x%04x, Attr=0x%02x\n",
2520 name, desc, le32_to_cpu(dma_desc->addr_lo),
2521 le16_to_cpu(dma_desc->len),
2522 le16_to_cpu(dma_desc->cmd));
Ben Dooks6882a8c2009-06-14 13:52:38 +01002523
Adrian Hunter76fe3792014-11-04 12:42:42 +02002524 desc += host->desc_sz;
Ben Dooks6882a8c2009-06-14 13:52:38 +01002525
Adrian Hunter05452302014-11-04 12:42:45 +02002526 if (dma_desc->cmd & cpu_to_le16(ADMA2_END))
Ben Dooks6882a8c2009-06-14 13:52:38 +01002527 break;
2528 }
2529}
2530#else
Adrian Hunter08621b12014-11-04 12:42:38 +02002531static void sdhci_adma_show_error(struct sdhci_host *host) { }
Ben Dooks6882a8c2009-06-14 13:52:38 +01002532#endif
2533
Pierre Ossmand129bce2006-03-24 03:18:17 -08002534static void sdhci_data_irq(struct sdhci_host *host, u32 intmask)
2535{
Girish K S069c9f12012-01-06 09:56:39 +05302536 u32 command;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002537
Arindam Nathb513ea22011-05-05 12:19:04 +05302538 /* CMD19 generates _only_ Buffer Read Ready interrupt */
2539 if (intmask & SDHCI_INT_DATA_AVAIL) {
Girish K S069c9f12012-01-06 09:56:39 +05302540 command = SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND));
2541 if (command == MMC_SEND_TUNING_BLOCK ||
2542 command == MMC_SEND_TUNING_BLOCK_HS200) {
Arindam Nathb513ea22011-05-05 12:19:04 +05302543 host->tuning_done = 1;
2544 wake_up(&host->buf_ready_int);
2545 return;
2546 }
2547 }
2548
Pierre Ossmand129bce2006-03-24 03:18:17 -08002549 if (!host->data) {
Adrian Hunter7c89a3d2016-06-29 16:24:23 +03002550 struct mmc_command *data_cmd = host->data_cmd;
2551
Pierre Ossmand129bce2006-03-24 03:18:17 -08002552 /*
Pierre Ossmane8095172008-07-25 01:09:08 +02002553 * The "data complete" interrupt is also used to
2554 * indicate that a busy state has ended. See comment
2555 * above in sdhci_cmd_irq().
Pierre Ossmand129bce2006-03-24 03:18:17 -08002556 */
Adrian Hunter7c89a3d2016-06-29 16:24:23 +03002557 if (data_cmd && (data_cmd->flags & MMC_RSP_BUSY)) {
Matthieu CASTETc5abd5e2014-08-14 16:03:17 +02002558 if (intmask & SDHCI_INT_DATA_TIMEOUT) {
Adrian Hunter69b962a2016-11-02 15:49:09 +02002559 host->data_cmd = NULL;
Adrian Hunter7c89a3d2016-06-29 16:24:23 +03002560 data_cmd->error = -ETIMEDOUT;
Adrian Huntera6d3bdd2016-06-29 16:24:27 +03002561 sdhci_finish_mrq(host, data_cmd->mrq);
Matthieu CASTETc5abd5e2014-08-14 16:03:17 +02002562 return;
2563 }
Pierre Ossmane8095172008-07-25 01:09:08 +02002564 if (intmask & SDHCI_INT_DATA_END) {
Adrian Hunter69b962a2016-11-02 15:49:09 +02002565 host->data_cmd = NULL;
Chanho Mine99783a2014-08-30 12:40:40 +09002566 /*
2567 * Some cards handle busy-end interrupt
2568 * before the command completed, so make
2569 * sure we do things in the proper order.
2570 */
Adrian Hunterea968022016-06-29 16:24:24 +03002571 if (host->cmd == data_cmd)
2572 return;
2573
Adrian Huntera6d3bdd2016-06-29 16:24:27 +03002574 sdhci_finish_mrq(host, data_cmd->mrq);
Pierre Ossmane8095172008-07-25 01:09:08 +02002575 return;
2576 }
2577 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08002578
Adrian Huntered1563d2016-06-29 16:24:29 +03002579 /*
2580 * SDHCI recovers from errors by resetting the cmd and data
2581 * circuits. Until that is done, there very well might be more
2582 * interrupts, so ignore them in that case.
2583 */
2584 if (host->pending_reset)
2585 return;
2586
Marek Vasut2e4456f2015-11-18 10:47:02 +01002587 pr_err("%s: Got data interrupt 0x%08x even though no data operation was in progress.\n",
2588 mmc_hostname(host->mmc), (unsigned)intmask);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002589 sdhci_dumpregs(host);
2590
2591 return;
2592 }
2593
2594 if (intmask & SDHCI_INT_DATA_TIMEOUT)
Pierre Ossman17b04292007-07-22 22:18:46 +02002595 host->data->error = -ETIMEDOUT;
Aries Lee22113ef2010-12-15 08:14:24 +01002596 else if (intmask & SDHCI_INT_DATA_END_BIT)
2597 host->data->error = -EILSEQ;
2598 else if ((intmask & SDHCI_INT_DATA_CRC) &&
2599 SDHCI_GET_CMD(sdhci_readw(host, SDHCI_COMMAND))
2600 != MMC_BUS_TEST_R)
Pierre Ossman17b04292007-07-22 22:18:46 +02002601 host->data->error = -EILSEQ;
Ben Dooks6882a8c2009-06-14 13:52:38 +01002602 else if (intmask & SDHCI_INT_ADMA_ERROR) {
Girish K Sa3c76eb2011-10-11 11:44:09 +05302603 pr_err("%s: ADMA error\n", mmc_hostname(host->mmc));
Adrian Hunter08621b12014-11-04 12:42:38 +02002604 sdhci_adma_show_error(host);
Pierre Ossman2134a922008-06-28 18:28:51 +02002605 host->data->error = -EIO;
Haijun Zhanga4071fb2012-12-04 10:41:28 +08002606 if (host->ops->adma_workaround)
2607 host->ops->adma_workaround(host, intmask);
Ben Dooks6882a8c2009-06-14 13:52:38 +01002608 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08002609
Pierre Ossman17b04292007-07-22 22:18:46 +02002610 if (host->data->error)
Pierre Ossmand129bce2006-03-24 03:18:17 -08002611 sdhci_finish_data(host);
2612 else {
Pierre Ossmana406f5a2006-07-02 16:50:59 +01002613 if (intmask & (SDHCI_INT_DATA_AVAIL | SDHCI_INT_SPACE_AVAIL))
Pierre Ossmand129bce2006-03-24 03:18:17 -08002614 sdhci_transfer_pio(host);
2615
Pierre Ossman6ba736a2007-05-13 22:39:23 +02002616 /*
2617 * We currently don't do anything fancy with DMA
2618 * boundaries, but as we can't disable the feature
2619 * we need to at least restart the transfer.
Mikko Vinnif6a03cb2011-04-12 09:36:18 -04002620 *
2621 * According to the spec sdhci_readl(host, SDHCI_DMA_ADDRESS)
2622 * should return a valid address to continue from, but as
2623 * some controllers are faulty, don't trust them.
Pierre Ossman6ba736a2007-05-13 22:39:23 +02002624 */
Mikko Vinnif6a03cb2011-04-12 09:36:18 -04002625 if (intmask & SDHCI_INT_DMA_END) {
2626 u32 dmastart, dmanow;
2627 dmastart = sg_dma_address(host->data->sg);
2628 dmanow = dmastart + host->data->bytes_xfered;
2629 /*
2630 * Force update to the next DMA block boundary.
2631 */
2632 dmanow = (dmanow &
2633 ~(SDHCI_DEFAULT_BOUNDARY_SIZE - 1)) +
2634 SDHCI_DEFAULT_BOUNDARY_SIZE;
2635 host->data->bytes_xfered = dmanow - dmastart;
2636 DBG("%s: DMA base 0x%08x, transferred 0x%06x bytes,"
2637 " next 0x%08x\n",
2638 mmc_hostname(host->mmc), dmastart,
2639 host->data->bytes_xfered, dmanow);
2640 sdhci_writel(host, dmanow, SDHCI_DMA_ADDRESS);
2641 }
Pierre Ossman6ba736a2007-05-13 22:39:23 +02002642
Pierre Ossmane538fbe2007-08-12 16:46:32 +02002643 if (intmask & SDHCI_INT_DATA_END) {
Adrian Hunter7c89a3d2016-06-29 16:24:23 +03002644 if (host->cmd == host->data_cmd) {
Pierre Ossmane538fbe2007-08-12 16:46:32 +02002645 /*
2646 * Data managed to finish before the
2647 * command completed. Make sure we do
2648 * things in the proper order.
2649 */
2650 host->data_early = 1;
2651 } else {
2652 sdhci_finish_data(host);
2653 }
2654 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08002655 }
2656}
2657
David Howells7d12e782006-10-05 14:55:46 +01002658static irqreturn_t sdhci_irq(int irq, void *dev_id)
Pierre Ossmand129bce2006-03-24 03:18:17 -08002659{
Russell King781e9892014-04-25 12:55:46 +01002660 irqreturn_t result = IRQ_NONE;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002661 struct sdhci_host *host = dev_id;
Russell King41005002014-04-25 12:55:36 +01002662 u32 intmask, mask, unexpected = 0;
Russell King781e9892014-04-25 12:55:46 +01002663 int max_loops = 16;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002664
2665 spin_lock(&host->lock);
2666
Russell Kingbe138552014-04-25 12:55:56 +01002667 if (host->runtime_suspended && !sdhci_sdio_irq_enabled(host)) {
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002668 spin_unlock(&host->lock);
Adrian Hunter655bca72014-03-11 10:09:36 +02002669 return IRQ_NONE;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002670 }
2671
Anton Vorontsov4e4141a2009-03-17 00:13:46 +03002672 intmask = sdhci_readl(host, SDHCI_INT_STATUS);
Mark Lord62df67a52007-03-06 13:30:13 +01002673 if (!intmask || intmask == 0xffffffff) {
Pierre Ossmand129bce2006-03-24 03:18:17 -08002674 result = IRQ_NONE;
2675 goto out;
2676 }
2677
Russell King41005002014-04-25 12:55:36 +01002678 do {
2679 /* Clear selected interrupts. */
2680 mask = intmask & (SDHCI_INT_CMD_MASK | SDHCI_INT_DATA_MASK |
2681 SDHCI_INT_BUS_POWER);
2682 sdhci_writel(host, mask, SDHCI_INT_STATUS);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002683
Russell King41005002014-04-25 12:55:36 +01002684 DBG("*** %s got interrupt: 0x%08x\n",
2685 mmc_hostname(host->mmc), intmask);
2686
2687 if (intmask & (SDHCI_INT_CARD_INSERT | SDHCI_INT_CARD_REMOVE)) {
2688 u32 present = sdhci_readl(host, SDHCI_PRESENT_STATE) &
2689 SDHCI_CARD_PRESENT;
2690
2691 /*
2692 * There is a observation on i.mx esdhc. INSERT
2693 * bit will be immediately set again when it gets
2694 * cleared, if a card is inserted. We have to mask
2695 * the irq to prevent interrupt storm which will
2696 * freeze the system. And the REMOVE gets the
2697 * same situation.
2698 *
2699 * More testing are needed here to ensure it works
2700 * for other platforms though.
2701 */
Russell Kingb537f942014-04-25 12:56:01 +01002702 host->ier &= ~(SDHCI_INT_CARD_INSERT |
2703 SDHCI_INT_CARD_REMOVE);
2704 host->ier |= present ? SDHCI_INT_CARD_REMOVE :
2705 SDHCI_INT_CARD_INSERT;
2706 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
2707 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
Russell King41005002014-04-25 12:55:36 +01002708
2709 sdhci_writel(host, intmask & (SDHCI_INT_CARD_INSERT |
2710 SDHCI_INT_CARD_REMOVE), SDHCI_INT_STATUS);
Russell King3560db82014-04-25 12:55:51 +01002711
2712 host->thread_isr |= intmask & (SDHCI_INT_CARD_INSERT |
2713 SDHCI_INT_CARD_REMOVE);
2714 result = IRQ_WAKE_THREAD;
Russell King41005002014-04-25 12:55:36 +01002715 }
2716
2717 if (intmask & SDHCI_INT_CMD_MASK)
Adrian Hunterfc605f12016-10-05 12:11:21 +03002718 sdhci_cmd_irq(host, intmask & SDHCI_INT_CMD_MASK);
Russell King41005002014-04-25 12:55:36 +01002719
2720 if (intmask & SDHCI_INT_DATA_MASK)
2721 sdhci_data_irq(host, intmask & SDHCI_INT_DATA_MASK);
2722
2723 if (intmask & SDHCI_INT_BUS_POWER)
2724 pr_err("%s: Card is consuming too much power!\n",
2725 mmc_hostname(host->mmc));
2726
Dong Aishengf37b20e2016-07-12 15:46:17 +08002727 if (intmask & SDHCI_INT_RETUNE)
2728 mmc_retune_needed(host->mmc);
2729
Gabriel Krisman Bertazi04eb7db2017-01-16 12:23:42 -02002730 if ((intmask & SDHCI_INT_CARD_INT) &&
2731 (host->ier & SDHCI_INT_CARD_INT)) {
Russell King781e9892014-04-25 12:55:46 +01002732 sdhci_enable_sdio_irq_nolock(host, false);
2733 host->thread_isr |= SDHCI_INT_CARD_INT;
2734 result = IRQ_WAKE_THREAD;
2735 }
Russell King41005002014-04-25 12:55:36 +01002736
2737 intmask &= ~(SDHCI_INT_CARD_INSERT | SDHCI_INT_CARD_REMOVE |
2738 SDHCI_INT_CMD_MASK | SDHCI_INT_DATA_MASK |
2739 SDHCI_INT_ERROR | SDHCI_INT_BUS_POWER |
Dong Aishengf37b20e2016-07-12 15:46:17 +08002740 SDHCI_INT_RETUNE | SDHCI_INT_CARD_INT);
Russell King41005002014-04-25 12:55:36 +01002741
2742 if (intmask) {
2743 unexpected |= intmask;
2744 sdhci_writel(host, intmask, SDHCI_INT_STATUS);
2745 }
2746
Russell King781e9892014-04-25 12:55:46 +01002747 if (result == IRQ_NONE)
2748 result = IRQ_HANDLED;
Russell King41005002014-04-25 12:55:36 +01002749
2750 intmask = sdhci_readl(host, SDHCI_INT_STATUS);
Russell King41005002014-04-25 12:55:36 +01002751 } while (intmask && --max_loops);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002752out:
2753 spin_unlock(&host->lock);
2754
Alexander Stein6379b232012-03-14 09:52:10 +01002755 if (unexpected) {
2756 pr_err("%s: Unexpected interrupt 0x%08x.\n",
2757 mmc_hostname(host->mmc), unexpected);
2758 sdhci_dumpregs(host);
2759 }
Pierre Ossmanf75979b2007-09-04 07:59:18 +02002760
Pierre Ossmand129bce2006-03-24 03:18:17 -08002761 return result;
2762}
2763
Russell King781e9892014-04-25 12:55:46 +01002764static irqreturn_t sdhci_thread_irq(int irq, void *dev_id)
2765{
2766 struct sdhci_host *host = dev_id;
2767 unsigned long flags;
2768 u32 isr;
2769
2770 spin_lock_irqsave(&host->lock, flags);
2771 isr = host->thread_isr;
2772 host->thread_isr = 0;
2773 spin_unlock_irqrestore(&host->lock, flags);
2774
Russell King3560db82014-04-25 12:55:51 +01002775 if (isr & (SDHCI_INT_CARD_INSERT | SDHCI_INT_CARD_REMOVE)) {
Adrian Hunterd3940f22016-06-29 16:24:14 +03002776 struct mmc_host *mmc = host->mmc;
2777
2778 mmc->ops->card_event(mmc);
2779 mmc_detect_change(mmc, msecs_to_jiffies(200));
Russell King3560db82014-04-25 12:55:51 +01002780 }
2781
Russell King781e9892014-04-25 12:55:46 +01002782 if (isr & SDHCI_INT_CARD_INT) {
2783 sdio_run_irqs(host->mmc);
2784
2785 spin_lock_irqsave(&host->lock, flags);
2786 if (host->flags & SDHCI_SDIO_IRQ_ENABLED)
2787 sdhci_enable_sdio_irq_nolock(host, true);
2788 spin_unlock_irqrestore(&host->lock, flags);
2789 }
2790
2791 return isr ? IRQ_HANDLED : IRQ_NONE;
2792}
2793
Pierre Ossmand129bce2006-03-24 03:18:17 -08002794/*****************************************************************************\
2795 * *
2796 * Suspend/resume *
2797 * *
2798\*****************************************************************************/
2799
2800#ifdef CONFIG_PM
Ludovic Desroches84d62602016-05-13 15:16:02 +02002801/*
2802 * To enable wakeup events, the corresponding events have to be enabled in
2803 * the Interrupt Status Enable register too. See 'Table 1-6: Wakeup Signal
2804 * Table' in the SD Host Controller Standard Specification.
2805 * It is useless to restore SDHCI_INT_ENABLE state in
2806 * sdhci_disable_irq_wakeups() since it will be set by
2807 * sdhci_enable_card_detection() or sdhci_init().
2808 */
Kevin Liuad080d72013-01-05 17:21:33 +08002809void sdhci_enable_irq_wakeups(struct sdhci_host *host)
2810{
2811 u8 val;
2812 u8 mask = SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE
2813 | SDHCI_WAKE_ON_INT;
Ludovic Desroches84d62602016-05-13 15:16:02 +02002814 u32 irq_val = SDHCI_INT_CARD_INSERT | SDHCI_INT_CARD_REMOVE |
2815 SDHCI_INT_CARD_INT;
Kevin Liuad080d72013-01-05 17:21:33 +08002816
2817 val = sdhci_readb(host, SDHCI_WAKE_UP_CONTROL);
2818 val |= mask ;
2819 /* Avoid fake wake up */
Ludovic Desroches84d62602016-05-13 15:16:02 +02002820 if (host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION) {
Kevin Liuad080d72013-01-05 17:21:33 +08002821 val &= ~(SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE);
Ludovic Desroches84d62602016-05-13 15:16:02 +02002822 irq_val &= ~(SDHCI_INT_CARD_INSERT | SDHCI_INT_CARD_REMOVE);
2823 }
Kevin Liuad080d72013-01-05 17:21:33 +08002824 sdhci_writeb(host, val, SDHCI_WAKE_UP_CONTROL);
Ludovic Desroches84d62602016-05-13 15:16:02 +02002825 sdhci_writel(host, irq_val, SDHCI_INT_ENABLE);
Kevin Liuad080d72013-01-05 17:21:33 +08002826}
2827EXPORT_SYMBOL_GPL(sdhci_enable_irq_wakeups);
2828
Fabio Estevam0b10f472014-08-30 14:53:13 -03002829static void sdhci_disable_irq_wakeups(struct sdhci_host *host)
Kevin Liuad080d72013-01-05 17:21:33 +08002830{
2831 u8 val;
2832 u8 mask = SDHCI_WAKE_ON_INSERT | SDHCI_WAKE_ON_REMOVE
2833 | SDHCI_WAKE_ON_INT;
2834
2835 val = sdhci_readb(host, SDHCI_WAKE_UP_CONTROL);
2836 val &= ~mask;
2837 sdhci_writeb(host, val, SDHCI_WAKE_UP_CONTROL);
2838}
Pierre Ossmand129bce2006-03-24 03:18:17 -08002839
Manuel Lauss29495aa2011-11-03 11:09:45 +01002840int sdhci_suspend_host(struct sdhci_host *host)
Pierre Ossmand129bce2006-03-24 03:18:17 -08002841{
Anton Vorontsov7260cf52009-03-17 00:13:48 +03002842 sdhci_disable_card_detection(host);
2843
Adrian Hunter66c39dfc2015-05-07 13:10:21 +03002844 mmc_retune_timer_stop(host->mmc);
Dong Aishengf37b20e2016-07-12 15:46:17 +08002845 if (host->tuning_mode != SDHCI_TUNING_MODE_3)
2846 mmc_retune_needed(host->mmc);
Arindam Nathcf2b5ee2011-05-05 12:19:07 +05302847
Kevin Liuad080d72013-01-05 17:21:33 +08002848 if (!device_may_wakeup(mmc_dev(host->mmc))) {
Russell Kingb537f942014-04-25 12:56:01 +01002849 host->ier = 0;
2850 sdhci_writel(host, 0, SDHCI_INT_ENABLE);
2851 sdhci_writel(host, 0, SDHCI_SIGNAL_ENABLE);
Kevin Liuad080d72013-01-05 17:21:33 +08002852 free_irq(host->irq, host);
2853 } else {
2854 sdhci_enable_irq_wakeups(host);
2855 enable_irq_wake(host->irq);
2856 }
Ulf Hansson4ee14ec2013-09-25 14:15:24 +02002857 return 0;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002858}
2859
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002860EXPORT_SYMBOL_GPL(sdhci_suspend_host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002861
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002862int sdhci_resume_host(struct sdhci_host *host)
2863{
Adrian Hunterd3940f22016-06-29 16:24:14 +03002864 struct mmc_host *mmc = host->mmc;
Ulf Hansson4ee14ec2013-09-25 14:15:24 +02002865 int ret = 0;
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002866
Richard Röjforsa13abc72009-09-22 16:45:30 -07002867 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002868 if (host->ops->enable_dma)
2869 host->ops->enable_dma(host);
2870 }
2871
Adrian Hunter6308d292012-02-07 14:48:54 +02002872 if ((host->mmc->pm_flags & MMC_PM_KEEP_POWER) &&
2873 (host->quirks2 & SDHCI_QUIRK2_HOST_OFF_CARD_ON)) {
2874 /* Card keeps power but host controller does not */
2875 sdhci_init(host, 0);
2876 host->pwr = 0;
2877 host->clock = 0;
Adrian Hunterd3940f22016-06-29 16:24:14 +03002878 mmc->ops->set_ios(mmc, &mmc->ios);
Adrian Hunter6308d292012-02-07 14:48:54 +02002879 } else {
2880 sdhci_init(host, (host->mmc->pm_flags & MMC_PM_KEEP_POWER));
2881 mmiowb();
2882 }
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002883
Haibo Chen14a7b41642015-09-15 18:32:58 +08002884 if (!device_may_wakeup(mmc_dev(host->mmc))) {
2885 ret = request_threaded_irq(host->irq, sdhci_irq,
2886 sdhci_thread_irq, IRQF_SHARED,
2887 mmc_hostname(host->mmc), host);
2888 if (ret)
2889 return ret;
2890 } else {
2891 sdhci_disable_irq_wakeups(host);
2892 disable_irq_wake(host->irq);
2893 }
2894
Anton Vorontsov7260cf52009-03-17 00:13:48 +03002895 sdhci_enable_card_detection(host);
2896
Nicolas Pitre2f4cbb32010-03-05 13:43:32 -08002897 return ret;
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002898}
2899
2900EXPORT_SYMBOL_GPL(sdhci_resume_host);
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002901
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002902int sdhci_runtime_suspend_host(struct sdhci_host *host)
2903{
2904 unsigned long flags;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002905
Adrian Hunter66c39dfc2015-05-07 13:10:21 +03002906 mmc_retune_timer_stop(host->mmc);
Dong Aishengf37b20e2016-07-12 15:46:17 +08002907 if (host->tuning_mode != SDHCI_TUNING_MODE_3)
2908 mmc_retune_needed(host->mmc);
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002909
2910 spin_lock_irqsave(&host->lock, flags);
Russell Kingb537f942014-04-25 12:56:01 +01002911 host->ier &= SDHCI_INT_CARD_INT;
2912 sdhci_writel(host, host->ier, SDHCI_INT_ENABLE);
2913 sdhci_writel(host, host->ier, SDHCI_SIGNAL_ENABLE);
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002914 spin_unlock_irqrestore(&host->lock, flags);
2915
Russell King781e9892014-04-25 12:55:46 +01002916 synchronize_hardirq(host->irq);
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002917
2918 spin_lock_irqsave(&host->lock, flags);
2919 host->runtime_suspended = true;
2920 spin_unlock_irqrestore(&host->lock, flags);
2921
Markus Pargmann8a125ba2014-06-04 15:24:29 +02002922 return 0;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002923}
2924EXPORT_SYMBOL_GPL(sdhci_runtime_suspend_host);
2925
2926int sdhci_runtime_resume_host(struct sdhci_host *host)
2927{
Adrian Hunterd3940f22016-06-29 16:24:14 +03002928 struct mmc_host *mmc = host->mmc;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002929 unsigned long flags;
Markus Pargmann8a125ba2014-06-04 15:24:29 +02002930 int host_flags = host->flags;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002931
2932 if (host_flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
2933 if (host->ops->enable_dma)
2934 host->ops->enable_dma(host);
2935 }
2936
2937 sdhci_init(host, 0);
2938
2939 /* Force clock and power re-program */
2940 host->pwr = 0;
2941 host->clock = 0;
Adrian Hunterd3940f22016-06-29 16:24:14 +03002942 mmc->ops->start_signal_voltage_switch(mmc, &mmc->ios);
2943 mmc->ops->set_ios(mmc, &mmc->ios);
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002944
Kevin Liu52983382013-01-31 11:31:37 +08002945 if ((host_flags & SDHCI_PV_ENABLED) &&
2946 !(host->quirks2 & SDHCI_QUIRK2_PRESET_VALUE_BROKEN)) {
2947 spin_lock_irqsave(&host->lock, flags);
2948 sdhci_enable_preset_value(host, true);
2949 spin_unlock_irqrestore(&host->lock, flags);
2950 }
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002951
Adrian Hunter086b0dd2016-11-02 15:49:11 +02002952 if ((mmc->caps2 & MMC_CAP2_HS400_ES) &&
2953 mmc->ops->hs400_enhanced_strobe)
2954 mmc->ops->hs400_enhanced_strobe(mmc, &mmc->ios);
2955
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002956 spin_lock_irqsave(&host->lock, flags);
2957
2958 host->runtime_suspended = false;
2959
2960 /* Enable SDIO IRQ */
Russell Kingef104332014-04-25 12:55:41 +01002961 if (host->flags & SDHCI_SDIO_IRQ_ENABLED)
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002962 sdhci_enable_sdio_irq_nolock(host, true);
2963
2964 /* Enable Card Detection */
2965 sdhci_enable_card_detection(host);
2966
2967 spin_unlock_irqrestore(&host->lock, flags);
2968
Markus Pargmann8a125ba2014-06-04 15:24:29 +02002969 return 0;
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002970}
2971EXPORT_SYMBOL_GPL(sdhci_runtime_resume_host);
2972
Rafael J. Wysocki162d6f92014-12-05 03:05:33 +01002973#endif /* CONFIG_PM */
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03002974
Pierre Ossmand129bce2006-03-24 03:18:17 -08002975/*****************************************************************************\
2976 * *
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002977 * Device allocation/registration *
Pierre Ossmand129bce2006-03-24 03:18:17 -08002978 * *
2979\*****************************************************************************/
2980
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002981struct sdhci_host *sdhci_alloc_host(struct device *dev,
2982 size_t priv_size)
Pierre Ossmand129bce2006-03-24 03:18:17 -08002983{
Pierre Ossmand129bce2006-03-24 03:18:17 -08002984 struct mmc_host *mmc;
2985 struct sdhci_host *host;
2986
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002987 WARN_ON(dev == NULL);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002988
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002989 mmc = mmc_alloc_host(sizeof(struct sdhci_host) + priv_size, dev);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002990 if (!mmc)
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01002991 return ERR_PTR(-ENOMEM);
Pierre Ossmand129bce2006-03-24 03:18:17 -08002992
2993 host = mmc_priv(mmc);
2994 host->mmc = mmc;
Adrian Hunterbf60e592016-02-09 16:12:35 +02002995 host->mmc_host_ops = sdhci_ops;
2996 mmc->ops = &host->mmc_host_ops;
Pierre Ossmand129bce2006-03-24 03:18:17 -08002997
Adrian Hunter8cb851a2016-06-29 16:24:16 +03002998 host->flags = SDHCI_SIGNALING_330;
2999
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003000 return host;
3001}
Pierre Ossman8a4da142006-10-04 02:15:40 -07003002
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003003EXPORT_SYMBOL_GPL(sdhci_alloc_host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003004
Alexandre Courbot7b913692016-03-07 11:07:55 +09003005static int sdhci_set_dma_mask(struct sdhci_host *host)
3006{
3007 struct mmc_host *mmc = host->mmc;
3008 struct device *dev = mmc_dev(mmc);
3009 int ret = -EINVAL;
3010
3011 if (host->quirks2 & SDHCI_QUIRK2_BROKEN_64_BIT_DMA)
3012 host->flags &= ~SDHCI_USE_64_BIT_DMA;
3013
3014 /* Try 64-bit mask if hardware is capable of it */
3015 if (host->flags & SDHCI_USE_64_BIT_DMA) {
3016 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64));
3017 if (ret) {
3018 pr_warn("%s: Failed to set 64-bit DMA mask.\n",
3019 mmc_hostname(mmc));
3020 host->flags &= ~SDHCI_USE_64_BIT_DMA;
3021 }
3022 }
3023
3024 /* 32-bit mask as default & fallback */
3025 if (ret) {
3026 ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32));
3027 if (ret)
3028 pr_warn("%s: Failed to set 32-bit DMA mask.\n",
3029 mmc_hostname(mmc));
3030 }
3031
3032 return ret;
3033}
3034
Adrian Hunter6132a3b2016-06-29 16:24:18 +03003035void __sdhci_read_caps(struct sdhci_host *host, u16 *ver, u32 *caps, u32 *caps1)
3036{
3037 u16 v;
3038
3039 if (host->read_caps)
3040 return;
3041
3042 host->read_caps = true;
3043
3044 if (debug_quirks)
3045 host->quirks = debug_quirks;
3046
3047 if (debug_quirks2)
3048 host->quirks2 = debug_quirks2;
3049
3050 sdhci_do_reset(host, SDHCI_RESET_ALL);
3051
3052 v = ver ? *ver : sdhci_readw(host, SDHCI_HOST_VERSION);
3053 host->version = (v & SDHCI_SPEC_VER_MASK) >> SDHCI_SPEC_VER_SHIFT;
3054
3055 if (host->quirks & SDHCI_QUIRK_MISSING_CAPS)
3056 return;
3057
3058 host->caps = caps ? *caps : sdhci_readl(host, SDHCI_CAPABILITIES);
3059
3060 if (host->version < SDHCI_SPEC_300)
3061 return;
3062
3063 host->caps1 = caps1 ? *caps1 : sdhci_readl(host, SDHCI_CAPABILITIES_1);
3064}
3065EXPORT_SYMBOL_GPL(__sdhci_read_caps);
3066
Adrian Hunter52f53362016-06-29 16:24:15 +03003067int sdhci_setup_host(struct sdhci_host *host)
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003068{
3069 struct mmc_host *mmc;
Arindam Nathf2119df2011-05-05 12:18:57 +05303070 u32 max_current_caps;
3071 unsigned int ocr_avail;
Adrian Hunterf5fa92e2014-09-24 10:27:32 +03003072 unsigned int override_timeout_clk;
Dong Aisheng59241752015-07-22 20:53:07 +08003073 u32 max_clk;
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003074 int ret;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003075
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003076 WARN_ON(host == NULL);
3077 if (host == NULL)
3078 return -EINVAL;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003079
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003080 mmc = host->mmc;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003081
Jon Hunterefba1422016-07-12 14:53:36 +01003082 /*
3083 * If there are external regulators, get them. Note this must be done
3084 * early before resetting the host and reading the capabilities so that
3085 * the host can take the appropriate action if regulators are not
3086 * available.
3087 */
3088 ret = mmc_regulator_get_supply(mmc);
3089 if (ret == -EPROBE_DEFER)
3090 return ret;
3091
Adrian Hunter6132a3b2016-06-29 16:24:18 +03003092 sdhci_read_caps(host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003093
Adrian Hunterf5fa92e2014-09-24 10:27:32 +03003094 override_timeout_clk = host->timeout_clk;
3095
Zhangfei Gao85105c52010-08-06 07:10:01 +08003096 if (host->version > SDHCI_SPEC_300) {
Marek Vasut2e4456f2015-11-18 10:47:02 +01003097 pr_err("%s: Unknown controller version (%d). You may experience problems.\n",
3098 mmc_hostname(mmc), host->version);
Pierre Ossman4a965502006-06-30 02:22:29 -07003099 }
3100
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003101 if (host->quirks & SDHCI_QUIRK_FORCE_DMA)
Richard Röjforsa13abc72009-09-22 16:45:30 -07003102 host->flags |= SDHCI_USE_SDMA;
Adrian Hunter28da3582016-06-29 16:24:17 +03003103 else if (!(host->caps & SDHCI_CAN_DO_SDMA))
Richard Röjforsa13abc72009-09-22 16:45:30 -07003104 DBG("Controller doesn't have SDMA capability\n");
Pierre Ossman67435272006-06-30 02:22:31 -07003105 else
Richard Röjforsa13abc72009-09-22 16:45:30 -07003106 host->flags |= SDHCI_USE_SDMA;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003107
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003108 if ((host->quirks & SDHCI_QUIRK_BROKEN_DMA) &&
Richard Röjforsa13abc72009-09-22 16:45:30 -07003109 (host->flags & SDHCI_USE_SDMA)) {
Rolf Eike Beercee687c2007-11-02 15:22:30 +01003110 DBG("Disabling DMA as it is marked broken\n");
Richard Röjforsa13abc72009-09-22 16:45:30 -07003111 host->flags &= ~SDHCI_USE_SDMA;
Feng Tang7c168e32007-09-30 12:44:18 +02003112 }
3113
Arindam Nathf2119df2011-05-05 12:18:57 +05303114 if ((host->version >= SDHCI_SPEC_200) &&
Adrian Hunter28da3582016-06-29 16:24:17 +03003115 (host->caps & SDHCI_CAN_DO_ADMA2))
Richard Röjforsa13abc72009-09-22 16:45:30 -07003116 host->flags |= SDHCI_USE_ADMA;
Pierre Ossman2134a922008-06-28 18:28:51 +02003117
3118 if ((host->quirks & SDHCI_QUIRK_BROKEN_ADMA) &&
3119 (host->flags & SDHCI_USE_ADMA)) {
3120 DBG("Disabling ADMA as it is marked broken\n");
3121 host->flags &= ~SDHCI_USE_ADMA;
3122 }
3123
Adrian Huntere57a5f62014-11-04 12:42:46 +02003124 /*
3125 * It is assumed that a 64-bit capable device has set a 64-bit DMA mask
3126 * and *must* do 64-bit DMA. A driver has the opportunity to change
3127 * that during the first call to ->enable_dma(). Similarly
3128 * SDHCI_QUIRK2_BROKEN_64_BIT_DMA must be left to the drivers to
3129 * implement.
3130 */
Adrian Hunter28da3582016-06-29 16:24:17 +03003131 if (host->caps & SDHCI_CAN_64BIT)
Adrian Huntere57a5f62014-11-04 12:42:46 +02003132 host->flags |= SDHCI_USE_64_BIT_DMA;
3133
Richard Röjforsa13abc72009-09-22 16:45:30 -07003134 if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
Alexandre Courbot7b913692016-03-07 11:07:55 +09003135 ret = sdhci_set_dma_mask(host);
3136
3137 if (!ret && host->ops->enable_dma)
3138 ret = host->ops->enable_dma(host);
3139
3140 if (ret) {
3141 pr_warn("%s: No suitable DMA available - falling back to PIO\n",
3142 mmc_hostname(mmc));
3143 host->flags &= ~(SDHCI_USE_SDMA | SDHCI_USE_ADMA);
3144
3145 ret = 0;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003146 }
3147 }
3148
Adrian Huntere57a5f62014-11-04 12:42:46 +02003149 /* SDMA does not support 64-bit DMA */
3150 if (host->flags & SDHCI_USE_64_BIT_DMA)
3151 host->flags &= ~SDHCI_USE_SDMA;
3152
Pierre Ossman2134a922008-06-28 18:28:51 +02003153 if (host->flags & SDHCI_USE_ADMA) {
Russell Kinge66e61c2016-01-26 13:39:55 +00003154 dma_addr_t dma;
3155 void *buf;
3156
Pierre Ossman2134a922008-06-28 18:28:51 +02003157 /*
Adrian Hunter76fe3792014-11-04 12:42:42 +02003158 * The DMA descriptor table size is calculated as the maximum
3159 * number of segments times 2, to allow for an alignment
3160 * descriptor for each segment, plus 1 for a nop end descriptor,
3161 * all multipled by the descriptor size.
Pierre Ossman2134a922008-06-28 18:28:51 +02003162 */
Adrian Huntere57a5f62014-11-04 12:42:46 +02003163 if (host->flags & SDHCI_USE_64_BIT_DMA) {
3164 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) *
3165 SDHCI_ADMA2_64_DESC_SZ;
Adrian Huntere57a5f62014-11-04 12:42:46 +02003166 host->desc_sz = SDHCI_ADMA2_64_DESC_SZ;
Adrian Huntere57a5f62014-11-04 12:42:46 +02003167 } else {
3168 host->adma_table_sz = (SDHCI_MAX_SEGS * 2 + 1) *
3169 SDHCI_ADMA2_32_DESC_SZ;
Adrian Huntere57a5f62014-11-04 12:42:46 +02003170 host->desc_sz = SDHCI_ADMA2_32_DESC_SZ;
Adrian Huntere57a5f62014-11-04 12:42:46 +02003171 }
Russell Kinge66e61c2016-01-26 13:39:55 +00003172
Adrian Hunter04a5ae62015-11-26 14:00:49 +02003173 host->align_buffer_sz = SDHCI_MAX_SEGS * SDHCI_ADMA2_ALIGN;
Russell Kinge66e61c2016-01-26 13:39:55 +00003174 buf = dma_alloc_coherent(mmc_dev(mmc), host->align_buffer_sz +
3175 host->adma_table_sz, &dma, GFP_KERNEL);
3176 if (!buf) {
Joe Perches66061102014-09-12 14:56:56 -07003177 pr_warn("%s: Unable to allocate ADMA buffers - falling back to standard DMA\n",
Pierre Ossman2134a922008-06-28 18:28:51 +02003178 mmc_hostname(mmc));
3179 host->flags &= ~SDHCI_USE_ADMA;
Russell Kinge66e61c2016-01-26 13:39:55 +00003180 } else if ((dma + host->align_buffer_sz) &
3181 (SDHCI_ADMA2_DESC_ALIGN - 1)) {
Joe Perches66061102014-09-12 14:56:56 -07003182 pr_warn("%s: unable to allocate aligned ADMA descriptor\n",
3183 mmc_hostname(mmc));
Russell Kingd1e49f72014-04-25 12:58:34 +01003184 host->flags &= ~SDHCI_USE_ADMA;
Russell Kinge66e61c2016-01-26 13:39:55 +00003185 dma_free_coherent(mmc_dev(mmc), host->align_buffer_sz +
3186 host->adma_table_sz, buf, dma);
3187 } else {
3188 host->align_buffer = buf;
3189 host->align_addr = dma;
Russell Kingedd63fc2016-01-26 13:39:50 +00003190
Russell Kinge66e61c2016-01-26 13:39:55 +00003191 host->adma_table = buf + host->align_buffer_sz;
3192 host->adma_addr = dma + host->align_buffer_sz;
3193 }
Pierre Ossman2134a922008-06-28 18:28:51 +02003194 }
3195
Pierre Ossman76591502008-07-21 00:32:11 +02003196 /*
3197 * If we use DMA, then it's up to the caller to set the DMA
3198 * mask, but PIO does not need the hw shim so we set a new
3199 * mask here in that case.
3200 */
Richard Röjforsa13abc72009-09-22 16:45:30 -07003201 if (!(host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA))) {
Pierre Ossman76591502008-07-21 00:32:11 +02003202 host->dma_mask = DMA_BIT_MASK(64);
Markus Mayer4e743f12014-07-03 13:27:42 -07003203 mmc_dev(mmc)->dma_mask = &host->dma_mask;
Pierre Ossman76591502008-07-21 00:32:11 +02003204 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08003205
Zhangfei Gaoc4687d52010-08-20 14:02:36 -04003206 if (host->version >= SDHCI_SPEC_300)
Adrian Hunter28da3582016-06-29 16:24:17 +03003207 host->max_clk = (host->caps & SDHCI_CLOCK_V3_BASE_MASK)
Zhangfei Gaoc4687d52010-08-20 14:02:36 -04003208 >> SDHCI_CLOCK_BASE_SHIFT;
3209 else
Adrian Hunter28da3582016-06-29 16:24:17 +03003210 host->max_clk = (host->caps & SDHCI_CLOCK_BASE_MASK)
Zhangfei Gaoc4687d52010-08-20 14:02:36 -04003211 >> SDHCI_CLOCK_BASE_SHIFT;
3212
Pierre Ossmand129bce2006-03-24 03:18:17 -08003213 host->max_clk *= 1000000;
Anton Vorontsovf27f47e2010-05-26 14:41:53 -07003214 if (host->max_clk == 0 || host->quirks &
3215 SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN) {
Ben Dooks4240ff02009-03-17 00:13:57 +03003216 if (!host->ops->get_max_clock) {
Marek Vasut2e4456f2015-11-18 10:47:02 +01003217 pr_err("%s: Hardware doesn't specify base clock frequency.\n",
3218 mmc_hostname(mmc));
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003219 ret = -ENODEV;
3220 goto undma;
Ben Dooks4240ff02009-03-17 00:13:57 +03003221 }
3222 host->max_clk = host->ops->get_max_clock(host);
3223 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08003224
3225 /*
Arindam Nathc3ed3872011-05-05 12:19:06 +05303226 * In case of Host Controller v3.00, find out whether clock
3227 * multiplier is supported.
3228 */
Adrian Hunter28da3582016-06-29 16:24:17 +03003229 host->clk_mul = (host->caps1 & SDHCI_CLOCK_MUL_MASK) >>
Arindam Nathc3ed3872011-05-05 12:19:06 +05303230 SDHCI_CLOCK_MUL_SHIFT;
3231
3232 /*
3233 * In case the value in Clock Multiplier is 0, then programmable
3234 * clock mode is not supported, otherwise the actual clock
3235 * multiplier is one more than the value of Clock Multiplier
3236 * in the Capabilities Register.
3237 */
3238 if (host->clk_mul)
3239 host->clk_mul += 1;
3240
3241 /*
Pierre Ossmand129bce2006-03-24 03:18:17 -08003242 * Set host parameters.
3243 */
Dong Aisheng59241752015-07-22 20:53:07 +08003244 max_clk = host->max_clk;
3245
Marek Szyprowskice5f0362010-08-10 18:01:56 -07003246 if (host->ops->get_min_clock)
Anton Vorontsova9e58f22009-07-29 15:04:16 -07003247 mmc->f_min = host->ops->get_min_clock(host);
Arindam Nathc3ed3872011-05-05 12:19:06 +05303248 else if (host->version >= SDHCI_SPEC_300) {
3249 if (host->clk_mul) {
3250 mmc->f_min = (host->max_clk * host->clk_mul) / 1024;
Dong Aisheng59241752015-07-22 20:53:07 +08003251 max_clk = host->max_clk * host->clk_mul;
Arindam Nathc3ed3872011-05-05 12:19:06 +05303252 } else
3253 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_300;
3254 } else
Zhangfei Gao03975262010-09-20 15:15:18 -04003255 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_200;
Philip Rakity15ec4462010-11-19 16:48:39 -05003256
Adrian Hunterd310ae42016-04-12 14:25:07 +03003257 if (!mmc->f_max || mmc->f_max > max_clk)
Dong Aisheng59241752015-07-22 20:53:07 +08003258 mmc->f_max = max_clk;
3259
Aisheng Dong28aab052014-08-27 15:26:31 +08003260 if (!(host->quirks & SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK)) {
Adrian Hunter28da3582016-06-29 16:24:17 +03003261 host->timeout_clk = (host->caps & SDHCI_TIMEOUT_CLK_MASK) >>
Aisheng Dong28aab052014-08-27 15:26:31 +08003262 SDHCI_TIMEOUT_CLK_SHIFT;
3263 if (host->timeout_clk == 0) {
3264 if (host->ops->get_timeout_clock) {
3265 host->timeout_clk =
3266 host->ops->get_timeout_clock(host);
3267 } else {
3268 pr_err("%s: Hardware doesn't specify timeout clock frequency.\n",
3269 mmc_hostname(mmc));
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003270 ret = -ENODEV;
3271 goto undma;
Aisheng Dong28aab052014-08-27 15:26:31 +08003272 }
Andy Shevchenko272308c2011-08-03 18:36:00 +03003273 }
Andy Shevchenko272308c2011-08-03 18:36:00 +03003274
Adrian Hunter28da3582016-06-29 16:24:17 +03003275 if (host->caps & SDHCI_TIMEOUT_CLK_UNIT)
Aisheng Dong28aab052014-08-27 15:26:31 +08003276 host->timeout_clk *= 1000;
Andy Shevchenko272308c2011-08-03 18:36:00 +03003277
Adrian Hunter99513622016-03-07 13:33:55 +02003278 if (override_timeout_clk)
3279 host->timeout_clk = override_timeout_clk;
3280
Aisheng Dong28aab052014-08-27 15:26:31 +08003281 mmc->max_busy_timeout = host->ops->get_max_timeout_count ?
Aisheng Donga6ff5ae2014-08-27 15:26:27 +08003282 host->ops->get_max_timeout_count(host) : 1 << 27;
Aisheng Dong28aab052014-08-27 15:26:31 +08003283 mmc->max_busy_timeout /= host->timeout_clk;
3284 }
Adrian Hunter58d12462011-06-28 17:16:03 +03003285
Andrei Warkentine89d4562011-05-23 15:06:37 -05003286 mmc->caps |= MMC_CAP_SDIO_IRQ | MMC_CAP_ERASE | MMC_CAP_CMD23;
Russell King781e9892014-04-25 12:55:46 +01003287 mmc->caps2 |= MMC_CAP2_SDIO_IRQ_NOTHREAD;
Andrei Warkentine89d4562011-05-23 15:06:37 -05003288
3289 if (host->quirks & SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12)
3290 host->flags |= SDHCI_AUTO_CMD12;
Anton Vorontsov5fe23c72009-06-18 00:14:08 +04003291
Andrei Warkentin8edf63712011-05-23 15:06:39 -05003292 /* Auto-CMD23 stuff only works in ADMA or PIO. */
Andrei Warkentin4f3d3e92011-05-25 10:42:50 -04003293 if ((host->version >= SDHCI_SPEC_300) &&
Andrei Warkentin8edf63712011-05-23 15:06:39 -05003294 ((host->flags & SDHCI_USE_ADMA) ||
Scott Branden3bfa6f02015-02-09 16:06:28 -08003295 !(host->flags & SDHCI_USE_SDMA)) &&
3296 !(host->quirks2 & SDHCI_QUIRK2_ACMD23_BROKEN)) {
Andrei Warkentin8edf63712011-05-23 15:06:39 -05003297 host->flags |= SDHCI_AUTO_CMD23;
3298 DBG("%s: Auto-CMD23 available\n", mmc_hostname(mmc));
3299 } else {
3300 DBG("%s: Auto-CMD23 unavailable\n", mmc_hostname(mmc));
3301 }
3302
Philip Rakity15ec4462010-11-19 16:48:39 -05003303 /*
3304 * A controller may support 8-bit width, but the board itself
3305 * might not have the pins brought out. Boards that support
3306 * 8-bit width must set "mmc->caps |= MMC_CAP_8_BIT_DATA;" in
3307 * their platform code before calling sdhci_add_host(), and we
3308 * won't assume 8-bit width for hosts without that CAP.
3309 */
Anton Vorontsov5fe23c72009-06-18 00:14:08 +04003310 if (!(host->quirks & SDHCI_QUIRK_FORCE_1_BIT_DATA))
Philip Rakity15ec4462010-11-19 16:48:39 -05003311 mmc->caps |= MMC_CAP_4_BIT_DATA;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003312
Jerry Huang63ef5d82012-10-25 13:47:19 +08003313 if (host->quirks2 & SDHCI_QUIRK2_HOST_NO_CMD23)
3314 mmc->caps &= ~MMC_CAP_CMD23;
3315
Adrian Hunter28da3582016-06-29 16:24:17 +03003316 if (host->caps & SDHCI_CAN_DO_HISPD)
Zhangfei Gaoa29e7e12010-08-16 21:15:32 -04003317 mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
Pierre Ossmancd9277c2007-02-18 12:07:47 +01003318
Jaehoon Chung176d1ed2010-09-27 09:42:20 +01003319 if ((host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION) &&
Jaehoon Chung860951c2016-06-21 10:13:26 +09003320 mmc_card_is_removable(mmc) &&
Arnd Bergmann287980e2016-05-27 23:23:25 +02003321 mmc_gpio_get_cd(host->mmc) < 0)
Anton Vorontsov68d1fb72009-03-17 00:13:52 +03003322 mmc->caps |= MMC_CAP_NEEDS_POLL;
3323
Philip Rakity6231f3d2012-07-23 15:56:23 -07003324 /* If vqmmc regulator and no 1.8V signalling, then there's no UHS */
Tim Kryger3a48edc2014-06-13 10:13:56 -07003325 if (!IS_ERR(mmc->supply.vqmmc)) {
3326 ret = regulator_enable(mmc->supply.vqmmc);
3327 if (!regulator_is_supported_voltage(mmc->supply.vqmmc, 1700000,
3328 1950000))
Adrian Hunter28da3582016-06-29 16:24:17 +03003329 host->caps1 &= ~(SDHCI_SUPPORT_SDR104 |
3330 SDHCI_SUPPORT_SDR50 |
3331 SDHCI_SUPPORT_DDR50);
Chris Balla3361ab2013-03-11 17:51:53 -04003332 if (ret) {
3333 pr_warn("%s: Failed to enable vqmmc regulator: %d\n",
3334 mmc_hostname(mmc), ret);
Adrian Hunter4bb74312014-11-06 15:19:04 +02003335 mmc->supply.vqmmc = ERR_PTR(-EINVAL);
Chris Balla3361ab2013-03-11 17:51:53 -04003336 }
Kevin Liu8363c372012-11-17 17:55:51 -05003337 }
Philip Rakity6231f3d2012-07-23 15:56:23 -07003338
Adrian Hunter28da3582016-06-29 16:24:17 +03003339 if (host->quirks2 & SDHCI_QUIRK2_NO_1_8_V) {
3340 host->caps1 &= ~(SDHCI_SUPPORT_SDR104 | SDHCI_SUPPORT_SDR50 |
3341 SDHCI_SUPPORT_DDR50);
3342 }
Daniel Drake6a661802012-11-25 13:01:19 -05003343
Al Cooper4188bba2012-03-16 15:54:17 -04003344 /* Any UHS-I mode in caps implies SDR12 and SDR25 support. */
Adrian Hunter28da3582016-06-29 16:24:17 +03003345 if (host->caps1 & (SDHCI_SUPPORT_SDR104 | SDHCI_SUPPORT_SDR50 |
3346 SDHCI_SUPPORT_DDR50))
Arindam Nathf2119df2011-05-05 12:18:57 +05303347 mmc->caps |= MMC_CAP_UHS_SDR12 | MMC_CAP_UHS_SDR25;
3348
3349 /* SDR104 supports also implies SDR50 support */
Adrian Hunter28da3582016-06-29 16:24:17 +03003350 if (host->caps1 & SDHCI_SUPPORT_SDR104) {
Arindam Nathf2119df2011-05-05 12:18:57 +05303351 mmc->caps |= MMC_CAP_UHS_SDR104 | MMC_CAP_UHS_SDR50;
Giuseppe CAVALLARO156e14b2013-06-12 08:16:38 +02003352 /* SD3.0: SDR104 is supported so (for eMMC) the caps2
3353 * field can be promoted to support HS200.
3354 */
Adrian Hunter549c0b12014-11-06 15:19:05 +02003355 if (!(host->quirks2 & SDHCI_QUIRK2_BROKEN_HS200))
David Cohen13868bf2013-10-29 10:58:26 -07003356 mmc->caps2 |= MMC_CAP2_HS200;
Adrian Hunter28da3582016-06-29 16:24:17 +03003357 } else if (host->caps1 & SDHCI_SUPPORT_SDR50) {
Arindam Nathf2119df2011-05-05 12:18:57 +05303358 mmc->caps |= MMC_CAP_UHS_SDR50;
Adrian Hunter28da3582016-06-29 16:24:17 +03003359 }
Arindam Nathf2119df2011-05-05 12:18:57 +05303360
Adrian Huntere9fb05d2014-11-06 15:19:06 +02003361 if (host->quirks2 & SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 &&
Adrian Hunter28da3582016-06-29 16:24:17 +03003362 (host->caps1 & SDHCI_SUPPORT_HS400))
Adrian Huntere9fb05d2014-11-06 15:19:06 +02003363 mmc->caps2 |= MMC_CAP2_HS400;
3364
Adrian Hunter549c0b12014-11-06 15:19:05 +02003365 if ((mmc->caps2 & MMC_CAP2_HSX00_1_2V) &&
3366 (IS_ERR(mmc->supply.vqmmc) ||
3367 !regulator_is_supported_voltage(mmc->supply.vqmmc, 1100000,
3368 1300000)))
3369 mmc->caps2 &= ~MMC_CAP2_HSX00_1_2V;
3370
Adrian Hunter28da3582016-06-29 16:24:17 +03003371 if ((host->caps1 & SDHCI_SUPPORT_DDR50) &&
3372 !(host->quirks2 & SDHCI_QUIRK2_BROKEN_DDR50))
Arindam Nathf2119df2011-05-05 12:18:57 +05303373 mmc->caps |= MMC_CAP_UHS_DDR50;
3374
Girish K S069c9f12012-01-06 09:56:39 +05303375 /* Does the host need tuning for SDR50? */
Adrian Hunter28da3582016-06-29 16:24:17 +03003376 if (host->caps1 & SDHCI_USE_SDR50_TUNING)
Arindam Nathb513ea22011-05-05 12:19:04 +05303377 host->flags |= SDHCI_SDR50_NEEDS_TUNING;
3378
Arindam Nathd6d50a12011-05-05 12:18:59 +05303379 /* Driver Type(s) (A, C, D) supported by the host */
Adrian Hunter28da3582016-06-29 16:24:17 +03003380 if (host->caps1 & SDHCI_DRIVER_TYPE_A)
Arindam Nathd6d50a12011-05-05 12:18:59 +05303381 mmc->caps |= MMC_CAP_DRIVER_TYPE_A;
Adrian Hunter28da3582016-06-29 16:24:17 +03003382 if (host->caps1 & SDHCI_DRIVER_TYPE_C)
Arindam Nathd6d50a12011-05-05 12:18:59 +05303383 mmc->caps |= MMC_CAP_DRIVER_TYPE_C;
Adrian Hunter28da3582016-06-29 16:24:17 +03003384 if (host->caps1 & SDHCI_DRIVER_TYPE_D)
Arindam Nathd6d50a12011-05-05 12:18:59 +05303385 mmc->caps |= MMC_CAP_DRIVER_TYPE_D;
3386
Arindam Nathcf2b5ee2011-05-05 12:19:07 +05303387 /* Initial value for re-tuning timer count */
Adrian Hunter28da3582016-06-29 16:24:17 +03003388 host->tuning_count = (host->caps1 & SDHCI_RETUNING_TIMER_COUNT_MASK) >>
3389 SDHCI_RETUNING_TIMER_COUNT_SHIFT;
Arindam Nathcf2b5ee2011-05-05 12:19:07 +05303390
3391 /*
3392 * In case Re-tuning Timer is not disabled, the actual value of
3393 * re-tuning timer will be 2 ^ (n - 1).
3394 */
3395 if (host->tuning_count)
3396 host->tuning_count = 1 << (host->tuning_count - 1);
3397
3398 /* Re-tuning mode supported by the Host Controller */
Adrian Hunter28da3582016-06-29 16:24:17 +03003399 host->tuning_mode = (host->caps1 & SDHCI_RETUNING_MODE_MASK) >>
Arindam Nathcf2b5ee2011-05-05 12:19:07 +05303400 SDHCI_RETUNING_MODE_SHIFT;
3401
Takashi Iwai8f230f42010-12-08 10:04:30 +01003402 ocr_avail = 0;
Philip Rakitybad37e12012-05-27 18:36:44 -07003403
Arindam Nathf2119df2011-05-05 12:18:57 +05303404 /*
3405 * According to SD Host Controller spec v3.00, if the Host System
3406 * can afford more than 150mA, Host Driver should set XPC to 1. Also
3407 * the value is meaningful only if Voltage Support in the Capabilities
3408 * register is set. The actual current value is 4 times the register
3409 * value.
3410 */
3411 max_current_caps = sdhci_readl(host, SDHCI_MAX_CURRENT);
Tim Kryger3a48edc2014-06-13 10:13:56 -07003412 if (!max_current_caps && !IS_ERR(mmc->supply.vmmc)) {
Chuanxiao.Dongae906032014-08-01 14:00:13 +08003413 int curr = regulator_get_current_limit(mmc->supply.vmmc);
Philip Rakitybad37e12012-05-27 18:36:44 -07003414 if (curr > 0) {
3415
3416 /* convert to SDHCI_MAX_CURRENT format */
3417 curr = curr/1000; /* convert to mA */
3418 curr = curr/SDHCI_MAX_CURRENT_MULTIPLIER;
3419
3420 curr = min_t(u32, curr, SDHCI_MAX_CURRENT_LIMIT);
3421 max_current_caps =
3422 (curr << SDHCI_MAX_CURRENT_330_SHIFT) |
3423 (curr << SDHCI_MAX_CURRENT_300_SHIFT) |
3424 (curr << SDHCI_MAX_CURRENT_180_SHIFT);
3425 }
3426 }
Arindam Nathf2119df2011-05-05 12:18:57 +05303427
Adrian Hunter28da3582016-06-29 16:24:17 +03003428 if (host->caps & SDHCI_CAN_VDD_330) {
Takashi Iwai8f230f42010-12-08 10:04:30 +01003429 ocr_avail |= MMC_VDD_32_33 | MMC_VDD_33_34;
Arindam Nathf2119df2011-05-05 12:18:57 +05303430
Aaron Lu55c46652012-07-04 13:31:48 +08003431 mmc->max_current_330 = ((max_current_caps &
Arindam Nathf2119df2011-05-05 12:18:57 +05303432 SDHCI_MAX_CURRENT_330_MASK) >>
3433 SDHCI_MAX_CURRENT_330_SHIFT) *
3434 SDHCI_MAX_CURRENT_MULTIPLIER;
Arindam Nathf2119df2011-05-05 12:18:57 +05303435 }
Adrian Hunter28da3582016-06-29 16:24:17 +03003436 if (host->caps & SDHCI_CAN_VDD_300) {
Takashi Iwai8f230f42010-12-08 10:04:30 +01003437 ocr_avail |= MMC_VDD_29_30 | MMC_VDD_30_31;
Arindam Nathf2119df2011-05-05 12:18:57 +05303438
Aaron Lu55c46652012-07-04 13:31:48 +08003439 mmc->max_current_300 = ((max_current_caps &
Arindam Nathf2119df2011-05-05 12:18:57 +05303440 SDHCI_MAX_CURRENT_300_MASK) >>
3441 SDHCI_MAX_CURRENT_300_SHIFT) *
3442 SDHCI_MAX_CURRENT_MULTIPLIER;
Arindam Nathf2119df2011-05-05 12:18:57 +05303443 }
Adrian Hunter28da3582016-06-29 16:24:17 +03003444 if (host->caps & SDHCI_CAN_VDD_180) {
Takashi Iwai8f230f42010-12-08 10:04:30 +01003445 ocr_avail |= MMC_VDD_165_195;
3446
Aaron Lu55c46652012-07-04 13:31:48 +08003447 mmc->max_current_180 = ((max_current_caps &
Arindam Nathf2119df2011-05-05 12:18:57 +05303448 SDHCI_MAX_CURRENT_180_MASK) >>
3449 SDHCI_MAX_CURRENT_180_SHIFT) *
3450 SDHCI_MAX_CURRENT_MULTIPLIER;
Arindam Nathf2119df2011-05-05 12:18:57 +05303451 }
3452
Ulf Hansson5fd26c72015-06-05 11:40:08 +02003453 /* If OCR set by host, use it instead. */
3454 if (host->ocr_mask)
3455 ocr_avail = host->ocr_mask;
3456
3457 /* If OCR set by external regulators, give it highest prio. */
Tim Kryger3a48edc2014-06-13 10:13:56 -07003458 if (mmc->ocr_avail)
Tim Kryger52221612014-06-25 00:25:34 -07003459 ocr_avail = mmc->ocr_avail;
Tim Kryger3a48edc2014-06-13 10:13:56 -07003460
Takashi Iwai8f230f42010-12-08 10:04:30 +01003461 mmc->ocr_avail = ocr_avail;
3462 mmc->ocr_avail_sdio = ocr_avail;
3463 if (host->ocr_avail_sdio)
3464 mmc->ocr_avail_sdio &= host->ocr_avail_sdio;
3465 mmc->ocr_avail_sd = ocr_avail;
3466 if (host->ocr_avail_sd)
3467 mmc->ocr_avail_sd &= host->ocr_avail_sd;
3468 else /* normal SD controllers don't support 1.8V */
3469 mmc->ocr_avail_sd &= ~MMC_VDD_165_195;
3470 mmc->ocr_avail_mmc = ocr_avail;
3471 if (host->ocr_avail_mmc)
3472 mmc->ocr_avail_mmc &= host->ocr_avail_mmc;
Pierre Ossman146ad662006-06-30 02:22:23 -07003473
3474 if (mmc->ocr_avail == 0) {
Marek Vasut2e4456f2015-11-18 10:47:02 +01003475 pr_err("%s: Hardware doesn't report any support voltages.\n",
3476 mmc_hostname(mmc));
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003477 ret = -ENODEV;
3478 goto unreg;
Pierre Ossman146ad662006-06-30 02:22:23 -07003479 }
3480
Adrian Hunter8cb851a2016-06-29 16:24:16 +03003481 if ((mmc->caps & (MMC_CAP_UHS_SDR12 | MMC_CAP_UHS_SDR25 |
3482 MMC_CAP_UHS_SDR50 | MMC_CAP_UHS_SDR104 |
3483 MMC_CAP_UHS_DDR50 | MMC_CAP_1_8V_DDR)) ||
3484 (mmc->caps2 & (MMC_CAP2_HS200_1_8V_SDR | MMC_CAP2_HS400_1_8V)))
3485 host->flags |= SDHCI_SIGNALING_180;
3486
3487 if (mmc->caps2 & MMC_CAP2_HSX00_1_2V)
3488 host->flags |= SDHCI_SIGNALING_120;
3489
Pierre Ossmand129bce2006-03-24 03:18:17 -08003490 spin_lock_init(&host->lock);
3491
3492 /*
Pierre Ossman2134a922008-06-28 18:28:51 +02003493 * Maximum number of segments. Depends on if the hardware
3494 * can do scatter/gather or not.
Pierre Ossmand129bce2006-03-24 03:18:17 -08003495 */
Pierre Ossman2134a922008-06-28 18:28:51 +02003496 if (host->flags & SDHCI_USE_ADMA)
Adrian Hunter4fb213f2014-11-04 12:42:43 +02003497 mmc->max_segs = SDHCI_MAX_SEGS;
Richard Röjforsa13abc72009-09-22 16:45:30 -07003498 else if (host->flags & SDHCI_USE_SDMA)
Martin K. Petersena36274e2010-09-10 01:33:59 -04003499 mmc->max_segs = 1;
Pierre Ossman2134a922008-06-28 18:28:51 +02003500 else /* PIO */
Adrian Hunter4fb213f2014-11-04 12:42:43 +02003501 mmc->max_segs = SDHCI_MAX_SEGS;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003502
3503 /*
Adrian Hunterac005312014-12-05 19:25:28 +02003504 * Maximum number of sectors in one transfer. Limited by SDMA boundary
3505 * size (512KiB). Note some tuning modes impose a 4MiB limit, but this
3506 * is less anyway.
Pierre Ossmand129bce2006-03-24 03:18:17 -08003507 */
Pierre Ossman55db8902006-11-21 17:55:45 +01003508 mmc->max_req_size = 524288;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003509
3510 /*
3511 * Maximum segment size. Could be one segment with the maximum number
Pierre Ossman2134a922008-06-28 18:28:51 +02003512 * of bytes. When doing hardware scatter/gather, each entry cannot
3513 * be larger than 64 KiB though.
Pierre Ossmand129bce2006-03-24 03:18:17 -08003514 */
Olof Johansson30652aa2011-01-01 18:37:32 -06003515 if (host->flags & SDHCI_USE_ADMA) {
3516 if (host->quirks & SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC)
3517 mmc->max_seg_size = 65535;
3518 else
3519 mmc->max_seg_size = 65536;
3520 } else {
Pierre Ossman2134a922008-06-28 18:28:51 +02003521 mmc->max_seg_size = mmc->max_req_size;
Olof Johansson30652aa2011-01-01 18:37:32 -06003522 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08003523
3524 /*
Pierre Ossmanfe4a3c72006-11-21 17:54:23 +01003525 * Maximum block size. This varies from controller to controller and
3526 * is specified in the capabilities register.
3527 */
Anton Vorontsov0633f652009-03-17 00:14:03 +03003528 if (host->quirks & SDHCI_QUIRK_FORCE_BLK_SZ_2048) {
3529 mmc->max_blk_size = 2;
3530 } else {
Adrian Hunter28da3582016-06-29 16:24:17 +03003531 mmc->max_blk_size = (host->caps & SDHCI_MAX_BLOCK_MASK) >>
Anton Vorontsov0633f652009-03-17 00:14:03 +03003532 SDHCI_MAX_BLOCK_SHIFT;
3533 if (mmc->max_blk_size >= 3) {
Joe Perches66061102014-09-12 14:56:56 -07003534 pr_warn("%s: Invalid maximum block size, assuming 512 bytes\n",
3535 mmc_hostname(mmc));
Anton Vorontsov0633f652009-03-17 00:14:03 +03003536 mmc->max_blk_size = 0;
3537 }
3538 }
3539
3540 mmc->max_blk_size = 512 << mmc->max_blk_size;
Pierre Ossmanfe4a3c72006-11-21 17:54:23 +01003541
3542 /*
Pierre Ossman55db8902006-11-21 17:55:45 +01003543 * Maximum block count.
3544 */
Ben Dooks1388eef2009-06-14 12:40:53 +01003545 mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535;
Pierre Ossman55db8902006-11-21 17:55:45 +01003546
Adrian Hunter52f53362016-06-29 16:24:15 +03003547 return 0;
3548
3549unreg:
3550 if (!IS_ERR(mmc->supply.vqmmc))
3551 regulator_disable(mmc->supply.vqmmc);
3552undma:
3553 if (host->align_buffer)
3554 dma_free_coherent(mmc_dev(mmc), host->align_buffer_sz +
3555 host->adma_table_sz, host->align_buffer,
3556 host->align_addr);
3557 host->adma_table = NULL;
3558 host->align_buffer = NULL;
3559
3560 return ret;
3561}
3562EXPORT_SYMBOL_GPL(sdhci_setup_host);
3563
3564int __sdhci_add_host(struct sdhci_host *host)
3565{
3566 struct mmc_host *mmc = host->mmc;
3567 int ret;
3568
Pierre Ossman55db8902006-11-21 17:55:45 +01003569 /*
Pierre Ossmand129bce2006-03-24 03:18:17 -08003570 * Init tasklets.
3571 */
Pierre Ossmand129bce2006-03-24 03:18:17 -08003572 tasklet_init(&host->finish_tasklet,
3573 sdhci_tasklet_finish, (unsigned long)host);
3574
Al Viroe4cad1b2006-10-10 22:47:07 +01003575 setup_timer(&host->timer, sdhci_timeout_timer, (unsigned long)host);
Adrian Hunterd7422fb2016-06-29 16:24:33 +03003576 setup_timer(&host->data_timer, sdhci_timeout_data_timer,
3577 (unsigned long)host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003578
Adrian Hunter250fb7b42014-12-05 19:41:10 +02003579 init_waitqueue_head(&host->buf_ready_int);
Arindam Nathb513ea22011-05-05 12:19:04 +05303580
Shawn Guo2af502c2013-07-05 14:38:55 +08003581 sdhci_init(host, 0);
3582
Russell King781e9892014-04-25 12:55:46 +01003583 ret = request_threaded_irq(host->irq, sdhci_irq, sdhci_thread_irq,
3584 IRQF_SHARED, mmc_hostname(mmc), host);
Mark Brown0fc81ee2012-07-02 14:26:15 +01003585 if (ret) {
3586 pr_err("%s: Failed to request IRQ %d: %d\n",
3587 mmc_hostname(mmc), host->irq, ret);
Pierre Ossman8ef1a142006-06-30 02:22:21 -07003588 goto untasklet;
Mark Brown0fc81ee2012-07-02 14:26:15 +01003589 }
Pierre Ossmand129bce2006-03-24 03:18:17 -08003590
Pierre Ossmand129bce2006-03-24 03:18:17 -08003591#ifdef CONFIG_MMC_DEBUG
3592 sdhci_dumpregs(host);
3593#endif
3594
Adrian Hunter061d17a2016-04-12 14:25:09 +03003595 ret = sdhci_led_register(host);
Mark Brown0fc81ee2012-07-02 14:26:15 +01003596 if (ret) {
3597 pr_err("%s: Failed to register LED device: %d\n",
3598 mmc_hostname(mmc), ret);
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003599 goto unirq;
Mark Brown0fc81ee2012-07-02 14:26:15 +01003600 }
Pierre Ossman2f730fe2008-03-17 10:29:38 +01003601
Pierre Ossman5f25a662006-10-04 02:15:39 -07003602 mmiowb();
3603
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003604 ret = mmc_add_host(mmc);
3605 if (ret)
3606 goto unled;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003607
Girish K Sa3c76eb2011-10-11 11:44:09 +05303608 pr_info("%s: SDHCI controller on %s [%s] using %s\n",
Kay Sieversd1b26862008-11-08 21:37:46 +01003609 mmc_hostname(mmc), host->hw_name, dev_name(mmc_dev(mmc)),
Adrian Huntere57a5f62014-11-04 12:42:46 +02003610 (host->flags & SDHCI_USE_ADMA) ?
3611 (host->flags & SDHCI_USE_64_BIT_DMA) ? "ADMA 64-bit" : "ADMA" :
Richard Röjforsa13abc72009-09-22 16:45:30 -07003612 (host->flags & SDHCI_USE_SDMA) ? "DMA" : "PIO");
Pierre Ossmand129bce2006-03-24 03:18:17 -08003613
Anton Vorontsov7260cf52009-03-17 00:13:48 +03003614 sdhci_enable_card_detection(host);
3615
Pierre Ossmand129bce2006-03-24 03:18:17 -08003616 return 0;
3617
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003618unled:
Adrian Hunter061d17a2016-04-12 14:25:09 +03003619 sdhci_led_unregister(host);
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003620unirq:
Russell King03231f92014-04-25 12:57:12 +01003621 sdhci_do_reset(host, SDHCI_RESET_ALL);
Russell Kingb537f942014-04-25 12:56:01 +01003622 sdhci_writel(host, 0, SDHCI_INT_ENABLE);
3623 sdhci_writel(host, 0, SDHCI_SIGNAL_ENABLE);
Pierre Ossman2f730fe2008-03-17 10:29:38 +01003624 free_irq(host->irq, host);
Pierre Ossman8ef1a142006-06-30 02:22:21 -07003625untasklet:
Pierre Ossmand129bce2006-03-24 03:18:17 -08003626 tasklet_kill(&host->finish_tasklet);
Adrian Hunter52f53362016-06-29 16:24:15 +03003627
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003628 if (!IS_ERR(mmc->supply.vqmmc))
3629 regulator_disable(mmc->supply.vqmmc);
Adrian Hunter52f53362016-06-29 16:24:15 +03003630
Adrian Huntereb5c20d2016-04-12 14:25:08 +03003631 if (host->align_buffer)
3632 dma_free_coherent(mmc_dev(mmc), host->align_buffer_sz +
3633 host->adma_table_sz, host->align_buffer,
3634 host->align_addr);
3635 host->adma_table = NULL;
3636 host->align_buffer = NULL;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003637
3638 return ret;
3639}
Adrian Hunter52f53362016-06-29 16:24:15 +03003640EXPORT_SYMBOL_GPL(__sdhci_add_host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003641
Adrian Hunter52f53362016-06-29 16:24:15 +03003642int sdhci_add_host(struct sdhci_host *host)
3643{
3644 int ret;
3645
3646 ret = sdhci_setup_host(host);
3647 if (ret)
3648 return ret;
3649
3650 return __sdhci_add_host(host);
3651}
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003652EXPORT_SYMBOL_GPL(sdhci_add_host);
3653
Pierre Ossman1e728592008-04-16 19:13:13 +02003654void sdhci_remove_host(struct sdhci_host *host, int dead)
Pierre Ossmand129bce2006-03-24 03:18:17 -08003655{
Tim Kryger3a48edc2014-06-13 10:13:56 -07003656 struct mmc_host *mmc = host->mmc;
Pierre Ossman1e728592008-04-16 19:13:13 +02003657 unsigned long flags;
3658
3659 if (dead) {
3660 spin_lock_irqsave(&host->lock, flags);
3661
3662 host->flags |= SDHCI_DEVICE_DEAD;
3663
Adrian Hunter5d0d11c2016-06-29 16:24:31 +03003664 if (sdhci_has_requests(host)) {
Girish K Sa3c76eb2011-10-11 11:44:09 +05303665 pr_err("%s: Controller removed during "
Markus Mayer4e743f12014-07-03 13:27:42 -07003666 " transfer!\n", mmc_hostname(mmc));
Adrian Hunter5d0d11c2016-06-29 16:24:31 +03003667 sdhci_error_out_mrqs(host, -ENOMEDIUM);
Pierre Ossman1e728592008-04-16 19:13:13 +02003668 }
3669
3670 spin_unlock_irqrestore(&host->lock, flags);
3671 }
3672
Anton Vorontsov7260cf52009-03-17 00:13:48 +03003673 sdhci_disable_card_detection(host);
3674
Markus Mayer4e743f12014-07-03 13:27:42 -07003675 mmc_remove_host(mmc);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003676
Adrian Hunter061d17a2016-04-12 14:25:09 +03003677 sdhci_led_unregister(host);
Pierre Ossman2f730fe2008-03-17 10:29:38 +01003678
Pierre Ossman1e728592008-04-16 19:13:13 +02003679 if (!dead)
Russell King03231f92014-04-25 12:57:12 +01003680 sdhci_do_reset(host, SDHCI_RESET_ALL);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003681
Russell Kingb537f942014-04-25 12:56:01 +01003682 sdhci_writel(host, 0, SDHCI_INT_ENABLE);
3683 sdhci_writel(host, 0, SDHCI_SIGNAL_ENABLE);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003684 free_irq(host->irq, host);
3685
3686 del_timer_sync(&host->timer);
Adrian Hunterd7422fb2016-06-29 16:24:33 +03003687 del_timer_sync(&host->data_timer);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003688
Pierre Ossmand129bce2006-03-24 03:18:17 -08003689 tasklet_kill(&host->finish_tasklet);
Pierre Ossman2134a922008-06-28 18:28:51 +02003690
Tim Kryger3a48edc2014-06-13 10:13:56 -07003691 if (!IS_ERR(mmc->supply.vqmmc))
3692 regulator_disable(mmc->supply.vqmmc);
Philip Rakity6231f3d2012-07-23 15:56:23 -07003693
Russell Kingedd63fc2016-01-26 13:39:50 +00003694 if (host->align_buffer)
Russell Kinge66e61c2016-01-26 13:39:55 +00003695 dma_free_coherent(mmc_dev(mmc), host->align_buffer_sz +
3696 host->adma_table_sz, host->align_buffer,
3697 host->align_addr);
Pierre Ossman2134a922008-06-28 18:28:51 +02003698
Adrian Hunter4efaa6f2014-11-04 12:42:39 +02003699 host->adma_table = NULL;
Pierre Ossman2134a922008-06-28 18:28:51 +02003700 host->align_buffer = NULL;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003701}
3702
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003703EXPORT_SYMBOL_GPL(sdhci_remove_host);
3704
3705void sdhci_free_host(struct sdhci_host *host)
Pierre Ossmand129bce2006-03-24 03:18:17 -08003706{
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003707 mmc_free_host(host->mmc);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003708}
3709
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003710EXPORT_SYMBOL_GPL(sdhci_free_host);
Pierre Ossmand129bce2006-03-24 03:18:17 -08003711
3712/*****************************************************************************\
3713 * *
3714 * Driver init/exit *
3715 * *
3716\*****************************************************************************/
3717
3718static int __init sdhci_drv_init(void)
3719{
Girish K Sa3c76eb2011-10-11 11:44:09 +05303720 pr_info(DRIVER_NAME
Pierre Ossman52fbf9c2007-02-09 08:23:41 +01003721 ": Secure Digital Host Controller Interface driver\n");
Girish K Sa3c76eb2011-10-11 11:44:09 +05303722 pr_info(DRIVER_NAME ": Copyright(c) Pierre Ossman\n");
Pierre Ossmand129bce2006-03-24 03:18:17 -08003723
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003724 return 0;
Pierre Ossmand129bce2006-03-24 03:18:17 -08003725}
3726
3727static void __exit sdhci_drv_exit(void)
3728{
Pierre Ossmand129bce2006-03-24 03:18:17 -08003729}
3730
3731module_init(sdhci_drv_init);
3732module_exit(sdhci_drv_exit);
3733
Pierre Ossmandf673b22006-06-30 02:22:31 -07003734module_param(debug_quirks, uint, 0444);
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03003735module_param(debug_quirks2, uint, 0444);
Pierre Ossman67435272006-06-30 02:22:31 -07003736
Pierre Ossman32710e82009-04-08 20:14:54 +02003737MODULE_AUTHOR("Pierre Ossman <pierre@ossman.eu>");
Pierre Ossmanb8c86fc2008-03-18 17:35:49 +01003738MODULE_DESCRIPTION("Secure Digital Host Controller Interface core driver");
Pierre Ossmand129bce2006-03-24 03:18:17 -08003739MODULE_LICENSE("GPL");
Pierre Ossman67435272006-06-30 02:22:31 -07003740
Pierre Ossmandf673b22006-06-30 02:22:31 -07003741MODULE_PARM_DESC(debug_quirks, "Force certain quirks.");
Adrian Hunter66fd8ad2011-10-03 15:33:34 +03003742MODULE_PARM_DESC(debug_quirks2, "Force certain other quirks.");