David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Driver for sunxi SD/MMC host controllers |
| 3 | * (C) Copyright 2007-2011 Reuuimlla Technology Co., Ltd. |
| 4 | * (C) Copyright 2007-2011 Aaron Maoye <leafy.myeh@reuuimllatech.com> |
| 5 | * (C) Copyright 2013-2014 O2S GmbH <www.o2s.ch> |
Adam Borowski | 1907e38 | 2017-11-28 04:44:55 +0100 | [diff] [blame] | 6 | * (C) Copyright 2013-2014 David Lanzendörfer <david.lanzendoerfer@o2s.ch> |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 7 | * (C) Copyright 2013-2014 Hans de Goede <hdegoede@redhat.com> |
Maxime Ripard | 4fb3ce0 | 2017-01-27 22:38:38 +0100 | [diff] [blame] | 8 | * (C) Copyright 2017 Sootech SA |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 9 | * |
| 10 | * This program is free software; you can redistribute it and/or |
| 11 | * modify it under the terms of the GNU General Public License as |
| 12 | * published by the Free Software Foundation; either version 2 of |
| 13 | * the License, or (at your option) any later version. |
| 14 | */ |
| 15 | |
| 16 | #include <linux/kernel.h> |
| 17 | #include <linux/module.h> |
| 18 | #include <linux/io.h> |
| 19 | #include <linux/device.h> |
| 20 | #include <linux/interrupt.h> |
| 21 | #include <linux/delay.h> |
| 22 | #include <linux/err.h> |
| 23 | |
| 24 | #include <linux/clk.h> |
Chen-Yu Tsai | ff39e7f | 2017-07-24 21:58:59 +0800 | [diff] [blame] | 25 | #include <linux/clk/sunxi-ng.h> |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 26 | #include <linux/gpio.h> |
| 27 | #include <linux/platform_device.h> |
| 28 | #include <linux/spinlock.h> |
| 29 | #include <linux/scatterlist.h> |
| 30 | #include <linux/dma-mapping.h> |
| 31 | #include <linux/slab.h> |
| 32 | #include <linux/reset.h> |
Chen-Yu Tsai | f771f6e | 2016-01-21 13:26:31 +0800 | [diff] [blame] | 33 | #include <linux/regulator/consumer.h> |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 34 | |
| 35 | #include <linux/of_address.h> |
| 36 | #include <linux/of_gpio.h> |
| 37 | #include <linux/of_platform.h> |
| 38 | |
| 39 | #include <linux/mmc/host.h> |
| 40 | #include <linux/mmc/sd.h> |
| 41 | #include <linux/mmc/sdio.h> |
| 42 | #include <linux/mmc/mmc.h> |
| 43 | #include <linux/mmc/core.h> |
| 44 | #include <linux/mmc/card.h> |
| 45 | #include <linux/mmc/slot-gpio.h> |
| 46 | |
| 47 | /* register offset definitions */ |
| 48 | #define SDXC_REG_GCTRL (0x00) /* SMC Global Control Register */ |
| 49 | #define SDXC_REG_CLKCR (0x04) /* SMC Clock Control Register */ |
| 50 | #define SDXC_REG_TMOUT (0x08) /* SMC Time Out Register */ |
| 51 | #define SDXC_REG_WIDTH (0x0C) /* SMC Bus Width Register */ |
| 52 | #define SDXC_REG_BLKSZ (0x10) /* SMC Block Size Register */ |
| 53 | #define SDXC_REG_BCNTR (0x14) /* SMC Byte Count Register */ |
| 54 | #define SDXC_REG_CMDR (0x18) /* SMC Command Register */ |
| 55 | #define SDXC_REG_CARG (0x1C) /* SMC Argument Register */ |
| 56 | #define SDXC_REG_RESP0 (0x20) /* SMC Response Register 0 */ |
| 57 | #define SDXC_REG_RESP1 (0x24) /* SMC Response Register 1 */ |
| 58 | #define SDXC_REG_RESP2 (0x28) /* SMC Response Register 2 */ |
| 59 | #define SDXC_REG_RESP3 (0x2C) /* SMC Response Register 3 */ |
| 60 | #define SDXC_REG_IMASK (0x30) /* SMC Interrupt Mask Register */ |
| 61 | #define SDXC_REG_MISTA (0x34) /* SMC Masked Interrupt Status Register */ |
| 62 | #define SDXC_REG_RINTR (0x38) /* SMC Raw Interrupt Status Register */ |
| 63 | #define SDXC_REG_STAS (0x3C) /* SMC Status Register */ |
| 64 | #define SDXC_REG_FTRGL (0x40) /* SMC FIFO Threshold Watermark Registe */ |
| 65 | #define SDXC_REG_FUNS (0x44) /* SMC Function Select Register */ |
| 66 | #define SDXC_REG_CBCR (0x48) /* SMC CIU Byte Count Register */ |
| 67 | #define SDXC_REG_BBCR (0x4C) /* SMC BIU Byte Count Register */ |
| 68 | #define SDXC_REG_DBGC (0x50) /* SMC Debug Enable Register */ |
| 69 | #define SDXC_REG_HWRST (0x78) /* SMC Card Hardware Reset for Register */ |
| 70 | #define SDXC_REG_DMAC (0x80) /* SMC IDMAC Control Register */ |
| 71 | #define SDXC_REG_DLBA (0x84) /* SMC IDMAC Descriptor List Base Addre */ |
| 72 | #define SDXC_REG_IDST (0x88) /* SMC IDMAC Status Register */ |
| 73 | #define SDXC_REG_IDIE (0x8C) /* SMC IDMAC Interrupt Enable Register */ |
| 74 | #define SDXC_REG_CHDA (0x90) |
| 75 | #define SDXC_REG_CBDA (0x94) |
| 76 | |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 77 | /* New registers introduced in A64 */ |
| 78 | #define SDXC_REG_A12A 0x058 /* SMC Auto Command 12 Register */ |
| 79 | #define SDXC_REG_SD_NTSR 0x05C /* SMC New Timing Set Register */ |
| 80 | #define SDXC_REG_DRV_DL 0x140 /* Drive Delay Control Register */ |
| 81 | #define SDXC_REG_SAMP_DL_REG 0x144 /* SMC sample delay control */ |
| 82 | #define SDXC_REG_DS_DL_REG 0x148 /* SMC data strobe delay control */ |
| 83 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 84 | #define mmc_readl(host, reg) \ |
| 85 | readl((host)->reg_base + SDXC_##reg) |
| 86 | #define mmc_writel(host, reg, value) \ |
| 87 | writel((value), (host)->reg_base + SDXC_##reg) |
| 88 | |
| 89 | /* global control register bits */ |
| 90 | #define SDXC_SOFT_RESET BIT(0) |
| 91 | #define SDXC_FIFO_RESET BIT(1) |
| 92 | #define SDXC_DMA_RESET BIT(2) |
| 93 | #define SDXC_INTERRUPT_ENABLE_BIT BIT(4) |
| 94 | #define SDXC_DMA_ENABLE_BIT BIT(5) |
| 95 | #define SDXC_DEBOUNCE_ENABLE_BIT BIT(8) |
| 96 | #define SDXC_POSEDGE_LATCH_DATA BIT(9) |
| 97 | #define SDXC_DDR_MODE BIT(10) |
| 98 | #define SDXC_MEMORY_ACCESS_DONE BIT(29) |
| 99 | #define SDXC_ACCESS_DONE_DIRECT BIT(30) |
| 100 | #define SDXC_ACCESS_BY_AHB BIT(31) |
| 101 | #define SDXC_ACCESS_BY_DMA (0 << 31) |
| 102 | #define SDXC_HARDWARE_RESET \ |
| 103 | (SDXC_SOFT_RESET | SDXC_FIFO_RESET | SDXC_DMA_RESET) |
| 104 | |
| 105 | /* clock control bits */ |
Maxime Ripard | 16e821e | 2017-01-27 22:38:37 +0100 | [diff] [blame] | 106 | #define SDXC_MASK_DATA0 BIT(31) |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 107 | #define SDXC_CARD_CLOCK_ON BIT(16) |
| 108 | #define SDXC_LOW_POWER_ON BIT(17) |
| 109 | |
| 110 | /* bus width */ |
| 111 | #define SDXC_WIDTH1 0 |
| 112 | #define SDXC_WIDTH4 1 |
| 113 | #define SDXC_WIDTH8 2 |
| 114 | |
| 115 | /* smc command bits */ |
| 116 | #define SDXC_RESP_EXPIRE BIT(6) |
| 117 | #define SDXC_LONG_RESPONSE BIT(7) |
| 118 | #define SDXC_CHECK_RESPONSE_CRC BIT(8) |
| 119 | #define SDXC_DATA_EXPIRE BIT(9) |
| 120 | #define SDXC_WRITE BIT(10) |
| 121 | #define SDXC_SEQUENCE_MODE BIT(11) |
| 122 | #define SDXC_SEND_AUTO_STOP BIT(12) |
| 123 | #define SDXC_WAIT_PRE_OVER BIT(13) |
| 124 | #define SDXC_STOP_ABORT_CMD BIT(14) |
| 125 | #define SDXC_SEND_INIT_SEQUENCE BIT(15) |
| 126 | #define SDXC_UPCLK_ONLY BIT(21) |
| 127 | #define SDXC_READ_CEATA_DEV BIT(22) |
| 128 | #define SDXC_CCS_EXPIRE BIT(23) |
| 129 | #define SDXC_ENABLE_BIT_BOOT BIT(24) |
| 130 | #define SDXC_ALT_BOOT_OPTIONS BIT(25) |
| 131 | #define SDXC_BOOT_ACK_EXPIRE BIT(26) |
| 132 | #define SDXC_BOOT_ABORT BIT(27) |
| 133 | #define SDXC_VOLTAGE_SWITCH BIT(28) |
| 134 | #define SDXC_USE_HOLD_REGISTER BIT(29) |
| 135 | #define SDXC_START BIT(31) |
| 136 | |
| 137 | /* interrupt bits */ |
| 138 | #define SDXC_RESP_ERROR BIT(1) |
| 139 | #define SDXC_COMMAND_DONE BIT(2) |
| 140 | #define SDXC_DATA_OVER BIT(3) |
| 141 | #define SDXC_TX_DATA_REQUEST BIT(4) |
| 142 | #define SDXC_RX_DATA_REQUEST BIT(5) |
| 143 | #define SDXC_RESP_CRC_ERROR BIT(6) |
| 144 | #define SDXC_DATA_CRC_ERROR BIT(7) |
| 145 | #define SDXC_RESP_TIMEOUT BIT(8) |
| 146 | #define SDXC_DATA_TIMEOUT BIT(9) |
| 147 | #define SDXC_VOLTAGE_CHANGE_DONE BIT(10) |
| 148 | #define SDXC_FIFO_RUN_ERROR BIT(11) |
| 149 | #define SDXC_HARD_WARE_LOCKED BIT(12) |
| 150 | #define SDXC_START_BIT_ERROR BIT(13) |
| 151 | #define SDXC_AUTO_COMMAND_DONE BIT(14) |
| 152 | #define SDXC_END_BIT_ERROR BIT(15) |
| 153 | #define SDXC_SDIO_INTERRUPT BIT(16) |
| 154 | #define SDXC_CARD_INSERT BIT(30) |
| 155 | #define SDXC_CARD_REMOVE BIT(31) |
| 156 | #define SDXC_INTERRUPT_ERROR_BIT \ |
| 157 | (SDXC_RESP_ERROR | SDXC_RESP_CRC_ERROR | SDXC_DATA_CRC_ERROR | \ |
| 158 | SDXC_RESP_TIMEOUT | SDXC_DATA_TIMEOUT | SDXC_FIFO_RUN_ERROR | \ |
| 159 | SDXC_HARD_WARE_LOCKED | SDXC_START_BIT_ERROR | SDXC_END_BIT_ERROR) |
| 160 | #define SDXC_INTERRUPT_DONE_BIT \ |
| 161 | (SDXC_AUTO_COMMAND_DONE | SDXC_DATA_OVER | \ |
| 162 | SDXC_COMMAND_DONE | SDXC_VOLTAGE_CHANGE_DONE) |
| 163 | |
| 164 | /* status */ |
| 165 | #define SDXC_RXWL_FLAG BIT(0) |
| 166 | #define SDXC_TXWL_FLAG BIT(1) |
| 167 | #define SDXC_FIFO_EMPTY BIT(2) |
| 168 | #define SDXC_FIFO_FULL BIT(3) |
| 169 | #define SDXC_CARD_PRESENT BIT(8) |
| 170 | #define SDXC_CARD_DATA_BUSY BIT(9) |
| 171 | #define SDXC_DATA_FSM_BUSY BIT(10) |
| 172 | #define SDXC_DMA_REQUEST BIT(31) |
| 173 | #define SDXC_FIFO_SIZE 16 |
| 174 | |
| 175 | /* Function select */ |
| 176 | #define SDXC_CEATA_ON (0xceaa << 16) |
| 177 | #define SDXC_SEND_IRQ_RESPONSE BIT(0) |
| 178 | #define SDXC_SDIO_READ_WAIT BIT(1) |
| 179 | #define SDXC_ABORT_READ_DATA BIT(2) |
| 180 | #define SDXC_SEND_CCSD BIT(8) |
| 181 | #define SDXC_SEND_AUTO_STOPCCSD BIT(9) |
| 182 | #define SDXC_CEATA_DEV_IRQ_ENABLE BIT(10) |
| 183 | |
| 184 | /* IDMA controller bus mod bit field */ |
| 185 | #define SDXC_IDMAC_SOFT_RESET BIT(0) |
| 186 | #define SDXC_IDMAC_FIX_BURST BIT(1) |
| 187 | #define SDXC_IDMAC_IDMA_ON BIT(7) |
| 188 | #define SDXC_IDMAC_REFETCH_DES BIT(31) |
| 189 | |
| 190 | /* IDMA status bit field */ |
| 191 | #define SDXC_IDMAC_TRANSMIT_INTERRUPT BIT(0) |
| 192 | #define SDXC_IDMAC_RECEIVE_INTERRUPT BIT(1) |
| 193 | #define SDXC_IDMAC_FATAL_BUS_ERROR BIT(2) |
| 194 | #define SDXC_IDMAC_DESTINATION_INVALID BIT(4) |
| 195 | #define SDXC_IDMAC_CARD_ERROR_SUM BIT(5) |
| 196 | #define SDXC_IDMAC_NORMAL_INTERRUPT_SUM BIT(8) |
| 197 | #define SDXC_IDMAC_ABNORMAL_INTERRUPT_SUM BIT(9) |
| 198 | #define SDXC_IDMAC_HOST_ABORT_INTERRUPT BIT(10) |
| 199 | #define SDXC_IDMAC_IDLE (0 << 13) |
| 200 | #define SDXC_IDMAC_SUSPEND (1 << 13) |
| 201 | #define SDXC_IDMAC_DESC_READ (2 << 13) |
| 202 | #define SDXC_IDMAC_DESC_CHECK (3 << 13) |
| 203 | #define SDXC_IDMAC_READ_REQUEST_WAIT (4 << 13) |
| 204 | #define SDXC_IDMAC_WRITE_REQUEST_WAIT (5 << 13) |
| 205 | #define SDXC_IDMAC_READ (6 << 13) |
| 206 | #define SDXC_IDMAC_WRITE (7 << 13) |
| 207 | #define SDXC_IDMAC_DESC_CLOSE (8 << 13) |
| 208 | |
| 209 | /* |
| 210 | * If the idma-des-size-bits of property is ie 13, bufsize bits are: |
| 211 | * Bits 0-12: buf1 size |
| 212 | * Bits 13-25: buf2 size |
| 213 | * Bits 26-31: not used |
| 214 | * Since we only ever set buf1 size, we can simply store it directly. |
| 215 | */ |
| 216 | #define SDXC_IDMAC_DES0_DIC BIT(1) /* disable interrupt on completion */ |
| 217 | #define SDXC_IDMAC_DES0_LD BIT(2) /* last descriptor */ |
| 218 | #define SDXC_IDMAC_DES0_FD BIT(3) /* first descriptor */ |
| 219 | #define SDXC_IDMAC_DES0_CH BIT(4) /* chain mode */ |
| 220 | #define SDXC_IDMAC_DES0_ER BIT(5) /* end of ring */ |
| 221 | #define SDXC_IDMAC_DES0_CES BIT(30) /* card error summary */ |
| 222 | #define SDXC_IDMAC_DES0_OWN BIT(31) /* 1-idma owns it, 0-host owns it */ |
| 223 | |
Hans de Goede | 51424b2 | 2015-09-23 22:06:48 +0200 | [diff] [blame] | 224 | #define SDXC_CLK_400K 0 |
| 225 | #define SDXC_CLK_25M 1 |
| 226 | #define SDXC_CLK_50M 2 |
| 227 | #define SDXC_CLK_50M_DDR 3 |
Chen-Yu Tsai | 2a7aa63 | 2016-01-30 01:21:47 +0800 | [diff] [blame] | 228 | #define SDXC_CLK_50M_DDR_8BIT 4 |
Hans de Goede | 51424b2 | 2015-09-23 22:06:48 +0200 | [diff] [blame] | 229 | |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 230 | #define SDXC_2X_TIMING_MODE BIT(31) |
| 231 | |
| 232 | #define SDXC_CAL_START BIT(15) |
| 233 | #define SDXC_CAL_DONE BIT(14) |
| 234 | #define SDXC_CAL_DL_SHIFT 8 |
| 235 | #define SDXC_CAL_DL_SW_EN BIT(7) |
| 236 | #define SDXC_CAL_DL_SW_SHIFT 0 |
| 237 | #define SDXC_CAL_DL_MASK 0x3f |
| 238 | |
| 239 | #define SDXC_CAL_TIMEOUT 3 /* in seconds, 3s is enough*/ |
| 240 | |
Hans de Goede | 51424b2 | 2015-09-23 22:06:48 +0200 | [diff] [blame] | 241 | struct sunxi_mmc_clk_delay { |
| 242 | u32 output; |
| 243 | u32 sample; |
| 244 | }; |
| 245 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 246 | struct sunxi_idma_des { |
Michael Weiser | 2dd110b | 2016-08-22 18:42:18 +0200 | [diff] [blame] | 247 | __le32 config; |
| 248 | __le32 buf_size; |
| 249 | __le32 buf_addr_ptr1; |
| 250 | __le32 buf_addr_ptr2; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 251 | }; |
| 252 | |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 253 | struct sunxi_mmc_cfg { |
| 254 | u32 idma_des_size_bits; |
| 255 | const struct sunxi_mmc_clk_delay *clk_delays; |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 256 | |
| 257 | /* does the IP block support autocalibration? */ |
| 258 | bool can_calibrate; |
Maxime Ripard | 9a37e53 | 2017-01-27 22:38:36 +0100 | [diff] [blame] | 259 | |
Maxime Ripard | 16e821e | 2017-01-27 22:38:37 +0100 | [diff] [blame] | 260 | /* Does DATA0 needs to be masked while the clock is updated */ |
| 261 | bool mask_data0; |
| 262 | |
Chen-Yu Tsai | ff39e7f | 2017-07-24 21:58:59 +0800 | [diff] [blame] | 263 | /* hardware only supports new timing mode */ |
Maxime Ripard | 9a37e53 | 2017-01-27 22:38:36 +0100 | [diff] [blame] | 264 | bool needs_new_timings; |
Chen-Yu Tsai | ff39e7f | 2017-07-24 21:58:59 +0800 | [diff] [blame] | 265 | |
| 266 | /* hardware can switch between old and new timing modes */ |
| 267 | bool has_timings_switch; |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 268 | }; |
| 269 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 270 | struct sunxi_mmc_host { |
| 271 | struct mmc_host *mmc; |
| 272 | struct reset_control *reset; |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 273 | const struct sunxi_mmc_cfg *cfg; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 274 | |
| 275 | /* IO mapping base */ |
| 276 | void __iomem *reg_base; |
| 277 | |
| 278 | /* clock management */ |
| 279 | struct clk *clk_ahb; |
| 280 | struct clk *clk_mmc; |
Maxime Ripard | 6c09bb8 | 2014-07-12 12:01:33 +0200 | [diff] [blame] | 281 | struct clk *clk_sample; |
| 282 | struct clk *clk_output; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 283 | |
| 284 | /* irq */ |
| 285 | spinlock_t lock; |
| 286 | int irq; |
| 287 | u32 int_sum; |
| 288 | u32 sdio_imask; |
| 289 | |
| 290 | /* dma */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 291 | dma_addr_t sg_dma; |
| 292 | void *sg_cpu; |
| 293 | bool wait_dma; |
| 294 | |
| 295 | struct mmc_request *mrq; |
| 296 | struct mmc_request *manual_stop_mrq; |
| 297 | int ferror; |
Chen-Yu Tsai | f771f6e | 2016-01-21 13:26:31 +0800 | [diff] [blame] | 298 | |
| 299 | /* vqmmc */ |
| 300 | bool vqmmc_enabled; |
Chen-Yu Tsai | ff39e7f | 2017-07-24 21:58:59 +0800 | [diff] [blame] | 301 | |
| 302 | /* timings */ |
| 303 | bool use_new_timings; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 304 | }; |
| 305 | |
| 306 | static int sunxi_mmc_reset_host(struct sunxi_mmc_host *host) |
| 307 | { |
| 308 | unsigned long expire = jiffies + msecs_to_jiffies(250); |
| 309 | u32 rval; |
| 310 | |
David Lanzendörfer | 0f0fcd3 | 2014-12-16 15:11:10 +0100 | [diff] [blame] | 311 | mmc_writel(host, REG_GCTRL, SDXC_HARDWARE_RESET); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 312 | do { |
| 313 | rval = mmc_readl(host, REG_GCTRL); |
| 314 | } while (time_before(jiffies, expire) && (rval & SDXC_HARDWARE_RESET)); |
| 315 | |
| 316 | if (rval & SDXC_HARDWARE_RESET) { |
| 317 | dev_err(mmc_dev(host->mmc), "fatal err reset timeout\n"); |
| 318 | return -EIO; |
| 319 | } |
| 320 | |
| 321 | return 0; |
| 322 | } |
| 323 | |
| 324 | static int sunxi_mmc_init_host(struct mmc_host *mmc) |
| 325 | { |
| 326 | u32 rval; |
| 327 | struct sunxi_mmc_host *host = mmc_priv(mmc); |
| 328 | |
| 329 | if (sunxi_mmc_reset_host(host)) |
| 330 | return -EIO; |
| 331 | |
Chen-Yu Tsai | 0314cbd | 2016-01-21 13:26:28 +0800 | [diff] [blame] | 332 | /* |
| 333 | * Burst 8 transfers, RX trigger level: 7, TX trigger level: 8 |
| 334 | * |
| 335 | * TODO: sun9i has a larger FIFO and supports higher trigger values |
| 336 | */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 337 | mmc_writel(host, REG_FTRGL, 0x20070008); |
Chen-Yu Tsai | 0314cbd | 2016-01-21 13:26:28 +0800 | [diff] [blame] | 338 | /* Maximum timeout value */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 339 | mmc_writel(host, REG_TMOUT, 0xffffffff); |
Chen-Yu Tsai | 0314cbd | 2016-01-21 13:26:28 +0800 | [diff] [blame] | 340 | /* Unmask SDIO interrupt if needed */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 341 | mmc_writel(host, REG_IMASK, host->sdio_imask); |
Chen-Yu Tsai | 0314cbd | 2016-01-21 13:26:28 +0800 | [diff] [blame] | 342 | /* Clear all pending interrupts */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 343 | mmc_writel(host, REG_RINTR, 0xffffffff); |
Chen-Yu Tsai | 0314cbd | 2016-01-21 13:26:28 +0800 | [diff] [blame] | 344 | /* Debug register? undocumented */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 345 | mmc_writel(host, REG_DBGC, 0xdeb); |
Chen-Yu Tsai | 0314cbd | 2016-01-21 13:26:28 +0800 | [diff] [blame] | 346 | /* Enable CEATA support */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 347 | mmc_writel(host, REG_FUNS, SDXC_CEATA_ON); |
Chen-Yu Tsai | 0314cbd | 2016-01-21 13:26:28 +0800 | [diff] [blame] | 348 | /* Set DMA descriptor list base address */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 349 | mmc_writel(host, REG_DLBA, host->sg_dma); |
| 350 | |
| 351 | rval = mmc_readl(host, REG_GCTRL); |
| 352 | rval |= SDXC_INTERRUPT_ENABLE_BIT; |
Chen-Yu Tsai | 0314cbd | 2016-01-21 13:26:28 +0800 | [diff] [blame] | 353 | /* Undocumented, but found in Allwinner code */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 354 | rval &= ~SDXC_ACCESS_DONE_DIRECT; |
| 355 | mmc_writel(host, REG_GCTRL, rval); |
| 356 | |
| 357 | return 0; |
| 358 | } |
| 359 | |
| 360 | static void sunxi_mmc_init_idma_des(struct sunxi_mmc_host *host, |
| 361 | struct mmc_data *data) |
| 362 | { |
| 363 | struct sunxi_idma_des *pdes = (struct sunxi_idma_des *)host->sg_cpu; |
Arnd Bergmann | d34712d | 2015-02-24 10:47:27 +0100 | [diff] [blame] | 364 | dma_addr_t next_desc = host->sg_dma; |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 365 | int i, max_len = (1 << host->cfg->idma_des_size_bits); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 366 | |
| 367 | for (i = 0; i < data->sg_len; i++) { |
Michael Weiser | 2dd110b | 2016-08-22 18:42:18 +0200 | [diff] [blame] | 368 | pdes[i].config = cpu_to_le32(SDXC_IDMAC_DES0_CH | |
| 369 | SDXC_IDMAC_DES0_OWN | |
| 370 | SDXC_IDMAC_DES0_DIC); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 371 | |
| 372 | if (data->sg[i].length == max_len) |
| 373 | pdes[i].buf_size = 0; /* 0 == max_len */ |
| 374 | else |
Michael Weiser | 2dd110b | 2016-08-22 18:42:18 +0200 | [diff] [blame] | 375 | pdes[i].buf_size = cpu_to_le32(data->sg[i].length); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 376 | |
Arnd Bergmann | d34712d | 2015-02-24 10:47:27 +0100 | [diff] [blame] | 377 | next_desc += sizeof(struct sunxi_idma_des); |
Michael Weiser | 2dd110b | 2016-08-22 18:42:18 +0200 | [diff] [blame] | 378 | pdes[i].buf_addr_ptr1 = |
| 379 | cpu_to_le32(sg_dma_address(&data->sg[i])); |
| 380 | pdes[i].buf_addr_ptr2 = cpu_to_le32((u32)next_desc); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 381 | } |
| 382 | |
Michael Weiser | 2dd110b | 2016-08-22 18:42:18 +0200 | [diff] [blame] | 383 | pdes[0].config |= cpu_to_le32(SDXC_IDMAC_DES0_FD); |
| 384 | pdes[i - 1].config |= cpu_to_le32(SDXC_IDMAC_DES0_LD | |
| 385 | SDXC_IDMAC_DES0_ER); |
| 386 | pdes[i - 1].config &= cpu_to_le32(~SDXC_IDMAC_DES0_DIC); |
Hans de Goede | e8a5904 | 2014-12-16 15:10:59 +0100 | [diff] [blame] | 387 | pdes[i - 1].buf_addr_ptr2 = 0; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 388 | |
| 389 | /* |
| 390 | * Avoid the io-store starting the idmac hitting io-mem before the |
| 391 | * descriptors hit the main-mem. |
| 392 | */ |
| 393 | wmb(); |
| 394 | } |
| 395 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 396 | static int sunxi_mmc_map_dma(struct sunxi_mmc_host *host, |
| 397 | struct mmc_data *data) |
| 398 | { |
| 399 | u32 i, dma_len; |
| 400 | struct scatterlist *sg; |
| 401 | |
| 402 | dma_len = dma_map_sg(mmc_dev(host->mmc), data->sg, data->sg_len, |
Heiner Kallweit | feeef09 | 2017-03-26 20:45:56 +0200 | [diff] [blame] | 403 | mmc_get_dma_dir(data)); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 404 | if (dma_len == 0) { |
| 405 | dev_err(mmc_dev(host->mmc), "dma_map_sg failed\n"); |
| 406 | return -ENOMEM; |
| 407 | } |
| 408 | |
| 409 | for_each_sg(data->sg, sg, data->sg_len, i) { |
| 410 | if (sg->offset & 3 || sg->length & 3) { |
| 411 | dev_err(mmc_dev(host->mmc), |
| 412 | "unaligned scatterlist: os %x length %d\n", |
| 413 | sg->offset, sg->length); |
| 414 | return -EINVAL; |
| 415 | } |
| 416 | } |
| 417 | |
| 418 | return 0; |
| 419 | } |
| 420 | |
| 421 | static void sunxi_mmc_start_dma(struct sunxi_mmc_host *host, |
| 422 | struct mmc_data *data) |
| 423 | { |
| 424 | u32 rval; |
| 425 | |
| 426 | sunxi_mmc_init_idma_des(host, data); |
| 427 | |
| 428 | rval = mmc_readl(host, REG_GCTRL); |
| 429 | rval |= SDXC_DMA_ENABLE_BIT; |
| 430 | mmc_writel(host, REG_GCTRL, rval); |
| 431 | rval |= SDXC_DMA_RESET; |
| 432 | mmc_writel(host, REG_GCTRL, rval); |
| 433 | |
| 434 | mmc_writel(host, REG_DMAC, SDXC_IDMAC_SOFT_RESET); |
| 435 | |
| 436 | if (!(data->flags & MMC_DATA_WRITE)) |
| 437 | mmc_writel(host, REG_IDIE, SDXC_IDMAC_RECEIVE_INTERRUPT); |
| 438 | |
| 439 | mmc_writel(host, REG_DMAC, |
| 440 | SDXC_IDMAC_FIX_BURST | SDXC_IDMAC_IDMA_ON); |
| 441 | } |
| 442 | |
| 443 | static void sunxi_mmc_send_manual_stop(struct sunxi_mmc_host *host, |
| 444 | struct mmc_request *req) |
| 445 | { |
| 446 | u32 arg, cmd_val, ri; |
| 447 | unsigned long expire = jiffies + msecs_to_jiffies(1000); |
| 448 | |
| 449 | cmd_val = SDXC_START | SDXC_RESP_EXPIRE | |
| 450 | SDXC_STOP_ABORT_CMD | SDXC_CHECK_RESPONSE_CRC; |
| 451 | |
| 452 | if (req->cmd->opcode == SD_IO_RW_EXTENDED) { |
| 453 | cmd_val |= SD_IO_RW_DIRECT; |
| 454 | arg = (1 << 31) | (0 << 28) | (SDIO_CCCR_ABORT << 9) | |
| 455 | ((req->cmd->arg >> 28) & 0x7); |
| 456 | } else { |
| 457 | cmd_val |= MMC_STOP_TRANSMISSION; |
| 458 | arg = 0; |
| 459 | } |
| 460 | |
| 461 | mmc_writel(host, REG_CARG, arg); |
| 462 | mmc_writel(host, REG_CMDR, cmd_val); |
| 463 | |
| 464 | do { |
| 465 | ri = mmc_readl(host, REG_RINTR); |
| 466 | } while (!(ri & (SDXC_COMMAND_DONE | SDXC_INTERRUPT_ERROR_BIT)) && |
| 467 | time_before(jiffies, expire)); |
| 468 | |
| 469 | if (!(ri & SDXC_COMMAND_DONE) || (ri & SDXC_INTERRUPT_ERROR_BIT)) { |
| 470 | dev_err(mmc_dev(host->mmc), "send stop command failed\n"); |
| 471 | if (req->stop) |
| 472 | req->stop->resp[0] = -ETIMEDOUT; |
| 473 | } else { |
| 474 | if (req->stop) |
| 475 | req->stop->resp[0] = mmc_readl(host, REG_RESP0); |
| 476 | } |
| 477 | |
| 478 | mmc_writel(host, REG_RINTR, 0xffff); |
| 479 | } |
| 480 | |
| 481 | static void sunxi_mmc_dump_errinfo(struct sunxi_mmc_host *host) |
| 482 | { |
| 483 | struct mmc_command *cmd = host->mrq->cmd; |
| 484 | struct mmc_data *data = host->mrq->data; |
| 485 | |
| 486 | /* For some cmds timeout is normal with sd/mmc cards */ |
| 487 | if ((host->int_sum & SDXC_INTERRUPT_ERROR_BIT) == |
| 488 | SDXC_RESP_TIMEOUT && (cmd->opcode == SD_IO_SEND_OP_COND || |
| 489 | cmd->opcode == SD_IO_RW_DIRECT)) |
| 490 | return; |
| 491 | |
Icenowy Zheng | bd67569 | 2017-03-16 21:29:03 +0800 | [diff] [blame] | 492 | dev_dbg(mmc_dev(host->mmc), |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 493 | "smc %d err, cmd %d,%s%s%s%s%s%s%s%s%s%s !!\n", |
| 494 | host->mmc->index, cmd->opcode, |
| 495 | data ? (data->flags & MMC_DATA_WRITE ? " WR" : " RD") : "", |
| 496 | host->int_sum & SDXC_RESP_ERROR ? " RE" : "", |
| 497 | host->int_sum & SDXC_RESP_CRC_ERROR ? " RCE" : "", |
| 498 | host->int_sum & SDXC_DATA_CRC_ERROR ? " DCE" : "", |
| 499 | host->int_sum & SDXC_RESP_TIMEOUT ? " RTO" : "", |
| 500 | host->int_sum & SDXC_DATA_TIMEOUT ? " DTO" : "", |
| 501 | host->int_sum & SDXC_FIFO_RUN_ERROR ? " FE" : "", |
| 502 | host->int_sum & SDXC_HARD_WARE_LOCKED ? " HL" : "", |
| 503 | host->int_sum & SDXC_START_BIT_ERROR ? " SBE" : "", |
| 504 | host->int_sum & SDXC_END_BIT_ERROR ? " EBE" : "" |
| 505 | ); |
| 506 | } |
| 507 | |
| 508 | /* Called in interrupt context! */ |
| 509 | static irqreturn_t sunxi_mmc_finalize_request(struct sunxi_mmc_host *host) |
| 510 | { |
| 511 | struct mmc_request *mrq = host->mrq; |
| 512 | struct mmc_data *data = mrq->data; |
| 513 | u32 rval; |
| 514 | |
| 515 | mmc_writel(host, REG_IMASK, host->sdio_imask); |
| 516 | mmc_writel(host, REG_IDIE, 0); |
| 517 | |
| 518 | if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) { |
| 519 | sunxi_mmc_dump_errinfo(host); |
| 520 | mrq->cmd->error = -ETIMEDOUT; |
| 521 | |
| 522 | if (data) { |
| 523 | data->error = -ETIMEDOUT; |
| 524 | host->manual_stop_mrq = mrq; |
| 525 | } |
| 526 | |
| 527 | if (mrq->stop) |
| 528 | mrq->stop->error = -ETIMEDOUT; |
| 529 | } else { |
| 530 | if (mrq->cmd->flags & MMC_RSP_136) { |
| 531 | mrq->cmd->resp[0] = mmc_readl(host, REG_RESP3); |
| 532 | mrq->cmd->resp[1] = mmc_readl(host, REG_RESP2); |
| 533 | mrq->cmd->resp[2] = mmc_readl(host, REG_RESP1); |
| 534 | mrq->cmd->resp[3] = mmc_readl(host, REG_RESP0); |
| 535 | } else { |
| 536 | mrq->cmd->resp[0] = mmc_readl(host, REG_RESP0); |
| 537 | } |
| 538 | |
| 539 | if (data) |
| 540 | data->bytes_xfered = data->blocks * data->blksz; |
| 541 | } |
| 542 | |
| 543 | if (data) { |
| 544 | mmc_writel(host, REG_IDST, 0x337); |
| 545 | mmc_writel(host, REG_DMAC, 0); |
| 546 | rval = mmc_readl(host, REG_GCTRL); |
| 547 | rval |= SDXC_DMA_RESET; |
| 548 | mmc_writel(host, REG_GCTRL, rval); |
| 549 | rval &= ~SDXC_DMA_ENABLE_BIT; |
| 550 | mmc_writel(host, REG_GCTRL, rval); |
| 551 | rval |= SDXC_FIFO_RESET; |
| 552 | mmc_writel(host, REG_GCTRL, rval); |
| 553 | dma_unmap_sg(mmc_dev(host->mmc), data->sg, data->sg_len, |
Heiner Kallweit | feeef09 | 2017-03-26 20:45:56 +0200 | [diff] [blame] | 554 | mmc_get_dma_dir(data)); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 555 | } |
| 556 | |
| 557 | mmc_writel(host, REG_RINTR, 0xffff); |
| 558 | |
| 559 | host->mrq = NULL; |
| 560 | host->int_sum = 0; |
| 561 | host->wait_dma = false; |
| 562 | |
| 563 | return host->manual_stop_mrq ? IRQ_WAKE_THREAD : IRQ_HANDLED; |
| 564 | } |
| 565 | |
| 566 | static irqreturn_t sunxi_mmc_irq(int irq, void *dev_id) |
| 567 | { |
| 568 | struct sunxi_mmc_host *host = dev_id; |
| 569 | struct mmc_request *mrq; |
| 570 | u32 msk_int, idma_int; |
| 571 | bool finalize = false; |
| 572 | bool sdio_int = false; |
| 573 | irqreturn_t ret = IRQ_HANDLED; |
| 574 | |
| 575 | spin_lock(&host->lock); |
| 576 | |
| 577 | idma_int = mmc_readl(host, REG_IDST); |
| 578 | msk_int = mmc_readl(host, REG_MISTA); |
| 579 | |
| 580 | dev_dbg(mmc_dev(host->mmc), "irq: rq %p mi %08x idi %08x\n", |
| 581 | host->mrq, msk_int, idma_int); |
| 582 | |
| 583 | mrq = host->mrq; |
| 584 | if (mrq) { |
| 585 | if (idma_int & SDXC_IDMAC_RECEIVE_INTERRUPT) |
| 586 | host->wait_dma = false; |
| 587 | |
| 588 | host->int_sum |= msk_int; |
| 589 | |
| 590 | /* Wait for COMMAND_DONE on RESPONSE_TIMEOUT before finalize */ |
| 591 | if ((host->int_sum & SDXC_RESP_TIMEOUT) && |
| 592 | !(host->int_sum & SDXC_COMMAND_DONE)) |
| 593 | mmc_writel(host, REG_IMASK, |
| 594 | host->sdio_imask | SDXC_COMMAND_DONE); |
| 595 | /* Don't wait for dma on error */ |
| 596 | else if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) |
| 597 | finalize = true; |
| 598 | else if ((host->int_sum & SDXC_INTERRUPT_DONE_BIT) && |
| 599 | !host->wait_dma) |
| 600 | finalize = true; |
| 601 | } |
| 602 | |
| 603 | if (msk_int & SDXC_SDIO_INTERRUPT) |
| 604 | sdio_int = true; |
| 605 | |
| 606 | mmc_writel(host, REG_RINTR, msk_int); |
| 607 | mmc_writel(host, REG_IDST, idma_int); |
| 608 | |
| 609 | if (finalize) |
| 610 | ret = sunxi_mmc_finalize_request(host); |
| 611 | |
| 612 | spin_unlock(&host->lock); |
| 613 | |
| 614 | if (finalize && ret == IRQ_HANDLED) |
| 615 | mmc_request_done(host->mmc, mrq); |
| 616 | |
| 617 | if (sdio_int) |
| 618 | mmc_signal_sdio_irq(host->mmc); |
| 619 | |
| 620 | return ret; |
| 621 | } |
| 622 | |
| 623 | static irqreturn_t sunxi_mmc_handle_manual_stop(int irq, void *dev_id) |
| 624 | { |
| 625 | struct sunxi_mmc_host *host = dev_id; |
| 626 | struct mmc_request *mrq; |
| 627 | unsigned long iflags; |
| 628 | |
| 629 | spin_lock_irqsave(&host->lock, iflags); |
| 630 | mrq = host->manual_stop_mrq; |
| 631 | spin_unlock_irqrestore(&host->lock, iflags); |
| 632 | |
| 633 | if (!mrq) { |
| 634 | dev_err(mmc_dev(host->mmc), "no request for manual stop\n"); |
| 635 | return IRQ_HANDLED; |
| 636 | } |
| 637 | |
| 638 | dev_err(mmc_dev(host->mmc), "data error, sending stop command\n"); |
David Lanzendörfer | dd9b380 | 2014-12-16 15:11:04 +0100 | [diff] [blame] | 639 | |
| 640 | /* |
| 641 | * We will never have more than one outstanding request, |
| 642 | * and we do not complete the request until after |
| 643 | * we've cleared host->manual_stop_mrq so we do not need to |
| 644 | * spin lock this function. |
| 645 | * Additionally we have wait states within this function |
| 646 | * so having it in a lock is a very bad idea. |
| 647 | */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 648 | sunxi_mmc_send_manual_stop(host, mrq); |
| 649 | |
| 650 | spin_lock_irqsave(&host->lock, iflags); |
| 651 | host->manual_stop_mrq = NULL; |
| 652 | spin_unlock_irqrestore(&host->lock, iflags); |
| 653 | |
| 654 | mmc_request_done(host->mmc, mrq); |
| 655 | |
| 656 | return IRQ_HANDLED; |
| 657 | } |
| 658 | |
| 659 | static int sunxi_mmc_oclk_onoff(struct sunxi_mmc_host *host, u32 oclk_en) |
| 660 | { |
Michal Suchanek | 7bb9c24 | 2015-08-12 15:29:31 +0200 | [diff] [blame] | 661 | unsigned long expire = jiffies + msecs_to_jiffies(750); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 662 | u32 rval; |
| 663 | |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 664 | dev_dbg(mmc_dev(host->mmc), "%sabling the clock\n", |
| 665 | oclk_en ? "en" : "dis"); |
| 666 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 667 | rval = mmc_readl(host, REG_CLKCR); |
Maxime Ripard | 16e821e | 2017-01-27 22:38:37 +0100 | [diff] [blame] | 668 | rval &= ~(SDXC_CARD_CLOCK_ON | SDXC_LOW_POWER_ON | SDXC_MASK_DATA0); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 669 | |
| 670 | if (oclk_en) |
| 671 | rval |= SDXC_CARD_CLOCK_ON; |
Maxime Ripard | 16e821e | 2017-01-27 22:38:37 +0100 | [diff] [blame] | 672 | if (host->cfg->mask_data0) |
| 673 | rval |= SDXC_MASK_DATA0; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 674 | |
| 675 | mmc_writel(host, REG_CLKCR, rval); |
| 676 | |
| 677 | rval = SDXC_START | SDXC_UPCLK_ONLY | SDXC_WAIT_PRE_OVER; |
| 678 | mmc_writel(host, REG_CMDR, rval); |
| 679 | |
| 680 | do { |
| 681 | rval = mmc_readl(host, REG_CMDR); |
| 682 | } while (time_before(jiffies, expire) && (rval & SDXC_START)); |
| 683 | |
| 684 | /* clear irq status bits set by the command */ |
| 685 | mmc_writel(host, REG_RINTR, |
| 686 | mmc_readl(host, REG_RINTR) & ~SDXC_SDIO_INTERRUPT); |
| 687 | |
| 688 | if (rval & SDXC_START) { |
| 689 | dev_err(mmc_dev(host->mmc), "fatal err update clk timeout\n"); |
| 690 | return -EIO; |
| 691 | } |
| 692 | |
Maxime Ripard | 16e821e | 2017-01-27 22:38:37 +0100 | [diff] [blame] | 693 | if (host->cfg->mask_data0) { |
| 694 | rval = mmc_readl(host, REG_CLKCR); |
| 695 | mmc_writel(host, REG_CLKCR, rval & ~SDXC_MASK_DATA0); |
| 696 | } |
| 697 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 698 | return 0; |
| 699 | } |
| 700 | |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 701 | static int sunxi_mmc_calibrate(struct sunxi_mmc_host *host, int reg_off) |
| 702 | { |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 703 | if (!host->cfg->can_calibrate) |
| 704 | return 0; |
| 705 | |
Maxime Ripard | 860fdf8 | 2017-01-27 22:38:35 +0100 | [diff] [blame] | 706 | /* |
| 707 | * FIXME: |
| 708 | * This is not clear how the calibration is supposed to work |
| 709 | * yet. The best rate have been obtained by simply setting the |
| 710 | * delay to 0, as Allwinner does in its BSP. |
| 711 | * |
| 712 | * The only mode that doesn't have such a delay is HS400, that |
| 713 | * is in itself a TODO. |
| 714 | */ |
| 715 | writel(SDXC_CAL_DL_SW_EN, host->reg_base + reg_off); |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 716 | |
| 717 | return 0; |
| 718 | } |
| 719 | |
Hans de Goede | f2cecb7 | 2016-07-30 16:25:46 +0200 | [diff] [blame] | 720 | static int sunxi_mmc_clk_set_phase(struct sunxi_mmc_host *host, |
| 721 | struct mmc_ios *ios, u32 rate) |
| 722 | { |
| 723 | int index; |
| 724 | |
Chen-Yu Tsai | a646113 | 2017-08-08 15:02:44 +0800 | [diff] [blame] | 725 | /* clk controller delays not used under new timings mode */ |
Chen-Yu Tsai | ff39e7f | 2017-07-24 21:58:59 +0800 | [diff] [blame] | 726 | if (host->use_new_timings) |
Hans de Goede | b465646 | 2016-07-30 16:25:47 +0200 | [diff] [blame] | 727 | return 0; |
| 728 | |
Chen-Yu Tsai | a646113 | 2017-08-08 15:02:44 +0800 | [diff] [blame] | 729 | /* some old controllers don't support delays */ |
| 730 | if (!host->cfg->clk_delays) |
| 731 | return 0; |
| 732 | |
Hans de Goede | f2cecb7 | 2016-07-30 16:25:46 +0200 | [diff] [blame] | 733 | /* determine delays */ |
| 734 | if (rate <= 400000) { |
| 735 | index = SDXC_CLK_400K; |
| 736 | } else if (rate <= 25000000) { |
| 737 | index = SDXC_CLK_25M; |
| 738 | } else if (rate <= 52000000) { |
| 739 | if (ios->timing != MMC_TIMING_UHS_DDR50 && |
| 740 | ios->timing != MMC_TIMING_MMC_DDR52) { |
| 741 | index = SDXC_CLK_50M; |
| 742 | } else if (ios->bus_width == MMC_BUS_WIDTH_8) { |
| 743 | index = SDXC_CLK_50M_DDR_8BIT; |
| 744 | } else { |
| 745 | index = SDXC_CLK_50M_DDR; |
| 746 | } |
| 747 | } else { |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 748 | dev_dbg(mmc_dev(host->mmc), "Invalid clock... returning\n"); |
Hans de Goede | f2cecb7 | 2016-07-30 16:25:46 +0200 | [diff] [blame] | 749 | return -EINVAL; |
| 750 | } |
| 751 | |
| 752 | clk_set_phase(host->clk_sample, host->cfg->clk_delays[index].sample); |
| 753 | clk_set_phase(host->clk_output, host->cfg->clk_delays[index].output); |
| 754 | |
| 755 | return 0; |
| 756 | } |
| 757 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 758 | static int sunxi_mmc_clk_set_rate(struct sunxi_mmc_host *host, |
| 759 | struct mmc_ios *ios) |
| 760 | { |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 761 | struct mmc_host *mmc = host->mmc; |
Jean-Francois Moine | 63311be | 2016-08-23 10:51:04 +0200 | [diff] [blame] | 762 | long rate; |
Chen-Yu Tsai | c903a2a | 2017-07-24 21:59:00 +0800 | [diff] [blame] | 763 | u32 rval, clock = ios->clock, div = 1; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 764 | int ret; |
| 765 | |
Maxime Ripard | 39cc281 | 2017-01-27 22:38:33 +0100 | [diff] [blame] | 766 | ret = sunxi_mmc_oclk_onoff(host, 0); |
| 767 | if (ret) |
| 768 | return ret; |
| 769 | |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 770 | /* Our clock is gated now */ |
| 771 | mmc->actual_clock = 0; |
| 772 | |
Maxime Ripard | 9479074 | 2017-01-27 22:38:34 +0100 | [diff] [blame] | 773 | if (!ios->clock) |
| 774 | return 0; |
| 775 | |
Chen-Yu Tsai | c903a2a | 2017-07-24 21:59:00 +0800 | [diff] [blame] | 776 | /* |
| 777 | * Under the old timing mode, 8 bit DDR requires the module |
| 778 | * clock to be double the card clock. Under the new timing |
| 779 | * mode, all DDR modes require a doubled module clock. |
| 780 | * |
| 781 | * We currently only support the standard MMC DDR52 mode. |
| 782 | * This block should be updated once support for other DDR |
| 783 | * modes is added. |
| 784 | */ |
Chen-Yu Tsai | 2a7aa63 | 2016-01-30 01:21:47 +0800 | [diff] [blame] | 785 | if (ios->timing == MMC_TIMING_MMC_DDR52 && |
Chen-Yu Tsai | c903a2a | 2017-07-24 21:59:00 +0800 | [diff] [blame] | 786 | (host->use_new_timings || |
| 787 | ios->bus_width == MMC_BUS_WIDTH_8)) { |
| 788 | div = 2; |
Chen-Yu Tsai | 2a7aa63 | 2016-01-30 01:21:47 +0800 | [diff] [blame] | 789 | clock <<= 1; |
Chen-Yu Tsai | c903a2a | 2017-07-24 21:59:00 +0800 | [diff] [blame] | 790 | } |
Chen-Yu Tsai | 2a7aa63 | 2016-01-30 01:21:47 +0800 | [diff] [blame] | 791 | |
Icenowy Zheng | b939e0b7 | 2017-08-08 15:09:03 +0800 | [diff] [blame] | 792 | if (host->use_new_timings && host->cfg->has_timings_switch) { |
Chen-Yu Tsai | ff39e7f | 2017-07-24 21:58:59 +0800 | [diff] [blame] | 793 | ret = sunxi_ccu_set_mmc_timing_mode(host->clk_mmc, true); |
| 794 | if (ret) { |
| 795 | dev_err(mmc_dev(mmc), |
| 796 | "error setting new timing mode\n"); |
| 797 | return ret; |
| 798 | } |
| 799 | } |
| 800 | |
Chen-Yu Tsai | 2a7aa63 | 2016-01-30 01:21:47 +0800 | [diff] [blame] | 801 | rate = clk_round_rate(host->clk_mmc, clock); |
Jean-Francois Moine | 63311be | 2016-08-23 10:51:04 +0200 | [diff] [blame] | 802 | if (rate < 0) { |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 803 | dev_err(mmc_dev(mmc), "error rounding clk to %d: %ld\n", |
Jean-Francois Moine | 63311be | 2016-08-23 10:51:04 +0200 | [diff] [blame] | 804 | clock, rate); |
| 805 | return rate; |
| 806 | } |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 807 | dev_dbg(mmc_dev(mmc), "setting clk to %d, rounded %ld\n", |
Chen-Yu Tsai | 2a7aa63 | 2016-01-30 01:21:47 +0800 | [diff] [blame] | 808 | clock, rate); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 809 | |
| 810 | /* setting clock rate */ |
| 811 | ret = clk_set_rate(host->clk_mmc, rate); |
| 812 | if (ret) { |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 813 | dev_err(mmc_dev(mmc), "error setting clk to %ld: %d\n", |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 814 | rate, ret); |
| 815 | return ret; |
| 816 | } |
| 817 | |
Chen-Yu Tsai | c903a2a | 2017-07-24 21:59:00 +0800 | [diff] [blame] | 818 | /* set internal divider */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 819 | rval = mmc_readl(host, REG_CLKCR); |
| 820 | rval &= ~0xff; |
Chen-Yu Tsai | c903a2a | 2017-07-24 21:59:00 +0800 | [diff] [blame] | 821 | rval |= div - 1; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 822 | mmc_writel(host, REG_CLKCR, rval); |
| 823 | |
Chen-Yu Tsai | 082bb85 | 2017-08-10 11:29:54 +0800 | [diff] [blame] | 824 | /* update card clock rate to account for internal divider */ |
| 825 | rate /= div; |
| 826 | |
Chen-Yu Tsai | ff39e7f | 2017-07-24 21:58:59 +0800 | [diff] [blame] | 827 | if (host->use_new_timings) { |
Chen-Yu Tsai | 26cb2be | 2017-07-14 14:42:55 +0800 | [diff] [blame] | 828 | /* Don't touch the delay bits */ |
| 829 | rval = mmc_readl(host, REG_SD_NTSR); |
| 830 | rval |= SDXC_2X_TIMING_MODE; |
| 831 | mmc_writel(host, REG_SD_NTSR, rval); |
| 832 | } |
Maxime Ripard | 9a37e53 | 2017-01-27 22:38:36 +0100 | [diff] [blame] | 833 | |
Chen-Yu Tsai | 082bb85 | 2017-08-10 11:29:54 +0800 | [diff] [blame] | 834 | /* sunxi_mmc_clk_set_phase expects the actual card clock rate */ |
Hans de Goede | f2cecb7 | 2016-07-30 16:25:46 +0200 | [diff] [blame] | 835 | ret = sunxi_mmc_clk_set_phase(host, ios, rate); |
| 836 | if (ret) |
| 837 | return ret; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 838 | |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 839 | ret = sunxi_mmc_calibrate(host, SDXC_REG_SAMP_DL_REG); |
| 840 | if (ret) |
| 841 | return ret; |
| 842 | |
Maxime Ripard | 860fdf8 | 2017-01-27 22:38:35 +0100 | [diff] [blame] | 843 | /* |
| 844 | * FIXME: |
| 845 | * |
| 846 | * In HS400 we'll also need to calibrate the data strobe |
| 847 | * signal. This should only happen on the MMC2 controller (at |
| 848 | * least on the A64). |
| 849 | */ |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 850 | |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 851 | ret = sunxi_mmc_oclk_onoff(host, 1); |
| 852 | if (ret) |
| 853 | return ret; |
| 854 | |
| 855 | /* And we just enabled our clock back */ |
Chen-Yu Tsai | 082bb85 | 2017-08-10 11:29:54 +0800 | [diff] [blame] | 856 | mmc->actual_clock = rate; |
Maxime Ripard | 43c15e9 | 2017-01-27 22:38:39 +0100 | [diff] [blame] | 857 | |
| 858 | return 0; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 859 | } |
| 860 | |
| 861 | static void sunxi_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) |
| 862 | { |
| 863 | struct sunxi_mmc_host *host = mmc_priv(mmc); |
| 864 | u32 rval; |
| 865 | |
| 866 | /* Set the power state */ |
| 867 | switch (ios->power_mode) { |
| 868 | case MMC_POWER_ON: |
| 869 | break; |
| 870 | |
| 871 | case MMC_POWER_UP: |
Maxime Ripard | 424feb5 | 2016-10-19 15:33:04 +0200 | [diff] [blame] | 872 | if (!IS_ERR(mmc->supply.vmmc)) { |
| 873 | host->ferror = mmc_regulator_set_ocr(mmc, |
| 874 | mmc->supply.vmmc, |
| 875 | ios->vdd); |
| 876 | if (host->ferror) |
| 877 | return; |
| 878 | } |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 879 | |
Chen-Yu Tsai | f771f6e | 2016-01-21 13:26:31 +0800 | [diff] [blame] | 880 | if (!IS_ERR(mmc->supply.vqmmc)) { |
| 881 | host->ferror = regulator_enable(mmc->supply.vqmmc); |
| 882 | if (host->ferror) { |
| 883 | dev_err(mmc_dev(mmc), |
| 884 | "failed to enable vqmmc\n"); |
| 885 | return; |
| 886 | } |
| 887 | host->vqmmc_enabled = true; |
| 888 | } |
| 889 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 890 | host->ferror = sunxi_mmc_init_host(mmc); |
| 891 | if (host->ferror) |
| 892 | return; |
| 893 | |
| 894 | dev_dbg(mmc_dev(mmc), "power on!\n"); |
| 895 | break; |
| 896 | |
| 897 | case MMC_POWER_OFF: |
| 898 | dev_dbg(mmc_dev(mmc), "power off!\n"); |
| 899 | sunxi_mmc_reset_host(host); |
Maxime Ripard | 424feb5 | 2016-10-19 15:33:04 +0200 | [diff] [blame] | 900 | if (!IS_ERR(mmc->supply.vmmc)) |
| 901 | mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); |
| 902 | |
Chen-Yu Tsai | f771f6e | 2016-01-21 13:26:31 +0800 | [diff] [blame] | 903 | if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) |
| 904 | regulator_disable(mmc->supply.vqmmc); |
| 905 | host->vqmmc_enabled = false; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 906 | break; |
| 907 | } |
| 908 | |
| 909 | /* set bus width */ |
| 910 | switch (ios->bus_width) { |
| 911 | case MMC_BUS_WIDTH_1: |
| 912 | mmc_writel(host, REG_WIDTH, SDXC_WIDTH1); |
| 913 | break; |
| 914 | case MMC_BUS_WIDTH_4: |
| 915 | mmc_writel(host, REG_WIDTH, SDXC_WIDTH4); |
| 916 | break; |
| 917 | case MMC_BUS_WIDTH_8: |
| 918 | mmc_writel(host, REG_WIDTH, SDXC_WIDTH8); |
| 919 | break; |
| 920 | } |
| 921 | |
| 922 | /* set ddr mode */ |
| 923 | rval = mmc_readl(host, REG_GCTRL); |
Chen-Yu Tsai | 2dcb305 | 2016-01-30 01:21:46 +0800 | [diff] [blame] | 924 | if (ios->timing == MMC_TIMING_UHS_DDR50 || |
| 925 | ios->timing == MMC_TIMING_MMC_DDR52) |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 926 | rval |= SDXC_DDR_MODE; |
| 927 | else |
| 928 | rval &= ~SDXC_DDR_MODE; |
| 929 | mmc_writel(host, REG_GCTRL, rval); |
| 930 | |
| 931 | /* set up clock */ |
Maxime Ripard | 9479074 | 2017-01-27 22:38:34 +0100 | [diff] [blame] | 932 | if (ios->power_mode) { |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 933 | host->ferror = sunxi_mmc_clk_set_rate(host, ios); |
| 934 | /* Android code had a usleep_range(50000, 55000); here */ |
| 935 | } |
| 936 | } |
| 937 | |
Chen-Yu Tsai | f771f6e | 2016-01-21 13:26:31 +0800 | [diff] [blame] | 938 | static int sunxi_mmc_volt_switch(struct mmc_host *mmc, struct mmc_ios *ios) |
| 939 | { |
| 940 | /* vqmmc regulator is available */ |
| 941 | if (!IS_ERR(mmc->supply.vqmmc)) |
| 942 | return mmc_regulator_set_vqmmc(mmc, ios); |
| 943 | |
| 944 | /* no vqmmc regulator, assume fixed regulator at 3/3.3V */ |
| 945 | if (mmc->ios.signal_voltage == MMC_SIGNAL_VOLTAGE_330) |
| 946 | return 0; |
| 947 | |
| 948 | return -EINVAL; |
| 949 | } |
| 950 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 951 | static void sunxi_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) |
| 952 | { |
| 953 | struct sunxi_mmc_host *host = mmc_priv(mmc); |
| 954 | unsigned long flags; |
| 955 | u32 imask; |
| 956 | |
| 957 | spin_lock_irqsave(&host->lock, flags); |
| 958 | |
| 959 | imask = mmc_readl(host, REG_IMASK); |
| 960 | if (enable) { |
| 961 | host->sdio_imask = SDXC_SDIO_INTERRUPT; |
| 962 | imask |= SDXC_SDIO_INTERRUPT; |
| 963 | } else { |
| 964 | host->sdio_imask = 0; |
| 965 | imask &= ~SDXC_SDIO_INTERRUPT; |
| 966 | } |
| 967 | mmc_writel(host, REG_IMASK, imask); |
| 968 | spin_unlock_irqrestore(&host->lock, flags); |
| 969 | } |
| 970 | |
| 971 | static void sunxi_mmc_hw_reset(struct mmc_host *mmc) |
| 972 | { |
| 973 | struct sunxi_mmc_host *host = mmc_priv(mmc); |
| 974 | mmc_writel(host, REG_HWRST, 0); |
| 975 | udelay(10); |
| 976 | mmc_writel(host, REG_HWRST, 1); |
| 977 | udelay(300); |
| 978 | } |
| 979 | |
| 980 | static void sunxi_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) |
| 981 | { |
| 982 | struct sunxi_mmc_host *host = mmc_priv(mmc); |
| 983 | struct mmc_command *cmd = mrq->cmd; |
| 984 | struct mmc_data *data = mrq->data; |
| 985 | unsigned long iflags; |
| 986 | u32 imask = SDXC_INTERRUPT_ERROR_BIT; |
| 987 | u32 cmd_val = SDXC_START | (cmd->opcode & 0x3f); |
David Lanzendörfer | dd9b380 | 2014-12-16 15:11:04 +0100 | [diff] [blame] | 988 | bool wait_dma = host->wait_dma; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 989 | int ret; |
| 990 | |
| 991 | /* Check for set_ios errors (should never happen) */ |
| 992 | if (host->ferror) { |
| 993 | mrq->cmd->error = host->ferror; |
| 994 | mmc_request_done(mmc, mrq); |
| 995 | return; |
| 996 | } |
| 997 | |
| 998 | if (data) { |
| 999 | ret = sunxi_mmc_map_dma(host, data); |
| 1000 | if (ret < 0) { |
| 1001 | dev_err(mmc_dev(mmc), "map DMA failed\n"); |
| 1002 | cmd->error = ret; |
| 1003 | data->error = ret; |
| 1004 | mmc_request_done(mmc, mrq); |
| 1005 | return; |
| 1006 | } |
| 1007 | } |
| 1008 | |
| 1009 | if (cmd->opcode == MMC_GO_IDLE_STATE) { |
| 1010 | cmd_val |= SDXC_SEND_INIT_SEQUENCE; |
| 1011 | imask |= SDXC_COMMAND_DONE; |
| 1012 | } |
| 1013 | |
| 1014 | if (cmd->flags & MMC_RSP_PRESENT) { |
| 1015 | cmd_val |= SDXC_RESP_EXPIRE; |
| 1016 | if (cmd->flags & MMC_RSP_136) |
| 1017 | cmd_val |= SDXC_LONG_RESPONSE; |
| 1018 | if (cmd->flags & MMC_RSP_CRC) |
| 1019 | cmd_val |= SDXC_CHECK_RESPONSE_CRC; |
| 1020 | |
| 1021 | if ((cmd->flags & MMC_CMD_MASK) == MMC_CMD_ADTC) { |
| 1022 | cmd_val |= SDXC_DATA_EXPIRE | SDXC_WAIT_PRE_OVER; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1023 | |
| 1024 | if (cmd->data->stop) { |
| 1025 | imask |= SDXC_AUTO_COMMAND_DONE; |
| 1026 | cmd_val |= SDXC_SEND_AUTO_STOP; |
| 1027 | } else { |
| 1028 | imask |= SDXC_DATA_OVER; |
| 1029 | } |
| 1030 | |
| 1031 | if (cmd->data->flags & MMC_DATA_WRITE) |
| 1032 | cmd_val |= SDXC_WRITE; |
| 1033 | else |
David Lanzendörfer | dd9b380 | 2014-12-16 15:11:04 +0100 | [diff] [blame] | 1034 | wait_dma = true; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1035 | } else { |
| 1036 | imask |= SDXC_COMMAND_DONE; |
| 1037 | } |
| 1038 | } else { |
| 1039 | imask |= SDXC_COMMAND_DONE; |
| 1040 | } |
| 1041 | |
| 1042 | dev_dbg(mmc_dev(mmc), "cmd %d(%08x) arg %x ie 0x%08x len %d\n", |
| 1043 | cmd_val & 0x3f, cmd_val, cmd->arg, imask, |
| 1044 | mrq->data ? mrq->data->blksz * mrq->data->blocks : 0); |
| 1045 | |
| 1046 | spin_lock_irqsave(&host->lock, iflags); |
| 1047 | |
| 1048 | if (host->mrq || host->manual_stop_mrq) { |
| 1049 | spin_unlock_irqrestore(&host->lock, iflags); |
| 1050 | |
| 1051 | if (data) |
| 1052 | dma_unmap_sg(mmc_dev(mmc), data->sg, data->sg_len, |
Heiner Kallweit | feeef09 | 2017-03-26 20:45:56 +0200 | [diff] [blame] | 1053 | mmc_get_dma_dir(data)); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1054 | |
| 1055 | dev_err(mmc_dev(mmc), "request already pending\n"); |
| 1056 | mrq->cmd->error = -EBUSY; |
| 1057 | mmc_request_done(mmc, mrq); |
| 1058 | return; |
| 1059 | } |
| 1060 | |
| 1061 | if (data) { |
| 1062 | mmc_writel(host, REG_BLKSZ, data->blksz); |
| 1063 | mmc_writel(host, REG_BCNTR, data->blksz * data->blocks); |
| 1064 | sunxi_mmc_start_dma(host, data); |
| 1065 | } |
| 1066 | |
| 1067 | host->mrq = mrq; |
David Lanzendörfer | dd9b380 | 2014-12-16 15:11:04 +0100 | [diff] [blame] | 1068 | host->wait_dma = wait_dma; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1069 | mmc_writel(host, REG_IMASK, host->sdio_imask | imask); |
| 1070 | mmc_writel(host, REG_CARG, cmd->arg); |
| 1071 | mmc_writel(host, REG_CMDR, cmd_val); |
| 1072 | |
| 1073 | spin_unlock_irqrestore(&host->lock, iflags); |
| 1074 | } |
| 1075 | |
Hans de Goede | c1590dd | 2015-09-22 17:30:26 +0200 | [diff] [blame] | 1076 | static int sunxi_mmc_card_busy(struct mmc_host *mmc) |
| 1077 | { |
| 1078 | struct sunxi_mmc_host *host = mmc_priv(mmc); |
| 1079 | |
| 1080 | return !!(mmc_readl(host, REG_STAS) & SDXC_CARD_DATA_BUSY); |
| 1081 | } |
| 1082 | |
Julia Lawall | 1f8029c | 2017-07-29 07:59:38 +0200 | [diff] [blame] | 1083 | static const struct mmc_host_ops sunxi_mmc_ops = { |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1084 | .request = sunxi_mmc_request, |
| 1085 | .set_ios = sunxi_mmc_set_ios, |
| 1086 | .get_ro = mmc_gpio_get_ro, |
| 1087 | .get_cd = mmc_gpio_get_cd, |
| 1088 | .enable_sdio_irq = sunxi_mmc_enable_sdio_irq, |
Chen-Yu Tsai | f771f6e | 2016-01-21 13:26:31 +0800 | [diff] [blame] | 1089 | .start_signal_voltage_switch = sunxi_mmc_volt_switch, |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1090 | .hw_reset = sunxi_mmc_hw_reset, |
Hans de Goede | c1590dd | 2015-09-22 17:30:26 +0200 | [diff] [blame] | 1091 | .card_busy = sunxi_mmc_card_busy, |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1092 | }; |
| 1093 | |
Hans de Goede | 51424b2 | 2015-09-23 22:06:48 +0200 | [diff] [blame] | 1094 | static const struct sunxi_mmc_clk_delay sunxi_mmc_clk_delays[] = { |
| 1095 | [SDXC_CLK_400K] = { .output = 180, .sample = 180 }, |
| 1096 | [SDXC_CLK_25M] = { .output = 180, .sample = 75 }, |
| 1097 | [SDXC_CLK_50M] = { .output = 90, .sample = 120 }, |
| 1098 | [SDXC_CLK_50M_DDR] = { .output = 60, .sample = 120 }, |
Chen-Yu Tsai | 2a7aa63 | 2016-01-30 01:21:47 +0800 | [diff] [blame] | 1099 | /* Value from A83T "new timing mode". Works but might not be right. */ |
| 1100 | [SDXC_CLK_50M_DDR_8BIT] = { .output = 90, .sample = 180 }, |
Hans de Goede | 51424b2 | 2015-09-23 22:06:48 +0200 | [diff] [blame] | 1101 | }; |
| 1102 | |
| 1103 | static const struct sunxi_mmc_clk_delay sun9i_mmc_clk_delays[] = { |
| 1104 | [SDXC_CLK_400K] = { .output = 180, .sample = 180 }, |
| 1105 | [SDXC_CLK_25M] = { .output = 180, .sample = 75 }, |
| 1106 | [SDXC_CLK_50M] = { .output = 150, .sample = 120 }, |
Chen-Yu Tsai | 0175249 | 2016-05-29 15:04:43 +0800 | [diff] [blame] | 1107 | [SDXC_CLK_50M_DDR] = { .output = 54, .sample = 36 }, |
| 1108 | [SDXC_CLK_50M_DDR_8BIT] = { .output = 72, .sample = 72 }, |
Hans de Goede | 51424b2 | 2015-09-23 22:06:48 +0200 | [diff] [blame] | 1109 | }; |
| 1110 | |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1111 | static const struct sunxi_mmc_cfg sun4i_a10_cfg = { |
| 1112 | .idma_des_size_bits = 13, |
Hans de Goede | b465646 | 2016-07-30 16:25:47 +0200 | [diff] [blame] | 1113 | .clk_delays = NULL, |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 1114 | .can_calibrate = false, |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1115 | }; |
| 1116 | |
| 1117 | static const struct sunxi_mmc_cfg sun5i_a13_cfg = { |
| 1118 | .idma_des_size_bits = 16, |
Hans de Goede | b465646 | 2016-07-30 16:25:47 +0200 | [diff] [blame] | 1119 | .clk_delays = NULL, |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 1120 | .can_calibrate = false, |
Hans de Goede | b465646 | 2016-07-30 16:25:47 +0200 | [diff] [blame] | 1121 | }; |
| 1122 | |
| 1123 | static const struct sunxi_mmc_cfg sun7i_a20_cfg = { |
| 1124 | .idma_des_size_bits = 16, |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1125 | .clk_delays = sunxi_mmc_clk_delays, |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 1126 | .can_calibrate = false, |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1127 | }; |
| 1128 | |
Chen-Yu Tsai | ac98cae | 2017-07-24 21:59:01 +0800 | [diff] [blame] | 1129 | static const struct sunxi_mmc_cfg sun8i_a83t_emmc_cfg = { |
| 1130 | .idma_des_size_bits = 16, |
| 1131 | .clk_delays = sunxi_mmc_clk_delays, |
| 1132 | .can_calibrate = false, |
| 1133 | .has_timings_switch = true, |
| 1134 | }; |
| 1135 | |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1136 | static const struct sunxi_mmc_cfg sun9i_a80_cfg = { |
| 1137 | .idma_des_size_bits = 16, |
| 1138 | .clk_delays = sun9i_mmc_clk_delays, |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 1139 | .can_calibrate = false, |
| 1140 | }; |
| 1141 | |
| 1142 | static const struct sunxi_mmc_cfg sun50i_a64_cfg = { |
| 1143 | .idma_des_size_bits = 16, |
| 1144 | .clk_delays = NULL, |
| 1145 | .can_calibrate = true, |
Maxime Ripard | 16e821e | 2017-01-27 22:38:37 +0100 | [diff] [blame] | 1146 | .mask_data0 = true, |
Maxime Ripard | 9a37e53 | 2017-01-27 22:38:36 +0100 | [diff] [blame] | 1147 | .needs_new_timings = true, |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1148 | }; |
| 1149 | |
Maxime Ripard | 4fb3ce0 | 2017-01-27 22:38:38 +0100 | [diff] [blame] | 1150 | static const struct sunxi_mmc_cfg sun50i_a64_emmc_cfg = { |
| 1151 | .idma_des_size_bits = 13, |
| 1152 | .clk_delays = NULL, |
| 1153 | .can_calibrate = true, |
| 1154 | }; |
| 1155 | |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1156 | static const struct of_device_id sunxi_mmc_of_match[] = { |
| 1157 | { .compatible = "allwinner,sun4i-a10-mmc", .data = &sun4i_a10_cfg }, |
| 1158 | { .compatible = "allwinner,sun5i-a13-mmc", .data = &sun5i_a13_cfg }, |
Hans de Goede | b465646 | 2016-07-30 16:25:47 +0200 | [diff] [blame] | 1159 | { .compatible = "allwinner,sun7i-a20-mmc", .data = &sun7i_a20_cfg }, |
Chen-Yu Tsai | ac98cae | 2017-07-24 21:59:01 +0800 | [diff] [blame] | 1160 | { .compatible = "allwinner,sun8i-a83t-emmc", .data = &sun8i_a83t_emmc_cfg }, |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1161 | { .compatible = "allwinner,sun9i-a80-mmc", .data = &sun9i_a80_cfg }, |
Icenowy Zheng | e1b8dfd | 2016-08-05 04:57:15 +0200 | [diff] [blame] | 1162 | { .compatible = "allwinner,sun50i-a64-mmc", .data = &sun50i_a64_cfg }, |
Maxime Ripard | 4fb3ce0 | 2017-01-27 22:38:38 +0100 | [diff] [blame] | 1163 | { .compatible = "allwinner,sun50i-a64-emmc", .data = &sun50i_a64_emmc_cfg }, |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1164 | { /* sentinel */ } |
| 1165 | }; |
| 1166 | MODULE_DEVICE_TABLE(of, sunxi_mmc_of_match); |
| 1167 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1168 | static int sunxi_mmc_resource_request(struct sunxi_mmc_host *host, |
| 1169 | struct platform_device *pdev) |
| 1170 | { |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1171 | int ret; |
| 1172 | |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1173 | host->cfg = of_device_get_match_data(&pdev->dev); |
| 1174 | if (!host->cfg) |
| 1175 | return -EINVAL; |
Hans de Goede | 51424b2 | 2015-09-23 22:06:48 +0200 | [diff] [blame] | 1176 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1177 | ret = mmc_regulator_get_supply(host->mmc); |
Wolfram Sang | aaab3c4 | 2017-10-08 16:50:08 +0200 | [diff] [blame] | 1178 | if (ret) |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1179 | return ret; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1180 | |
| 1181 | host->reg_base = devm_ioremap_resource(&pdev->dev, |
| 1182 | platform_get_resource(pdev, IORESOURCE_MEM, 0)); |
| 1183 | if (IS_ERR(host->reg_base)) |
| 1184 | return PTR_ERR(host->reg_base); |
| 1185 | |
| 1186 | host->clk_ahb = devm_clk_get(&pdev->dev, "ahb"); |
| 1187 | if (IS_ERR(host->clk_ahb)) { |
| 1188 | dev_err(&pdev->dev, "Could not get ahb clock\n"); |
| 1189 | return PTR_ERR(host->clk_ahb); |
| 1190 | } |
| 1191 | |
| 1192 | host->clk_mmc = devm_clk_get(&pdev->dev, "mmc"); |
| 1193 | if (IS_ERR(host->clk_mmc)) { |
| 1194 | dev_err(&pdev->dev, "Could not get mmc clock\n"); |
| 1195 | return PTR_ERR(host->clk_mmc); |
| 1196 | } |
| 1197 | |
Hans de Goede | b465646 | 2016-07-30 16:25:47 +0200 | [diff] [blame] | 1198 | if (host->cfg->clk_delays) { |
| 1199 | host->clk_output = devm_clk_get(&pdev->dev, "output"); |
| 1200 | if (IS_ERR(host->clk_output)) { |
| 1201 | dev_err(&pdev->dev, "Could not get output clock\n"); |
| 1202 | return PTR_ERR(host->clk_output); |
| 1203 | } |
Maxime Ripard | 6c09bb8 | 2014-07-12 12:01:33 +0200 | [diff] [blame] | 1204 | |
Hans de Goede | b465646 | 2016-07-30 16:25:47 +0200 | [diff] [blame] | 1205 | host->clk_sample = devm_clk_get(&pdev->dev, "sample"); |
| 1206 | if (IS_ERR(host->clk_sample)) { |
| 1207 | dev_err(&pdev->dev, "Could not get sample clock\n"); |
| 1208 | return PTR_ERR(host->clk_sample); |
| 1209 | } |
Maxime Ripard | 6c09bb8 | 2014-07-12 12:01:33 +0200 | [diff] [blame] | 1210 | } |
| 1211 | |
Philipp Zabel | 5e40dda | 2017-07-19 17:25:44 +0200 | [diff] [blame] | 1212 | host->reset = devm_reset_control_get_optional_exclusive(&pdev->dev, |
| 1213 | "ahb"); |
Chen-Yu Tsai | 9e71c589 | 2015-03-03 09:44:40 +0800 | [diff] [blame] | 1214 | if (PTR_ERR(host->reset) == -EPROBE_DEFER) |
| 1215 | return PTR_ERR(host->reset); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1216 | |
| 1217 | ret = clk_prepare_enable(host->clk_ahb); |
| 1218 | if (ret) { |
| 1219 | dev_err(&pdev->dev, "Enable ahb clk err %d\n", ret); |
| 1220 | return ret; |
| 1221 | } |
| 1222 | |
| 1223 | ret = clk_prepare_enable(host->clk_mmc); |
| 1224 | if (ret) { |
| 1225 | dev_err(&pdev->dev, "Enable mmc clk err %d\n", ret); |
| 1226 | goto error_disable_clk_ahb; |
| 1227 | } |
| 1228 | |
Maxime Ripard | 6c09bb8 | 2014-07-12 12:01:33 +0200 | [diff] [blame] | 1229 | ret = clk_prepare_enable(host->clk_output); |
| 1230 | if (ret) { |
| 1231 | dev_err(&pdev->dev, "Enable output clk err %d\n", ret); |
| 1232 | goto error_disable_clk_mmc; |
| 1233 | } |
| 1234 | |
| 1235 | ret = clk_prepare_enable(host->clk_sample); |
| 1236 | if (ret) { |
| 1237 | dev_err(&pdev->dev, "Enable sample clk err %d\n", ret); |
| 1238 | goto error_disable_clk_output; |
| 1239 | } |
| 1240 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1241 | if (!IS_ERR(host->reset)) { |
Maxime Ripard | c34eda6 | 2017-08-25 11:49:53 +0200 | [diff] [blame] | 1242 | ret = reset_control_reset(host->reset); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1243 | if (ret) { |
| 1244 | dev_err(&pdev->dev, "reset err %d\n", ret); |
Maxime Ripard | 6c09bb8 | 2014-07-12 12:01:33 +0200 | [diff] [blame] | 1245 | goto error_disable_clk_sample; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1246 | } |
| 1247 | } |
| 1248 | |
| 1249 | /* |
| 1250 | * Sometimes the controller asserts the irq on boot for some reason, |
| 1251 | * make sure the controller is in a sane state before enabling irqs. |
| 1252 | */ |
| 1253 | ret = sunxi_mmc_reset_host(host); |
| 1254 | if (ret) |
| 1255 | goto error_assert_reset; |
| 1256 | |
| 1257 | host->irq = platform_get_irq(pdev, 0); |
Arvind Yadav | 2408a08 | 2017-11-19 10:22:47 +0530 | [diff] [blame^] | 1258 | if (host->irq <= 0) { |
| 1259 | ret = -EINVAL; |
| 1260 | goto error_assert_reset; |
| 1261 | } |
| 1262 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1263 | return devm_request_threaded_irq(&pdev->dev, host->irq, sunxi_mmc_irq, |
| 1264 | sunxi_mmc_handle_manual_stop, 0, "sunxi-mmc", host); |
| 1265 | |
| 1266 | error_assert_reset: |
| 1267 | if (!IS_ERR(host->reset)) |
| 1268 | reset_control_assert(host->reset); |
Maxime Ripard | 6c09bb8 | 2014-07-12 12:01:33 +0200 | [diff] [blame] | 1269 | error_disable_clk_sample: |
| 1270 | clk_disable_unprepare(host->clk_sample); |
| 1271 | error_disable_clk_output: |
| 1272 | clk_disable_unprepare(host->clk_output); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1273 | error_disable_clk_mmc: |
| 1274 | clk_disable_unprepare(host->clk_mmc); |
| 1275 | error_disable_clk_ahb: |
| 1276 | clk_disable_unprepare(host->clk_ahb); |
| 1277 | return ret; |
| 1278 | } |
| 1279 | |
| 1280 | static int sunxi_mmc_probe(struct platform_device *pdev) |
| 1281 | { |
| 1282 | struct sunxi_mmc_host *host; |
| 1283 | struct mmc_host *mmc; |
| 1284 | int ret; |
| 1285 | |
| 1286 | mmc = mmc_alloc_host(sizeof(struct sunxi_mmc_host), &pdev->dev); |
| 1287 | if (!mmc) { |
| 1288 | dev_err(&pdev->dev, "mmc alloc host failed\n"); |
| 1289 | return -ENOMEM; |
| 1290 | } |
| 1291 | |
| 1292 | host = mmc_priv(mmc); |
| 1293 | host->mmc = mmc; |
| 1294 | spin_lock_init(&host->lock); |
| 1295 | |
| 1296 | ret = sunxi_mmc_resource_request(host, pdev); |
| 1297 | if (ret) |
| 1298 | goto error_free_host; |
| 1299 | |
| 1300 | host->sg_cpu = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, |
| 1301 | &host->sg_dma, GFP_KERNEL); |
| 1302 | if (!host->sg_cpu) { |
| 1303 | dev_err(&pdev->dev, "Failed to allocate DMA descriptor mem\n"); |
| 1304 | ret = -ENOMEM; |
| 1305 | goto error_free_host; |
| 1306 | } |
| 1307 | |
Chen-Yu Tsai | ff39e7f | 2017-07-24 21:58:59 +0800 | [diff] [blame] | 1308 | if (host->cfg->has_timings_switch) { |
| 1309 | /* |
| 1310 | * Supports both old and new timing modes. |
| 1311 | * Try setting the clk to new timing mode. |
| 1312 | */ |
| 1313 | sunxi_ccu_set_mmc_timing_mode(host->clk_mmc, true); |
| 1314 | |
| 1315 | /* And check the result */ |
| 1316 | ret = sunxi_ccu_get_mmc_timing_mode(host->clk_mmc); |
| 1317 | if (ret < 0) { |
| 1318 | /* |
| 1319 | * For whatever reason we were not able to get |
| 1320 | * the current active mode. Default to old mode. |
| 1321 | */ |
| 1322 | dev_warn(&pdev->dev, "MMC clk timing mode unknown\n"); |
| 1323 | host->use_new_timings = false; |
| 1324 | } else { |
| 1325 | host->use_new_timings = !!ret; |
| 1326 | } |
| 1327 | } else if (host->cfg->needs_new_timings) { |
| 1328 | /* Supports new timing mode only */ |
| 1329 | host->use_new_timings = true; |
| 1330 | } |
| 1331 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1332 | mmc->ops = &sunxi_mmc_ops; |
| 1333 | mmc->max_blk_count = 8192; |
| 1334 | mmc->max_blk_size = 4096; |
| 1335 | mmc->max_segs = PAGE_SIZE / sizeof(struct sunxi_idma_des); |
Hans de Goede | 86a9331 | 2016-07-30 16:25:45 +0200 | [diff] [blame] | 1336 | mmc->max_seg_size = (1 << host->cfg->idma_des_size_bits); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1337 | mmc->max_req_size = mmc->max_seg_size * mmc->max_segs; |
Chen-Yu Tsai | 2dcb305 | 2016-01-30 01:21:46 +0800 | [diff] [blame] | 1338 | /* 400kHz ~ 52MHz */ |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1339 | mmc->f_min = 400000; |
Chen-Yu Tsai | 2dcb305 | 2016-01-30 01:21:46 +0800 | [diff] [blame] | 1340 | mmc->f_max = 52000000; |
Chen-Yu Tsai | 3df01a9 | 2014-08-20 21:39:20 +0800 | [diff] [blame] | 1341 | mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED | |
Hans de Goede | a4101dc | 2015-03-10 16:36:36 +0100 | [diff] [blame] | 1342 | MMC_CAP_ERASE | MMC_CAP_SDIO_IRQ; |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1343 | |
Chen-Yu Tsai | c903a2a | 2017-07-24 21:59:00 +0800 | [diff] [blame] | 1344 | if (host->cfg->clk_delays || host->use_new_timings) |
Hans de Goede | b465646 | 2016-07-30 16:25:47 +0200 | [diff] [blame] | 1345 | mmc->caps |= MMC_CAP_1_8V_DDR; |
| 1346 | |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1347 | ret = mmc_of_parse(mmc); |
| 1348 | if (ret) |
| 1349 | goto error_free_dma; |
| 1350 | |
| 1351 | ret = mmc_add_host(mmc); |
| 1352 | if (ret) |
| 1353 | goto error_free_dma; |
| 1354 | |
| 1355 | dev_info(&pdev->dev, "base:0x%p irq:%u\n", host->reg_base, host->irq); |
| 1356 | platform_set_drvdata(pdev, mmc); |
| 1357 | return 0; |
| 1358 | |
| 1359 | error_free_dma: |
| 1360 | dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); |
| 1361 | error_free_host: |
| 1362 | mmc_free_host(mmc); |
| 1363 | return ret; |
| 1364 | } |
| 1365 | |
| 1366 | static int sunxi_mmc_remove(struct platform_device *pdev) |
| 1367 | { |
| 1368 | struct mmc_host *mmc = platform_get_drvdata(pdev); |
| 1369 | struct sunxi_mmc_host *host = mmc_priv(mmc); |
| 1370 | |
| 1371 | mmc_remove_host(mmc); |
| 1372 | disable_irq(host->irq); |
| 1373 | sunxi_mmc_reset_host(host); |
| 1374 | |
| 1375 | if (!IS_ERR(host->reset)) |
| 1376 | reset_control_assert(host->reset); |
| 1377 | |
Hans de Goede | 4c5f4bf | 2016-07-30 16:25:44 +0200 | [diff] [blame] | 1378 | clk_disable_unprepare(host->clk_sample); |
| 1379 | clk_disable_unprepare(host->clk_output); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1380 | clk_disable_unprepare(host->clk_mmc); |
| 1381 | clk_disable_unprepare(host->clk_ahb); |
| 1382 | |
| 1383 | dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); |
| 1384 | mmc_free_host(mmc); |
| 1385 | |
| 1386 | return 0; |
| 1387 | } |
| 1388 | |
| 1389 | static struct platform_driver sunxi_mmc_driver = { |
| 1390 | .driver = { |
| 1391 | .name = "sunxi-mmc", |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1392 | .of_match_table = of_match_ptr(sunxi_mmc_of_match), |
| 1393 | }, |
| 1394 | .probe = sunxi_mmc_probe, |
| 1395 | .remove = sunxi_mmc_remove, |
| 1396 | }; |
| 1397 | module_platform_driver(sunxi_mmc_driver); |
| 1398 | |
| 1399 | MODULE_DESCRIPTION("Allwinner's SD/MMC Card Controller Driver"); |
| 1400 | MODULE_LICENSE("GPL v2"); |
Adam Borowski | 1907e38 | 2017-11-28 04:44:55 +0100 | [diff] [blame] | 1401 | MODULE_AUTHOR("David Lanzendörfer <david.lanzendoerfer@o2s.ch>"); |
David Lanzendörfer | 3cbcb160 | 2014-05-12 14:04:48 +0200 | [diff] [blame] | 1402 | MODULE_ALIAS("platform:sunxi-mmc"); |