Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1 | /*- |
| 2 | * Copyright (c) 2007-2008, Juniper Networks, Inc. |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 3 | * Copyright (c) 2008, Excito Elektronik i Skåne AB |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 4 | * Copyright (c) 2008, Michael Trimarchi <trimarchimichael@yahoo.it> |
| 5 | * |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 6 | * All rights reserved. |
| 7 | * |
Simon Glass | e62b526 | 2015-07-06 16:47:42 -0600 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0 |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 9 | */ |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 10 | #include <common.h> |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 11 | #include <dm.h> |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 12 | #include <errno.h> |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 13 | #include <asm/byteorder.h> |
Lucas Stach | 93ad908 | 2012-09-06 08:00:13 +0200 | [diff] [blame] | 14 | #include <asm/unaligned.h> |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 15 | #include <usb.h> |
| 16 | #include <asm/io.h> |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 17 | #include <malloc.h> |
Simon Glass | cf92e05 | 2015-09-02 17:24:58 -0600 | [diff] [blame] | 18 | #include <memalign.h> |
Stefan Roese | 67333f7 | 2010-11-26 15:43:28 +0100 | [diff] [blame] | 19 | #include <watchdog.h> |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 20 | #include <linux/compiler.h> |
Jean-Christophe PLAGNIOL-VILLARD | 2731b9a | 2009-04-03 12:46:58 +0200 | [diff] [blame] | 21 | |
| 22 | #include "ehci.h" |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 23 | |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 24 | #ifndef CONFIG_USB_MAX_CONTROLLER_COUNT |
| 25 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 |
| 26 | #endif |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 27 | |
Julius Werner | 5077f96 | 2013-09-24 10:53:07 -0700 | [diff] [blame] | 28 | /* |
| 29 | * EHCI spec page 20 says that the HC may take up to 16 uFrames (= 4ms) to halt. |
| 30 | * Let's time out after 8 to have a little safety margin on top of that. |
| 31 | */ |
| 32 | #define HCHALT_TIMEOUT (8 * 1000) |
| 33 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 34 | #ifndef CONFIG_DM_USB |
Marek Vasut | b959655 | 2013-07-10 03:16:31 +0200 | [diff] [blame] | 35 | static struct ehci_ctrl ehcic[CONFIG_USB_MAX_CONTROLLER_COUNT]; |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 36 | #endif |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 37 | |
| 38 | #define ALIGN_END_ADDR(type, ptr, size) \ |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 39 | ((unsigned long)(ptr) + roundup((size) * sizeof(type), USB_DMA_MINALIGN)) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 40 | |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 41 | static struct descriptor { |
| 42 | struct usb_hub_descriptor hub; |
| 43 | struct usb_device_descriptor device; |
| 44 | struct usb_linux_config_descriptor config; |
| 45 | struct usb_linux_interface_descriptor interface; |
| 46 | struct usb_endpoint_descriptor endpoint; |
| 47 | } __attribute__ ((packed)) descriptor = { |
| 48 | { |
| 49 | 0x8, /* bDescLength */ |
| 50 | 0x29, /* bDescriptorType: hub descriptor */ |
| 51 | 2, /* bNrPorts -- runtime modified */ |
| 52 | 0, /* wHubCharacteristics */ |
Vincent Palatin | 5f4b4f2 | 2011-12-05 14:52:22 -0800 | [diff] [blame] | 53 | 10, /* bPwrOn2PwrGood */ |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 54 | 0, /* bHubCntrCurrent */ |
Bin Meng | 337fc7e | 2017-07-19 21:50:00 +0800 | [diff] [blame] | 55 | { /* Device removable */ |
| 56 | } /* at most 7 ports! XXX */ |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 57 | }, |
| 58 | { |
| 59 | 0x12, /* bLength */ |
| 60 | 1, /* bDescriptorType: UDESC_DEVICE */ |
Sergei Shtylyov | 6d313c8 | 2010-02-27 21:29:42 +0300 | [diff] [blame] | 61 | cpu_to_le16(0x0200), /* bcdUSB: v2.0 */ |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 62 | 9, /* bDeviceClass: UDCLASS_HUB */ |
| 63 | 0, /* bDeviceSubClass: UDSUBCLASS_HUB */ |
| 64 | 1, /* bDeviceProtocol: UDPROTO_HSHUBSTT */ |
| 65 | 64, /* bMaxPacketSize: 64 bytes */ |
| 66 | 0x0000, /* idVendor */ |
| 67 | 0x0000, /* idProduct */ |
Sergei Shtylyov | 6d313c8 | 2010-02-27 21:29:42 +0300 | [diff] [blame] | 68 | cpu_to_le16(0x0100), /* bcdDevice */ |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 69 | 1, /* iManufacturer */ |
| 70 | 2, /* iProduct */ |
| 71 | 0, /* iSerialNumber */ |
| 72 | 1 /* bNumConfigurations: 1 */ |
| 73 | }, |
| 74 | { |
| 75 | 0x9, |
| 76 | 2, /* bDescriptorType: UDESC_CONFIG */ |
| 77 | cpu_to_le16(0x19), |
| 78 | 1, /* bNumInterface */ |
| 79 | 1, /* bConfigurationValue */ |
| 80 | 0, /* iConfiguration */ |
| 81 | 0x40, /* bmAttributes: UC_SELF_POWER */ |
| 82 | 0 /* bMaxPower */ |
| 83 | }, |
| 84 | { |
| 85 | 0x9, /* bLength */ |
| 86 | 4, /* bDescriptorType: UDESC_INTERFACE */ |
| 87 | 0, /* bInterfaceNumber */ |
| 88 | 0, /* bAlternateSetting */ |
| 89 | 1, /* bNumEndpoints */ |
| 90 | 9, /* bInterfaceClass: UICLASS_HUB */ |
| 91 | 0, /* bInterfaceSubClass: UISUBCLASS_HUB */ |
| 92 | 0, /* bInterfaceProtocol: UIPROTO_HSHUBSTT */ |
| 93 | 0 /* iInterface */ |
| 94 | }, |
| 95 | { |
| 96 | 0x7, /* bLength */ |
| 97 | 5, /* bDescriptorType: UDESC_ENDPOINT */ |
| 98 | 0x81, /* bEndpointAddress: |
| 99 | * UE_DIR_IN | EHCI_INTR_ENDPT |
| 100 | */ |
| 101 | 3, /* bmAttributes: UE_INTERRUPT */ |
Tom Rix | 8f8bd56 | 2009-10-31 12:37:38 -0500 | [diff] [blame] | 102 | 8, /* wMaxPacketSize */ |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 103 | 255 /* bInterval */ |
| 104 | }, |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 105 | }; |
| 106 | |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 107 | #if defined(CONFIG_EHCI_IS_TDI) |
| 108 | #define ehci_is_TDI() (1) |
| 109 | #else |
| 110 | #define ehci_is_TDI() (0) |
| 111 | #endif |
| 112 | |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 113 | static struct ehci_ctrl *ehci_get_ctrl(struct usb_device *udev) |
| 114 | { |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 115 | #ifdef CONFIG_DM_USB |
Hans de Goede | 25c8ebd | 2015-05-05 11:54:33 +0200 | [diff] [blame] | 116 | return dev_get_priv(usb_get_bus(udev->dev)); |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 117 | #else |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 118 | return udev->controller; |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 119 | #endif |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 120 | } |
| 121 | |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 122 | static int ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) |
Jim Lin | b068deb | 2013-03-27 00:52:32 +0000 | [diff] [blame] | 123 | { |
| 124 | return PORTSC_PSPD(reg); |
| 125 | } |
| 126 | |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 127 | static void ehci_set_usbmode(struct ehci_ctrl *ctrl) |
Jim Lin | b068deb | 2013-03-27 00:52:32 +0000 | [diff] [blame] | 128 | { |
| 129 | uint32_t tmp; |
| 130 | uint32_t *reg_ptr; |
| 131 | |
Simon Glass | 11d18a1 | 2015-03-25 12:22:23 -0600 | [diff] [blame] | 132 | reg_ptr = (uint32_t *)((u8 *)&ctrl->hcor->or_usbcmd + USBMODE); |
Jim Lin | b068deb | 2013-03-27 00:52:32 +0000 | [diff] [blame] | 133 | tmp = ehci_readl(reg_ptr); |
| 134 | tmp |= USBMODE_CM_HC; |
| 135 | #if defined(CONFIG_EHCI_MMIO_BIG_ENDIAN) |
| 136 | tmp |= USBMODE_BE; |
Marek Vasut | 7ab0d35 | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 137 | #else |
| 138 | tmp &= ~USBMODE_BE; |
Jim Lin | b068deb | 2013-03-27 00:52:32 +0000 | [diff] [blame] | 139 | #endif |
| 140 | ehci_writel(reg_ptr, tmp); |
| 141 | } |
| 142 | |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 143 | static void ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, |
Simon Glass | 727fce3 | 2015-03-25 12:22:21 -0600 | [diff] [blame] | 144 | uint32_t *reg) |
Marek Vasut | 3874b6d | 2011-07-11 02:37:01 +0200 | [diff] [blame] | 145 | { |
| 146 | mdelay(50); |
| 147 | } |
| 148 | |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 149 | static uint32_t *ehci_get_portsc_register(struct ehci_ctrl *ctrl, int port) |
Simon Glass | aac064f | 2015-03-25 12:22:17 -0600 | [diff] [blame] | 150 | { |
Bin Meng | 99c2255 | 2017-07-19 21:50:05 +0800 | [diff] [blame] | 151 | int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); |
| 152 | |
| 153 | if (port < 0 || port >= max_ports) { |
Simon Glass | aac064f | 2015-03-25 12:22:17 -0600 | [diff] [blame] | 154 | /* Printing the message would cause a scan failure! */ |
Bin Meng | 99c2255 | 2017-07-19 21:50:05 +0800 | [diff] [blame] | 155 | debug("The request port(%u) exceeds maximum port number\n", |
| 156 | port); |
Simon Glass | aac064f | 2015-03-25 12:22:17 -0600 | [diff] [blame] | 157 | return NULL; |
| 158 | } |
| 159 | |
Simon Glass | 6a1a816 | 2015-03-25 12:22:24 -0600 | [diff] [blame] | 160 | return (uint32_t *)&ctrl->hcor->or_portsc[port]; |
Simon Glass | aac064f | 2015-03-25 12:22:17 -0600 | [diff] [blame] | 161 | } |
| 162 | |
Michael Trimarchi | 1ed9f9a | 2008-12-31 10:33:22 +0100 | [diff] [blame] | 163 | static int handshake(uint32_t *ptr, uint32_t mask, uint32_t done, int usec) |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 164 | { |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 165 | uint32_t result; |
| 166 | do { |
| 167 | result = ehci_readl(ptr); |
Wolfgang Denk | 09c83a4 | 2010-10-22 14:23:00 +0200 | [diff] [blame] | 168 | udelay(5); |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 169 | if (result == ~(uint32_t)0) |
| 170 | return -1; |
| 171 | result &= mask; |
| 172 | if (result == done) |
| 173 | return 0; |
Michael Trimarchi | 1ed9f9a | 2008-12-31 10:33:22 +0100 | [diff] [blame] | 174 | usec--; |
| 175 | } while (usec > 0); |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 176 | return -1; |
| 177 | } |
| 178 | |
Simon Glass | aeca43e | 2015-03-25 12:22:28 -0600 | [diff] [blame] | 179 | static int ehci_reset(struct ehci_ctrl *ctrl) |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 180 | { |
| 181 | uint32_t cmd; |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 182 | int ret = 0; |
| 183 | |
Simon Glass | aeca43e | 2015-03-25 12:22:28 -0600 | [diff] [blame] | 184 | cmd = ehci_readl(&ctrl->hcor->or_usbcmd); |
Stefan Roese | 273d720 | 2010-11-26 15:44:00 +0100 | [diff] [blame] | 185 | cmd = (cmd & ~CMD_RUN) | CMD_RESET; |
Simon Glass | aeca43e | 2015-03-25 12:22:28 -0600 | [diff] [blame] | 186 | ehci_writel(&ctrl->hcor->or_usbcmd, cmd); |
| 187 | ret = handshake((uint32_t *)&ctrl->hcor->or_usbcmd, |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 188 | CMD_RESET, 0, 250 * 1000); |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 189 | if (ret < 0) { |
| 190 | printf("EHCI fail to reset\n"); |
| 191 | goto out; |
| 192 | } |
| 193 | |
Jim Lin | b068deb | 2013-03-27 00:52:32 +0000 | [diff] [blame] | 194 | if (ehci_is_TDI()) |
Simon Glass | aeca43e | 2015-03-25 12:22:28 -0600 | [diff] [blame] | 195 | ctrl->ops.set_usb_mode(ctrl); |
Simon Glass | 9ab4ce2 | 2012-02-27 10:52:47 +0000 | [diff] [blame] | 196 | |
| 197 | #ifdef CONFIG_USB_EHCI_TXFIFO_THRESH |
Simon Glass | aeca43e | 2015-03-25 12:22:28 -0600 | [diff] [blame] | 198 | cmd = ehci_readl(&ctrl->hcor->or_txfilltuning); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 199 | cmd &= ~TXFIFO_THRESH_MASK; |
Simon Glass | 9ab4ce2 | 2012-02-27 10:52:47 +0000 | [diff] [blame] | 200 | cmd |= TXFIFO_THRESH(CONFIG_USB_EHCI_TXFIFO_THRESH); |
Simon Glass | aeca43e | 2015-03-25 12:22:28 -0600 | [diff] [blame] | 201 | ehci_writel(&ctrl->hcor->or_txfilltuning, cmd); |
Simon Glass | 9ab4ce2 | 2012-02-27 10:52:47 +0000 | [diff] [blame] | 202 | #endif |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 203 | out: |
| 204 | return ret; |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 205 | } |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 206 | |
Julius Werner | 5077f96 | 2013-09-24 10:53:07 -0700 | [diff] [blame] | 207 | static int ehci_shutdown(struct ehci_ctrl *ctrl) |
| 208 | { |
| 209 | int i, ret = 0; |
| 210 | uint32_t cmd, reg; |
Bin Meng | 99c2255 | 2017-07-19 21:50:05 +0800 | [diff] [blame] | 211 | int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams)); |
Julius Werner | 5077f96 | 2013-09-24 10:53:07 -0700 | [diff] [blame] | 212 | |
Marek Vasut | 1e1be6d | 2013-12-14 02:03:11 +0100 | [diff] [blame] | 213 | if (!ctrl || !ctrl->hcor) |
| 214 | return -EINVAL; |
| 215 | |
Julius Werner | 5077f96 | 2013-09-24 10:53:07 -0700 | [diff] [blame] | 216 | cmd = ehci_readl(&ctrl->hcor->or_usbcmd); |
Peng Fan | 1e6fb0e | 2016-06-15 13:15:46 +0800 | [diff] [blame] | 217 | /* If not run, directly return */ |
| 218 | if (!(cmd & CMD_RUN)) |
| 219 | return 0; |
Julius Werner | 5077f96 | 2013-09-24 10:53:07 -0700 | [diff] [blame] | 220 | cmd &= ~(CMD_PSE | CMD_ASE); |
| 221 | ehci_writel(&ctrl->hcor->or_usbcmd, cmd); |
| 222 | ret = handshake(&ctrl->hcor->or_usbsts, STS_ASS | STS_PSS, 0, |
| 223 | 100 * 1000); |
| 224 | |
| 225 | if (!ret) { |
Bin Meng | 99c2255 | 2017-07-19 21:50:05 +0800 | [diff] [blame] | 226 | for (i = 0; i < max_ports; i++) { |
Julius Werner | 5077f96 | 2013-09-24 10:53:07 -0700 | [diff] [blame] | 227 | reg = ehci_readl(&ctrl->hcor->or_portsc[i]); |
| 228 | reg |= EHCI_PS_SUSP; |
| 229 | ehci_writel(&ctrl->hcor->or_portsc[i], reg); |
| 230 | } |
| 231 | |
| 232 | cmd &= ~CMD_RUN; |
| 233 | ehci_writel(&ctrl->hcor->or_usbcmd, cmd); |
| 234 | ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, |
| 235 | HCHALT_TIMEOUT); |
| 236 | } |
| 237 | |
| 238 | if (ret) |
| 239 | puts("EHCI failed to shut down host controller.\n"); |
| 240 | |
| 241 | return ret; |
| 242 | } |
| 243 | |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 244 | static int ehci_td_buffer(struct qTD *td, void *buf, size_t sz) |
| 245 | { |
Marek Vasut | b8adb12 | 2012-04-09 04:07:46 +0200 | [diff] [blame] | 246 | uint32_t delta, next; |
Marek Vasut | abd702f | 2016-02-26 19:23:27 +0100 | [diff] [blame] | 247 | unsigned long addr = (unsigned long)buf; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 248 | int idx; |
| 249 | |
Ilya Yanok | 189a695 | 2012-07-15 04:43:49 +0000 | [diff] [blame] | 250 | if (addr != ALIGN(addr, ARCH_DMA_MINALIGN)) |
Marek Vasut | b8adb12 | 2012-04-09 04:07:46 +0200 | [diff] [blame] | 251 | debug("EHCI-HCD: Misaligned buffer address (%p)\n", buf); |
| 252 | |
Ilya Yanok | 189a695 | 2012-07-15 04:43:49 +0000 | [diff] [blame] | 253 | flush_dcache_range(addr, ALIGN(addr + sz, ARCH_DMA_MINALIGN)); |
| 254 | |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 255 | idx = 0; |
Benoît Thébaudeau | cdeb916 | 2012-07-19 22:16:38 +0200 | [diff] [blame] | 256 | while (idx < QT_BUFFER_CNT) { |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 257 | td->qt_buffer[idx] = cpu_to_hc32(virt_to_phys((void *)addr)); |
Wolfgang Denk | 3ed1607 | 2010-10-19 16:13:15 +0200 | [diff] [blame] | 258 | td->qt_buffer_hi[idx] = 0; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 259 | next = (addr + EHCI_PAGE_SIZE) & ~(EHCI_PAGE_SIZE - 1); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 260 | delta = next - addr; |
| 261 | if (delta >= sz) |
| 262 | break; |
| 263 | sz -= delta; |
| 264 | addr = next; |
| 265 | idx++; |
| 266 | } |
| 267 | |
Benoît Thébaudeau | cdeb916 | 2012-07-19 22:16:38 +0200 | [diff] [blame] | 268 | if (idx == QT_BUFFER_CNT) { |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 269 | printf("out of buffer pointers (%zu bytes left)\n", sz); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 270 | return -1; |
| 271 | } |
| 272 | |
| 273 | return 0; |
| 274 | } |
| 275 | |
Ilya Yanok | c60795f | 2012-11-06 13:48:20 +0000 | [diff] [blame] | 276 | static inline u8 ehci_encode_speed(enum usb_device_speed speed) |
| 277 | { |
| 278 | #define QH_HIGH_SPEED 2 |
| 279 | #define QH_FULL_SPEED 0 |
| 280 | #define QH_LOW_SPEED 1 |
| 281 | if (speed == USB_SPEED_HIGH) |
| 282 | return QH_HIGH_SPEED; |
| 283 | if (speed == USB_SPEED_LOW) |
| 284 | return QH_LOW_SPEED; |
| 285 | return QH_FULL_SPEED; |
| 286 | } |
| 287 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 288 | static void ehci_update_endpt2_dev_n_port(struct usb_device *udev, |
Hans de Goede | 4e2c4ad | 2014-09-20 16:51:22 +0200 | [diff] [blame] | 289 | struct QH *qh) |
| 290 | { |
Stefan Brüns | faa7db2 | 2015-12-22 01:21:03 +0100 | [diff] [blame] | 291 | uint8_t portnr = 0; |
| 292 | uint8_t hubaddr = 0; |
Hans de Goede | 4e2c4ad | 2014-09-20 16:51:22 +0200 | [diff] [blame] | 293 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 294 | if (udev->speed != USB_SPEED_LOW && udev->speed != USB_SPEED_FULL) |
Hans de Goede | 4e2c4ad | 2014-09-20 16:51:22 +0200 | [diff] [blame] | 295 | return; |
| 296 | |
Stefan Brüns | faa7db2 | 2015-12-22 01:21:03 +0100 | [diff] [blame] | 297 | usb_find_usb2_hub_address_port(udev, &hubaddr, &portnr); |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 298 | |
Stefan Brüns | faa7db2 | 2015-12-22 01:21:03 +0100 | [diff] [blame] | 299 | qh->qh_endpt2 |= cpu_to_hc32(QH_ENDPT2_PORTNUM(portnr) | |
| 300 | QH_ENDPT2_HUBADDR(hubaddr)); |
Hans de Goede | 4e2c4ad | 2014-09-20 16:51:22 +0200 | [diff] [blame] | 301 | } |
| 302 | |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 303 | static int |
| 304 | ehci_submit_async(struct usb_device *dev, unsigned long pipe, void *buffer, |
| 305 | int length, struct devrequest *req) |
| 306 | { |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 307 | ALLOC_ALIGN_BUFFER(struct QH, qh, 1, USB_DMA_MINALIGN); |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 308 | struct qTD *qtd; |
| 309 | int qtd_count = 0; |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 310 | int qtd_counter = 0; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 311 | volatile struct qTD *vtd; |
| 312 | unsigned long ts; |
| 313 | uint32_t *tdp; |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 314 | uint32_t endpt, maxpacket, token, usbsts; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 315 | uint32_t c, toggle; |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 316 | uint32_t cmd; |
Simon Glass | 96820a3 | 2011-02-07 14:42:16 -0800 | [diff] [blame] | 317 | int timeout; |
Michael Trimarchi | 1ed9f9a | 2008-12-31 10:33:22 +0100 | [diff] [blame] | 318 | int ret = 0; |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 319 | struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 320 | |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 321 | debug("dev=%p, pipe=%lx, buffer=%p, length=%d, req=%p\n", dev, pipe, |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 322 | buffer, length, req); |
| 323 | if (req != NULL) |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 324 | debug("req=%u (%#x), type=%u (%#x), value=%u (%#x), index=%u\n", |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 325 | req->request, req->request, |
| 326 | req->requesttype, req->requesttype, |
| 327 | le16_to_cpu(req->value), le16_to_cpu(req->value), |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 328 | le16_to_cpu(req->index)); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 329 | |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 330 | #define PKT_ALIGN 512 |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 331 | /* |
| 332 | * The USB transfer is split into qTD transfers. Eeach qTD transfer is |
| 333 | * described by a transfer descriptor (the qTD). The qTDs form a linked |
| 334 | * list with a queue head (QH). |
| 335 | * |
| 336 | * Each qTD transfer starts with a new USB packet, i.e. a packet cannot |
| 337 | * have its beginning in a qTD transfer and its end in the following |
| 338 | * one, so the qTD transfer lengths have to be chosen accordingly. |
| 339 | * |
| 340 | * Each qTD transfer uses up to QT_BUFFER_CNT data buffers, mapped to |
| 341 | * single pages. The first data buffer can start at any offset within a |
| 342 | * page (not considering the cache-line alignment issues), while the |
| 343 | * following buffers must be page-aligned. There is no alignment |
| 344 | * constraint on the size of a qTD transfer. |
| 345 | */ |
| 346 | if (req != NULL) |
| 347 | /* 1 qTD will be needed for SETUP, and 1 for ACK. */ |
| 348 | qtd_count += 1 + 1; |
| 349 | if (length > 0 || req == NULL) { |
| 350 | /* |
| 351 | * Determine the qTD transfer size that will be used for the |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 352 | * data payload (not considering the first qTD transfer, which |
| 353 | * may be longer or shorter, and the final one, which may be |
| 354 | * shorter). |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 355 | * |
| 356 | * In order to keep each packet within a qTD transfer, the qTD |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 357 | * transfer size is aligned to PKT_ALIGN, which is a multiple of |
| 358 | * wMaxPacketSize (except in some cases for interrupt transfers, |
| 359 | * see comment in submit_int_msg()). |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 360 | * |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 361 | * By default, i.e. if the input buffer is aligned to PKT_ALIGN, |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 362 | * QT_BUFFER_CNT full pages will be used. |
| 363 | */ |
| 364 | int xfr_sz = QT_BUFFER_CNT; |
| 365 | /* |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 366 | * However, if the input buffer is not aligned to PKT_ALIGN, the |
| 367 | * qTD transfer size will be one page shorter, and the first qTD |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 368 | * data buffer of each transfer will be page-unaligned. |
| 369 | */ |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 370 | if ((unsigned long)buffer & (PKT_ALIGN - 1)) |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 371 | xfr_sz--; |
| 372 | /* Convert the qTD transfer size to bytes. */ |
| 373 | xfr_sz *= EHCI_PAGE_SIZE; |
| 374 | /* |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 375 | * Approximate by excess the number of qTDs that will be |
| 376 | * required for the data payload. The exact formula is way more |
| 377 | * complicated and saves at most 2 qTDs, i.e. a total of 128 |
| 378 | * bytes. |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 379 | */ |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 380 | qtd_count += 2 + length / xfr_sz; |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 381 | } |
| 382 | /* |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 383 | * Threshold value based on the worst-case total size of the allocated qTDs for |
| 384 | * a mass-storage transfer of 65535 blocks of 512 bytes. |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 385 | */ |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 386 | #if CONFIG_SYS_MALLOC_LEN <= 64 + 128 * 1024 |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 387 | #warning CONFIG_SYS_MALLOC_LEN may be too small for EHCI |
| 388 | #endif |
| 389 | qtd = memalign(USB_DMA_MINALIGN, qtd_count * sizeof(struct qTD)); |
| 390 | if (qtd == NULL) { |
| 391 | printf("unable to allocate TDs\n"); |
| 392 | return -1; |
| 393 | } |
| 394 | |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 395 | memset(qh, 0, sizeof(struct QH)); |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 396 | memset(qtd, 0, qtd_count * sizeof(*qtd)); |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 397 | |
Marek Vasut | b8adb12 | 2012-04-09 04:07:46 +0200 | [diff] [blame] | 398 | toggle = usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe)); |
| 399 | |
Marek Vasut | 41b1f0a | 2012-04-09 04:13:00 +0200 | [diff] [blame] | 400 | /* |
| 401 | * Setup QH (3.6 in ehci-r10.pdf) |
| 402 | * |
| 403 | * qh_link ................. 03-00 H |
| 404 | * qh_endpt1 ............... 07-04 H |
| 405 | * qh_endpt2 ............... 0B-08 H |
| 406 | * - qh_curtd |
| 407 | * qh_overlay.qt_next ...... 13-10 H |
| 408 | * - qh_overlay.qt_altnext |
| 409 | */ |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 410 | qh->qh_link = cpu_to_hc32(virt_to_phys(&ctrl->qh_list) | QH_LINK_TYPE_QH); |
Ilya Yanok | c60795f | 2012-11-06 13:48:20 +0000 | [diff] [blame] | 411 | c = (dev->speed != USB_SPEED_HIGH) && !usb_pipeendpoint(pipe); |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 412 | maxpacket = usb_maxpacket(dev, pipe); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 413 | endpt = QH_ENDPT1_RL(8) | QH_ENDPT1_C(c) | |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 414 | QH_ENDPT1_MAXPKTLEN(maxpacket) | QH_ENDPT1_H(0) | |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 415 | QH_ENDPT1_DTC(QH_ENDPT1_DTC_DT_FROM_QTD) | |
Ilya Yanok | c60795f | 2012-11-06 13:48:20 +0000 | [diff] [blame] | 416 | QH_ENDPT1_EPS(ehci_encode_speed(dev->speed)) | |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 417 | QH_ENDPT1_ENDPT(usb_pipeendpoint(pipe)) | QH_ENDPT1_I(0) | |
| 418 | QH_ENDPT1_DEVADDR(usb_pipedevice(pipe)); |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 419 | qh->qh_endpt1 = cpu_to_hc32(endpt); |
Hans de Goede | 4e2c4ad | 2014-09-20 16:51:22 +0200 | [diff] [blame] | 420 | endpt = QH_ENDPT2_MULT(1) | QH_ENDPT2_UFCMASK(0) | QH_ENDPT2_UFSMASK(0); |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 421 | qh->qh_endpt2 = cpu_to_hc32(endpt); |
Hans de Goede | 4e2c4ad | 2014-09-20 16:51:22 +0200 | [diff] [blame] | 422 | ehci_update_endpt2_dev_n_port(dev, qh); |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 423 | qh->qh_overlay.qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); |
Stephen Warren | 2456b97 | 2014-02-07 09:53:50 -0700 | [diff] [blame] | 424 | qh->qh_overlay.qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 425 | |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 426 | tdp = &qh->qh_overlay.qt_next; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 427 | if (req != NULL) { |
Marek Vasut | 41b1f0a | 2012-04-09 04:13:00 +0200 | [diff] [blame] | 428 | /* |
| 429 | * Setup request qTD (3.5 in ehci-r10.pdf) |
| 430 | * |
| 431 | * qt_next ................ 03-00 H |
| 432 | * qt_altnext ............. 07-04 H |
| 433 | * qt_token ............... 0B-08 H |
| 434 | * |
| 435 | * [ buffer, buffer_hi ] loaded with "req". |
| 436 | */ |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 437 | qtd[qtd_counter].qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); |
| 438 | qtd[qtd_counter].qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 439 | token = QT_TOKEN_DT(0) | QT_TOKEN_TOTALBYTES(sizeof(*req)) | |
| 440 | QT_TOKEN_IOC(0) | QT_TOKEN_CPAGE(0) | QT_TOKEN_CERR(3) | |
| 441 | QT_TOKEN_PID(QT_TOKEN_PID_SETUP) | |
| 442 | QT_TOKEN_STATUS(QT_TOKEN_STATUS_ACTIVE); |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 443 | qtd[qtd_counter].qt_token = cpu_to_hc32(token); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 444 | if (ehci_td_buffer(&qtd[qtd_counter], req, sizeof(*req))) { |
| 445 | printf("unable to construct SETUP TD\n"); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 446 | goto fail; |
| 447 | } |
Marek Vasut | 41b1f0a | 2012-04-09 04:13:00 +0200 | [diff] [blame] | 448 | /* Update previous qTD! */ |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 449 | *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 450 | tdp = &qtd[qtd_counter++].qt_next; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 451 | toggle = 1; |
| 452 | } |
| 453 | |
| 454 | if (length > 0 || req == NULL) { |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 455 | uint8_t *buf_ptr = buffer; |
| 456 | int left_length = length; |
| 457 | |
| 458 | do { |
| 459 | /* |
| 460 | * Determine the size of this qTD transfer. By default, |
| 461 | * QT_BUFFER_CNT full pages can be used. |
| 462 | */ |
| 463 | int xfr_bytes = QT_BUFFER_CNT * EHCI_PAGE_SIZE; |
| 464 | /* |
| 465 | * However, if the input buffer is not page-aligned, the |
| 466 | * portion of the first page before the buffer start |
| 467 | * offset within that page is unusable. |
| 468 | */ |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 469 | xfr_bytes -= (unsigned long)buf_ptr & (EHCI_PAGE_SIZE - 1); |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 470 | /* |
| 471 | * In order to keep each packet within a qTD transfer, |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 472 | * align the qTD transfer size to PKT_ALIGN. |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 473 | */ |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 474 | xfr_bytes &= ~(PKT_ALIGN - 1); |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 475 | /* |
| 476 | * This transfer may be shorter than the available qTD |
| 477 | * transfer size that has just been computed. |
| 478 | */ |
| 479 | xfr_bytes = min(xfr_bytes, left_length); |
| 480 | |
| 481 | /* |
| 482 | * Setup request qTD (3.5 in ehci-r10.pdf) |
| 483 | * |
| 484 | * qt_next ................ 03-00 H |
| 485 | * qt_altnext ............. 07-04 H |
| 486 | * qt_token ............... 0B-08 H |
| 487 | * |
| 488 | * [ buffer, buffer_hi ] loaded with "buffer". |
| 489 | */ |
| 490 | qtd[qtd_counter].qt_next = |
| 491 | cpu_to_hc32(QT_NEXT_TERMINATE); |
| 492 | qtd[qtd_counter].qt_altnext = |
| 493 | cpu_to_hc32(QT_NEXT_TERMINATE); |
| 494 | token = QT_TOKEN_DT(toggle) | |
| 495 | QT_TOKEN_TOTALBYTES(xfr_bytes) | |
| 496 | QT_TOKEN_IOC(req == NULL) | QT_TOKEN_CPAGE(0) | |
| 497 | QT_TOKEN_CERR(3) | |
| 498 | QT_TOKEN_PID(usb_pipein(pipe) ? |
| 499 | QT_TOKEN_PID_IN : QT_TOKEN_PID_OUT) | |
| 500 | QT_TOKEN_STATUS(QT_TOKEN_STATUS_ACTIVE); |
| 501 | qtd[qtd_counter].qt_token = cpu_to_hc32(token); |
| 502 | if (ehci_td_buffer(&qtd[qtd_counter], buf_ptr, |
| 503 | xfr_bytes)) { |
| 504 | printf("unable to construct DATA TD\n"); |
| 505 | goto fail; |
| 506 | } |
| 507 | /* Update previous qTD! */ |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 508 | *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 509 | tdp = &qtd[qtd_counter++].qt_next; |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 510 | /* |
| 511 | * Data toggle has to be adjusted since the qTD transfer |
| 512 | * size is not always an even multiple of |
| 513 | * wMaxPacketSize. |
| 514 | */ |
| 515 | if ((xfr_bytes / maxpacket) & 1) |
| 516 | toggle ^= 1; |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 517 | buf_ptr += xfr_bytes; |
| 518 | left_length -= xfr_bytes; |
| 519 | } while (left_length > 0); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 520 | } |
| 521 | |
| 522 | if (req != NULL) { |
Marek Vasut | 41b1f0a | 2012-04-09 04:13:00 +0200 | [diff] [blame] | 523 | /* |
| 524 | * Setup request qTD (3.5 in ehci-r10.pdf) |
| 525 | * |
| 526 | * qt_next ................ 03-00 H |
| 527 | * qt_altnext ............. 07-04 H |
| 528 | * qt_token ............... 0B-08 H |
| 529 | */ |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 530 | qtd[qtd_counter].qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); |
| 531 | qtd[qtd_counter].qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); |
Benoît Thébaudeau | db19134 | 2012-08-10 18:27:23 +0200 | [diff] [blame] | 532 | token = QT_TOKEN_DT(1) | QT_TOKEN_TOTALBYTES(0) | |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 533 | QT_TOKEN_IOC(1) | QT_TOKEN_CPAGE(0) | QT_TOKEN_CERR(3) | |
| 534 | QT_TOKEN_PID(usb_pipein(pipe) ? |
| 535 | QT_TOKEN_PID_OUT : QT_TOKEN_PID_IN) | |
| 536 | QT_TOKEN_STATUS(QT_TOKEN_STATUS_ACTIVE); |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 537 | qtd[qtd_counter].qt_token = cpu_to_hc32(token); |
Marek Vasut | 41b1f0a | 2012-04-09 04:13:00 +0200 | [diff] [blame] | 538 | /* Update previous qTD! */ |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 539 | *tdp = cpu_to_hc32(virt_to_phys(&qtd[qtd_counter])); |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 540 | tdp = &qtd[qtd_counter++].qt_next; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 541 | } |
| 542 | |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 543 | ctrl->qh_list.qh_link = cpu_to_hc32(virt_to_phys(qh) | QH_LINK_TYPE_QH); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 544 | |
Stefan Roese | daa2daf | 2009-01-21 17:12:19 +0100 | [diff] [blame] | 545 | /* Flush dcache */ |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 546 | flush_dcache_range((unsigned long)&ctrl->qh_list, |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 547 | ALIGN_END_ADDR(struct QH, &ctrl->qh_list, 1)); |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 548 | flush_dcache_range((unsigned long)qh, ALIGN_END_ADDR(struct QH, qh, 1)); |
| 549 | flush_dcache_range((unsigned long)qtd, |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 550 | ALIGN_END_ADDR(struct qTD, qtd, qtd_count)); |
Stefan Roese | daa2daf | 2009-01-21 17:12:19 +0100 | [diff] [blame] | 551 | |
Ilya Yanok | c7701af | 2012-07-15 22:12:08 +0000 | [diff] [blame] | 552 | /* Set async. queue head pointer. */ |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 553 | ehci_writel(&ctrl->hcor->or_asynclistaddr, virt_to_phys(&ctrl->qh_list)); |
Ilya Yanok | c7701af | 2012-07-15 22:12:08 +0000 | [diff] [blame] | 554 | |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 555 | usbsts = ehci_readl(&ctrl->hcor->or_usbsts); |
| 556 | ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f)); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 557 | |
| 558 | /* Enable async. schedule. */ |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 559 | cmd = ehci_readl(&ctrl->hcor->or_usbcmd); |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 560 | cmd |= CMD_ASE; |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 561 | ehci_writel(&ctrl->hcor->or_usbcmd, cmd); |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 562 | |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 563 | ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, STS_ASS, |
Michael Trimarchi | 1ed9f9a | 2008-12-31 10:33:22 +0100 | [diff] [blame] | 564 | 100 * 1000); |
| 565 | if (ret < 0) { |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 566 | printf("EHCI fail timeout STS_ASS set\n"); |
Michael Trimarchi | 1ed9f9a | 2008-12-31 10:33:22 +0100 | [diff] [blame] | 567 | goto fail; |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 568 | } |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 569 | |
| 570 | /* Wait for TDs to be processed. */ |
| 571 | ts = get_timer(0); |
Marek Vasut | de98e8b | 2012-04-08 23:32:05 +0200 | [diff] [blame] | 572 | vtd = &qtd[qtd_counter - 1]; |
Simon Glass | 96820a3 | 2011-02-07 14:42:16 -0800 | [diff] [blame] | 573 | timeout = USB_TIMEOUT_MS(pipe); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 574 | do { |
Stefan Roese | daa2daf | 2009-01-21 17:12:19 +0100 | [diff] [blame] | 575 | /* Invalidate dcache */ |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 576 | invalidate_dcache_range((unsigned long)&ctrl->qh_list, |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 577 | ALIGN_END_ADDR(struct QH, &ctrl->qh_list, 1)); |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 578 | invalidate_dcache_range((unsigned long)qh, |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 579 | ALIGN_END_ADDR(struct QH, qh, 1)); |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 580 | invalidate_dcache_range((unsigned long)qtd, |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 581 | ALIGN_END_ADDR(struct qTD, qtd, qtd_count)); |
Marek Vasut | b8adb12 | 2012-04-09 04:07:46 +0200 | [diff] [blame] | 582 | |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 583 | token = hc32_to_cpu(vtd->qt_token); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 584 | if (!(QT_TOKEN_GET_STATUS(token) & QT_TOKEN_STATUS_ACTIVE)) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 585 | break; |
Stefan Roese | 67333f7 | 2010-11-26 15:43:28 +0100 | [diff] [blame] | 586 | WATCHDOG_RESET(); |
Simon Glass | 96820a3 | 2011-02-07 14:42:16 -0800 | [diff] [blame] | 587 | } while (get_timer(ts) < timeout); |
| 588 | |
Ilya Yanok | 189a695 | 2012-07-15 04:43:49 +0000 | [diff] [blame] | 589 | /* |
| 590 | * Invalidate the memory area occupied by buffer |
| 591 | * Don't try to fix the buffer alignment, if it isn't properly |
| 592 | * aligned it's upper layer's fault so let invalidate_dcache_range() |
| 593 | * vow about it. But we have to fix the length as it's actual |
| 594 | * transfer length and can be unaligned. This is potentially |
| 595 | * dangerous operation, it's responsibility of the calling |
| 596 | * code to make sure enough space is reserved. |
| 597 | */ |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 598 | invalidate_dcache_range((unsigned long)buffer, |
| 599 | ALIGN((unsigned long)buffer + length, ARCH_DMA_MINALIGN)); |
Marek Vasut | b8adb12 | 2012-04-09 04:07:46 +0200 | [diff] [blame] | 600 | |
Simon Glass | 96820a3 | 2011-02-07 14:42:16 -0800 | [diff] [blame] | 601 | /* Check that the TD processing happened */ |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 602 | if (QT_TOKEN_GET_STATUS(token) & QT_TOKEN_STATUS_ACTIVE) |
Simon Glass | 96820a3 | 2011-02-07 14:42:16 -0800 | [diff] [blame] | 603 | printf("EHCI timed out on TD - token=%#x\n", token); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 604 | |
| 605 | /* Disable async schedule. */ |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 606 | cmd = ehci_readl(&ctrl->hcor->or_usbcmd); |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 607 | cmd &= ~CMD_ASE; |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 608 | ehci_writel(&ctrl->hcor->or_usbcmd, cmd); |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 609 | |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 610 | ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, 0, |
Michael Trimarchi | 1ed9f9a | 2008-12-31 10:33:22 +0100 | [diff] [blame] | 611 | 100 * 1000); |
| 612 | if (ret < 0) { |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 613 | printf("EHCI fail timeout STS_ASS reset\n"); |
Michael Trimarchi | 1ed9f9a | 2008-12-31 10:33:22 +0100 | [diff] [blame] | 614 | goto fail; |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 615 | } |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 616 | |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 617 | token = hc32_to_cpu(qh->qh_overlay.qt_token); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 618 | if (!(QT_TOKEN_GET_STATUS(token) & QT_TOKEN_STATUS_ACTIVE)) { |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 619 | debug("TOKEN=%#x\n", token); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 620 | switch (QT_TOKEN_GET_STATUS(token) & |
| 621 | ~(QT_TOKEN_STATUS_SPLITXSTATE | QT_TOKEN_STATUS_PERR)) { |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 622 | case 0: |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 623 | toggle = QT_TOKEN_GET_DT(token); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 624 | usb_settoggle(dev, usb_pipeendpoint(pipe), |
| 625 | usb_pipeout(pipe), toggle); |
| 626 | dev->status = 0; |
| 627 | break; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 628 | case QT_TOKEN_STATUS_HALTED: |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 629 | dev->status = USB_ST_STALLED; |
| 630 | break; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 631 | case QT_TOKEN_STATUS_ACTIVE | QT_TOKEN_STATUS_DATBUFERR: |
| 632 | case QT_TOKEN_STATUS_DATBUFERR: |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 633 | dev->status = USB_ST_BUF_ERR; |
| 634 | break; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 635 | case QT_TOKEN_STATUS_HALTED | QT_TOKEN_STATUS_BABBLEDET: |
| 636 | case QT_TOKEN_STATUS_BABBLEDET: |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 637 | dev->status = USB_ST_BABBLE_DET; |
| 638 | break; |
| 639 | default: |
| 640 | dev->status = USB_ST_CRC_ERR; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 641 | if (QT_TOKEN_GET_STATUS(token) & QT_TOKEN_STATUS_HALTED) |
Anatolij Gustschin | 222d6df | 2010-11-02 11:47:29 +0100 | [diff] [blame] | 642 | dev->status |= USB_ST_STALLED; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 643 | break; |
| 644 | } |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 645 | dev->act_len = length - QT_TOKEN_GET_TOTALBYTES(token); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 646 | } else { |
| 647 | dev->act_len = 0; |
Kuo-Jung Su | e82a316 | 2013-05-15 15:29:23 +0800 | [diff] [blame] | 648 | #ifndef CONFIG_USB_EHCI_FARADAY |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 649 | debug("dev=%u, usbsts=%#x, p[1]=%#x, p[2]=%#x\n", |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 650 | dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), |
| 651 | ehci_readl(&ctrl->hcor->or_portsc[0]), |
| 652 | ehci_readl(&ctrl->hcor->or_portsc[1])); |
Kuo-Jung Su | e82a316 | 2013-05-15 15:29:23 +0800 | [diff] [blame] | 653 | #endif |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 654 | } |
| 655 | |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 656 | free(qtd); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 657 | return (dev->status != USB_ST_NOT_PROC) ? 0 : -1; |
| 658 | |
| 659 | fail: |
Benoît Thébaudeau | 5cec214 | 2012-08-10 18:22:32 +0200 | [diff] [blame] | 660 | free(qtd); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 661 | return -1; |
| 662 | } |
| 663 | |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 664 | static int ehci_submit_root(struct usb_device *dev, unsigned long pipe, |
| 665 | void *buffer, int length, struct devrequest *req) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 666 | { |
| 667 | uint8_t tmpbuf[4]; |
| 668 | u16 typeReq; |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 669 | void *srcptr = NULL; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 670 | int len, srclen; |
| 671 | uint32_t reg; |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 672 | uint32_t *status_reg; |
Julius Werner | 7d9aa8f | 2013-02-28 18:08:40 +0000 | [diff] [blame] | 673 | int port = le16_to_cpu(req->index) & 0xff; |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 674 | struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 675 | |
| 676 | srclen = 0; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 677 | |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 678 | debug("req=%u (%#x), type=%u (%#x), value=%u, index=%u\n", |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 679 | req->request, req->request, |
| 680 | req->requesttype, req->requesttype, |
| 681 | le16_to_cpu(req->value), le16_to_cpu(req->index)); |
| 682 | |
Prafulla Wadaskar | 44259bb | 2009-07-17 19:56:30 +0530 | [diff] [blame] | 683 | typeReq = req->request | req->requesttype << 8; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 684 | |
Prafulla Wadaskar | 44259bb | 2009-07-17 19:56:30 +0530 | [diff] [blame] | 685 | switch (typeReq) { |
Kuo-Jung Su | 9c6a9d7 | 2013-05-15 15:29:20 +0800 | [diff] [blame] | 686 | case USB_REQ_GET_STATUS | ((USB_RT_PORT | USB_DIR_IN) << 8): |
| 687 | case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): |
| 688 | case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 689 | status_reg = ctrl->ops.get_portsc_register(ctrl, port - 1); |
Kuo-Jung Su | 1dde142 | 2013-05-15 15:29:21 +0800 | [diff] [blame] | 690 | if (!status_reg) |
Kuo-Jung Su | 9c6a9d7 | 2013-05-15 15:29:20 +0800 | [diff] [blame] | 691 | return -1; |
Kuo-Jung Su | 9c6a9d7 | 2013-05-15 15:29:20 +0800 | [diff] [blame] | 692 | break; |
| 693 | default: |
| 694 | status_reg = NULL; |
| 695 | break; |
| 696 | } |
| 697 | |
| 698 | switch (typeReq) { |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 699 | case DeviceRequest | USB_REQ_GET_DESCRIPTOR: |
| 700 | switch (le16_to_cpu(req->value) >> 8) { |
| 701 | case USB_DT_DEVICE: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 702 | debug("USB_DT_DEVICE request\n"); |
| 703 | srcptr = &descriptor.device; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 704 | srclen = descriptor.device.bLength; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 705 | break; |
| 706 | case USB_DT_CONFIG: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 707 | debug("USB_DT_CONFIG config\n"); |
| 708 | srcptr = &descriptor.config; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 709 | srclen = descriptor.config.bLength + |
| 710 | descriptor.interface.bLength + |
| 711 | descriptor.endpoint.bLength; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 712 | break; |
| 713 | case USB_DT_STRING: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 714 | debug("USB_DT_STRING config\n"); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 715 | switch (le16_to_cpu(req->value) & 0xff) { |
| 716 | case 0: /* Language */ |
| 717 | srcptr = "\4\3\1\0"; |
| 718 | srclen = 4; |
| 719 | break; |
| 720 | case 1: /* Vendor */ |
| 721 | srcptr = "\16\3u\0-\0b\0o\0o\0t\0"; |
| 722 | srclen = 14; |
| 723 | break; |
| 724 | case 2: /* Product */ |
| 725 | srcptr = "\52\3E\0H\0C\0I\0 " |
| 726 | "\0H\0o\0s\0t\0 " |
| 727 | "\0C\0o\0n\0t\0r\0o\0l\0l\0e\0r\0"; |
| 728 | srclen = 42; |
| 729 | break; |
| 730 | default: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 731 | debug("unknown value DT_STRING %x\n", |
| 732 | le16_to_cpu(req->value)); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 733 | goto unknown; |
| 734 | } |
| 735 | break; |
| 736 | default: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 737 | debug("unknown value %x\n", le16_to_cpu(req->value)); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 738 | goto unknown; |
| 739 | } |
| 740 | break; |
| 741 | case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8): |
| 742 | switch (le16_to_cpu(req->value) >> 8) { |
| 743 | case USB_DT_HUB: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 744 | debug("USB_DT_HUB config\n"); |
| 745 | srcptr = &descriptor.hub; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 746 | srclen = descriptor.hub.bLength; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 747 | break; |
| 748 | default: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 749 | debug("unknown value %x\n", le16_to_cpu(req->value)); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 750 | goto unknown; |
| 751 | } |
| 752 | break; |
| 753 | case USB_REQ_SET_ADDRESS | (USB_RECIP_DEVICE << 8): |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 754 | debug("USB_REQ_SET_ADDRESS\n"); |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 755 | ctrl->rootdev = le16_to_cpu(req->value); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 756 | break; |
| 757 | case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 758 | debug("USB_REQ_SET_CONFIGURATION\n"); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 759 | /* Nothing to do */ |
| 760 | break; |
| 761 | case USB_REQ_GET_STATUS | ((USB_DIR_IN | USB_RT_HUB) << 8): |
| 762 | tmpbuf[0] = 1; /* USB_STATUS_SELFPOWERED */ |
| 763 | tmpbuf[1] = 0; |
| 764 | srcptr = tmpbuf; |
| 765 | srclen = 2; |
| 766 | break; |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 767 | case USB_REQ_GET_STATUS | ((USB_RT_PORT | USB_DIR_IN) << 8): |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 768 | memset(tmpbuf, 0, 4); |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 769 | reg = ehci_readl(status_reg); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 770 | if (reg & EHCI_PS_CS) |
| 771 | tmpbuf[0] |= USB_PORT_STAT_CONNECTION; |
| 772 | if (reg & EHCI_PS_PE) |
| 773 | tmpbuf[0] |= USB_PORT_STAT_ENABLE; |
| 774 | if (reg & EHCI_PS_SUSP) |
| 775 | tmpbuf[0] |= USB_PORT_STAT_SUSPEND; |
| 776 | if (reg & EHCI_PS_OCA) |
| 777 | tmpbuf[0] |= USB_PORT_STAT_OVERCURRENT; |
Sergei Shtylyov | c8b2d1d | 2010-02-27 21:33:21 +0300 | [diff] [blame] | 778 | if (reg & EHCI_PS_PR) |
| 779 | tmpbuf[0] |= USB_PORT_STAT_RESET; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 780 | if (reg & EHCI_PS_PP) |
| 781 | tmpbuf[1] |= USB_PORT_STAT_POWER >> 8; |
Stefan Roese | 597eb28 | 2009-01-21 17:12:01 +0100 | [diff] [blame] | 782 | |
| 783 | if (ehci_is_TDI()) { |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 784 | switch (ctrl->ops.get_port_speed(ctrl, reg)) { |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 785 | case PORTSC_PSPD_FS: |
Stefan Roese | 597eb28 | 2009-01-21 17:12:01 +0100 | [diff] [blame] | 786 | break; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 787 | case PORTSC_PSPD_LS: |
Stefan Roese | 597eb28 | 2009-01-21 17:12:01 +0100 | [diff] [blame] | 788 | tmpbuf[1] |= USB_PORT_STAT_LOW_SPEED >> 8; |
| 789 | break; |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 790 | case PORTSC_PSPD_HS: |
Stefan Roese | 597eb28 | 2009-01-21 17:12:01 +0100 | [diff] [blame] | 791 | default: |
| 792 | tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; |
| 793 | break; |
| 794 | } |
| 795 | } else { |
| 796 | tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; |
| 797 | } |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 798 | |
| 799 | if (reg & EHCI_PS_CSC) |
| 800 | tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; |
| 801 | if (reg & EHCI_PS_PEC) |
| 802 | tmpbuf[2] |= USB_PORT_STAT_C_ENABLE; |
| 803 | if (reg & EHCI_PS_OCC) |
| 804 | tmpbuf[2] |= USB_PORT_STAT_C_OVERCURRENT; |
Julius Werner | 7d9aa8f | 2013-02-28 18:08:40 +0000 | [diff] [blame] | 805 | if (ctrl->portreset & (1 << port)) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 806 | tmpbuf[2] |= USB_PORT_STAT_C_RESET; |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 807 | |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 808 | srcptr = tmpbuf; |
| 809 | srclen = 4; |
| 810 | break; |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 811 | case USB_REQ_SET_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 812 | reg = ehci_readl(status_reg); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 813 | reg &= ~EHCI_PS_CLEAR; |
| 814 | switch (le16_to_cpu(req->value)) { |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 815 | case USB_PORT_FEAT_ENABLE: |
| 816 | reg |= EHCI_PS_PE; |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 817 | ehci_writel(status_reg, reg); |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 818 | break; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 819 | case USB_PORT_FEAT_POWER: |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 820 | if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) { |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 821 | reg |= EHCI_PS_PP; |
| 822 | ehci_writel(status_reg, reg); |
| 823 | } |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 824 | break; |
| 825 | case USB_PORT_FEAT_RESET: |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 826 | if ((reg & (EHCI_PS_PE | EHCI_PS_CS)) == EHCI_PS_CS && |
| 827 | !ehci_is_TDI() && |
| 828 | EHCI_PS_IS_LOWSPEED(reg)) { |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 829 | /* Low speed device, give up ownership. */ |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 830 | debug("port %d low speed --> companion\n", |
Julius Werner | 7d9aa8f | 2013-02-28 18:08:40 +0000 | [diff] [blame] | 831 | port - 1); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 832 | reg |= EHCI_PS_PO; |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 833 | ehci_writel(status_reg, reg); |
Hans de Goede | 45b9ea1 | 2015-05-10 14:10:16 +0200 | [diff] [blame] | 834 | return -ENXIO; |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 835 | } else { |
Sergei Shtylyov | c8b2d1d | 2010-02-27 21:33:21 +0300 | [diff] [blame] | 836 | int ret; |
| 837 | |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 838 | reg |= EHCI_PS_PR; |
| 839 | reg &= ~EHCI_PS_PE; |
| 840 | ehci_writel(status_reg, reg); |
| 841 | /* |
| 842 | * caller must wait, then call GetPortStatus |
| 843 | * usb 2.0 specification say 50 ms resets on |
| 844 | * root |
| 845 | */ |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 846 | ctrl->ops.powerup_fixup(ctrl, status_reg, ®); |
Marek Vasut | 3874b6d | 2011-07-11 02:37:01 +0200 | [diff] [blame] | 847 | |
Chris Zhang | b416191 | 2010-01-06 13:34:04 -0800 | [diff] [blame] | 848 | ehci_writel(status_reg, reg & ~EHCI_PS_PR); |
Sergei Shtylyov | c8b2d1d | 2010-02-27 21:33:21 +0300 | [diff] [blame] | 849 | /* |
| 850 | * A host controller must terminate the reset |
| 851 | * and stabilize the state of the port within |
| 852 | * 2 milliseconds |
| 853 | */ |
| 854 | ret = handshake(status_reg, EHCI_PS_PR, 0, |
| 855 | 2 * 1000); |
Hans de Goede | 71b9452 | 2015-05-10 14:10:13 +0200 | [diff] [blame] | 856 | if (!ret) { |
| 857 | reg = ehci_readl(status_reg); |
| 858 | if ((reg & (EHCI_PS_PE | EHCI_PS_CS)) |
| 859 | == EHCI_PS_CS && !ehci_is_TDI()) { |
| 860 | debug("port %d full speed --> companion\n", port - 1); |
| 861 | reg &= ~EHCI_PS_CLEAR; |
| 862 | reg |= EHCI_PS_PO; |
| 863 | ehci_writel(status_reg, reg); |
Hans de Goede | 45b9ea1 | 2015-05-10 14:10:16 +0200 | [diff] [blame] | 864 | return -ENXIO; |
Hans de Goede | 71b9452 | 2015-05-10 14:10:13 +0200 | [diff] [blame] | 865 | } else { |
| 866 | ctrl->portreset |= 1 << port; |
| 867 | } |
| 868 | } else { |
Sergei Shtylyov | c8b2d1d | 2010-02-27 21:33:21 +0300 | [diff] [blame] | 869 | printf("port(%d) reset error\n", |
Julius Werner | 7d9aa8f | 2013-02-28 18:08:40 +0000 | [diff] [blame] | 870 | port - 1); |
Hans de Goede | 71b9452 | 2015-05-10 14:10:13 +0200 | [diff] [blame] | 871 | } |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 872 | } |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 873 | break; |
Julius Werner | 7d9aa8f | 2013-02-28 18:08:40 +0000 | [diff] [blame] | 874 | case USB_PORT_FEAT_TEST: |
Julius Werner | 5077f96 | 2013-09-24 10:53:07 -0700 | [diff] [blame] | 875 | ehci_shutdown(ctrl); |
Julius Werner | 7d9aa8f | 2013-02-28 18:08:40 +0000 | [diff] [blame] | 876 | reg &= ~(0xf << 16); |
| 877 | reg |= ((le16_to_cpu(req->index) >> 8) & 0xf) << 16; |
| 878 | ehci_writel(status_reg, reg); |
| 879 | break; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 880 | default: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 881 | debug("unknown feature %x\n", le16_to_cpu(req->value)); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 882 | goto unknown; |
| 883 | } |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 884 | /* unblock posted writes */ |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 885 | (void) ehci_readl(&ctrl->hcor->or_usbcmd); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 886 | break; |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 887 | case USB_REQ_CLEAR_FEATURE | ((USB_DIR_OUT | USB_RT_PORT) << 8): |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 888 | reg = ehci_readl(status_reg); |
Simon Glass | ed10e66 | 2013-05-10 19:49:00 -0700 | [diff] [blame] | 889 | reg &= ~EHCI_PS_CLEAR; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 890 | switch (le16_to_cpu(req->value)) { |
| 891 | case USB_PORT_FEAT_ENABLE: |
| 892 | reg &= ~EHCI_PS_PE; |
| 893 | break; |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 894 | case USB_PORT_FEAT_C_ENABLE: |
Simon Glass | ed10e66 | 2013-05-10 19:49:00 -0700 | [diff] [blame] | 895 | reg |= EHCI_PS_PE; |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 896 | break; |
| 897 | case USB_PORT_FEAT_POWER: |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 898 | if (HCS_PPC(ehci_readl(&ctrl->hccr->cr_hcsparams))) |
Simon Glass | ed10e66 | 2013-05-10 19:49:00 -0700 | [diff] [blame] | 899 | reg &= ~EHCI_PS_PP; |
| 900 | break; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 901 | case USB_PORT_FEAT_C_CONNECTION: |
Simon Glass | ed10e66 | 2013-05-10 19:49:00 -0700 | [diff] [blame] | 902 | reg |= EHCI_PS_CSC; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 903 | break; |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 904 | case USB_PORT_FEAT_OVER_CURRENT: |
Simon Glass | ed10e66 | 2013-05-10 19:49:00 -0700 | [diff] [blame] | 905 | reg |= EHCI_PS_OCC; |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 906 | break; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 907 | case USB_PORT_FEAT_C_RESET: |
Julius Werner | 7d9aa8f | 2013-02-28 18:08:40 +0000 | [diff] [blame] | 908 | ctrl->portreset &= ~(1 << port); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 909 | break; |
| 910 | default: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 911 | debug("unknown feature %x\n", le16_to_cpu(req->value)); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 912 | goto unknown; |
| 913 | } |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 914 | ehci_writel(status_reg, reg); |
| 915 | /* unblock posted write */ |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 916 | (void) ehci_readl(&ctrl->hcor->or_usbcmd); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 917 | break; |
| 918 | default: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 919 | debug("Unknown request\n"); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 920 | goto unknown; |
| 921 | } |
| 922 | |
Mike Frysinger | 5b84dd6 | 2012-03-05 13:47:00 +0000 | [diff] [blame] | 923 | mdelay(1); |
Masahiro Yamada | b414119 | 2014-11-07 03:03:31 +0900 | [diff] [blame] | 924 | len = min3(srclen, (int)le16_to_cpu(req->length), length); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 925 | if (srcptr != NULL && len > 0) |
| 926 | memcpy(buffer, srcptr, len); |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 927 | else |
| 928 | debug("Len is 0\n"); |
| 929 | |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 930 | dev->act_len = len; |
| 931 | dev->status = 0; |
| 932 | return 0; |
| 933 | |
| 934 | unknown: |
michael | db63299 | 2008-12-10 17:55:19 +0100 | [diff] [blame] | 935 | debug("requesttype=%x, request=%x, value=%x, index=%x, length=%x\n", |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 936 | req->requesttype, req->request, le16_to_cpu(req->value), |
| 937 | le16_to_cpu(req->index), le16_to_cpu(req->length)); |
| 938 | |
| 939 | dev->act_len = 0; |
| 940 | dev->status = USB_ST_STALLED; |
| 941 | return -1; |
| 942 | } |
| 943 | |
Masahiro Yamada | 121a4d1 | 2017-06-22 16:35:14 +0900 | [diff] [blame] | 944 | static const struct ehci_ops default_ehci_ops = { |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 945 | .set_usb_mode = ehci_set_usbmode, |
| 946 | .get_port_speed = ehci_get_port_speed, |
| 947 | .powerup_fixup = ehci_powerup_fixup, |
| 948 | .get_portsc_register = ehci_get_portsc_register, |
| 949 | }; |
| 950 | |
| 951 | static void ehci_setup_ops(struct ehci_ctrl *ctrl, const struct ehci_ops *ops) |
Simon Glass | c4a3141 | 2015-03-25 12:22:19 -0600 | [diff] [blame] | 952 | { |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 953 | if (!ops) { |
| 954 | ctrl->ops = default_ehci_ops; |
| 955 | } else { |
| 956 | ctrl->ops = *ops; |
| 957 | if (!ctrl->ops.set_usb_mode) |
| 958 | ctrl->ops.set_usb_mode = ehci_set_usbmode; |
| 959 | if (!ctrl->ops.get_port_speed) |
| 960 | ctrl->ops.get_port_speed = ehci_get_port_speed; |
| 961 | if (!ctrl->ops.powerup_fixup) |
| 962 | ctrl->ops.powerup_fixup = ehci_powerup_fixup; |
| 963 | if (!ctrl->ops.get_portsc_register) |
| 964 | ctrl->ops.get_portsc_register = |
| 965 | ehci_get_portsc_register; |
| 966 | } |
| 967 | } |
| 968 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 969 | #ifndef CONFIG_DM_USB |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 970 | void ehci_set_controller_priv(int index, void *priv, const struct ehci_ops *ops) |
| 971 | { |
| 972 | struct ehci_ctrl *ctrl = &ehcic[index]; |
| 973 | |
| 974 | ctrl->priv = priv; |
| 975 | ehci_setup_ops(ctrl, ops); |
Simon Glass | c4a3141 | 2015-03-25 12:22:19 -0600 | [diff] [blame] | 976 | } |
| 977 | |
| 978 | void *ehci_get_controller_priv(int index) |
| 979 | { |
| 980 | return ehcic[index].priv; |
| 981 | } |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 982 | #endif |
Simon Glass | c4a3141 | 2015-03-25 12:22:19 -0600 | [diff] [blame] | 983 | |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 984 | static int ehci_common_init(struct ehci_ctrl *ctrl, uint tweaks) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 985 | { |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 986 | struct QH *qh_list; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 987 | struct QH *periodic; |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 988 | uint32_t reg; |
| 989 | uint32_t cmd; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 990 | int i; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 991 | |
Vincent Palatin | 2982837 | 2012-12-12 17:55:22 -0800 | [diff] [blame] | 992 | /* Set the high address word (aka segment) for 64-bit controller */ |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 993 | if (ehci_readl(&ctrl->hccr->cr_hccparams) & 1) |
| 994 | ehci_writel(&ctrl->hcor->or_ctrldssegment, 0); |
Stefan Roese | 832e614 | 2009-01-21 17:12:10 +0100 | [diff] [blame] | 995 | |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 996 | qh_list = &ctrl->qh_list; |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 997 | |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 998 | /* Set head of reclaim list */ |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 999 | memset(qh_list, 0, sizeof(*qh_list)); |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 1000 | qh_list->qh_link = cpu_to_hc32(virt_to_phys(qh_list) | QH_LINK_TYPE_QH); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 1001 | qh_list->qh_endpt1 = cpu_to_hc32(QH_ENDPT1_H(1) | |
| 1002 | QH_ENDPT1_EPS(USB_SPEED_HIGH)); |
Tom Rini | 71c5de4 | 2012-07-15 22:14:24 +0000 | [diff] [blame] | 1003 | qh_list->qh_overlay.qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); |
| 1004 | qh_list->qh_overlay.qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); |
Benoît Thébaudeau | 14eb79b | 2012-08-10 18:22:11 +0200 | [diff] [blame] | 1005 | qh_list->qh_overlay.qt_token = |
| 1006 | cpu_to_hc32(QT_TOKEN_STATUS(QT_TOKEN_STATUS_HALTED)); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1007 | |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1008 | flush_dcache_range((unsigned long)qh_list, |
Stephen Warren | d3e0747 | 2013-05-24 15:03:17 -0600 | [diff] [blame] | 1009 | ALIGN_END_ADDR(struct QH, qh_list, 1)); |
| 1010 | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1011 | /* Set async. queue head pointer. */ |
Marek Vasut | cf7c93c | 2016-01-23 21:04:46 +0100 | [diff] [blame] | 1012 | ehci_writel(&ctrl->hcor->or_asynclistaddr, virt_to_phys(qh_list)); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1013 | |
| 1014 | /* |
| 1015 | * Set up periodic list |
| 1016 | * Step 1: Parent QH for all periodic transfers. |
| 1017 | */ |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1018 | ctrl->periodic_schedules = 0; |
| 1019 | periodic = &ctrl->periodic_queue; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1020 | memset(periodic, 0, sizeof(*periodic)); |
| 1021 | periodic->qh_link = cpu_to_hc32(QH_LINK_TERMINATE); |
| 1022 | periodic->qh_overlay.qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); |
| 1023 | periodic->qh_overlay.qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); |
| 1024 | |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1025 | flush_dcache_range((unsigned long)periodic, |
Stephen Warren | d3e0747 | 2013-05-24 15:03:17 -0600 | [diff] [blame] | 1026 | ALIGN_END_ADDR(struct QH, periodic, 1)); |
| 1027 | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1028 | /* |
| 1029 | * Step 2: Setup frame-list: Every microframe, USB tries the same list. |
| 1030 | * In particular, device specifications on polling frequency |
| 1031 | * are disregarded. Keyboards seem to send NAK/NYet reliably |
| 1032 | * when polled with an empty buffer. |
| 1033 | * |
| 1034 | * Split Transactions will be spread across microframes using |
| 1035 | * S-mask and C-mask. |
| 1036 | */ |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1037 | if (ctrl->periodic_list == NULL) |
| 1038 | ctrl->periodic_list = memalign(4096, 1024 * 4); |
Nikita Kiryanov | 8bc3603 | 2013-07-29 13:27:40 +0300 | [diff] [blame] | 1039 | |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1040 | if (!ctrl->periodic_list) |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1041 | return -ENOMEM; |
| 1042 | for (i = 0; i < 1024; i++) { |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1043 | ctrl->periodic_list[i] = cpu_to_hc32((unsigned long)periodic |
Adrian Cox | ea42777 | 2014-04-10 13:29:45 +0100 | [diff] [blame] | 1044 | | QH_LINK_TYPE_QH); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1045 | } |
| 1046 | |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1047 | flush_dcache_range((unsigned long)ctrl->periodic_list, |
| 1048 | ALIGN_END_ADDR(uint32_t, ctrl->periodic_list, |
Stephen Warren | d3e0747 | 2013-05-24 15:03:17 -0600 | [diff] [blame] | 1049 | 1024)); |
| 1050 | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1051 | /* Set periodic list base address */ |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1052 | ehci_writel(&ctrl->hcor->or_periodiclistbase, |
| 1053 | (unsigned long)ctrl->periodic_list); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1054 | |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1055 | reg = ehci_readl(&ctrl->hccr->cr_hcsparams); |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 1056 | descriptor.hub.bNbrPorts = HCS_N_PORTS(reg); |
Lucas Stach | 7a46b2c | 2012-09-28 00:26:19 +0200 | [diff] [blame] | 1057 | debug("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 1058 | /* Port Indicators */ |
| 1059 | if (HCS_INDICATOR(reg)) |
Lucas Stach | 93ad908 | 2012-09-06 08:00:13 +0200 | [diff] [blame] | 1060 | put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) |
| 1061 | | 0x80, &descriptor.hub.wHubCharacteristics); |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 1062 | /* Port Power Control */ |
| 1063 | if (HCS_PPC(reg)) |
Lucas Stach | 93ad908 | 2012-09-06 08:00:13 +0200 | [diff] [blame] | 1064 | put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) |
| 1065 | | 0x01, &descriptor.hub.wHubCharacteristics); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1066 | |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1067 | /* Start the host controller. */ |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1068 | cmd = ehci_readl(&ctrl->hcor->or_usbcmd); |
Wolfgang Denk | f15c651 | 2009-02-12 00:08:39 +0100 | [diff] [blame] | 1069 | /* |
| 1070 | * Philips, Intel, and maybe others need CMD_RUN before the |
| 1071 | * root hub will detect new devices (why?); NEC doesn't |
| 1072 | */ |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 1073 | cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); |
| 1074 | cmd |= CMD_RUN; |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1075 | ehci_writel(&ctrl->hcor->or_usbcmd, cmd); |
michael | 51ab142 | 2008-12-11 13:43:55 +0100 | [diff] [blame] | 1076 | |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1077 | if (!(tweaks & EHCI_TWEAK_NO_INIT_CF)) { |
| 1078 | /* take control over the ports */ |
| 1079 | cmd = ehci_readl(&ctrl->hcor->or_configflag); |
| 1080 | cmd |= FLAG_CF; |
| 1081 | ehci_writel(&ctrl->hcor->or_configflag, cmd); |
| 1082 | } |
Kuo-Jung Su | e82a316 | 2013-05-15 15:29:23 +0800 | [diff] [blame] | 1083 | |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 1084 | /* unblock posted write */ |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1085 | cmd = ehci_readl(&ctrl->hcor->or_usbcmd); |
Mike Frysinger | 5b84dd6 | 2012-03-05 13:47:00 +0000 | [diff] [blame] | 1086 | mdelay(5); |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1087 | reg = HC_VERSION(ehci_readl(&ctrl->hccr->cr_capbase)); |
Remy Böhmer | c0d722f | 2008-12-13 22:51:58 +0100 | [diff] [blame] | 1088 | printf("USB EHCI %x.%02x\n", reg >> 8, reg & 0xff); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1089 | |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1090 | return 0; |
| 1091 | } |
| 1092 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1093 | #ifndef CONFIG_DM_USB |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1094 | int usb_lowlevel_stop(int index) |
| 1095 | { |
| 1096 | ehci_shutdown(&ehcic[index]); |
| 1097 | return ehci_hcd_stop(index); |
| 1098 | } |
| 1099 | |
| 1100 | int usb_lowlevel_init(int index, enum usb_init_type init, void **controller) |
| 1101 | { |
| 1102 | struct ehci_ctrl *ctrl = &ehcic[index]; |
| 1103 | uint tweaks = 0; |
| 1104 | int rc; |
| 1105 | |
Simon Glass | deb8508 | 2015-03-25 12:22:27 -0600 | [diff] [blame] | 1106 | /** |
| 1107 | * Set ops to default_ehci_ops, ehci_hcd_init should call |
| 1108 | * ehci_set_controller_priv to change any of these function pointers. |
| 1109 | */ |
| 1110 | ctrl->ops = default_ehci_ops; |
| 1111 | |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1112 | rc = ehci_hcd_init(index, init, &ctrl->hccr, &ctrl->hcor); |
| 1113 | if (rc) |
| 1114 | return rc; |
| 1115 | if (init == USB_INIT_DEVICE) |
| 1116 | goto done; |
| 1117 | |
| 1118 | /* EHCI spec section 4.1 */ |
Simon Glass | aeca43e | 2015-03-25 12:22:28 -0600 | [diff] [blame] | 1119 | if (ehci_reset(ctrl)) |
Simon Glass | 7372b5b | 2015-03-25 12:22:26 -0600 | [diff] [blame] | 1120 | return -1; |
| 1121 | |
| 1122 | #if defined(CONFIG_EHCI_HCD_INIT_AFTER_RESET) |
| 1123 | rc = ehci_hcd_init(index, init, &ctrl->hccr, &ctrl->hcor); |
| 1124 | if (rc) |
| 1125 | return rc; |
| 1126 | #endif |
| 1127 | #ifdef CONFIG_USB_EHCI_FARADAY |
| 1128 | tweaks |= EHCI_TWEAK_NO_INIT_CF; |
| 1129 | #endif |
| 1130 | rc = ehci_common_init(ctrl, tweaks); |
| 1131 | if (rc) |
| 1132 | return rc; |
| 1133 | |
| 1134 | ctrl->rootdev = 0; |
Troy Kisky | 127efc4 | 2013-10-10 15:27:57 -0700 | [diff] [blame] | 1135 | done: |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 1136 | *controller = &ehcic[index]; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1137 | return 0; |
| 1138 | } |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1139 | #endif |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1140 | |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 1141 | static int _ehci_submit_bulk_msg(struct usb_device *dev, unsigned long pipe, |
| 1142 | void *buffer, int length) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1143 | { |
| 1144 | |
| 1145 | if (usb_pipetype(pipe) != PIPE_BULK) { |
| 1146 | debug("non-bulk pipe (type=%lu)", usb_pipetype(pipe)); |
| 1147 | return -1; |
| 1148 | } |
| 1149 | return ehci_submit_async(dev, pipe, buffer, length, NULL); |
| 1150 | } |
| 1151 | |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 1152 | static int _ehci_submit_control_msg(struct usb_device *dev, unsigned long pipe, |
| 1153 | void *buffer, int length, |
| 1154 | struct devrequest *setup) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1155 | { |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 1156 | struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1157 | |
| 1158 | if (usb_pipetype(pipe) != PIPE_CONTROL) { |
| 1159 | debug("non-control pipe (type=%lu)", usb_pipetype(pipe)); |
| 1160 | return -1; |
| 1161 | } |
| 1162 | |
Lucas Stach | 676ae06 | 2012-09-26 00:14:35 +0200 | [diff] [blame] | 1163 | if (usb_pipedevice(pipe) == ctrl->rootdev) { |
| 1164 | if (!ctrl->rootdev) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1165 | dev->speed = USB_SPEED_HIGH; |
| 1166 | return ehci_submit_root(dev, pipe, buffer, length, setup); |
| 1167 | } |
| 1168 | return ehci_submit_async(dev, pipe, buffer, length, setup); |
| 1169 | } |
| 1170 | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1171 | struct int_queue { |
Hans de Goede | 8aa26b8 | 2014-09-24 14:06:05 +0200 | [diff] [blame] | 1172 | int elementsize; |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1173 | unsigned long pipe; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1174 | struct QH *first; |
| 1175 | struct QH *current; |
| 1176 | struct QH *last; |
| 1177 | struct qTD *tds; |
| 1178 | }; |
| 1179 | |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1180 | #define NEXT_QH(qh) (struct QH *)((unsigned long)hc32_to_cpu((qh)->qh_link) & ~0x1f) |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1181 | |
| 1182 | static int |
| 1183 | enable_periodic(struct ehci_ctrl *ctrl) |
| 1184 | { |
| 1185 | uint32_t cmd; |
| 1186 | struct ehci_hcor *hcor = ctrl->hcor; |
| 1187 | int ret; |
| 1188 | |
| 1189 | cmd = ehci_readl(&hcor->or_usbcmd); |
| 1190 | cmd |= CMD_PSE; |
| 1191 | ehci_writel(&hcor->or_usbcmd, cmd); |
| 1192 | |
| 1193 | ret = handshake((uint32_t *)&hcor->or_usbsts, |
| 1194 | STS_PSS, STS_PSS, 100 * 1000); |
| 1195 | if (ret < 0) { |
| 1196 | printf("EHCI failed: timeout when enabling periodic list\n"); |
| 1197 | return -ETIMEDOUT; |
| 1198 | } |
| 1199 | udelay(1000); |
| 1200 | return 0; |
| 1201 | } |
| 1202 | |
| 1203 | static int |
| 1204 | disable_periodic(struct ehci_ctrl *ctrl) |
| 1205 | { |
| 1206 | uint32_t cmd; |
| 1207 | struct ehci_hcor *hcor = ctrl->hcor; |
| 1208 | int ret; |
| 1209 | |
| 1210 | cmd = ehci_readl(&hcor->or_usbcmd); |
| 1211 | cmd &= ~CMD_PSE; |
| 1212 | ehci_writel(&hcor->or_usbcmd, cmd); |
| 1213 | |
| 1214 | ret = handshake((uint32_t *)&hcor->or_usbsts, |
| 1215 | STS_PSS, 0, 100 * 1000); |
| 1216 | if (ret < 0) { |
| 1217 | printf("EHCI failed: timeout when disabling periodic list\n"); |
| 1218 | return -ETIMEDOUT; |
| 1219 | } |
| 1220 | return 0; |
| 1221 | } |
| 1222 | |
Hans de Goede | 029fd8e | 2015-05-11 20:43:52 +0200 | [diff] [blame] | 1223 | static struct int_queue *_ehci_create_int_queue(struct usb_device *dev, |
| 1224 | unsigned long pipe, int queuesize, int elementsize, |
| 1225 | void *buffer, int interval) |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1226 | { |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 1227 | struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1228 | struct int_queue *result = NULL; |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1229 | uint32_t i, toggle; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1230 | |
Hans de Goede | bd818d8 | 2014-09-24 14:06:04 +0200 | [diff] [blame] | 1231 | /* |
| 1232 | * Interrupt transfers requiring several transactions are not supported |
| 1233 | * because bInterval is ignored. |
| 1234 | * |
| 1235 | * Also, ehci_submit_async() relies on wMaxPacketSize being a power of 2 |
| 1236 | * <= PKT_ALIGN if several qTDs are required, while the USB |
| 1237 | * specification does not constrain this for interrupt transfers. That |
| 1238 | * means that ehci_submit_async() would support interrupt transfers |
| 1239 | * requiring several transactions only as long as the transfer size does |
| 1240 | * not require more than a single qTD. |
| 1241 | */ |
| 1242 | if (elementsize > usb_maxpacket(dev, pipe)) { |
| 1243 | printf("%s: xfers requiring several transactions are not supported.\n", |
| 1244 | __func__); |
| 1245 | return NULL; |
| 1246 | } |
| 1247 | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1248 | debug("Enter create_int_queue\n"); |
| 1249 | if (usb_pipetype(pipe) != PIPE_INTERRUPT) { |
| 1250 | debug("non-interrupt pipe (type=%lu)", usb_pipetype(pipe)); |
| 1251 | return NULL; |
| 1252 | } |
| 1253 | |
| 1254 | /* limit to 4 full pages worth of data - |
| 1255 | * we can safely fit them in a single TD, |
| 1256 | * no matter the alignment |
| 1257 | */ |
| 1258 | if (elementsize >= 16384) { |
| 1259 | debug("too large elements for interrupt transfers\n"); |
| 1260 | return NULL; |
| 1261 | } |
| 1262 | |
| 1263 | result = malloc(sizeof(*result)); |
| 1264 | if (!result) { |
| 1265 | debug("ehci intr queue: out of memory\n"); |
| 1266 | goto fail1; |
| 1267 | } |
Hans de Goede | 8aa26b8 | 2014-09-24 14:06:05 +0200 | [diff] [blame] | 1268 | result->elementsize = elementsize; |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1269 | result->pipe = pipe; |
Stephen Warren | 8165e34 | 2014-02-06 13:13:06 -0700 | [diff] [blame] | 1270 | result->first = memalign(USB_DMA_MINALIGN, |
| 1271 | sizeof(struct QH) * queuesize); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1272 | if (!result->first) { |
| 1273 | debug("ehci intr queue: out of memory\n"); |
| 1274 | goto fail2; |
| 1275 | } |
| 1276 | result->current = result->first; |
| 1277 | result->last = result->first + queuesize - 1; |
Stephen Warren | 8165e34 | 2014-02-06 13:13:06 -0700 | [diff] [blame] | 1278 | result->tds = memalign(USB_DMA_MINALIGN, |
| 1279 | sizeof(struct qTD) * queuesize); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1280 | if (!result->tds) { |
| 1281 | debug("ehci intr queue: out of memory\n"); |
| 1282 | goto fail3; |
| 1283 | } |
| 1284 | memset(result->first, 0, sizeof(struct QH) * queuesize); |
| 1285 | memset(result->tds, 0, sizeof(struct qTD) * queuesize); |
| 1286 | |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1287 | toggle = usb_gettoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe)); |
| 1288 | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1289 | for (i = 0; i < queuesize; i++) { |
| 1290 | struct QH *qh = result->first + i; |
| 1291 | struct qTD *td = result->tds + i; |
| 1292 | void **buf = &qh->buffer; |
| 1293 | |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1294 | qh->qh_link = cpu_to_hc32((unsigned long)(qh+1) | QH_LINK_TYPE_QH); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1295 | if (i == queuesize - 1) |
Adrian Cox | ea42777 | 2014-04-10 13:29:45 +0100 | [diff] [blame] | 1296 | qh->qh_link = cpu_to_hc32(QH_LINK_TERMINATE); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1297 | |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1298 | qh->qh_overlay.qt_next = cpu_to_hc32((unsigned long)td); |
Adrian Cox | ea42777 | 2014-04-10 13:29:45 +0100 | [diff] [blame] | 1299 | qh->qh_overlay.qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); |
| 1300 | qh->qh_endpt1 = |
| 1301 | cpu_to_hc32((0 << 28) | /* No NAK reload (ehci 4.9) */ |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1302 | (usb_maxpacket(dev, pipe) << 16) | /* MPS */ |
| 1303 | (1 << 14) | |
| 1304 | QH_ENDPT1_EPS(ehci_encode_speed(dev->speed)) | |
| 1305 | (usb_pipeendpoint(pipe) << 8) | /* Endpoint Number */ |
Adrian Cox | ea42777 | 2014-04-10 13:29:45 +0100 | [diff] [blame] | 1306 | (usb_pipedevice(pipe) << 0)); |
| 1307 | qh->qh_endpt2 = cpu_to_hc32((1 << 30) | /* 1 Tx per mframe */ |
| 1308 | (1 << 0)); /* S-mask: microframe 0 */ |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1309 | if (dev->speed == USB_SPEED_LOW || |
| 1310 | dev->speed == USB_SPEED_FULL) { |
Hans de Goede | 4e2c4ad | 2014-09-20 16:51:22 +0200 | [diff] [blame] | 1311 | /* C-mask: microframes 2-4 */ |
| 1312 | qh->qh_endpt2 |= cpu_to_hc32((0x1c << 8)); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1313 | } |
Hans de Goede | 4e2c4ad | 2014-09-20 16:51:22 +0200 | [diff] [blame] | 1314 | ehci_update_endpt2_dev_n_port(dev, qh); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1315 | |
Adrian Cox | ea42777 | 2014-04-10 13:29:45 +0100 | [diff] [blame] | 1316 | td->qt_next = cpu_to_hc32(QT_NEXT_TERMINATE); |
| 1317 | td->qt_altnext = cpu_to_hc32(QT_NEXT_TERMINATE); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1318 | debug("communication direction is '%s'\n", |
| 1319 | usb_pipein(pipe) ? "in" : "out"); |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1320 | td->qt_token = cpu_to_hc32( |
| 1321 | QT_TOKEN_DT(toggle) | |
| 1322 | (elementsize << 16) | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1323 | ((usb_pipein(pipe) ? 1 : 0) << 8) | /* IN/OUT token */ |
Adrian Cox | ea42777 | 2014-04-10 13:29:45 +0100 | [diff] [blame] | 1324 | 0x80); /* active */ |
| 1325 | td->qt_buffer[0] = |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1326 | cpu_to_hc32((unsigned long)buffer + i * elementsize); |
Adrian Cox | ea42777 | 2014-04-10 13:29:45 +0100 | [diff] [blame] | 1327 | td->qt_buffer[1] = |
| 1328 | cpu_to_hc32((td->qt_buffer[0] + 0x1000) & ~0xfff); |
| 1329 | td->qt_buffer[2] = |
| 1330 | cpu_to_hc32((td->qt_buffer[0] + 0x2000) & ~0xfff); |
| 1331 | td->qt_buffer[3] = |
| 1332 | cpu_to_hc32((td->qt_buffer[0] + 0x3000) & ~0xfff); |
| 1333 | td->qt_buffer[4] = |
| 1334 | cpu_to_hc32((td->qt_buffer[0] + 0x4000) & ~0xfff); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1335 | |
| 1336 | *buf = buffer + i * elementsize; |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1337 | toggle ^= 1; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1338 | } |
| 1339 | |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1340 | flush_dcache_range((unsigned long)buffer, |
Stephen Warren | d3e0747 | 2013-05-24 15:03:17 -0600 | [diff] [blame] | 1341 | ALIGN_END_ADDR(char, buffer, |
| 1342 | queuesize * elementsize)); |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1343 | flush_dcache_range((unsigned long)result->first, |
Stephen Warren | d3e0747 | 2013-05-24 15:03:17 -0600 | [diff] [blame] | 1344 | ALIGN_END_ADDR(struct QH, result->first, |
| 1345 | queuesize)); |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1346 | flush_dcache_range((unsigned long)result->tds, |
Stephen Warren | d3e0747 | 2013-05-24 15:03:17 -0600 | [diff] [blame] | 1347 | ALIGN_END_ADDR(struct qTD, result->tds, |
| 1348 | queuesize)); |
| 1349 | |
Hans de Goede | 32f2eac | 2014-09-24 14:06:03 +0200 | [diff] [blame] | 1350 | if (ctrl->periodic_schedules > 0) { |
| 1351 | if (disable_periodic(ctrl) < 0) { |
| 1352 | debug("FATAL: periodic should never fail, but did"); |
| 1353 | goto fail3; |
| 1354 | } |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1355 | } |
| 1356 | |
| 1357 | /* hook up to periodic list */ |
| 1358 | struct QH *list = &ctrl->periodic_queue; |
| 1359 | result->last->qh_link = list->qh_link; |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1360 | list->qh_link = cpu_to_hc32((unsigned long)result->first | QH_LINK_TYPE_QH); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1361 | |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1362 | flush_dcache_range((unsigned long)result->last, |
Stephen Warren | d3e0747 | 2013-05-24 15:03:17 -0600 | [diff] [blame] | 1363 | ALIGN_END_ADDR(struct QH, result->last, 1)); |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1364 | flush_dcache_range((unsigned long)list, |
Stephen Warren | d3e0747 | 2013-05-24 15:03:17 -0600 | [diff] [blame] | 1365 | ALIGN_END_ADDR(struct QH, list, 1)); |
| 1366 | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1367 | if (enable_periodic(ctrl) < 0) { |
| 1368 | debug("FATAL: periodic should never fail, but did"); |
| 1369 | goto fail3; |
| 1370 | } |
Hans de Goede | 36b7310 | 2014-09-20 16:51:25 +0200 | [diff] [blame] | 1371 | ctrl->periodic_schedules++; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1372 | |
| 1373 | debug("Exit create_int_queue\n"); |
| 1374 | return result; |
| 1375 | fail3: |
| 1376 | if (result->tds) |
| 1377 | free(result->tds); |
| 1378 | fail2: |
| 1379 | if (result->first) |
| 1380 | free(result->first); |
| 1381 | if (result) |
| 1382 | free(result); |
| 1383 | fail1: |
| 1384 | return NULL; |
| 1385 | } |
| 1386 | |
Hans de Goede | 029fd8e | 2015-05-11 20:43:52 +0200 | [diff] [blame] | 1387 | static void *_ehci_poll_int_queue(struct usb_device *dev, |
| 1388 | struct int_queue *queue) |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1389 | { |
| 1390 | struct QH *cur = queue->current; |
Hans de Goede | 415548d | 2014-09-20 16:51:24 +0200 | [diff] [blame] | 1391 | struct qTD *cur_td; |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1392 | uint32_t token, toggle; |
| 1393 | unsigned long pipe = queue->pipe; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1394 | |
| 1395 | /* depleted queue */ |
| 1396 | if (cur == NULL) { |
| 1397 | debug("Exit poll_int_queue with completed queue\n"); |
| 1398 | return NULL; |
| 1399 | } |
| 1400 | /* still active */ |
Hans de Goede | 415548d | 2014-09-20 16:51:24 +0200 | [diff] [blame] | 1401 | cur_td = &queue->tds[queue->current - queue->first]; |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1402 | invalidate_dcache_range((unsigned long)cur_td, |
Hans de Goede | 415548d | 2014-09-20 16:51:24 +0200 | [diff] [blame] | 1403 | ALIGN_END_ADDR(struct qTD, cur_td, 1)); |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1404 | token = hc32_to_cpu(cur_td->qt_token); |
| 1405 | if (QT_TOKEN_GET_STATUS(token) & QT_TOKEN_STATUS_ACTIVE) { |
| 1406 | debug("Exit poll_int_queue with no completed intr transfer. token is %x\n", token); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1407 | return NULL; |
| 1408 | } |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1409 | |
| 1410 | toggle = QT_TOKEN_GET_DT(token); |
| 1411 | usb_settoggle(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe), toggle); |
| 1412 | |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1413 | if (!(cur->qh_link & QH_LINK_TERMINATE)) |
| 1414 | queue->current++; |
| 1415 | else |
| 1416 | queue->current = NULL; |
Hans de Goede | 8aa26b8 | 2014-09-24 14:06:05 +0200 | [diff] [blame] | 1417 | |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1418 | invalidate_dcache_range((unsigned long)cur->buffer, |
Hans de Goede | 8aa26b8 | 2014-09-24 14:06:05 +0200 | [diff] [blame] | 1419 | ALIGN_END_ADDR(char, cur->buffer, |
| 1420 | queue->elementsize)); |
| 1421 | |
Hans de Goede | 415548d | 2014-09-20 16:51:24 +0200 | [diff] [blame] | 1422 | debug("Exit poll_int_queue with completed intr transfer. token is %x at %p (first at %p)\n", |
Hans de Goede | 7f59d16 | 2015-06-18 22:34:33 +0200 | [diff] [blame] | 1423 | token, cur, queue->first); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1424 | return cur->buffer; |
| 1425 | } |
| 1426 | |
| 1427 | /* Do not free buffers associated with QHs, they're owned by someone else */ |
Hans de Goede | 029fd8e | 2015-05-11 20:43:52 +0200 | [diff] [blame] | 1428 | static int _ehci_destroy_int_queue(struct usb_device *dev, |
| 1429 | struct int_queue *queue) |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1430 | { |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 1431 | struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1432 | int result = -1; |
| 1433 | unsigned long timeout; |
| 1434 | |
| 1435 | if (disable_periodic(ctrl) < 0) { |
| 1436 | debug("FATAL: periodic should never fail, but did"); |
| 1437 | goto out; |
| 1438 | } |
Hans de Goede | 36b7310 | 2014-09-20 16:51:25 +0200 | [diff] [blame] | 1439 | ctrl->periodic_schedules--; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1440 | |
| 1441 | struct QH *cur = &ctrl->periodic_queue; |
| 1442 | timeout = get_timer(0) + 500; /* abort after 500ms */ |
Adrian Cox | ea42777 | 2014-04-10 13:29:45 +0100 | [diff] [blame] | 1443 | while (!(cur->qh_link & cpu_to_hc32(QH_LINK_TERMINATE))) { |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1444 | debug("considering %p, with qh_link %x\n", cur, cur->qh_link); |
| 1445 | if (NEXT_QH(cur) == queue->first) { |
| 1446 | debug("found candidate. removing from chain\n"); |
| 1447 | cur->qh_link = queue->last->qh_link; |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1448 | flush_dcache_range((unsigned long)cur, |
Hans de Goede | ea7b30c | 2014-09-20 16:51:23 +0200 | [diff] [blame] | 1449 | ALIGN_END_ADDR(struct QH, cur, 1)); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1450 | result = 0; |
| 1451 | break; |
| 1452 | } |
| 1453 | cur = NEXT_QH(cur); |
| 1454 | if (get_timer(0) > timeout) { |
| 1455 | printf("Timeout destroying interrupt endpoint queue\n"); |
| 1456 | result = -1; |
| 1457 | goto out; |
| 1458 | } |
| 1459 | } |
| 1460 | |
Hans de Goede | 36b7310 | 2014-09-20 16:51:25 +0200 | [diff] [blame] | 1461 | if (ctrl->periodic_schedules > 0) { |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1462 | result = enable_periodic(ctrl); |
| 1463 | if (result < 0) |
| 1464 | debug("FATAL: periodic should never fail, but did"); |
| 1465 | } |
| 1466 | |
| 1467 | out: |
| 1468 | free(queue->tds); |
| 1469 | free(queue->first); |
| 1470 | free(queue); |
| 1471 | |
| 1472 | return result; |
| 1473 | } |
| 1474 | |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 1475 | static int _ehci_submit_int_msg(struct usb_device *dev, unsigned long pipe, |
| 1476 | void *buffer, int length, int interval) |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1477 | { |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1478 | void *backbuffer; |
| 1479 | struct int_queue *queue; |
| 1480 | unsigned long timeout; |
| 1481 | int result = 0, ret; |
| 1482 | |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1483 | debug("dev=%p, pipe=%lu, buffer=%p, length=%d, interval=%d", |
| 1484 | dev, pipe, buffer, length, interval); |
Benoît Thébaudeau | 44ae0be | 2012-08-09 23:50:44 +0200 | [diff] [blame] | 1485 | |
Hans de Goede | 029fd8e | 2015-05-11 20:43:52 +0200 | [diff] [blame] | 1486 | queue = _ehci_create_int_queue(dev, pipe, 1, length, buffer, interval); |
Hans de Goede | bd818d8 | 2014-09-24 14:06:04 +0200 | [diff] [blame] | 1487 | if (!queue) |
| 1488 | return -1; |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1489 | |
| 1490 | timeout = get_timer(0) + USB_TIMEOUT_MS(pipe); |
Hans de Goede | 029fd8e | 2015-05-11 20:43:52 +0200 | [diff] [blame] | 1491 | while ((backbuffer = _ehci_poll_int_queue(dev, queue)) == NULL) |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1492 | if (get_timer(0) > timeout) { |
| 1493 | printf("Timeout poll on interrupt endpoint\n"); |
| 1494 | result = -ETIMEDOUT; |
| 1495 | break; |
| 1496 | } |
| 1497 | |
| 1498 | if (backbuffer != buffer) { |
Rob Herring | 98ae840 | 2015-03-17 15:46:37 -0500 | [diff] [blame] | 1499 | debug("got wrong buffer back (%p instead of %p)\n", |
| 1500 | backbuffer, buffer); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1501 | return -EINVAL; |
| 1502 | } |
| 1503 | |
Hans de Goede | 029fd8e | 2015-05-11 20:43:52 +0200 | [diff] [blame] | 1504 | ret = _ehci_destroy_int_queue(dev, queue); |
Patrick Georgi | 8f62ca6 | 2013-03-06 14:08:31 +0000 | [diff] [blame] | 1505 | if (ret < 0) |
| 1506 | return ret; |
| 1507 | |
| 1508 | /* everything worked out fine */ |
| 1509 | return result; |
Michael Trimarchi | aaf098c | 2008-11-28 13:20:46 +0100 | [diff] [blame] | 1510 | } |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 1511 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1512 | #ifndef CONFIG_DM_USB |
Simon Glass | 24ed894 | 2015-03-25 12:22:25 -0600 | [diff] [blame] | 1513 | int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, |
| 1514 | void *buffer, int length) |
| 1515 | { |
| 1516 | return _ehci_submit_bulk_msg(dev, pipe, buffer, length); |
| 1517 | } |
| 1518 | |
| 1519 | int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, |
| 1520 | int length, struct devrequest *setup) |
| 1521 | { |
| 1522 | return _ehci_submit_control_msg(dev, pipe, buffer, length, setup); |
| 1523 | } |
| 1524 | |
| 1525 | int submit_int_msg(struct usb_device *dev, unsigned long pipe, |
| 1526 | void *buffer, int length, int interval) |
| 1527 | { |
| 1528 | return _ehci_submit_int_msg(dev, pipe, buffer, length, interval); |
| 1529 | } |
Hans de Goede | 029fd8e | 2015-05-11 20:43:52 +0200 | [diff] [blame] | 1530 | |
| 1531 | struct int_queue *create_int_queue(struct usb_device *dev, |
| 1532 | unsigned long pipe, int queuesize, int elementsize, |
| 1533 | void *buffer, int interval) |
| 1534 | { |
| 1535 | return _ehci_create_int_queue(dev, pipe, queuesize, elementsize, |
| 1536 | buffer, interval); |
| 1537 | } |
| 1538 | |
| 1539 | void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) |
| 1540 | { |
| 1541 | return _ehci_poll_int_queue(dev, queue); |
| 1542 | } |
| 1543 | |
| 1544 | int destroy_int_queue(struct usb_device *dev, struct int_queue *queue) |
| 1545 | { |
| 1546 | return _ehci_destroy_int_queue(dev, queue); |
| 1547 | } |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1548 | #endif |
| 1549 | |
| 1550 | #ifdef CONFIG_DM_USB |
| 1551 | static int ehci_submit_control_msg(struct udevice *dev, struct usb_device *udev, |
| 1552 | unsigned long pipe, void *buffer, int length, |
| 1553 | struct devrequest *setup) |
| 1554 | { |
| 1555 | debug("%s: dev='%s', udev=%p, udev->dev='%s', portnr=%d\n", __func__, |
| 1556 | dev->name, udev, udev->dev->name, udev->portnr); |
| 1557 | |
| 1558 | return _ehci_submit_control_msg(udev, pipe, buffer, length, setup); |
| 1559 | } |
| 1560 | |
| 1561 | static int ehci_submit_bulk_msg(struct udevice *dev, struct usb_device *udev, |
| 1562 | unsigned long pipe, void *buffer, int length) |
| 1563 | { |
| 1564 | debug("%s: dev='%s', udev=%p\n", __func__, dev->name, udev); |
| 1565 | return _ehci_submit_bulk_msg(udev, pipe, buffer, length); |
| 1566 | } |
| 1567 | |
| 1568 | static int ehci_submit_int_msg(struct udevice *dev, struct usb_device *udev, |
| 1569 | unsigned long pipe, void *buffer, int length, |
| 1570 | int interval) |
| 1571 | { |
| 1572 | debug("%s: dev='%s', udev=%p\n", __func__, dev->name, udev); |
| 1573 | return _ehci_submit_int_msg(udev, pipe, buffer, length, interval); |
| 1574 | } |
| 1575 | |
Hans de Goede | 8a5f066 | 2015-05-10 14:10:18 +0200 | [diff] [blame] | 1576 | static struct int_queue *ehci_create_int_queue(struct udevice *dev, |
| 1577 | struct usb_device *udev, unsigned long pipe, int queuesize, |
| 1578 | int elementsize, void *buffer, int interval) |
| 1579 | { |
| 1580 | debug("%s: dev='%s', udev=%p\n", __func__, dev->name, udev); |
| 1581 | return _ehci_create_int_queue(udev, pipe, queuesize, elementsize, |
| 1582 | buffer, interval); |
| 1583 | } |
| 1584 | |
| 1585 | static void *ehci_poll_int_queue(struct udevice *dev, struct usb_device *udev, |
| 1586 | struct int_queue *queue) |
| 1587 | { |
| 1588 | debug("%s: dev='%s', udev=%p\n", __func__, dev->name, udev); |
| 1589 | return _ehci_poll_int_queue(udev, queue); |
| 1590 | } |
| 1591 | |
| 1592 | static int ehci_destroy_int_queue(struct udevice *dev, struct usb_device *udev, |
| 1593 | struct int_queue *queue) |
| 1594 | { |
| 1595 | debug("%s: dev='%s', udev=%p\n", __func__, dev->name, udev); |
| 1596 | return _ehci_destroy_int_queue(udev, queue); |
| 1597 | } |
| 1598 | |
Bin Meng | a23aa66 | 2017-09-07 06:13:19 -0700 | [diff] [blame] | 1599 | static int ehci_get_max_xfer_size(struct udevice *dev, size_t *size) |
| 1600 | { |
| 1601 | /* |
| 1602 | * EHCD can handle any transfer length as long as there is enough |
| 1603 | * free heap space left, hence set the theoretical max number here. |
| 1604 | */ |
| 1605 | *size = SIZE_MAX; |
| 1606 | |
| 1607 | return 0; |
| 1608 | } |
| 1609 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1610 | int ehci_register(struct udevice *dev, struct ehci_hccr *hccr, |
| 1611 | struct ehci_hcor *hcor, const struct ehci_ops *ops, |
| 1612 | uint tweaks, enum usb_init_type init) |
| 1613 | { |
Hans de Goede | cb8a2c1 | 2015-05-05 11:54:35 +0200 | [diff] [blame] | 1614 | struct usb_bus_priv *priv = dev_get_uclass_priv(dev); |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1615 | struct ehci_ctrl *ctrl = dev_get_priv(dev); |
| 1616 | int ret; |
| 1617 | |
| 1618 | debug("%s: dev='%s', ctrl=%p, hccr=%p, hcor=%p, init=%d\n", __func__, |
| 1619 | dev->name, ctrl, hccr, hcor, init); |
| 1620 | |
Hans de Goede | cb8a2c1 | 2015-05-05 11:54:35 +0200 | [diff] [blame] | 1621 | priv->desc_before_addr = true; |
| 1622 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1623 | ehci_setup_ops(ctrl, ops); |
| 1624 | ctrl->hccr = hccr; |
| 1625 | ctrl->hcor = hcor; |
| 1626 | ctrl->priv = ctrl; |
| 1627 | |
Stephen Warren | 49b4c5c | 2015-08-20 17:38:05 -0600 | [diff] [blame] | 1628 | ctrl->init = init; |
| 1629 | if (ctrl->init == USB_INIT_DEVICE) |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1630 | goto done; |
Stephen Warren | 49b4c5c | 2015-08-20 17:38:05 -0600 | [diff] [blame] | 1631 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1632 | ret = ehci_reset(ctrl); |
| 1633 | if (ret) |
| 1634 | goto err; |
| 1635 | |
Mateusz Kulikowski | cfb3f1c | 2016-04-03 13:38:26 +0200 | [diff] [blame] | 1636 | if (ctrl->ops.init_after_reset) { |
| 1637 | ret = ctrl->ops.init_after_reset(ctrl); |
Mateusz Kulikowski | 3f9f8a5 | 2016-03-31 23:12:17 +0200 | [diff] [blame] | 1638 | if (ret) |
| 1639 | goto err; |
| 1640 | } |
| 1641 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1642 | ret = ehci_common_init(ctrl, tweaks); |
| 1643 | if (ret) |
| 1644 | goto err; |
| 1645 | done: |
| 1646 | return 0; |
| 1647 | err: |
| 1648 | free(ctrl); |
| 1649 | debug("%s: failed, ret=%d\n", __func__, ret); |
| 1650 | return ret; |
| 1651 | } |
| 1652 | |
| 1653 | int ehci_deregister(struct udevice *dev) |
| 1654 | { |
| 1655 | struct ehci_ctrl *ctrl = dev_get_priv(dev); |
| 1656 | |
Stephen Warren | 49b4c5c | 2015-08-20 17:38:05 -0600 | [diff] [blame] | 1657 | if (ctrl->init == USB_INIT_DEVICE) |
| 1658 | return 0; |
| 1659 | |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1660 | ehci_shutdown(ctrl); |
| 1661 | |
| 1662 | return 0; |
| 1663 | } |
| 1664 | |
| 1665 | struct dm_usb_ops ehci_usb_ops = { |
| 1666 | .control = ehci_submit_control_msg, |
| 1667 | .bulk = ehci_submit_bulk_msg, |
| 1668 | .interrupt = ehci_submit_int_msg, |
Hans de Goede | 8a5f066 | 2015-05-10 14:10:18 +0200 | [diff] [blame] | 1669 | .create_int_queue = ehci_create_int_queue, |
| 1670 | .poll_int_queue = ehci_poll_int_queue, |
| 1671 | .destroy_int_queue = ehci_destroy_int_queue, |
Bin Meng | a23aa66 | 2017-09-07 06:13:19 -0700 | [diff] [blame] | 1672 | .get_max_xfer_size = ehci_get_max_xfer_size, |
Simon Glass | 46b0179 | 2015-03-25 12:22:29 -0600 | [diff] [blame] | 1673 | }; |
| 1674 | |
| 1675 | #endif |