blob: 906db570ef4fba3a1bd3c3eb4b0e086a326ee90b [file] [log] [blame]
Felipe Balbi72246da2011-08-19 18:10:58 +03001/**
2 * gadget.c - DesignWare USB3 DRD Controller Gadget Framework Link
3 *
4 * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com
Felipe Balbi72246da2011-08-19 18:10:58 +03005 *
6 * Authors: Felipe Balbi <balbi@ti.com>,
7 * Sebastian Andrzej Siewior <bigeasy@linutronix.de>
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions, and the following disclaimer,
14 * without modification.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 * 3. The names of the above-listed copyright holders may not be used
19 * to endorse or promote products derived from this software without
20 * specific prior written permission.
21 *
22 * ALTERNATIVELY, this software may be distributed under the terms of the
23 * GNU General Public License ("GPL") version 2, as published by the Free
24 * Software Foundation.
25 *
26 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
27 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
28 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
30 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
31 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
32 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
33 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
34 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
35 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
36 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 */
38
39#include <linux/kernel.h>
40#include <linux/delay.h>
41#include <linux/slab.h>
42#include <linux/spinlock.h>
43#include <linux/platform_device.h>
44#include <linux/pm_runtime.h>
45#include <linux/interrupt.h>
46#include <linux/io.h>
47#include <linux/list.h>
48#include <linux/dma-mapping.h>
49
50#include <linux/usb/ch9.h>
51#include <linux/usb/gadget.h>
52
53#include "core.h"
54#include "gadget.h"
55#include "io.h"
56
Felipe Balbi04a9bfc2012-01-02 18:25:43 +020057/**
58 * dwc3_gadget_set_test_mode - Enables USB2 Test Modes
59 * @dwc: pointer to our context structure
60 * @mode: the mode to set (J, K SE0 NAK, Force Enable)
61 *
62 * Caller should take care of locking. This function will
63 * return 0 on success or -EINVAL if wrong Test Selector
64 * is passed
65 */
66int dwc3_gadget_set_test_mode(struct dwc3 *dwc, int mode)
67{
68 u32 reg;
69
70 reg = dwc3_readl(dwc->regs, DWC3_DCTL);
71 reg &= ~DWC3_DCTL_TSTCTRL_MASK;
72
73 switch (mode) {
74 case TEST_J:
75 case TEST_K:
76 case TEST_SE0_NAK:
77 case TEST_PACKET:
78 case TEST_FORCE_EN:
79 reg |= mode << 1;
80 break;
81 default:
82 return -EINVAL;
83 }
84
85 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
86
87 return 0;
88}
89
Felipe Balbi8598bde2012-01-02 18:55:57 +020090/**
91 * dwc3_gadget_set_link_state - Sets USB Link to a particular State
92 * @dwc: pointer to our context structure
93 * @state: the state to put link into
94 *
95 * Caller should take care of locking. This function will
Paul Zimmermanaee63e32012-02-24 17:32:15 -080096 * return 0 on success or -ETIMEDOUT.
Felipe Balbi8598bde2012-01-02 18:55:57 +020097 */
98int dwc3_gadget_set_link_state(struct dwc3 *dwc, enum dwc3_link_state state)
99{
Paul Zimmermanaee63e32012-02-24 17:32:15 -0800100 int retries = 10000;
Felipe Balbi8598bde2012-01-02 18:55:57 +0200101 u32 reg;
102
103 reg = dwc3_readl(dwc->regs, DWC3_DCTL);
104 reg &= ~DWC3_DCTL_ULSTCHNGREQ_MASK;
105
106 /* set requested state */
107 reg |= DWC3_DCTL_ULSTCHNGREQ(state);
108 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
109
110 /* wait for a change in DSTS */
111 while (--retries) {
112 reg = dwc3_readl(dwc->regs, DWC3_DSTS);
113
Felipe Balbi8598bde2012-01-02 18:55:57 +0200114 if (DWC3_DSTS_USBLNKST(reg) == state)
115 return 0;
116
Paul Zimmermanaee63e32012-02-24 17:32:15 -0800117 udelay(5);
Felipe Balbi8598bde2012-01-02 18:55:57 +0200118 }
119
120 dev_vdbg(dwc->dev, "link state change request timed out\n");
121
122 return -ETIMEDOUT;
123}
124
Felipe Balbi457e84b2012-01-18 18:04:09 +0200125/**
126 * dwc3_gadget_resize_tx_fifos - reallocate fifo spaces for current use-case
127 * @dwc: pointer to our context structure
128 *
129 * This function will a best effort FIFO allocation in order
130 * to improve FIFO usage and throughput, while still allowing
131 * us to enable as many endpoints as possible.
132 *
133 * Keep in mind that this operation will be highly dependent
134 * on the configured size for RAM1 - which contains TxFifo -,
135 * the amount of endpoints enabled on coreConsultant tool, and
136 * the width of the Master Bus.
137 *
138 * In the ideal world, we would always be able to satisfy the
139 * following equation:
140 *
141 * ((512 + 2 * MDWIDTH-Bytes) + (Number of IN Endpoints - 1) * \
142 * (3 * (1024 + MDWIDTH-Bytes) + MDWIDTH-Bytes)) / MDWIDTH-Bytes
143 *
144 * Unfortunately, due to many variables that's not always the case.
145 */
146int dwc3_gadget_resize_tx_fifos(struct dwc3 *dwc)
147{
148 int last_fifo_depth = 0;
149 int ram1_depth;
150 int fifo_size;
151 int mdwidth;
152 int num;
153
154 if (!dwc->needs_fifo_resize)
155 return 0;
156
157 ram1_depth = DWC3_RAM1_DEPTH(dwc->hwparams.hwparams7);
158 mdwidth = DWC3_MDWIDTH(dwc->hwparams.hwparams0);
159
160 /* MDWIDTH is represented in bits, we need it in bytes */
161 mdwidth >>= 3;
162
163 /*
164 * FIXME For now we will only allocate 1 wMaxPacketSize space
165 * for each enabled endpoint, later patches will come to
166 * improve this algorithm so that we better use the internal
167 * FIFO space
168 */
169 for (num = 0; num < DWC3_ENDPOINTS_NUM; num++) {
170 struct dwc3_ep *dep = dwc->eps[num];
171 int fifo_number = dep->number >> 1;
Felipe Balbi2e81c362012-02-02 13:01:12 +0200172 int mult = 1;
Felipe Balbi457e84b2012-01-18 18:04:09 +0200173 int tmp;
174
175 if (!(dep->number & 1))
176 continue;
177
178 if (!(dep->flags & DWC3_EP_ENABLED))
179 continue;
180
Felipe Balbi2e81c362012-02-02 13:01:12 +0200181 if (usb_endpoint_xfer_bulk(dep->desc)
182 || usb_endpoint_xfer_isoc(dep->desc))
183 mult = 3;
184
185 /*
186 * REVISIT: the following assumes we will always have enough
187 * space available on the FIFO RAM for all possible use cases.
188 * Make sure that's true somehow and change FIFO allocation
189 * accordingly.
190 *
191 * If we have Bulk or Isochronous endpoints, we want
192 * them to be able to be very, very fast. So we're giving
193 * those endpoints a fifo_size which is enough for 3 full
194 * packets
195 */
196 tmp = mult * (dep->endpoint.maxpacket + mdwidth);
Felipe Balbi457e84b2012-01-18 18:04:09 +0200197 tmp += mdwidth;
198
199 fifo_size = DIV_ROUND_UP(tmp, mdwidth);
Felipe Balbi2e81c362012-02-02 13:01:12 +0200200
Felipe Balbi457e84b2012-01-18 18:04:09 +0200201 fifo_size |= (last_fifo_depth << 16);
202
203 dev_vdbg(dwc->dev, "%s: Fifo Addr %04x Size %d\n",
204 dep->name, last_fifo_depth, fifo_size & 0xffff);
205
206 dwc3_writel(dwc->regs, DWC3_GTXFIFOSIZ(fifo_number),
207 fifo_size);
208
209 last_fifo_depth += (fifo_size & 0xffff);
210 }
211
212 return 0;
213}
214
Felipe Balbi72246da2011-08-19 18:10:58 +0300215void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req,
216 int status)
217{
218 struct dwc3 *dwc = dep->dwc;
219
220 if (req->queued) {
Felipe Balbieeb720f2011-11-28 12:46:59 +0200221 if (req->request.num_mapped_sgs)
222 dep->busy_slot += req->request.num_mapped_sgs;
223 else
224 dep->busy_slot++;
225
Felipe Balbi72246da2011-08-19 18:10:58 +0300226 /*
227 * Skip LINK TRB. We can't use req->trb and check for
228 * DWC3_TRBCTL_LINK_TRB because it points the TRB we just
229 * completed (not the LINK TRB).
230 */
231 if (((dep->busy_slot & DWC3_TRB_MASK) == DWC3_TRB_NUM - 1) &&
232 usb_endpoint_xfer_isoc(dep->desc))
233 dep->busy_slot++;
234 }
235 list_del(&req->list);
Felipe Balbieeb720f2011-11-28 12:46:59 +0200236 req->trb = NULL;
Felipe Balbi72246da2011-08-19 18:10:58 +0300237
238 if (req->request.status == -EINPROGRESS)
239 req->request.status = status;
240
Felipe Balbi0fc9a1b2011-12-19 11:32:34 +0200241 usb_gadget_unmap_request(&dwc->gadget, &req->request,
242 req->direction);
Felipe Balbi72246da2011-08-19 18:10:58 +0300243
244 dev_dbg(dwc->dev, "request %p from %s completed %d/%d ===> %d\n",
245 req, dep->name, req->request.actual,
246 req->request.length, status);
247
248 spin_unlock(&dwc->lock);
Felipe Balbi0fc9a1b2011-12-19 11:32:34 +0200249 req->request.complete(&dep->endpoint, &req->request);
Felipe Balbi72246da2011-08-19 18:10:58 +0300250 spin_lock(&dwc->lock);
251}
252
253static const char *dwc3_gadget_ep_cmd_string(u8 cmd)
254{
255 switch (cmd) {
256 case DWC3_DEPCMD_DEPSTARTCFG:
257 return "Start New Configuration";
258 case DWC3_DEPCMD_ENDTRANSFER:
259 return "End Transfer";
260 case DWC3_DEPCMD_UPDATETRANSFER:
261 return "Update Transfer";
262 case DWC3_DEPCMD_STARTTRANSFER:
263 return "Start Transfer";
264 case DWC3_DEPCMD_CLEARSTALL:
265 return "Clear Stall";
266 case DWC3_DEPCMD_SETSTALL:
267 return "Set Stall";
268 case DWC3_DEPCMD_GETSEQNUMBER:
269 return "Get Data Sequence Number";
270 case DWC3_DEPCMD_SETTRANSFRESOURCE:
271 return "Set Endpoint Transfer Resource";
272 case DWC3_DEPCMD_SETEPCONFIG:
273 return "Set Endpoint Configuration";
274 default:
275 return "UNKNOWN command";
276 }
277}
278
279int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep,
280 unsigned cmd, struct dwc3_gadget_ep_cmd_params *params)
281{
282 struct dwc3_ep *dep = dwc->eps[ep];
Sebastian Andrzej Siewior61d58242011-08-29 16:46:38 +0200283 u32 timeout = 500;
Felipe Balbi72246da2011-08-19 18:10:58 +0300284 u32 reg;
285
286 dev_vdbg(dwc->dev, "%s: cmd '%s' params %08x %08x %08x\n",
287 dep->name,
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300288 dwc3_gadget_ep_cmd_string(cmd), params->param0,
289 params->param1, params->param2);
Felipe Balbi72246da2011-08-19 18:10:58 +0300290
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300291 dwc3_writel(dwc->regs, DWC3_DEPCMDPAR0(ep), params->param0);
292 dwc3_writel(dwc->regs, DWC3_DEPCMDPAR1(ep), params->param1);
293 dwc3_writel(dwc->regs, DWC3_DEPCMDPAR2(ep), params->param2);
Felipe Balbi72246da2011-08-19 18:10:58 +0300294
295 dwc3_writel(dwc->regs, DWC3_DEPCMD(ep), cmd | DWC3_DEPCMD_CMDACT);
296 do {
297 reg = dwc3_readl(dwc->regs, DWC3_DEPCMD(ep));
298 if (!(reg & DWC3_DEPCMD_CMDACT)) {
Felipe Balbi164f6e12011-08-27 20:29:58 +0300299 dev_vdbg(dwc->dev, "Command Complete --> %d\n",
300 DWC3_DEPCMD_STATUS(reg));
Felipe Balbi72246da2011-08-19 18:10:58 +0300301 return 0;
302 }
303
304 /*
Felipe Balbi72246da2011-08-19 18:10:58 +0300305 * We can't sleep here, because it is also called from
306 * interrupt context.
307 */
308 timeout--;
309 if (!timeout)
310 return -ETIMEDOUT;
311
Sebastian Andrzej Siewior61d58242011-08-29 16:46:38 +0200312 udelay(1);
Felipe Balbi72246da2011-08-19 18:10:58 +0300313 } while (1);
314}
315
316static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep,
Felipe Balbif6bafc62012-02-06 11:04:53 +0200317 struct dwc3_trb *trb)
Felipe Balbi72246da2011-08-19 18:10:58 +0300318{
Paul Zimmermanc439ef82011-09-30 10:58:45 +0300319 u32 offset = (char *) trb - (char *) dep->trb_pool;
Felipe Balbi72246da2011-08-19 18:10:58 +0300320
321 return dep->trb_pool_dma + offset;
322}
323
324static int dwc3_alloc_trb_pool(struct dwc3_ep *dep)
325{
326 struct dwc3 *dwc = dep->dwc;
327
328 if (dep->trb_pool)
329 return 0;
330
331 if (dep->number == 0 || dep->number == 1)
332 return 0;
333
334 dep->trb_pool = dma_alloc_coherent(dwc->dev,
335 sizeof(struct dwc3_trb) * DWC3_TRB_NUM,
336 &dep->trb_pool_dma, GFP_KERNEL);
337 if (!dep->trb_pool) {
338 dev_err(dep->dwc->dev, "failed to allocate trb pool for %s\n",
339 dep->name);
340 return -ENOMEM;
341 }
342
343 return 0;
344}
345
346static void dwc3_free_trb_pool(struct dwc3_ep *dep)
347{
348 struct dwc3 *dwc = dep->dwc;
349
350 dma_free_coherent(dwc->dev, sizeof(struct dwc3_trb) * DWC3_TRB_NUM,
351 dep->trb_pool, dep->trb_pool_dma);
352
353 dep->trb_pool = NULL;
354 dep->trb_pool_dma = 0;
355}
356
357static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep)
358{
359 struct dwc3_gadget_ep_cmd_params params;
360 u32 cmd;
361
362 memset(&params, 0x00, sizeof(params));
363
364 if (dep->number != 1) {
365 cmd = DWC3_DEPCMD_DEPSTARTCFG;
366 /* XferRscIdx == 0 for ep0 and 2 for the remaining */
Paul Zimmermanb23c8432011-09-30 10:58:42 +0300367 if (dep->number > 1) {
368 if (dwc->start_config_issued)
369 return 0;
370 dwc->start_config_issued = true;
Felipe Balbi72246da2011-08-19 18:10:58 +0300371 cmd |= DWC3_DEPCMD_PARAM(2);
Paul Zimmermanb23c8432011-09-30 10:58:42 +0300372 }
Felipe Balbi72246da2011-08-19 18:10:58 +0300373
374 return dwc3_send_gadget_ep_cmd(dwc, 0, cmd, &params);
375 }
376
377 return 0;
378}
379
380static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep,
Felipe Balbic90bfae2011-11-29 13:11:21 +0200381 const struct usb_endpoint_descriptor *desc,
382 const struct usb_ss_ep_comp_descriptor *comp_desc)
Felipe Balbi72246da2011-08-19 18:10:58 +0300383{
384 struct dwc3_gadget_ep_cmd_params params;
385
386 memset(&params, 0x00, sizeof(params));
387
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300388 params.param0 = DWC3_DEPCFG_EP_TYPE(usb_endpoint_type(desc))
389 | DWC3_DEPCFG_MAX_PACKET_SIZE(usb_endpoint_maxp(desc))
390 | DWC3_DEPCFG_BURST_SIZE(dep->endpoint.maxburst);
Felipe Balbi72246da2011-08-19 18:10:58 +0300391
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300392 params.param1 = DWC3_DEPCFG_XFER_COMPLETE_EN
393 | DWC3_DEPCFG_XFER_NOT_READY_EN;
Felipe Balbi72246da2011-08-19 18:10:58 +0300394
Felipe Balbi18b7ede2012-01-02 13:35:41 +0200395 if (usb_ss_max_streams(comp_desc) && usb_endpoint_xfer_bulk(desc)) {
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300396 params.param1 |= DWC3_DEPCFG_STREAM_CAPABLE
397 | DWC3_DEPCFG_STREAM_EVENT_EN;
Felipe Balbi879631a2011-09-30 10:58:47 +0300398 dep->stream_capable = true;
399 }
400
Felipe Balbi72246da2011-08-19 18:10:58 +0300401 if (usb_endpoint_xfer_isoc(desc))
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300402 params.param1 |= DWC3_DEPCFG_XFER_IN_PROGRESS_EN;
Felipe Balbi72246da2011-08-19 18:10:58 +0300403
404 /*
405 * We are doing 1:1 mapping for endpoints, meaning
406 * Physical Endpoints 2 maps to Logical Endpoint 2 and
407 * so on. We consider the direction bit as part of the physical
408 * endpoint number. So USB endpoint 0x81 is 0x03.
409 */
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300410 params.param1 |= DWC3_DEPCFG_EP_NUMBER(dep->number);
Felipe Balbi72246da2011-08-19 18:10:58 +0300411
412 /*
413 * We must use the lower 16 TX FIFOs even though
414 * HW might have more
415 */
416 if (dep->direction)
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300417 params.param0 |= DWC3_DEPCFG_FIFO_NUMBER(dep->number >> 1);
Felipe Balbi72246da2011-08-19 18:10:58 +0300418
419 if (desc->bInterval) {
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300420 params.param1 |= DWC3_DEPCFG_BINTERVAL_M1(desc->bInterval - 1);
Felipe Balbi72246da2011-08-19 18:10:58 +0300421 dep->interval = 1 << (desc->bInterval - 1);
422 }
423
424 return dwc3_send_gadget_ep_cmd(dwc, dep->number,
425 DWC3_DEPCMD_SETEPCONFIG, &params);
426}
427
428static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep)
429{
430 struct dwc3_gadget_ep_cmd_params params;
431
432 memset(&params, 0x00, sizeof(params));
433
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300434 params.param0 = DWC3_DEPXFERCFG_NUM_XFER_RES(1);
Felipe Balbi72246da2011-08-19 18:10:58 +0300435
436 return dwc3_send_gadget_ep_cmd(dwc, dep->number,
437 DWC3_DEPCMD_SETTRANSFRESOURCE, &params);
438}
439
440/**
441 * __dwc3_gadget_ep_enable - Initializes a HW endpoint
442 * @dep: endpoint to be initialized
443 * @desc: USB Endpoint Descriptor
444 *
445 * Caller should take care of locking
446 */
447static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep,
Felipe Balbic90bfae2011-11-29 13:11:21 +0200448 const struct usb_endpoint_descriptor *desc,
449 const struct usb_ss_ep_comp_descriptor *comp_desc)
Felipe Balbi72246da2011-08-19 18:10:58 +0300450{
451 struct dwc3 *dwc = dep->dwc;
452 u32 reg;
453 int ret = -ENOMEM;
454
455 if (!(dep->flags & DWC3_EP_ENABLED)) {
456 ret = dwc3_gadget_start_config(dwc, dep);
457 if (ret)
458 return ret;
459 }
460
Felipe Balbic90bfae2011-11-29 13:11:21 +0200461 ret = dwc3_gadget_set_ep_config(dwc, dep, desc, comp_desc);
Felipe Balbi72246da2011-08-19 18:10:58 +0300462 if (ret)
463 return ret;
464
465 if (!(dep->flags & DWC3_EP_ENABLED)) {
Felipe Balbif6bafc62012-02-06 11:04:53 +0200466 struct dwc3_trb *trb_st_hw;
467 struct dwc3_trb *trb_link;
Felipe Balbi72246da2011-08-19 18:10:58 +0300468
469 ret = dwc3_gadget_set_xfer_resource(dwc, dep);
470 if (ret)
471 return ret;
472
473 dep->desc = desc;
Felipe Balbic90bfae2011-11-29 13:11:21 +0200474 dep->comp_desc = comp_desc;
Felipe Balbi72246da2011-08-19 18:10:58 +0300475 dep->type = usb_endpoint_type(desc);
476 dep->flags |= DWC3_EP_ENABLED;
477
478 reg = dwc3_readl(dwc->regs, DWC3_DALEPENA);
479 reg |= DWC3_DALEPENA_EP(dep->number);
480 dwc3_writel(dwc->regs, DWC3_DALEPENA, reg);
481
482 if (!usb_endpoint_xfer_isoc(desc))
483 return 0;
484
485 memset(&trb_link, 0, sizeof(trb_link));
486
Paul Zimmerman1d046792012-02-15 18:56:56 -0800487 /* Link TRB for ISOC. The HWO bit is never reset */
Felipe Balbi72246da2011-08-19 18:10:58 +0300488 trb_st_hw = &dep->trb_pool[0];
489
Felipe Balbif6bafc62012-02-06 11:04:53 +0200490 trb_link = &dep->trb_pool[DWC3_TRB_NUM - 1];
Felipe Balbi72246da2011-08-19 18:10:58 +0300491
Felipe Balbif6bafc62012-02-06 11:04:53 +0200492 trb_link->bpl = lower_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw));
493 trb_link->bph = upper_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw));
494 trb_link->ctrl |= DWC3_TRBCTL_LINK_TRB;
495 trb_link->ctrl |= DWC3_TRB_CTRL_HWO;
Felipe Balbi72246da2011-08-19 18:10:58 +0300496 }
497
498 return 0;
499}
500
Sebastian Andrzej Siewior624407f2011-08-29 13:56:37 +0200501static void dwc3_stop_active_transfer(struct dwc3 *dwc, u32 epnum);
502static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep)
Felipe Balbi72246da2011-08-19 18:10:58 +0300503{
504 struct dwc3_request *req;
505
Sebastian Andrzej Siewior624407f2011-08-29 13:56:37 +0200506 if (!list_empty(&dep->req_queued))
507 dwc3_stop_active_transfer(dwc, dep->number);
508
Felipe Balbi72246da2011-08-19 18:10:58 +0300509 while (!list_empty(&dep->request_list)) {
510 req = next_request(&dep->request_list);
511
Sebastian Andrzej Siewior624407f2011-08-29 13:56:37 +0200512 dwc3_gadget_giveback(dep, req, -ESHUTDOWN);
Felipe Balbi72246da2011-08-19 18:10:58 +0300513 }
Felipe Balbi72246da2011-08-19 18:10:58 +0300514}
515
516/**
517 * __dwc3_gadget_ep_disable - Disables a HW endpoint
518 * @dep: the endpoint to disable
519 *
Sebastian Andrzej Siewior624407f2011-08-29 13:56:37 +0200520 * This function also removes requests which are currently processed ny the
521 * hardware and those which are not yet scheduled.
522 * Caller should take care of locking.
Felipe Balbi72246da2011-08-19 18:10:58 +0300523 */
Felipe Balbi72246da2011-08-19 18:10:58 +0300524static int __dwc3_gadget_ep_disable(struct dwc3_ep *dep)
525{
526 struct dwc3 *dwc = dep->dwc;
527 u32 reg;
528
Sebastian Andrzej Siewior624407f2011-08-29 13:56:37 +0200529 dwc3_remove_requests(dwc, dep);
Felipe Balbi72246da2011-08-19 18:10:58 +0300530
531 reg = dwc3_readl(dwc->regs, DWC3_DALEPENA);
532 reg &= ~DWC3_DALEPENA_EP(dep->number);
533 dwc3_writel(dwc->regs, DWC3_DALEPENA, reg);
534
Felipe Balbi879631a2011-09-30 10:58:47 +0300535 dep->stream_capable = false;
Felipe Balbi72246da2011-08-19 18:10:58 +0300536 dep->desc = NULL;
Ido Shayevitzf9c56cd2012-02-08 13:56:48 +0200537 dep->endpoint.desc = NULL;
Felipe Balbic90bfae2011-11-29 13:11:21 +0200538 dep->comp_desc = NULL;
Felipe Balbi72246da2011-08-19 18:10:58 +0300539 dep->type = 0;
Felipe Balbi879631a2011-09-30 10:58:47 +0300540 dep->flags = 0;
Felipe Balbi72246da2011-08-19 18:10:58 +0300541
542 return 0;
543}
544
545/* -------------------------------------------------------------------------- */
546
547static int dwc3_gadget_ep0_enable(struct usb_ep *ep,
548 const struct usb_endpoint_descriptor *desc)
549{
550 return -EINVAL;
551}
552
553static int dwc3_gadget_ep0_disable(struct usb_ep *ep)
554{
555 return -EINVAL;
556}
557
558/* -------------------------------------------------------------------------- */
559
560static int dwc3_gadget_ep_enable(struct usb_ep *ep,
561 const struct usb_endpoint_descriptor *desc)
562{
563 struct dwc3_ep *dep;
564 struct dwc3 *dwc;
565 unsigned long flags;
566 int ret;
567
568 if (!ep || !desc || desc->bDescriptorType != USB_DT_ENDPOINT) {
569 pr_debug("dwc3: invalid parameters\n");
570 return -EINVAL;
571 }
572
573 if (!desc->wMaxPacketSize) {
574 pr_debug("dwc3: missing wMaxPacketSize\n");
575 return -EINVAL;
576 }
577
578 dep = to_dwc3_ep(ep);
579 dwc = dep->dwc;
580
581 switch (usb_endpoint_type(desc)) {
582 case USB_ENDPOINT_XFER_CONTROL:
Anton Tikhomirov27a78d62012-02-23 15:38:46 +0900583 strlcat(dep->name, "-control", sizeof(dep->name));
Felipe Balbi72246da2011-08-19 18:10:58 +0300584 break;
585 case USB_ENDPOINT_XFER_ISOC:
Anton Tikhomirov27a78d62012-02-23 15:38:46 +0900586 strlcat(dep->name, "-isoc", sizeof(dep->name));
Felipe Balbi72246da2011-08-19 18:10:58 +0300587 break;
588 case USB_ENDPOINT_XFER_BULK:
Anton Tikhomirov27a78d62012-02-23 15:38:46 +0900589 strlcat(dep->name, "-bulk", sizeof(dep->name));
Felipe Balbi72246da2011-08-19 18:10:58 +0300590 break;
591 case USB_ENDPOINT_XFER_INT:
Anton Tikhomirov27a78d62012-02-23 15:38:46 +0900592 strlcat(dep->name, "-int", sizeof(dep->name));
Felipe Balbi72246da2011-08-19 18:10:58 +0300593 break;
594 default:
595 dev_err(dwc->dev, "invalid endpoint transfer type\n");
596 }
597
598 if (dep->flags & DWC3_EP_ENABLED) {
599 dev_WARN_ONCE(dwc->dev, true, "%s is already enabled\n",
600 dep->name);
601 return 0;
602 }
603
604 dev_vdbg(dwc->dev, "Enabling %s\n", dep->name);
605
606 spin_lock_irqsave(&dwc->lock, flags);
Felipe Balbic90bfae2011-11-29 13:11:21 +0200607 ret = __dwc3_gadget_ep_enable(dep, desc, ep->comp_desc);
Felipe Balbi72246da2011-08-19 18:10:58 +0300608 spin_unlock_irqrestore(&dwc->lock, flags);
609
610 return ret;
611}
612
613static int dwc3_gadget_ep_disable(struct usb_ep *ep)
614{
615 struct dwc3_ep *dep;
616 struct dwc3 *dwc;
617 unsigned long flags;
618 int ret;
619
620 if (!ep) {
621 pr_debug("dwc3: invalid parameters\n");
622 return -EINVAL;
623 }
624
625 dep = to_dwc3_ep(ep);
626 dwc = dep->dwc;
627
628 if (!(dep->flags & DWC3_EP_ENABLED)) {
629 dev_WARN_ONCE(dwc->dev, true, "%s is already disabled\n",
630 dep->name);
631 return 0;
632 }
633
634 snprintf(dep->name, sizeof(dep->name), "ep%d%s",
635 dep->number >> 1,
636 (dep->number & 1) ? "in" : "out");
637
638 spin_lock_irqsave(&dwc->lock, flags);
639 ret = __dwc3_gadget_ep_disable(dep);
640 spin_unlock_irqrestore(&dwc->lock, flags);
641
642 return ret;
643}
644
645static struct usb_request *dwc3_gadget_ep_alloc_request(struct usb_ep *ep,
646 gfp_t gfp_flags)
647{
648 struct dwc3_request *req;
649 struct dwc3_ep *dep = to_dwc3_ep(ep);
650 struct dwc3 *dwc = dep->dwc;
651
652 req = kzalloc(sizeof(*req), gfp_flags);
653 if (!req) {
654 dev_err(dwc->dev, "not enough memory\n");
655 return NULL;
656 }
657
658 req->epnum = dep->number;
659 req->dep = dep;
Felipe Balbi72246da2011-08-19 18:10:58 +0300660
661 return &req->request;
662}
663
664static void dwc3_gadget_ep_free_request(struct usb_ep *ep,
665 struct usb_request *request)
666{
667 struct dwc3_request *req = to_dwc3_request(request);
668
669 kfree(req);
670}
671
Felipe Balbic71fc372011-11-22 11:37:34 +0200672/**
673 * dwc3_prepare_one_trb - setup one TRB from one request
674 * @dep: endpoint for which this request is prepared
675 * @req: dwc3_request pointer
676 */
Felipe Balbi68e823e2011-11-28 12:25:01 +0200677static void dwc3_prepare_one_trb(struct dwc3_ep *dep,
Felipe Balbieeb720f2011-11-28 12:46:59 +0200678 struct dwc3_request *req, dma_addr_t dma,
679 unsigned length, unsigned last, unsigned chain)
Felipe Balbic71fc372011-11-22 11:37:34 +0200680{
Felipe Balbieeb720f2011-11-28 12:46:59 +0200681 struct dwc3 *dwc = dep->dwc;
Felipe Balbif6bafc62012-02-06 11:04:53 +0200682 struct dwc3_trb *trb;
Felipe Balbic71fc372011-11-22 11:37:34 +0200683
684 unsigned int cur_slot;
685
Felipe Balbieeb720f2011-11-28 12:46:59 +0200686 dev_vdbg(dwc->dev, "%s: req %p dma %08llx length %d%s%s\n",
687 dep->name, req, (unsigned long long) dma,
688 length, last ? " last" : "",
689 chain ? " chain" : "");
690
Felipe Balbif6bafc62012-02-06 11:04:53 +0200691 trb = &dep->trb_pool[dep->free_slot & DWC3_TRB_MASK];
Felipe Balbic71fc372011-11-22 11:37:34 +0200692 cur_slot = dep->free_slot;
693 dep->free_slot++;
694
695 /* Skip the LINK-TRB on ISOC */
696 if (((cur_slot & DWC3_TRB_MASK) == DWC3_TRB_NUM - 1) &&
697 usb_endpoint_xfer_isoc(dep->desc))
Felipe Balbi68e823e2011-11-28 12:25:01 +0200698 return;
Felipe Balbic71fc372011-11-22 11:37:34 +0200699
Felipe Balbieeb720f2011-11-28 12:46:59 +0200700 if (!req->trb) {
701 dwc3_gadget_move_request_queued(req);
Felipe Balbif6bafc62012-02-06 11:04:53 +0200702 req->trb = trb;
703 req->trb_dma = dwc3_trb_dma_offset(dep, trb);
Felipe Balbieeb720f2011-11-28 12:46:59 +0200704 }
Felipe Balbic71fc372011-11-22 11:37:34 +0200705
Felipe Balbif6bafc62012-02-06 11:04:53 +0200706 trb->size = DWC3_TRB_SIZE_LENGTH(length);
707 trb->bpl = lower_32_bits(dma);
708 trb->bph = upper_32_bits(dma);
Felipe Balbic71fc372011-11-22 11:37:34 +0200709
710 switch (usb_endpoint_type(dep->desc)) {
711 case USB_ENDPOINT_XFER_CONTROL:
Felipe Balbif6bafc62012-02-06 11:04:53 +0200712 trb->ctrl = DWC3_TRBCTL_CONTROL_SETUP;
Felipe Balbic71fc372011-11-22 11:37:34 +0200713 break;
714
715 case USB_ENDPOINT_XFER_ISOC:
Felipe Balbif6bafc62012-02-06 11:04:53 +0200716 trb->ctrl = DWC3_TRBCTL_ISOCHRONOUS_FIRST;
Felipe Balbic71fc372011-11-22 11:37:34 +0200717
718 /* IOC every DWC3_TRB_NUM / 4 so we can refill */
719 if (!(cur_slot % (DWC3_TRB_NUM / 4)))
Felipe Balbif6bafc62012-02-06 11:04:53 +0200720 trb->ctrl |= DWC3_TRB_CTRL_IOC;
Felipe Balbic71fc372011-11-22 11:37:34 +0200721 break;
722
723 case USB_ENDPOINT_XFER_BULK:
724 case USB_ENDPOINT_XFER_INT:
Felipe Balbif6bafc62012-02-06 11:04:53 +0200725 trb->ctrl = DWC3_TRBCTL_NORMAL;
Felipe Balbic71fc372011-11-22 11:37:34 +0200726 break;
727 default:
728 /*
729 * This is only possible with faulty memory because we
730 * checked it already :)
731 */
732 BUG();
733 }
734
Felipe Balbif6bafc62012-02-06 11:04:53 +0200735 if (usb_endpoint_xfer_isoc(dep->desc)) {
736 trb->ctrl |= DWC3_TRB_CTRL_ISP_IMI;
737 trb->ctrl |= DWC3_TRB_CTRL_CSP;
738 } else {
739 if (chain)
740 trb->ctrl |= DWC3_TRB_CTRL_CHN;
Felipe Balbic71fc372011-11-22 11:37:34 +0200741
Felipe Balbif6bafc62012-02-06 11:04:53 +0200742 if (last)
743 trb->ctrl |= DWC3_TRB_CTRL_LST;
744 }
745
746 if (usb_endpoint_xfer_bulk(dep->desc) && dep->stream_capable)
747 trb->ctrl |= DWC3_TRB_CTRL_SID_SOFN(req->request.stream_id);
748
749 trb->ctrl |= DWC3_TRB_CTRL_HWO;
Felipe Balbic71fc372011-11-22 11:37:34 +0200750}
751
Felipe Balbi72246da2011-08-19 18:10:58 +0300752/*
753 * dwc3_prepare_trbs - setup TRBs from requests
754 * @dep: endpoint for which requests are being prepared
755 * @starting: true if the endpoint is idle and no requests are queued.
756 *
Paul Zimmerman1d046792012-02-15 18:56:56 -0800757 * The function goes through the requests list and sets up TRBs for the
758 * transfers. The function returns once there are no more TRBs available or
759 * it runs out of requests.
Felipe Balbi72246da2011-08-19 18:10:58 +0300760 */
Felipe Balbi68e823e2011-11-28 12:25:01 +0200761static void dwc3_prepare_trbs(struct dwc3_ep *dep, bool starting)
Felipe Balbi72246da2011-08-19 18:10:58 +0300762{
Felipe Balbi68e823e2011-11-28 12:25:01 +0200763 struct dwc3_request *req, *n;
Felipe Balbi72246da2011-08-19 18:10:58 +0300764 u32 trbs_left;
Paul Zimmerman8d62cd62012-02-15 13:35:06 +0200765 u32 max;
Felipe Balbic71fc372011-11-22 11:37:34 +0200766 unsigned int last_one = 0;
Felipe Balbi72246da2011-08-19 18:10:58 +0300767
768 BUILD_BUG_ON_NOT_POWER_OF_2(DWC3_TRB_NUM);
769
770 /* the first request must not be queued */
771 trbs_left = (dep->busy_slot - dep->free_slot) & DWC3_TRB_MASK;
Felipe Balbic71fc372011-11-22 11:37:34 +0200772
Paul Zimmerman8d62cd62012-02-15 13:35:06 +0200773 /* Can't wrap around on a non-isoc EP since there's no link TRB */
774 if (!usb_endpoint_xfer_isoc(dep->desc)) {
775 max = DWC3_TRB_NUM - (dep->free_slot & DWC3_TRB_MASK);
776 if (trbs_left > max)
777 trbs_left = max;
778 }
779
Felipe Balbi72246da2011-08-19 18:10:58 +0300780 /*
Paul Zimmerman1d046792012-02-15 18:56:56 -0800781 * If busy & slot are equal than it is either full or empty. If we are
782 * starting to process requests then we are empty. Otherwise we are
Felipe Balbi72246da2011-08-19 18:10:58 +0300783 * full and don't do anything
784 */
785 if (!trbs_left) {
786 if (!starting)
Felipe Balbi68e823e2011-11-28 12:25:01 +0200787 return;
Felipe Balbi72246da2011-08-19 18:10:58 +0300788 trbs_left = DWC3_TRB_NUM;
789 /*
790 * In case we start from scratch, we queue the ISOC requests
791 * starting from slot 1. This is done because we use ring
792 * buffer and have no LST bit to stop us. Instead, we place
Paul Zimmerman1d046792012-02-15 18:56:56 -0800793 * IOC bit every TRB_NUM/4. We try to avoid having an interrupt
Felipe Balbi72246da2011-08-19 18:10:58 +0300794 * after the first request so we start at slot 1 and have
795 * 7 requests proceed before we hit the first IOC.
796 * Other transfer types don't use the ring buffer and are
797 * processed from the first TRB until the last one. Since we
798 * don't wrap around we have to start at the beginning.
799 */
800 if (usb_endpoint_xfer_isoc(dep->desc)) {
801 dep->busy_slot = 1;
802 dep->free_slot = 1;
803 } else {
804 dep->busy_slot = 0;
805 dep->free_slot = 0;
806 }
807 }
808
809 /* The last TRB is a link TRB, not used for xfer */
810 if ((trbs_left <= 1) && usb_endpoint_xfer_isoc(dep->desc))
Felipe Balbi68e823e2011-11-28 12:25:01 +0200811 return;
Felipe Balbi72246da2011-08-19 18:10:58 +0300812
813 list_for_each_entry_safe(req, n, &dep->request_list, list) {
Felipe Balbieeb720f2011-11-28 12:46:59 +0200814 unsigned length;
815 dma_addr_t dma;
Felipe Balbi72246da2011-08-19 18:10:58 +0300816
Felipe Balbieeb720f2011-11-28 12:46:59 +0200817 if (req->request.num_mapped_sgs > 0) {
818 struct usb_request *request = &req->request;
819 struct scatterlist *sg = request->sg;
820 struct scatterlist *s;
821 int i;
Felipe Balbi72246da2011-08-19 18:10:58 +0300822
Felipe Balbieeb720f2011-11-28 12:46:59 +0200823 for_each_sg(sg, s, request->num_mapped_sgs, i) {
824 unsigned chain = true;
Felipe Balbi72246da2011-08-19 18:10:58 +0300825
Felipe Balbieeb720f2011-11-28 12:46:59 +0200826 length = sg_dma_len(s);
827 dma = sg_dma_address(s);
Felipe Balbi72246da2011-08-19 18:10:58 +0300828
Paul Zimmerman1d046792012-02-15 18:56:56 -0800829 if (i == (request->num_mapped_sgs - 1) ||
830 sg_is_last(s)) {
Felipe Balbieeb720f2011-11-28 12:46:59 +0200831 last_one = true;
832 chain = false;
833 }
Felipe Balbi72246da2011-08-19 18:10:58 +0300834
Felipe Balbieeb720f2011-11-28 12:46:59 +0200835 trbs_left--;
836 if (!trbs_left)
837 last_one = true;
Felipe Balbi72246da2011-08-19 18:10:58 +0300838
Felipe Balbieeb720f2011-11-28 12:46:59 +0200839 if (last_one)
840 chain = false;
Felipe Balbi72246da2011-08-19 18:10:58 +0300841
Felipe Balbieeb720f2011-11-28 12:46:59 +0200842 dwc3_prepare_one_trb(dep, req, dma, length,
843 last_one, chain);
Felipe Balbi72246da2011-08-19 18:10:58 +0300844
Felipe Balbieeb720f2011-11-28 12:46:59 +0200845 if (last_one)
846 break;
847 }
Felipe Balbi72246da2011-08-19 18:10:58 +0300848 } else {
Felipe Balbieeb720f2011-11-28 12:46:59 +0200849 dma = req->request.dma;
850 length = req->request.length;
851 trbs_left--;
852
853 if (!trbs_left)
854 last_one = 1;
855
856 /* Is this the last request? */
857 if (list_is_last(&req->list, &dep->request_list))
858 last_one = 1;
859
860 dwc3_prepare_one_trb(dep, req, dma, length,
861 last_one, false);
862
863 if (last_one)
864 break;
Felipe Balbi72246da2011-08-19 18:10:58 +0300865 }
Felipe Balbi72246da2011-08-19 18:10:58 +0300866 }
Felipe Balbi72246da2011-08-19 18:10:58 +0300867}
868
869static int __dwc3_gadget_kick_transfer(struct dwc3_ep *dep, u16 cmd_param,
870 int start_new)
871{
872 struct dwc3_gadget_ep_cmd_params params;
873 struct dwc3_request *req;
874 struct dwc3 *dwc = dep->dwc;
875 int ret;
876 u32 cmd;
877
878 if (start_new && (dep->flags & DWC3_EP_BUSY)) {
879 dev_vdbg(dwc->dev, "%s: endpoint busy\n", dep->name);
880 return -EBUSY;
881 }
882 dep->flags &= ~DWC3_EP_PENDING_REQUEST;
883
884 /*
885 * If we are getting here after a short-out-packet we don't enqueue any
886 * new requests as we try to set the IOC bit only on the last request.
887 */
888 if (start_new) {
889 if (list_empty(&dep->req_queued))
890 dwc3_prepare_trbs(dep, start_new);
891
892 /* req points to the first request which will be sent */
893 req = next_request(&dep->req_queued);
894 } else {
Felipe Balbi68e823e2011-11-28 12:25:01 +0200895 dwc3_prepare_trbs(dep, start_new);
896
Felipe Balbi72246da2011-08-19 18:10:58 +0300897 /*
Paul Zimmerman1d046792012-02-15 18:56:56 -0800898 * req points to the first request where HWO changed from 0 to 1
Felipe Balbi72246da2011-08-19 18:10:58 +0300899 */
Felipe Balbi68e823e2011-11-28 12:25:01 +0200900 req = next_request(&dep->req_queued);
Felipe Balbi72246da2011-08-19 18:10:58 +0300901 }
902 if (!req) {
903 dep->flags |= DWC3_EP_PENDING_REQUEST;
904 return 0;
905 }
906
907 memset(&params, 0, sizeof(params));
Felipe Balbidc1c70a2011-09-30 10:58:51 +0300908 params.param0 = upper_32_bits(req->trb_dma);
909 params.param1 = lower_32_bits(req->trb_dma);
Felipe Balbi72246da2011-08-19 18:10:58 +0300910
911 if (start_new)
912 cmd = DWC3_DEPCMD_STARTTRANSFER;
913 else
914 cmd = DWC3_DEPCMD_UPDATETRANSFER;
915
916 cmd |= DWC3_DEPCMD_PARAM(cmd_param);
917 ret = dwc3_send_gadget_ep_cmd(dwc, dep->number, cmd, &params);
918 if (ret < 0) {
919 dev_dbg(dwc->dev, "failed to send STARTTRANSFER command\n");
920
921 /*
922 * FIXME we need to iterate over the list of requests
923 * here and stop, unmap, free and del each of the linked
Paul Zimmerman1d046792012-02-15 18:56:56 -0800924 * requests instead of what we do now.
Felipe Balbi72246da2011-08-19 18:10:58 +0300925 */
Felipe Balbi0fc9a1b2011-12-19 11:32:34 +0200926 usb_gadget_unmap_request(&dwc->gadget, &req->request,
927 req->direction);
Felipe Balbi72246da2011-08-19 18:10:58 +0300928 list_del(&req->list);
929 return ret;
930 }
931
932 dep->flags |= DWC3_EP_BUSY;
933 dep->res_trans_idx = dwc3_gadget_ep_get_transfer_index(dwc,
934 dep->number);
Felipe Balbi25b8ff62011-11-04 12:32:47 +0200935
936 WARN_ON_ONCE(!dep->res_trans_idx);
937
Felipe Balbi72246da2011-08-19 18:10:58 +0300938 return 0;
939}
940
941static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req)
942{
Felipe Balbi0fc9a1b2011-12-19 11:32:34 +0200943 struct dwc3 *dwc = dep->dwc;
944 int ret;
945
Felipe Balbi72246da2011-08-19 18:10:58 +0300946 req->request.actual = 0;
947 req->request.status = -EINPROGRESS;
948 req->direction = dep->direction;
949 req->epnum = dep->number;
950
951 /*
952 * We only add to our list of requests now and
953 * start consuming the list once we get XferNotReady
954 * IRQ.
955 *
956 * That way, we avoid doing anything that we don't need
957 * to do now and defer it until the point we receive a
958 * particular token from the Host side.
959 *
960 * This will also avoid Host cancelling URBs due to too
Paul Zimmerman1d046792012-02-15 18:56:56 -0800961 * many NAKs.
Felipe Balbi72246da2011-08-19 18:10:58 +0300962 */
Felipe Balbi0fc9a1b2011-12-19 11:32:34 +0200963 ret = usb_gadget_map_request(&dwc->gadget, &req->request,
964 dep->direction);
965 if (ret)
966 return ret;
967
Felipe Balbi72246da2011-08-19 18:10:58 +0300968 list_add_tail(&req->list, &dep->request_list);
969
970 /*
971 * There is one special case: XferNotReady with
972 * empty list of requests. We need to kick the
973 * transfer here in that situation, otherwise
974 * we will be NAKing forever.
975 *
976 * If we get XferNotReady before gadget driver
977 * has a chance to queue a request, we will ACK
978 * the IRQ but won't be able to receive the data
979 * until the next request is queued. The following
980 * code is handling exactly that.
981 */
982 if (dep->flags & DWC3_EP_PENDING_REQUEST) {
983 int ret;
984 int start_trans;
985
986 start_trans = 1;
Felipe Balbi7b7dd022012-01-18 17:09:17 +0200987 if (usb_endpoint_xfer_isoc(dep->desc) &&
Paul Zimmerman1d046792012-02-15 18:56:56 -0800988 (dep->flags & DWC3_EP_BUSY))
Felipe Balbi72246da2011-08-19 18:10:58 +0300989 start_trans = 0;
990
Paul Zimmerman1d046792012-02-15 18:56:56 -0800991 ret = __dwc3_gadget_kick_transfer(dep, 0, start_trans);
Felipe Balbi72246da2011-08-19 18:10:58 +0300992 if (ret && ret != -EBUSY) {
993 struct dwc3 *dwc = dep->dwc;
994
995 dev_dbg(dwc->dev, "%s: failed to kick transfers\n",
996 dep->name);
997 }
998 };
999
1000 return 0;
1001}
1002
1003static int dwc3_gadget_ep_queue(struct usb_ep *ep, struct usb_request *request,
1004 gfp_t gfp_flags)
1005{
1006 struct dwc3_request *req = to_dwc3_request(request);
1007 struct dwc3_ep *dep = to_dwc3_ep(ep);
1008 struct dwc3 *dwc = dep->dwc;
1009
1010 unsigned long flags;
1011
1012 int ret;
1013
1014 if (!dep->desc) {
1015 dev_dbg(dwc->dev, "trying to queue request %p to disabled %s\n",
1016 request, ep->name);
1017 return -ESHUTDOWN;
1018 }
1019
1020 dev_vdbg(dwc->dev, "queing request %p to %s length %d\n",
1021 request, ep->name, request->length);
1022
1023 spin_lock_irqsave(&dwc->lock, flags);
1024 ret = __dwc3_gadget_ep_queue(dep, req);
1025 spin_unlock_irqrestore(&dwc->lock, flags);
1026
1027 return ret;
1028}
1029
1030static int dwc3_gadget_ep_dequeue(struct usb_ep *ep,
1031 struct usb_request *request)
1032{
1033 struct dwc3_request *req = to_dwc3_request(request);
1034 struct dwc3_request *r = NULL;
1035
1036 struct dwc3_ep *dep = to_dwc3_ep(ep);
1037 struct dwc3 *dwc = dep->dwc;
1038
1039 unsigned long flags;
1040 int ret = 0;
1041
1042 spin_lock_irqsave(&dwc->lock, flags);
1043
1044 list_for_each_entry(r, &dep->request_list, list) {
1045 if (r == req)
1046 break;
1047 }
1048
1049 if (r != req) {
1050 list_for_each_entry(r, &dep->req_queued, list) {
1051 if (r == req)
1052 break;
1053 }
1054 if (r == req) {
1055 /* wait until it is processed */
1056 dwc3_stop_active_transfer(dwc, dep->number);
1057 goto out0;
1058 }
1059 dev_err(dwc->dev, "request %p was not queued to %s\n",
1060 request, ep->name);
1061 ret = -EINVAL;
1062 goto out0;
1063 }
1064
1065 /* giveback the request */
1066 dwc3_gadget_giveback(dep, req, -ECONNRESET);
1067
1068out0:
1069 spin_unlock_irqrestore(&dwc->lock, flags);
1070
1071 return ret;
1072}
1073
1074int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value)
1075{
1076 struct dwc3_gadget_ep_cmd_params params;
1077 struct dwc3 *dwc = dep->dwc;
1078 int ret;
1079
1080 memset(&params, 0x00, sizeof(params));
1081
1082 if (value) {
Felipe Balbi0b7836a2011-08-30 15:48:08 +03001083 if (dep->number == 0 || dep->number == 1) {
1084 /*
1085 * Whenever EP0 is stalled, we will restart
1086 * the state machine, thus moving back to
1087 * Setup Phase
1088 */
1089 dwc->ep0state = EP0_SETUP_PHASE;
1090 }
Felipe Balbi72246da2011-08-19 18:10:58 +03001091
1092 ret = dwc3_send_gadget_ep_cmd(dwc, dep->number,
1093 DWC3_DEPCMD_SETSTALL, &params);
1094 if (ret)
1095 dev_err(dwc->dev, "failed to %s STALL on %s\n",
1096 value ? "set" : "clear",
1097 dep->name);
1098 else
1099 dep->flags |= DWC3_EP_STALL;
1100 } else {
Paul Zimmerman52754552011-09-30 10:58:44 +03001101 if (dep->flags & DWC3_EP_WEDGE)
1102 return 0;
1103
Felipe Balbi72246da2011-08-19 18:10:58 +03001104 ret = dwc3_send_gadget_ep_cmd(dwc, dep->number,
1105 DWC3_DEPCMD_CLEARSTALL, &params);
1106 if (ret)
1107 dev_err(dwc->dev, "failed to %s STALL on %s\n",
1108 value ? "set" : "clear",
1109 dep->name);
1110 else
1111 dep->flags &= ~DWC3_EP_STALL;
1112 }
Paul Zimmerman52754552011-09-30 10:58:44 +03001113
Felipe Balbi72246da2011-08-19 18:10:58 +03001114 return ret;
1115}
1116
1117static int dwc3_gadget_ep_set_halt(struct usb_ep *ep, int value)
1118{
1119 struct dwc3_ep *dep = to_dwc3_ep(ep);
1120 struct dwc3 *dwc = dep->dwc;
1121
1122 unsigned long flags;
1123
1124 int ret;
1125
1126 spin_lock_irqsave(&dwc->lock, flags);
1127
1128 if (usb_endpoint_xfer_isoc(dep->desc)) {
1129 dev_err(dwc->dev, "%s is of Isochronous type\n", dep->name);
1130 ret = -EINVAL;
1131 goto out;
1132 }
1133
1134 ret = __dwc3_gadget_ep_set_halt(dep, value);
1135out:
1136 spin_unlock_irqrestore(&dwc->lock, flags);
1137
1138 return ret;
1139}
1140
1141static int dwc3_gadget_ep_set_wedge(struct usb_ep *ep)
1142{
1143 struct dwc3_ep *dep = to_dwc3_ep(ep);
Paul Zimmerman249a4562012-02-24 17:32:16 -08001144 struct dwc3 *dwc = dep->dwc;
1145 unsigned long flags;
Felipe Balbi72246da2011-08-19 18:10:58 +03001146
Paul Zimmerman249a4562012-02-24 17:32:16 -08001147 spin_lock_irqsave(&dwc->lock, flags);
Felipe Balbi72246da2011-08-19 18:10:58 +03001148 dep->flags |= DWC3_EP_WEDGE;
Paul Zimmerman249a4562012-02-24 17:32:16 -08001149 spin_unlock_irqrestore(&dwc->lock, flags);
Felipe Balbi72246da2011-08-19 18:10:58 +03001150
Paul Zimmerman52754552011-09-30 10:58:44 +03001151 return dwc3_gadget_ep_set_halt(ep, 1);
Felipe Balbi72246da2011-08-19 18:10:58 +03001152}
1153
1154/* -------------------------------------------------------------------------- */
1155
1156static struct usb_endpoint_descriptor dwc3_gadget_ep0_desc = {
1157 .bLength = USB_DT_ENDPOINT_SIZE,
1158 .bDescriptorType = USB_DT_ENDPOINT,
1159 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
1160};
1161
1162static const struct usb_ep_ops dwc3_gadget_ep0_ops = {
1163 .enable = dwc3_gadget_ep0_enable,
1164 .disable = dwc3_gadget_ep0_disable,
1165 .alloc_request = dwc3_gadget_ep_alloc_request,
1166 .free_request = dwc3_gadget_ep_free_request,
1167 .queue = dwc3_gadget_ep0_queue,
1168 .dequeue = dwc3_gadget_ep_dequeue,
1169 .set_halt = dwc3_gadget_ep_set_halt,
1170 .set_wedge = dwc3_gadget_ep_set_wedge,
1171};
1172
1173static const struct usb_ep_ops dwc3_gadget_ep_ops = {
1174 .enable = dwc3_gadget_ep_enable,
1175 .disable = dwc3_gadget_ep_disable,
1176 .alloc_request = dwc3_gadget_ep_alloc_request,
1177 .free_request = dwc3_gadget_ep_free_request,
1178 .queue = dwc3_gadget_ep_queue,
1179 .dequeue = dwc3_gadget_ep_dequeue,
1180 .set_halt = dwc3_gadget_ep_set_halt,
1181 .set_wedge = dwc3_gadget_ep_set_wedge,
1182};
1183
1184/* -------------------------------------------------------------------------- */
1185
1186static int dwc3_gadget_get_frame(struct usb_gadget *g)
1187{
1188 struct dwc3 *dwc = gadget_to_dwc(g);
1189 u32 reg;
1190
1191 reg = dwc3_readl(dwc->regs, DWC3_DSTS);
1192 return DWC3_DSTS_SOFFN(reg);
1193}
1194
1195static int dwc3_gadget_wakeup(struct usb_gadget *g)
1196{
1197 struct dwc3 *dwc = gadget_to_dwc(g);
1198
1199 unsigned long timeout;
1200 unsigned long flags;
1201
1202 u32 reg;
1203
1204 int ret = 0;
1205
1206 u8 link_state;
1207 u8 speed;
1208
1209 spin_lock_irqsave(&dwc->lock, flags);
1210
1211 /*
1212 * According to the Databook Remote wakeup request should
1213 * be issued only when the device is in early suspend state.
1214 *
1215 * We can check that via USB Link State bits in DSTS register.
1216 */
1217 reg = dwc3_readl(dwc->regs, DWC3_DSTS);
1218
1219 speed = reg & DWC3_DSTS_CONNECTSPD;
1220 if (speed == DWC3_DSTS_SUPERSPEED) {
1221 dev_dbg(dwc->dev, "no wakeup on SuperSpeed\n");
1222 ret = -EINVAL;
1223 goto out;
1224 }
1225
1226 link_state = DWC3_DSTS_USBLNKST(reg);
1227
1228 switch (link_state) {
1229 case DWC3_LINK_STATE_RX_DET: /* in HS, means Early Suspend */
1230 case DWC3_LINK_STATE_U3: /* in HS, means SUSPEND */
1231 break;
1232 default:
1233 dev_dbg(dwc->dev, "can't wakeup from link state %d\n",
1234 link_state);
1235 ret = -EINVAL;
1236 goto out;
1237 }
1238
Felipe Balbi8598bde2012-01-02 18:55:57 +02001239 ret = dwc3_gadget_set_link_state(dwc, DWC3_LINK_STATE_RECOV);
1240 if (ret < 0) {
1241 dev_err(dwc->dev, "failed to put link in Recovery\n");
1242 goto out;
1243 }
Felipe Balbi72246da2011-08-19 18:10:58 +03001244
1245 /* write zeroes to Link Change Request */
1246 reg &= ~DWC3_DCTL_ULSTCHNGREQ_MASK;
1247 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
1248
Paul Zimmerman1d046792012-02-15 18:56:56 -08001249 /* poll until Link State changes to ON */
Felipe Balbi72246da2011-08-19 18:10:58 +03001250 timeout = jiffies + msecs_to_jiffies(100);
1251
Paul Zimmerman1d046792012-02-15 18:56:56 -08001252 while (!time_after(jiffies, timeout)) {
Felipe Balbi72246da2011-08-19 18:10:58 +03001253 reg = dwc3_readl(dwc->regs, DWC3_DSTS);
1254
1255 /* in HS, means ON */
1256 if (DWC3_DSTS_USBLNKST(reg) == DWC3_LINK_STATE_U0)
1257 break;
1258 }
1259
1260 if (DWC3_DSTS_USBLNKST(reg) != DWC3_LINK_STATE_U0) {
1261 dev_err(dwc->dev, "failed to send remote wakeup\n");
1262 ret = -EINVAL;
1263 }
1264
1265out:
1266 spin_unlock_irqrestore(&dwc->lock, flags);
1267
1268 return ret;
1269}
1270
1271static int dwc3_gadget_set_selfpowered(struct usb_gadget *g,
1272 int is_selfpowered)
1273{
1274 struct dwc3 *dwc = gadget_to_dwc(g);
Paul Zimmerman249a4562012-02-24 17:32:16 -08001275 unsigned long flags;
Felipe Balbi72246da2011-08-19 18:10:58 +03001276
Paul Zimmerman249a4562012-02-24 17:32:16 -08001277 spin_lock_irqsave(&dwc->lock, flags);
Felipe Balbi72246da2011-08-19 18:10:58 +03001278 dwc->is_selfpowered = !!is_selfpowered;
Paul Zimmerman249a4562012-02-24 17:32:16 -08001279 spin_unlock_irqrestore(&dwc->lock, flags);
Felipe Balbi72246da2011-08-19 18:10:58 +03001280
1281 return 0;
1282}
1283
1284static void dwc3_gadget_run_stop(struct dwc3 *dwc, int is_on)
1285{
1286 u32 reg;
Sebastian Andrzej Siewior61d58242011-08-29 16:46:38 +02001287 u32 timeout = 500;
Felipe Balbi72246da2011-08-19 18:10:58 +03001288
1289 reg = dwc3_readl(dwc->regs, DWC3_DCTL);
Felipe Balbi8db7ed12012-01-18 18:32:29 +02001290 if (is_on) {
1291 reg &= ~DWC3_DCTL_TRGTULST_MASK;
1292 reg |= (DWC3_DCTL_RUN_STOP
1293 | DWC3_DCTL_TRGTULST_RX_DET);
1294 } else {
Felipe Balbi72246da2011-08-19 18:10:58 +03001295 reg &= ~DWC3_DCTL_RUN_STOP;
Felipe Balbi8db7ed12012-01-18 18:32:29 +02001296 }
Felipe Balbi72246da2011-08-19 18:10:58 +03001297
1298 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
1299
1300 do {
1301 reg = dwc3_readl(dwc->regs, DWC3_DSTS);
1302 if (is_on) {
1303 if (!(reg & DWC3_DSTS_DEVCTRLHLT))
1304 break;
1305 } else {
1306 if (reg & DWC3_DSTS_DEVCTRLHLT)
1307 break;
1308 }
Felipe Balbi72246da2011-08-19 18:10:58 +03001309 timeout--;
1310 if (!timeout)
1311 break;
Sebastian Andrzej Siewior61d58242011-08-29 16:46:38 +02001312 udelay(1);
Felipe Balbi72246da2011-08-19 18:10:58 +03001313 } while (1);
1314
1315 dev_vdbg(dwc->dev, "gadget %s data soft-%s\n",
1316 dwc->gadget_driver
1317 ? dwc->gadget_driver->function : "no-function",
1318 is_on ? "connect" : "disconnect");
1319}
1320
1321static int dwc3_gadget_pullup(struct usb_gadget *g, int is_on)
1322{
1323 struct dwc3 *dwc = gadget_to_dwc(g);
1324 unsigned long flags;
1325
1326 is_on = !!is_on;
1327
1328 spin_lock_irqsave(&dwc->lock, flags);
1329 dwc3_gadget_run_stop(dwc, is_on);
1330 spin_unlock_irqrestore(&dwc->lock, flags);
1331
1332 return 0;
1333}
1334
1335static int dwc3_gadget_start(struct usb_gadget *g,
1336 struct usb_gadget_driver *driver)
1337{
1338 struct dwc3 *dwc = gadget_to_dwc(g);
1339 struct dwc3_ep *dep;
1340 unsigned long flags;
1341 int ret = 0;
1342 u32 reg;
1343
1344 spin_lock_irqsave(&dwc->lock, flags);
1345
1346 if (dwc->gadget_driver) {
1347 dev_err(dwc->dev, "%s is already bound to %s\n",
1348 dwc->gadget.name,
1349 dwc->gadget_driver->driver.name);
1350 ret = -EBUSY;
1351 goto err0;
1352 }
1353
1354 dwc->gadget_driver = driver;
1355 dwc->gadget.dev.driver = &driver->driver;
1356
Felipe Balbi72246da2011-08-19 18:10:58 +03001357 reg = dwc3_readl(dwc->regs, DWC3_DCFG);
1358 reg &= ~(DWC3_DCFG_SPEED_MASK);
Felipe Balbi07e7f472012-03-23 12:20:31 +02001359
1360 /**
1361 * WORKAROUND: DWC3 revision < 2.20a have an issue
1362 * which would cause metastability state on Run/Stop
1363 * bit if we try to force the IP to USB2-only mode.
1364 *
1365 * Because of that, we cannot configure the IP to any
1366 * speed other than the SuperSpeed
1367 *
1368 * Refers to:
1369 *
1370 * STAR#9000525659: Clock Domain Crossing on DCTL in
1371 * USB 2.0 Mode
1372 */
1373 if (dwc->revision < DWC3_REVISION_220A)
1374 reg |= DWC3_DCFG_SUPERSPEED;
1375 else
1376 reg |= dwc->maximum_speed;
Felipe Balbi72246da2011-08-19 18:10:58 +03001377 dwc3_writel(dwc->regs, DWC3_DCFG, reg);
1378
Paul Zimmermanb23c8432011-09-30 10:58:42 +03001379 dwc->start_config_issued = false;
1380
Felipe Balbi72246da2011-08-19 18:10:58 +03001381 /* Start with SuperSpeed Default */
1382 dwc3_gadget_ep0_desc.wMaxPacketSize = cpu_to_le16(512);
1383
1384 dep = dwc->eps[0];
Felipe Balbic90bfae2011-11-29 13:11:21 +02001385 ret = __dwc3_gadget_ep_enable(dep, &dwc3_gadget_ep0_desc, NULL);
Felipe Balbi72246da2011-08-19 18:10:58 +03001386 if (ret) {
1387 dev_err(dwc->dev, "failed to enable %s\n", dep->name);
1388 goto err0;
1389 }
1390
1391 dep = dwc->eps[1];
Felipe Balbic90bfae2011-11-29 13:11:21 +02001392 ret = __dwc3_gadget_ep_enable(dep, &dwc3_gadget_ep0_desc, NULL);
Felipe Balbi72246da2011-08-19 18:10:58 +03001393 if (ret) {
1394 dev_err(dwc->dev, "failed to enable %s\n", dep->name);
1395 goto err1;
1396 }
1397
1398 /* begin to receive SETUP packets */
Felipe Balbic7fcdeb2011-08-27 22:28:36 +03001399 dwc->ep0state = EP0_SETUP_PHASE;
Felipe Balbi72246da2011-08-19 18:10:58 +03001400 dwc3_ep0_out_start(dwc);
1401
1402 spin_unlock_irqrestore(&dwc->lock, flags);
1403
1404 return 0;
1405
1406err1:
1407 __dwc3_gadget_ep_disable(dwc->eps[0]);
1408
1409err0:
1410 spin_unlock_irqrestore(&dwc->lock, flags);
1411
1412 return ret;
1413}
1414
1415static int dwc3_gadget_stop(struct usb_gadget *g,
1416 struct usb_gadget_driver *driver)
1417{
1418 struct dwc3 *dwc = gadget_to_dwc(g);
1419 unsigned long flags;
1420
1421 spin_lock_irqsave(&dwc->lock, flags);
1422
1423 __dwc3_gadget_ep_disable(dwc->eps[0]);
1424 __dwc3_gadget_ep_disable(dwc->eps[1]);
1425
1426 dwc->gadget_driver = NULL;
1427 dwc->gadget.dev.driver = NULL;
1428
1429 spin_unlock_irqrestore(&dwc->lock, flags);
1430
1431 return 0;
1432}
1433static const struct usb_gadget_ops dwc3_gadget_ops = {
1434 .get_frame = dwc3_gadget_get_frame,
1435 .wakeup = dwc3_gadget_wakeup,
1436 .set_selfpowered = dwc3_gadget_set_selfpowered,
1437 .pullup = dwc3_gadget_pullup,
1438 .udc_start = dwc3_gadget_start,
1439 .udc_stop = dwc3_gadget_stop,
1440};
1441
1442/* -------------------------------------------------------------------------- */
1443
1444static int __devinit dwc3_gadget_init_endpoints(struct dwc3 *dwc)
1445{
1446 struct dwc3_ep *dep;
1447 u8 epnum;
1448
1449 INIT_LIST_HEAD(&dwc->gadget.ep_list);
1450
1451 for (epnum = 0; epnum < DWC3_ENDPOINTS_NUM; epnum++) {
1452 dep = kzalloc(sizeof(*dep), GFP_KERNEL);
1453 if (!dep) {
1454 dev_err(dwc->dev, "can't allocate endpoint %d\n",
1455 epnum);
1456 return -ENOMEM;
1457 }
1458
1459 dep->dwc = dwc;
1460 dep->number = epnum;
1461 dwc->eps[epnum] = dep;
1462
1463 snprintf(dep->name, sizeof(dep->name), "ep%d%s", epnum >> 1,
1464 (epnum & 1) ? "in" : "out");
1465 dep->endpoint.name = dep->name;
1466 dep->direction = (epnum & 1);
1467
1468 if (epnum == 0 || epnum == 1) {
1469 dep->endpoint.maxpacket = 512;
1470 dep->endpoint.ops = &dwc3_gadget_ep0_ops;
1471 if (!epnum)
1472 dwc->gadget.ep0 = &dep->endpoint;
1473 } else {
1474 int ret;
1475
1476 dep->endpoint.maxpacket = 1024;
Sebastian Andrzej Siewior12d36c12011-11-03 20:27:50 +01001477 dep->endpoint.max_streams = 15;
Felipe Balbi72246da2011-08-19 18:10:58 +03001478 dep->endpoint.ops = &dwc3_gadget_ep_ops;
1479 list_add_tail(&dep->endpoint.ep_list,
1480 &dwc->gadget.ep_list);
1481
1482 ret = dwc3_alloc_trb_pool(dep);
Felipe Balbi25b8ff62011-11-04 12:32:47 +02001483 if (ret)
Felipe Balbi72246da2011-08-19 18:10:58 +03001484 return ret;
Felipe Balbi72246da2011-08-19 18:10:58 +03001485 }
Felipe Balbi25b8ff62011-11-04 12:32:47 +02001486
Felipe Balbi72246da2011-08-19 18:10:58 +03001487 INIT_LIST_HEAD(&dep->request_list);
1488 INIT_LIST_HEAD(&dep->req_queued);
1489 }
1490
1491 return 0;
1492}
1493
1494static void dwc3_gadget_free_endpoints(struct dwc3 *dwc)
1495{
1496 struct dwc3_ep *dep;
1497 u8 epnum;
1498
1499 for (epnum = 0; epnum < DWC3_ENDPOINTS_NUM; epnum++) {
1500 dep = dwc->eps[epnum];
1501 dwc3_free_trb_pool(dep);
1502
1503 if (epnum != 0 && epnum != 1)
1504 list_del(&dep->endpoint.ep_list);
1505
1506 kfree(dep);
1507 }
1508}
1509
1510static void dwc3_gadget_release(struct device *dev)
1511{
1512 dev_dbg(dev, "%s\n", __func__);
1513}
1514
1515/* -------------------------------------------------------------------------- */
1516static int dwc3_cleanup_done_reqs(struct dwc3 *dwc, struct dwc3_ep *dep,
1517 const struct dwc3_event_depevt *event, int status)
1518{
1519 struct dwc3_request *req;
Felipe Balbif6bafc62012-02-06 11:04:53 +02001520 struct dwc3_trb *trb;
Felipe Balbi72246da2011-08-19 18:10:58 +03001521 unsigned int count;
1522 unsigned int s_pkt = 0;
1523
1524 do {
1525 req = next_request(&dep->req_queued);
Sebastian Andrzej Siewiord39ee7b2011-11-03 10:32:20 +01001526 if (!req) {
1527 WARN_ON_ONCE(1);
1528 return 1;
1529 }
Felipe Balbi72246da2011-08-19 18:10:58 +03001530
Felipe Balbif6bafc62012-02-06 11:04:53 +02001531 trb = req->trb;
Felipe Balbi72246da2011-08-19 18:10:58 +03001532
Felipe Balbif6bafc62012-02-06 11:04:53 +02001533 if ((trb->ctrl & DWC3_TRB_CTRL_HWO) && status != -ESHUTDOWN)
Sebastian Andrzej Siewior0d2f4752011-08-19 19:59:12 +02001534 /*
1535 * We continue despite the error. There is not much we
Paul Zimmerman1d046792012-02-15 18:56:56 -08001536 * can do. If we don't clean it up we loop forever. If
1537 * we skip the TRB then it gets overwritten after a
1538 * while since we use them in a ring buffer. A BUG()
1539 * would help. Lets hope that if this occurs, someone
Sebastian Andrzej Siewior0d2f4752011-08-19 19:59:12 +02001540 * fixes the root cause instead of looking away :)
1541 */
Felipe Balbi72246da2011-08-19 18:10:58 +03001542 dev_err(dwc->dev, "%s's TRB (%p) still owned by HW\n",
1543 dep->name, req->trb);
Felipe Balbif6bafc62012-02-06 11:04:53 +02001544 count = trb->size & DWC3_TRB_SIZE_MASK;
Felipe Balbi72246da2011-08-19 18:10:58 +03001545
1546 if (dep->direction) {
1547 if (count) {
1548 dev_err(dwc->dev, "incomplete IN transfer %s\n",
1549 dep->name);
1550 status = -ECONNRESET;
1551 }
1552 } else {
1553 if (count && (event->status & DEPEVT_STATUS_SHORT))
1554 s_pkt = 1;
1555 }
1556
1557 /*
1558 * We assume here we will always receive the entire data block
1559 * which we should receive. Meaning, if we program RX to
1560 * receive 4K but we receive only 2K, we assume that's all we
1561 * should receive and we simply bounce the request back to the
1562 * gadget driver for further processing.
1563 */
1564 req->request.actual += req->request.length - count;
1565 dwc3_gadget_giveback(dep, req, status);
1566 if (s_pkt)
1567 break;
Felipe Balbif6bafc62012-02-06 11:04:53 +02001568 if ((event->status & DEPEVT_STATUS_LST) &&
1569 (trb->ctrl & DWC3_TRB_CTRL_LST))
Felipe Balbi72246da2011-08-19 18:10:58 +03001570 break;
Felipe Balbif6bafc62012-02-06 11:04:53 +02001571 if ((event->status & DEPEVT_STATUS_IOC) &&
1572 (trb->ctrl & DWC3_TRB_CTRL_IOC))
Felipe Balbi72246da2011-08-19 18:10:58 +03001573 break;
1574 } while (1);
1575
Felipe Balbif6bafc62012-02-06 11:04:53 +02001576 if ((event->status & DEPEVT_STATUS_IOC) &&
1577 (trb->ctrl & DWC3_TRB_CTRL_IOC))
Felipe Balbi72246da2011-08-19 18:10:58 +03001578 return 0;
1579 return 1;
1580}
1581
1582static void dwc3_endpoint_transfer_complete(struct dwc3 *dwc,
1583 struct dwc3_ep *dep, const struct dwc3_event_depevt *event,
1584 int start_new)
1585{
1586 unsigned status = 0;
1587 int clean_busy;
1588
1589 if (event->status & DEPEVT_STATUS_BUSERR)
1590 status = -ECONNRESET;
1591
Paul Zimmerman1d046792012-02-15 18:56:56 -08001592 clean_busy = dwc3_cleanup_done_reqs(dwc, dep, event, status);
Paul Zimmermanc2df85c2012-02-24 17:32:18 -08001593 if (clean_busy)
Felipe Balbi72246da2011-08-19 18:10:58 +03001594 dep->flags &= ~DWC3_EP_BUSY;
Felipe Balbifae2b902011-10-14 13:00:30 +03001595
1596 /*
1597 * WORKAROUND: This is the 2nd half of U1/U2 -> U0 workaround.
1598 * See dwc3_gadget_linksts_change_interrupt() for 1st half.
1599 */
1600 if (dwc->revision < DWC3_REVISION_183A) {
1601 u32 reg;
1602 int i;
1603
1604 for (i = 0; i < DWC3_ENDPOINTS_NUM; i++) {
1605 struct dwc3_ep *dep = dwc->eps[i];
1606
1607 if (!(dep->flags & DWC3_EP_ENABLED))
1608 continue;
1609
1610 if (!list_empty(&dep->req_queued))
1611 return;
1612 }
1613
1614 reg = dwc3_readl(dwc->regs, DWC3_DCTL);
1615 reg |= dwc->u1u2;
1616 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
1617
1618 dwc->u1u2 = 0;
1619 }
Felipe Balbi72246da2011-08-19 18:10:58 +03001620}
1621
1622static void dwc3_gadget_start_isoc(struct dwc3 *dwc,
1623 struct dwc3_ep *dep, const struct dwc3_event_depevt *event)
1624{
Paul Zimmerman9bafa562012-02-17 14:10:16 -08001625 u32 uf, mask;
Felipe Balbi72246da2011-08-19 18:10:58 +03001626
1627 if (list_empty(&dep->request_list)) {
1628 dev_vdbg(dwc->dev, "ISOC ep %s run out for requests.\n",
1629 dep->name);
1630 return;
1631 }
1632
Paul Zimmerman9bafa562012-02-17 14:10:16 -08001633 mask = ~(dep->interval - 1);
1634 uf = event->parameters & mask;
1635 /* 4 micro frames in the future */
1636 uf += dep->interval * 4;
Felipe Balbi72246da2011-08-19 18:10:58 +03001637
1638 __dwc3_gadget_kick_transfer(dep, uf, 1);
1639}
1640
1641static void dwc3_process_ep_cmd_complete(struct dwc3_ep *dep,
1642 const struct dwc3_event_depevt *event)
1643{
1644 struct dwc3 *dwc = dep->dwc;
1645 struct dwc3_event_depevt mod_ev = *event;
1646
1647 /*
Paul Zimmerman1d046792012-02-15 18:56:56 -08001648 * We were asked to remove one request. It is possible that this
1649 * request and a few others were started together and have the same
Felipe Balbi72246da2011-08-19 18:10:58 +03001650 * transfer index. Since we stopped the complete endpoint we don't
1651 * know how many requests were already completed (and not yet)
1652 * reported and how could be done (later). We purge them all until
1653 * the end of the list.
1654 */
1655 mod_ev.status = DEPEVT_STATUS_LST;
1656 dwc3_cleanup_done_reqs(dwc, dep, &mod_ev, -ESHUTDOWN);
1657 dep->flags &= ~DWC3_EP_BUSY;
Paul Zimmerman1d046792012-02-15 18:56:56 -08001658 /* pending requests are ignored and are queued on XferNotReady */
Felipe Balbi72246da2011-08-19 18:10:58 +03001659}
1660
1661static void dwc3_ep_cmd_compl(struct dwc3_ep *dep,
1662 const struct dwc3_event_depevt *event)
1663{
1664 u32 param = event->parameters;
1665 u32 cmd_type = (param >> 8) & ((1 << 5) - 1);
1666
1667 switch (cmd_type) {
1668 case DWC3_DEPCMD_ENDTRANSFER:
1669 dwc3_process_ep_cmd_complete(dep, event);
1670 break;
1671 case DWC3_DEPCMD_STARTTRANSFER:
1672 dep->res_trans_idx = param & 0x7f;
1673 break;
1674 default:
1675 printk(KERN_ERR "%s() unknown /unexpected type: %d\n",
1676 __func__, cmd_type);
1677 break;
1678 };
1679}
1680
1681static void dwc3_endpoint_interrupt(struct dwc3 *dwc,
1682 const struct dwc3_event_depevt *event)
1683{
1684 struct dwc3_ep *dep;
1685 u8 epnum = event->endpoint_number;
1686
1687 dep = dwc->eps[epnum];
1688
1689 dev_vdbg(dwc->dev, "%s: %s\n", dep->name,
1690 dwc3_ep_event_string(event->endpoint_event));
1691
1692 if (epnum == 0 || epnum == 1) {
1693 dwc3_ep0_interrupt(dwc, event);
1694 return;
1695 }
1696
1697 switch (event->endpoint_event) {
1698 case DWC3_DEPEVT_XFERCOMPLETE:
Paul Zimmermanc2df85c2012-02-24 17:32:18 -08001699 dep->res_trans_idx = 0;
1700
Felipe Balbi72246da2011-08-19 18:10:58 +03001701 if (usb_endpoint_xfer_isoc(dep->desc)) {
1702 dev_dbg(dwc->dev, "%s is an Isochronous endpoint\n",
1703 dep->name);
1704 return;
1705 }
1706
1707 dwc3_endpoint_transfer_complete(dwc, dep, event, 1);
1708 break;
1709 case DWC3_DEPEVT_XFERINPROGRESS:
1710 if (!usb_endpoint_xfer_isoc(dep->desc)) {
1711 dev_dbg(dwc->dev, "%s is not an Isochronous endpoint\n",
1712 dep->name);
1713 return;
1714 }
1715
1716 dwc3_endpoint_transfer_complete(dwc, dep, event, 0);
1717 break;
1718 case DWC3_DEPEVT_XFERNOTREADY:
1719 if (usb_endpoint_xfer_isoc(dep->desc)) {
1720 dwc3_gadget_start_isoc(dwc, dep, event);
1721 } else {
1722 int ret;
1723
1724 dev_vdbg(dwc->dev, "%s: reason %s\n",
Felipe Balbi40aa41f2012-01-18 17:06:03 +02001725 dep->name, event->status &
1726 DEPEVT_STATUS_TRANSFER_ACTIVE
Felipe Balbi72246da2011-08-19 18:10:58 +03001727 ? "Transfer Active"
1728 : "Transfer Not Active");
1729
1730 ret = __dwc3_gadget_kick_transfer(dep, 0, 1);
1731 if (!ret || ret == -EBUSY)
1732 return;
1733
1734 dev_dbg(dwc->dev, "%s: failed to kick transfers\n",
1735 dep->name);
1736 }
1737
1738 break;
Felipe Balbi879631a2011-09-30 10:58:47 +03001739 case DWC3_DEPEVT_STREAMEVT:
1740 if (!usb_endpoint_xfer_bulk(dep->desc)) {
1741 dev_err(dwc->dev, "Stream event for non-Bulk %s\n",
1742 dep->name);
1743 return;
1744 }
1745
1746 switch (event->status) {
1747 case DEPEVT_STREAMEVT_FOUND:
1748 dev_vdbg(dwc->dev, "Stream %d found and started\n",
1749 event->parameters);
1750
1751 break;
1752 case DEPEVT_STREAMEVT_NOTFOUND:
1753 /* FALLTHROUGH */
1754 default:
1755 dev_dbg(dwc->dev, "Couldn't find suitable stream\n");
1756 }
1757 break;
Felipe Balbi72246da2011-08-19 18:10:58 +03001758 case DWC3_DEPEVT_RXTXFIFOEVT:
1759 dev_dbg(dwc->dev, "%s FIFO Overrun\n", dep->name);
1760 break;
Felipe Balbi72246da2011-08-19 18:10:58 +03001761 case DWC3_DEPEVT_EPCMDCMPLT:
1762 dwc3_ep_cmd_compl(dep, event);
1763 break;
1764 }
1765}
1766
1767static void dwc3_disconnect_gadget(struct dwc3 *dwc)
1768{
1769 if (dwc->gadget_driver && dwc->gadget_driver->disconnect) {
1770 spin_unlock(&dwc->lock);
1771 dwc->gadget_driver->disconnect(&dwc->gadget);
1772 spin_lock(&dwc->lock);
1773 }
1774}
1775
1776static void dwc3_stop_active_transfer(struct dwc3 *dwc, u32 epnum)
1777{
1778 struct dwc3_ep *dep;
1779 struct dwc3_gadget_ep_cmd_params params;
1780 u32 cmd;
1781 int ret;
1782
1783 dep = dwc->eps[epnum];
1784
Sebastian Andrzej Siewior624407f2011-08-29 13:56:37 +02001785 WARN_ON(!dep->res_trans_idx);
Felipe Balbi72246da2011-08-19 18:10:58 +03001786 if (dep->res_trans_idx) {
1787 cmd = DWC3_DEPCMD_ENDTRANSFER;
1788 cmd |= DWC3_DEPCMD_HIPRI_FORCERM | DWC3_DEPCMD_CMDIOC;
1789 cmd |= DWC3_DEPCMD_PARAM(dep->res_trans_idx);
1790 memset(&params, 0, sizeof(params));
1791 ret = dwc3_send_gadget_ep_cmd(dwc, dep->number, cmd, &params);
1792 WARN_ON_ONCE(ret);
Sebastian Andrzej Siewiora1ae9be2011-08-22 17:42:18 +02001793 dep->res_trans_idx = 0;
Felipe Balbi72246da2011-08-19 18:10:58 +03001794 }
1795}
1796
1797static void dwc3_stop_active_transfers(struct dwc3 *dwc)
1798{
1799 u32 epnum;
1800
1801 for (epnum = 2; epnum < DWC3_ENDPOINTS_NUM; epnum++) {
1802 struct dwc3_ep *dep;
1803
1804 dep = dwc->eps[epnum];
1805 if (!(dep->flags & DWC3_EP_ENABLED))
1806 continue;
1807
Sebastian Andrzej Siewior624407f2011-08-29 13:56:37 +02001808 dwc3_remove_requests(dwc, dep);
Felipe Balbi72246da2011-08-19 18:10:58 +03001809 }
1810}
1811
1812static void dwc3_clear_stall_all_ep(struct dwc3 *dwc)
1813{
1814 u32 epnum;
1815
1816 for (epnum = 1; epnum < DWC3_ENDPOINTS_NUM; epnum++) {
1817 struct dwc3_ep *dep;
1818 struct dwc3_gadget_ep_cmd_params params;
1819 int ret;
1820
1821 dep = dwc->eps[epnum];
1822
1823 if (!(dep->flags & DWC3_EP_STALL))
1824 continue;
1825
1826 dep->flags &= ~DWC3_EP_STALL;
1827
1828 memset(&params, 0, sizeof(params));
1829 ret = dwc3_send_gadget_ep_cmd(dwc, dep->number,
1830 DWC3_DEPCMD_CLEARSTALL, &params);
1831 WARN_ON_ONCE(ret);
1832 }
1833}
1834
1835static void dwc3_gadget_disconnect_interrupt(struct dwc3 *dwc)
1836{
1837 dev_vdbg(dwc->dev, "%s\n", __func__);
1838#if 0
1839 XXX
1840 U1/U2 is powersave optimization. Skip it for now. Anyway we need to
1841 enable it before we can disable it.
1842
1843 reg = dwc3_readl(dwc->regs, DWC3_DCTL);
1844 reg &= ~DWC3_DCTL_INITU1ENA;
1845 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
1846
1847 reg &= ~DWC3_DCTL_INITU2ENA;
1848 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
1849#endif
1850
1851 dwc3_stop_active_transfers(dwc);
1852 dwc3_disconnect_gadget(dwc);
Paul Zimmermanb23c8432011-09-30 10:58:42 +03001853 dwc->start_config_issued = false;
Felipe Balbi72246da2011-08-19 18:10:58 +03001854
1855 dwc->gadget.speed = USB_SPEED_UNKNOWN;
Felipe Balbidf62df52011-10-14 15:11:49 +03001856 dwc->setup_packet_pending = false;
Felipe Balbi72246da2011-08-19 18:10:58 +03001857}
1858
1859static void dwc3_gadget_usb3_phy_power(struct dwc3 *dwc, int on)
1860{
1861 u32 reg;
1862
1863 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0));
1864
1865 if (on)
1866 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY;
1867 else
1868 reg |= DWC3_GUSB3PIPECTL_SUSPHY;
1869
1870 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg);
1871}
1872
1873static void dwc3_gadget_usb2_phy_power(struct dwc3 *dwc, int on)
1874{
1875 u32 reg;
1876
1877 reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(0));
1878
1879 if (on)
1880 reg &= ~DWC3_GUSB2PHYCFG_SUSPHY;
1881 else
1882 reg |= DWC3_GUSB2PHYCFG_SUSPHY;
1883
1884 dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg);
1885}
1886
1887static void dwc3_gadget_reset_interrupt(struct dwc3 *dwc)
1888{
1889 u32 reg;
1890
1891 dev_vdbg(dwc->dev, "%s\n", __func__);
1892
Felipe Balbidf62df52011-10-14 15:11:49 +03001893 /*
1894 * WORKAROUND: DWC3 revisions <1.88a have an issue which
1895 * would cause a missing Disconnect Event if there's a
1896 * pending Setup Packet in the FIFO.
1897 *
1898 * There's no suggested workaround on the official Bug
1899 * report, which states that "unless the driver/application
1900 * is doing any special handling of a disconnect event,
1901 * there is no functional issue".
1902 *
1903 * Unfortunately, it turns out that we _do_ some special
1904 * handling of a disconnect event, namely complete all
1905 * pending transfers, notify gadget driver of the
1906 * disconnection, and so on.
1907 *
1908 * Our suggested workaround is to follow the Disconnect
1909 * Event steps here, instead, based on a setup_packet_pending
1910 * flag. Such flag gets set whenever we have a XferNotReady
1911 * event on EP0 and gets cleared on XferComplete for the
1912 * same endpoint.
1913 *
1914 * Refers to:
1915 *
1916 * STAR#9000466709: RTL: Device : Disconnect event not
1917 * generated if setup packet pending in FIFO
1918 */
1919 if (dwc->revision < DWC3_REVISION_188A) {
1920 if (dwc->setup_packet_pending)
1921 dwc3_gadget_disconnect_interrupt(dwc);
1922 }
1923
Felipe Balbi961906e2011-12-20 15:37:21 +02001924 /* after reset -> Default State */
1925 dwc->dev_state = DWC3_DEFAULT_STATE;
1926
Felipe Balbi72246da2011-08-19 18:10:58 +03001927 /* Enable PHYs */
1928 dwc3_gadget_usb2_phy_power(dwc, true);
1929 dwc3_gadget_usb3_phy_power(dwc, true);
1930
1931 if (dwc->gadget.speed != USB_SPEED_UNKNOWN)
1932 dwc3_disconnect_gadget(dwc);
1933
1934 reg = dwc3_readl(dwc->regs, DWC3_DCTL);
1935 reg &= ~DWC3_DCTL_TSTCTRL_MASK;
Sebastian Andrzej Siewiore6a3b5e2011-09-13 17:54:39 +02001936 reg &= ~(DWC3_DCTL_INITU1ENA | DWC3_DCTL_INITU2ENA);
Felipe Balbi72246da2011-08-19 18:10:58 +03001937 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
Gerard Cauvy3b637362012-02-10 12:21:18 +02001938 dwc->test_mode = false;
Felipe Balbi72246da2011-08-19 18:10:58 +03001939
1940 dwc3_stop_active_transfers(dwc);
1941 dwc3_clear_stall_all_ep(dwc);
Paul Zimmermanb23c8432011-09-30 10:58:42 +03001942 dwc->start_config_issued = false;
Felipe Balbi72246da2011-08-19 18:10:58 +03001943
1944 /* Reset device address to zero */
1945 reg = dwc3_readl(dwc->regs, DWC3_DCFG);
1946 reg &= ~(DWC3_DCFG_DEVADDR_MASK);
1947 dwc3_writel(dwc->regs, DWC3_DCFG, reg);
Felipe Balbi72246da2011-08-19 18:10:58 +03001948}
1949
1950static void dwc3_update_ram_clk_sel(struct dwc3 *dwc, u32 speed)
1951{
1952 u32 reg;
1953 u32 usb30_clock = DWC3_GCTL_CLK_BUS;
1954
1955 /*
1956 * We change the clock only at SS but I dunno why I would want to do
1957 * this. Maybe it becomes part of the power saving plan.
1958 */
1959
1960 if (speed != DWC3_DSTS_SUPERSPEED)
1961 return;
1962
1963 /*
1964 * RAMClkSel is reset to 0 after USB reset, so it must be reprogrammed
1965 * each time on Connect Done.
1966 */
1967 if (!usb30_clock)
1968 return;
1969
1970 reg = dwc3_readl(dwc->regs, DWC3_GCTL);
1971 reg |= DWC3_GCTL_RAMCLKSEL(usb30_clock);
1972 dwc3_writel(dwc->regs, DWC3_GCTL, reg);
1973}
1974
1975static void dwc3_gadget_disable_phy(struct dwc3 *dwc, u8 speed)
1976{
1977 switch (speed) {
1978 case USB_SPEED_SUPER:
1979 dwc3_gadget_usb2_phy_power(dwc, false);
1980 break;
1981 case USB_SPEED_HIGH:
1982 case USB_SPEED_FULL:
1983 case USB_SPEED_LOW:
1984 dwc3_gadget_usb3_phy_power(dwc, false);
1985 break;
1986 }
1987}
1988
1989static void dwc3_gadget_conndone_interrupt(struct dwc3 *dwc)
1990{
1991 struct dwc3_gadget_ep_cmd_params params;
1992 struct dwc3_ep *dep;
1993 int ret;
1994 u32 reg;
1995 u8 speed;
1996
1997 dev_vdbg(dwc->dev, "%s\n", __func__);
1998
1999 memset(&params, 0x00, sizeof(params));
2000
Felipe Balbi72246da2011-08-19 18:10:58 +03002001 reg = dwc3_readl(dwc->regs, DWC3_DSTS);
2002 speed = reg & DWC3_DSTS_CONNECTSPD;
2003 dwc->speed = speed;
2004
2005 dwc3_update_ram_clk_sel(dwc, speed);
2006
2007 switch (speed) {
2008 case DWC3_DCFG_SUPERSPEED:
Felipe Balbi05870c52011-10-14 14:51:38 +03002009 /*
2010 * WORKAROUND: DWC3 revisions <1.90a have an issue which
2011 * would cause a missing USB3 Reset event.
2012 *
2013 * In such situations, we should force a USB3 Reset
2014 * event by calling our dwc3_gadget_reset_interrupt()
2015 * routine.
2016 *
2017 * Refers to:
2018 *
2019 * STAR#9000483510: RTL: SS : USB3 reset event may
2020 * not be generated always when the link enters poll
2021 */
2022 if (dwc->revision < DWC3_REVISION_190A)
2023 dwc3_gadget_reset_interrupt(dwc);
2024
Felipe Balbi72246da2011-08-19 18:10:58 +03002025 dwc3_gadget_ep0_desc.wMaxPacketSize = cpu_to_le16(512);
2026 dwc->gadget.ep0->maxpacket = 512;
2027 dwc->gadget.speed = USB_SPEED_SUPER;
2028 break;
2029 case DWC3_DCFG_HIGHSPEED:
2030 dwc3_gadget_ep0_desc.wMaxPacketSize = cpu_to_le16(64);
2031 dwc->gadget.ep0->maxpacket = 64;
2032 dwc->gadget.speed = USB_SPEED_HIGH;
2033 break;
2034 case DWC3_DCFG_FULLSPEED2:
2035 case DWC3_DCFG_FULLSPEED1:
2036 dwc3_gadget_ep0_desc.wMaxPacketSize = cpu_to_le16(64);
2037 dwc->gadget.ep0->maxpacket = 64;
2038 dwc->gadget.speed = USB_SPEED_FULL;
2039 break;
2040 case DWC3_DCFG_LOWSPEED:
2041 dwc3_gadget_ep0_desc.wMaxPacketSize = cpu_to_le16(8);
2042 dwc->gadget.ep0->maxpacket = 8;
2043 dwc->gadget.speed = USB_SPEED_LOW;
2044 break;
2045 }
2046
2047 /* Disable unneded PHY */
2048 dwc3_gadget_disable_phy(dwc, dwc->gadget.speed);
2049
2050 dep = dwc->eps[0];
Felipe Balbic90bfae2011-11-29 13:11:21 +02002051 ret = __dwc3_gadget_ep_enable(dep, &dwc3_gadget_ep0_desc, NULL);
Felipe Balbi72246da2011-08-19 18:10:58 +03002052 if (ret) {
2053 dev_err(dwc->dev, "failed to enable %s\n", dep->name);
2054 return;
2055 }
2056
2057 dep = dwc->eps[1];
Felipe Balbic90bfae2011-11-29 13:11:21 +02002058 ret = __dwc3_gadget_ep_enable(dep, &dwc3_gadget_ep0_desc, NULL);
Felipe Balbi72246da2011-08-19 18:10:58 +03002059 if (ret) {
2060 dev_err(dwc->dev, "failed to enable %s\n", dep->name);
2061 return;
2062 }
2063
2064 /*
2065 * Configure PHY via GUSB3PIPECTLn if required.
2066 *
2067 * Update GTXFIFOSIZn
2068 *
2069 * In both cases reset values should be sufficient.
2070 */
2071}
2072
2073static void dwc3_gadget_wakeup_interrupt(struct dwc3 *dwc)
2074{
2075 dev_vdbg(dwc->dev, "%s\n", __func__);
2076
2077 /*
2078 * TODO take core out of low power mode when that's
2079 * implemented.
2080 */
2081
2082 dwc->gadget_driver->resume(&dwc->gadget);
2083}
2084
2085static void dwc3_gadget_linksts_change_interrupt(struct dwc3 *dwc,
2086 unsigned int evtinfo)
2087{
Felipe Balbifae2b902011-10-14 13:00:30 +03002088 enum dwc3_link_state next = evtinfo & DWC3_LINK_STATE_MASK;
2089
2090 /*
2091 * WORKAROUND: DWC3 Revisions <1.83a have an issue which, depending
2092 * on the link partner, the USB session might do multiple entry/exit
2093 * of low power states before a transfer takes place.
2094 *
2095 * Due to this problem, we might experience lower throughput. The
2096 * suggested workaround is to disable DCTL[12:9] bits if we're
2097 * transitioning from U1/U2 to U0 and enable those bits again
2098 * after a transfer completes and there are no pending transfers
2099 * on any of the enabled endpoints.
2100 *
2101 * This is the first half of that workaround.
2102 *
2103 * Refers to:
2104 *
2105 * STAR#9000446952: RTL: Device SS : if U1/U2 ->U0 takes >128us
2106 * core send LGO_Ux entering U0
2107 */
2108 if (dwc->revision < DWC3_REVISION_183A) {
2109 if (next == DWC3_LINK_STATE_U0) {
2110 u32 u1u2;
2111 u32 reg;
2112
2113 switch (dwc->link_state) {
2114 case DWC3_LINK_STATE_U1:
2115 case DWC3_LINK_STATE_U2:
2116 reg = dwc3_readl(dwc->regs, DWC3_DCTL);
2117 u1u2 = reg & (DWC3_DCTL_INITU2ENA
2118 | DWC3_DCTL_ACCEPTU2ENA
2119 | DWC3_DCTL_INITU1ENA
2120 | DWC3_DCTL_ACCEPTU1ENA);
2121
2122 if (!dwc->u1u2)
2123 dwc->u1u2 = reg & u1u2;
2124
2125 reg &= ~u1u2;
2126
2127 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
2128 break;
2129 default:
2130 /* do nothing */
2131 break;
2132 }
2133 }
2134 }
2135
2136 dwc->link_state = next;
Felipe Balbi019ac832011-09-08 21:18:47 +03002137
2138 dev_vdbg(dwc->dev, "%s link %d\n", __func__, dwc->link_state);
Felipe Balbi72246da2011-08-19 18:10:58 +03002139}
2140
2141static void dwc3_gadget_interrupt(struct dwc3 *dwc,
2142 const struct dwc3_event_devt *event)
2143{
2144 switch (event->type) {
2145 case DWC3_DEVICE_EVENT_DISCONNECT:
2146 dwc3_gadget_disconnect_interrupt(dwc);
2147 break;
2148 case DWC3_DEVICE_EVENT_RESET:
2149 dwc3_gadget_reset_interrupt(dwc);
2150 break;
2151 case DWC3_DEVICE_EVENT_CONNECT_DONE:
2152 dwc3_gadget_conndone_interrupt(dwc);
2153 break;
2154 case DWC3_DEVICE_EVENT_WAKEUP:
2155 dwc3_gadget_wakeup_interrupt(dwc);
2156 break;
2157 case DWC3_DEVICE_EVENT_LINK_STATUS_CHANGE:
2158 dwc3_gadget_linksts_change_interrupt(dwc, event->event_info);
2159 break;
2160 case DWC3_DEVICE_EVENT_EOPF:
2161 dev_vdbg(dwc->dev, "End of Periodic Frame\n");
2162 break;
2163 case DWC3_DEVICE_EVENT_SOF:
2164 dev_vdbg(dwc->dev, "Start of Periodic Frame\n");
2165 break;
2166 case DWC3_DEVICE_EVENT_ERRATIC_ERROR:
2167 dev_vdbg(dwc->dev, "Erratic Error\n");
2168 break;
2169 case DWC3_DEVICE_EVENT_CMD_CMPL:
2170 dev_vdbg(dwc->dev, "Command Complete\n");
2171 break;
2172 case DWC3_DEVICE_EVENT_OVERFLOW:
2173 dev_vdbg(dwc->dev, "Overflow\n");
2174 break;
2175 default:
2176 dev_dbg(dwc->dev, "UNKNOWN IRQ %d\n", event->type);
2177 }
2178}
2179
2180static void dwc3_process_event_entry(struct dwc3 *dwc,
2181 const union dwc3_event *event)
2182{
2183 /* Endpoint IRQ, handle it and return early */
2184 if (event->type.is_devspec == 0) {
2185 /* depevt */
2186 return dwc3_endpoint_interrupt(dwc, &event->depevt);
2187 }
2188
2189 switch (event->type.type) {
2190 case DWC3_EVENT_TYPE_DEV:
2191 dwc3_gadget_interrupt(dwc, &event->devt);
2192 break;
2193 /* REVISIT what to do with Carkit and I2C events ? */
2194 default:
2195 dev_err(dwc->dev, "UNKNOWN IRQ type %d\n", event->raw);
2196 }
2197}
2198
2199static irqreturn_t dwc3_process_event_buf(struct dwc3 *dwc, u32 buf)
2200{
2201 struct dwc3_event_buffer *evt;
2202 int left;
2203 u32 count;
2204
2205 count = dwc3_readl(dwc->regs, DWC3_GEVNTCOUNT(buf));
2206 count &= DWC3_GEVNTCOUNT_MASK;
2207 if (!count)
2208 return IRQ_NONE;
2209
2210 evt = dwc->ev_buffs[buf];
2211 left = count;
2212
2213 while (left > 0) {
2214 union dwc3_event event;
2215
Felipe Balbid70d8442012-02-06 13:40:17 +02002216 event.raw = *(u32 *) (evt->buf + evt->lpos);
2217
Felipe Balbi72246da2011-08-19 18:10:58 +03002218 dwc3_process_event_entry(dwc, &event);
2219 /*
2220 * XXX we wrap around correctly to the next entry as almost all
2221 * entries are 4 bytes in size. There is one entry which has 12
2222 * bytes which is a regular entry followed by 8 bytes data. ATM
2223 * I don't know how things are organized if were get next to the
2224 * a boundary so I worry about that once we try to handle that.
2225 */
2226 evt->lpos = (evt->lpos + 4) % DWC3_EVENT_BUFFERS_SIZE;
2227 left -= 4;
2228
2229 dwc3_writel(dwc->regs, DWC3_GEVNTCOUNT(buf), 4);
2230 }
2231
2232 return IRQ_HANDLED;
2233}
2234
2235static irqreturn_t dwc3_interrupt(int irq, void *_dwc)
2236{
2237 struct dwc3 *dwc = _dwc;
2238 int i;
2239 irqreturn_t ret = IRQ_NONE;
2240
2241 spin_lock(&dwc->lock);
2242
Felipe Balbi9f622b22011-10-12 10:31:04 +03002243 for (i = 0; i < dwc->num_event_buffers; i++) {
Felipe Balbi72246da2011-08-19 18:10:58 +03002244 irqreturn_t status;
2245
2246 status = dwc3_process_event_buf(dwc, i);
2247 if (status == IRQ_HANDLED)
2248 ret = status;
2249 }
2250
2251 spin_unlock(&dwc->lock);
2252
2253 return ret;
2254}
2255
2256/**
2257 * dwc3_gadget_init - Initializes gadget related registers
Paul Zimmerman1d046792012-02-15 18:56:56 -08002258 * @dwc: pointer to our controller context structure
Felipe Balbi72246da2011-08-19 18:10:58 +03002259 *
2260 * Returns 0 on success otherwise negative errno.
2261 */
2262int __devinit dwc3_gadget_init(struct dwc3 *dwc)
2263{
2264 u32 reg;
2265 int ret;
2266 int irq;
2267
2268 dwc->ctrl_req = dma_alloc_coherent(dwc->dev, sizeof(*dwc->ctrl_req),
2269 &dwc->ctrl_req_addr, GFP_KERNEL);
2270 if (!dwc->ctrl_req) {
2271 dev_err(dwc->dev, "failed to allocate ctrl request\n");
2272 ret = -ENOMEM;
2273 goto err0;
2274 }
2275
2276 dwc->ep0_trb = dma_alloc_coherent(dwc->dev, sizeof(*dwc->ep0_trb),
2277 &dwc->ep0_trb_addr, GFP_KERNEL);
2278 if (!dwc->ep0_trb) {
2279 dev_err(dwc->dev, "failed to allocate ep0 trb\n");
2280 ret = -ENOMEM;
2281 goto err1;
2282 }
2283
Felipe Balbi0fc9a1b2011-12-19 11:32:34 +02002284 dwc->setup_buf = kzalloc(sizeof(*dwc->setup_buf) * 2,
2285 GFP_KERNEL);
Felipe Balbi72246da2011-08-19 18:10:58 +03002286 if (!dwc->setup_buf) {
2287 dev_err(dwc->dev, "failed to allocate setup buffer\n");
2288 ret = -ENOMEM;
2289 goto err2;
2290 }
2291
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002292 dwc->ep0_bounce = dma_alloc_coherent(dwc->dev,
2293 512, &dwc->ep0_bounce_addr, GFP_KERNEL);
2294 if (!dwc->ep0_bounce) {
2295 dev_err(dwc->dev, "failed to allocate ep0 bounce buffer\n");
2296 ret = -ENOMEM;
2297 goto err3;
2298 }
2299
Felipe Balbi72246da2011-08-19 18:10:58 +03002300 dev_set_name(&dwc->gadget.dev, "gadget");
2301
2302 dwc->gadget.ops = &dwc3_gadget_ops;
Michal Nazarewiczd327ab52011-11-19 18:27:37 +01002303 dwc->gadget.max_speed = USB_SPEED_SUPER;
Felipe Balbi72246da2011-08-19 18:10:58 +03002304 dwc->gadget.speed = USB_SPEED_UNKNOWN;
2305 dwc->gadget.dev.parent = dwc->dev;
Felipe Balbieeb720f2011-11-28 12:46:59 +02002306 dwc->gadget.sg_supported = true;
Felipe Balbi72246da2011-08-19 18:10:58 +03002307
2308 dma_set_coherent_mask(&dwc->gadget.dev, dwc->dev->coherent_dma_mask);
2309
2310 dwc->gadget.dev.dma_parms = dwc->dev->dma_parms;
2311 dwc->gadget.dev.dma_mask = dwc->dev->dma_mask;
2312 dwc->gadget.dev.release = dwc3_gadget_release;
2313 dwc->gadget.name = "dwc3-gadget";
2314
2315 /*
2316 * REVISIT: Here we should clear all pending IRQs to be
2317 * sure we're starting from a well known location.
2318 */
2319
2320 ret = dwc3_gadget_init_endpoints(dwc);
2321 if (ret)
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002322 goto err4;
Felipe Balbi72246da2011-08-19 18:10:58 +03002323
2324 irq = platform_get_irq(to_platform_device(dwc->dev), 0);
2325
2326 ret = request_irq(irq, dwc3_interrupt, IRQF_SHARED,
2327 "dwc3", dwc);
2328 if (ret) {
2329 dev_err(dwc->dev, "failed to request irq #%d --> %d\n",
2330 irq, ret);
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002331 goto err5;
Felipe Balbi72246da2011-08-19 18:10:58 +03002332 }
2333
Sebastian Andrzej Siewiore6a3b5e2011-09-13 17:54:39 +02002334 reg = dwc3_readl(dwc->regs, DWC3_DCFG);
2335 reg |= DWC3_DCFG_LPM_CAP;
2336 dwc3_writel(dwc->regs, DWC3_DCFG, reg);
2337
2338 reg = dwc3_readl(dwc->regs, DWC3_DCTL);
2339 reg |= DWC3_DCTL_ACCEPTU1ENA | DWC3_DCTL_ACCEPTU2ENA;
2340 dwc3_writel(dwc->regs, DWC3_DCTL, reg);
2341
Felipe Balbi72246da2011-08-19 18:10:58 +03002342 /* Enable all but Start and End of Frame IRQs */
2343 reg = (DWC3_DEVTEN_VNDRDEVTSTRCVEDEN |
2344 DWC3_DEVTEN_EVNTOVERFLOWEN |
2345 DWC3_DEVTEN_CMDCMPLTEN |
2346 DWC3_DEVTEN_ERRTICERREN |
2347 DWC3_DEVTEN_WKUPEVTEN |
2348 DWC3_DEVTEN_ULSTCNGEN |
2349 DWC3_DEVTEN_CONNECTDONEEN |
2350 DWC3_DEVTEN_USBRSTEN |
2351 DWC3_DEVTEN_DISCONNEVTEN);
2352 dwc3_writel(dwc->regs, DWC3_DEVTEN, reg);
2353
2354 ret = device_register(&dwc->gadget.dev);
2355 if (ret) {
2356 dev_err(dwc->dev, "failed to register gadget device\n");
2357 put_device(&dwc->gadget.dev);
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002358 goto err6;
Felipe Balbi72246da2011-08-19 18:10:58 +03002359 }
2360
2361 ret = usb_add_gadget_udc(dwc->dev, &dwc->gadget);
2362 if (ret) {
2363 dev_err(dwc->dev, "failed to register udc\n");
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002364 goto err7;
Felipe Balbi72246da2011-08-19 18:10:58 +03002365 }
2366
2367 return 0;
2368
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002369err7:
Felipe Balbi72246da2011-08-19 18:10:58 +03002370 device_unregister(&dwc->gadget.dev);
2371
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002372err6:
Felipe Balbi72246da2011-08-19 18:10:58 +03002373 dwc3_writel(dwc->regs, DWC3_DEVTEN, 0x00);
2374 free_irq(irq, dwc);
2375
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002376err5:
Felipe Balbi72246da2011-08-19 18:10:58 +03002377 dwc3_gadget_free_endpoints(dwc);
2378
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002379err4:
2380 dma_free_coherent(dwc->dev, 512, dwc->ep0_bounce,
2381 dwc->ep0_bounce_addr);
2382
Felipe Balbi72246da2011-08-19 18:10:58 +03002383err3:
Felipe Balbi0fc9a1b2011-12-19 11:32:34 +02002384 kfree(dwc->setup_buf);
Felipe Balbi72246da2011-08-19 18:10:58 +03002385
2386err2:
2387 dma_free_coherent(dwc->dev, sizeof(*dwc->ep0_trb),
2388 dwc->ep0_trb, dwc->ep0_trb_addr);
2389
2390err1:
2391 dma_free_coherent(dwc->dev, sizeof(*dwc->ctrl_req),
2392 dwc->ctrl_req, dwc->ctrl_req_addr);
2393
2394err0:
2395 return ret;
2396}
2397
2398void dwc3_gadget_exit(struct dwc3 *dwc)
2399{
2400 int irq;
Felipe Balbi72246da2011-08-19 18:10:58 +03002401
2402 usb_del_gadget_udc(&dwc->gadget);
2403 irq = platform_get_irq(to_platform_device(dwc->dev), 0);
2404
2405 dwc3_writel(dwc->regs, DWC3_DEVTEN, 0x00);
2406 free_irq(irq, dwc);
2407
Felipe Balbi72246da2011-08-19 18:10:58 +03002408 dwc3_gadget_free_endpoints(dwc);
2409
Felipe Balbi5812b1c2011-08-27 22:07:53 +03002410 dma_free_coherent(dwc->dev, 512, dwc->ep0_bounce,
2411 dwc->ep0_bounce_addr);
2412
Felipe Balbi0fc9a1b2011-12-19 11:32:34 +02002413 kfree(dwc->setup_buf);
Felipe Balbi72246da2011-08-19 18:10:58 +03002414
2415 dma_free_coherent(dwc->dev, sizeof(*dwc->ep0_trb),
2416 dwc->ep0_trb, dwc->ep0_trb_addr);
2417
2418 dma_free_coherent(dwc->dev, sizeof(*dwc->ctrl_req),
2419 dwc->ctrl_req, dwc->ctrl_req_addr);
2420
2421 device_unregister(&dwc->gadget.dev);
2422}