blob: 931381c51ad7b234f79a93199a270ca05a8e590d [file] [log] [blame]
Felipe Balbi550a7372008-07-24 12:27:36 +03001/*
2 * MUSB OTG driver host support
3 *
4 * Copyright 2005 Mentor Graphics Corporation
5 * Copyright (C) 2005-2006 by Texas Instruments
6 * Copyright (C) 2006-2007 Nokia Corporation
Sergei Shtylyovc7bbc052009-03-26 18:26:40 -07007 * Copyright (C) 2008-2009 MontaVista Software, Inc. <source@mvista.com>
Felipe Balbi550a7372008-07-24 12:27:36 +03008 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * version 2 as published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21 * 02110-1301 USA
22 *
23 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
24 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
26 * NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
27 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
28 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
29 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
30 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 *
34 */
35
36#include <linux/module.h>
37#include <linux/kernel.h>
38#include <linux/delay.h>
39#include <linux/sched.h>
40#include <linux/slab.h>
41#include <linux/errno.h>
Felipe Balbi550a7372008-07-24 12:27:36 +030042#include <linux/list.h>
Maulik Mankad496dda72010-09-24 13:44:06 +030043#include <linux/dma-mapping.h>
Felipe Balbi550a7372008-07-24 12:27:36 +030044
45#include "musb_core.h"
46#include "musb_host.h"
47
Felipe Balbi550a7372008-07-24 12:27:36 +030048/* MUSB HOST status 22-mar-2006
49 *
50 * - There's still lots of partial code duplication for fault paths, so
51 * they aren't handled as consistently as they need to be.
52 *
53 * - PIO mostly behaved when last tested.
54 * + including ep0, with all usbtest cases 9, 10
55 * + usbtest 14 (ep0out) doesn't seem to run at all
56 * + double buffered OUT/TX endpoints saw stalls(!) with certain usbtest
57 * configurations, but otherwise double buffering passes basic tests.
58 * + for 2.6.N, for N > ~10, needs API changes for hcd framework.
59 *
60 * - DMA (CPPI) ... partially behaves, not currently recommended
61 * + about 1/15 the speed of typical EHCI implementations (PCI)
62 * + RX, all too often reqpkt seems to misbehave after tx
63 * + TX, no known issues (other than evident silicon issue)
64 *
65 * - DMA (Mentor/OMAP) ...has at least toggle update problems
66 *
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -080067 * - [23-feb-2009] minimal traffic scheduling to avoid bulk RX packet
68 * starvation ... nothing yet for TX, interrupt, or bulk.
Felipe Balbi550a7372008-07-24 12:27:36 +030069 *
70 * - Not tested with HNP, but some SRP paths seem to behave.
71 *
72 * NOTE 24-August-2006:
73 *
74 * - Bulk traffic finally uses both sides of hardware ep1, freeing up an
75 * extra endpoint for periodic use enabling hub + keybd + mouse. That
76 * mostly works, except that with "usbnet" it's easy to trigger cases
77 * with "ping" where RX loses. (a) ping to davinci, even "ping -f",
78 * fine; but (b) ping _from_ davinci, even "ping -c 1", ICMP RX loses
79 * although ARP RX wins. (That test was done with a full speed link.)
80 */
81
82
83/*
84 * NOTE on endpoint usage:
85 *
86 * CONTROL transfers all go through ep0. BULK ones go through dedicated IN
87 * and OUT endpoints ... hardware is dedicated for those "async" queue(s).
Felipe Balbi550a7372008-07-24 12:27:36 +030088 * (Yes, bulk _could_ use more of the endpoints than that, and would even
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -080089 * benefit from it.)
Felipe Balbi550a7372008-07-24 12:27:36 +030090 *
91 * INTERUPPT and ISOCHRONOUS transfers are scheduled to the other endpoints.
92 * So far that scheduling is both dumb and optimistic: the endpoint will be
93 * "claimed" until its software queue is no longer refilled. No multiplexing
94 * of transfers between endpoints, or anything clever.
95 */
96
Daniel Mack74c2e932013-04-10 21:55:45 +020097struct musb *hcd_to_musb(struct usb_hcd *hcd)
98{
99 return *(struct musb **) hcd->hcd_priv;
100}
101
Felipe Balbi550a7372008-07-24 12:27:36 +0300102
103static void musb_ep_program(struct musb *musb, u8 epnum,
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700104 struct urb *urb, int is_out,
105 u8 *buf, u32 offset, u32 len);
Felipe Balbi550a7372008-07-24 12:27:36 +0300106
107/*
108 * Clear TX fifo. Needed to avoid BABBLE errors.
109 */
David Brownellc767c1c2008-09-11 11:53:23 +0300110static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep)
Felipe Balbi550a7372008-07-24 12:27:36 +0300111{
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300112 struct musb *musb = ep->musb;
Felipe Balbi550a7372008-07-24 12:27:36 +0300113 void __iomem *epio = ep->regs;
114 u16 csr;
115 int retries = 1000;
116
117 csr = musb_readw(epio, MUSB_TXCSR);
118 while (csr & MUSB_TXCSR_FIFONOTEMPTY) {
Daniel Mack2ccc6d32014-05-26 14:52:37 +0200119 csr |= MUSB_TXCSR_FLUSHFIFO | MUSB_TXCSR_TXPKTRDY;
Felipe Balbi550a7372008-07-24 12:27:36 +0300120 musb_writew(epio, MUSB_TXCSR, csr);
121 csr = musb_readw(epio, MUSB_TXCSR);
Bin Liu68fe05e2015-11-06 12:08:56 -0600122
123 /*
124 * FIXME: sometimes the tx fifo flush failed, it has been
125 * observed during device disconnect on AM335x.
126 *
127 * To reproduce the issue, ensure tx urb(s) are queued when
128 * unplug the usb device which is connected to AM335x usb
129 * host port.
130 *
131 * I found using a usb-ethernet device and running iperf
132 * (client on AM335x) has very high chance to trigger it.
133 *
134 * Better to turn on dev_dbg() in musb_cleanup_urb() with
135 * CPPI enabled to see the issue when aborting the tx channel.
136 */
137 if (dev_WARN_ONCE(musb->controller, retries-- < 1,
David Brownellbb1c9ef2008-11-24 13:06:50 +0200138 "Could not flush host TX%d fifo: csr: %04x\n",
139 ep->epnum, csr))
Felipe Balbi550a7372008-07-24 12:27:36 +0300140 return;
Felipe Balbi550a7372008-07-24 12:27:36 +0300141 }
142}
143
David Brownell78322c12009-03-26 17:38:30 -0700144static void musb_h_ep0_flush_fifo(struct musb_hw_ep *ep)
145{
146 void __iomem *epio = ep->regs;
147 u16 csr;
148 int retries = 5;
149
150 /* scrub any data left in the fifo */
151 do {
152 csr = musb_readw(epio, MUSB_TXCSR);
153 if (!(csr & (MUSB_CSR0_TXPKTRDY | MUSB_CSR0_RXPKTRDY)))
154 break;
155 musb_writew(epio, MUSB_TXCSR, MUSB_CSR0_FLUSHFIFO);
156 csr = musb_readw(epio, MUSB_TXCSR);
157 udelay(10);
158 } while (--retries);
159
160 WARN(!retries, "Could not flush host TX%d fifo: csr: %04x\n",
161 ep->epnum, csr);
162
163 /* and reset for the next transfer */
164 musb_writew(epio, MUSB_TXCSR, 0);
165}
166
Felipe Balbi550a7372008-07-24 12:27:36 +0300167/*
168 * Start transmit. Caller is responsible for locking shared resources.
169 * musb must be locked.
170 */
171static inline void musb_h_tx_start(struct musb_hw_ep *ep)
172{
173 u16 txcsr;
174
175 /* NOTE: no locks here; caller should lock and select EP */
176 if (ep->epnum) {
177 txcsr = musb_readw(ep->regs, MUSB_TXCSR);
178 txcsr |= MUSB_TXCSR_TXPKTRDY | MUSB_TXCSR_H_WZC_BITS;
179 musb_writew(ep->regs, MUSB_TXCSR, txcsr);
180 } else {
181 txcsr = MUSB_CSR0_H_SETUPPKT | MUSB_CSR0_TXPKTRDY;
182 musb_writew(ep->regs, MUSB_CSR0, txcsr);
183 }
184
185}
186
Sergei Shtylyovc7bbc052009-03-26 18:26:40 -0700187static inline void musb_h_tx_dma_start(struct musb_hw_ep *ep)
Felipe Balbi550a7372008-07-24 12:27:36 +0300188{
189 u16 txcsr;
190
191 /* NOTE: no locks here; caller should lock and select EP */
192 txcsr = musb_readw(ep->regs, MUSB_TXCSR);
193 txcsr |= MUSB_TXCSR_DMAENAB | MUSB_TXCSR_H_WZC_BITS;
Tony Lindgrenf8e9f34f2015-05-01 12:29:27 -0700194 if (is_cppi_enabled(ep->musb))
Sergei Shtylyovc7bbc052009-03-26 18:26:40 -0700195 txcsr |= MUSB_TXCSR_DMAMODE;
Felipe Balbi550a7372008-07-24 12:27:36 +0300196 musb_writew(ep->regs, MUSB_TXCSR, txcsr);
197}
198
Sergei Shtylyov3e5c6dc2009-03-27 12:55:16 -0700199static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh)
200{
201 if (is_in != 0 || ep->is_shared_fifo)
202 ep->in_qh = qh;
203 if (is_in == 0 || ep->is_shared_fifo)
204 ep->out_qh = qh;
205}
206
207static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in)
208{
209 return is_in ? ep->in_qh : ep->out_qh;
210}
211
Felipe Balbi550a7372008-07-24 12:27:36 +0300212/*
213 * Start the URB at the front of an endpoint's queue
214 * end must be claimed from the caller.
215 *
216 * Context: controller locked, irqs blocked
217 */
218static void
219musb_start_urb(struct musb *musb, int is_in, struct musb_qh *qh)
220{
221 u16 frame;
222 u32 len;
Felipe Balbi550a7372008-07-24 12:27:36 +0300223 void __iomem *mbase = musb->mregs;
224 struct urb *urb = next_urb(qh);
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700225 void *buf = urb->transfer_buffer;
226 u32 offset = 0;
Felipe Balbi550a7372008-07-24 12:27:36 +0300227 struct musb_hw_ep *hw_ep = qh->hw_ep;
228 unsigned pipe = urb->pipe;
229 u8 address = usb_pipedevice(pipe);
230 int epnum = hw_ep->epnum;
231
232 /* initialize software qh state */
233 qh->offset = 0;
234 qh->segsize = 0;
235
236 /* gather right source of data */
237 switch (qh->type) {
238 case USB_ENDPOINT_XFER_CONTROL:
239 /* control transfers always start with SETUP */
240 is_in = 0;
Felipe Balbi550a7372008-07-24 12:27:36 +0300241 musb->ep0_stage = MUSB_EP0_START;
242 buf = urb->setup_packet;
243 len = 8;
244 break;
245 case USB_ENDPOINT_XFER_ISOC:
246 qh->iso_idx = 0;
247 qh->frame = 0;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700248 offset = urb->iso_frame_desc[0].offset;
Felipe Balbi550a7372008-07-24 12:27:36 +0300249 len = urb->iso_frame_desc[0].length;
250 break;
251 default: /* bulk, interrupt */
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -0800252 /* actual_length may be nonzero on retry paths */
253 buf = urb->transfer_buffer + urb->actual_length;
254 len = urb->transfer_buffer_length - urb->actual_length;
Felipe Balbi550a7372008-07-24 12:27:36 +0300255 }
256
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300257 dev_dbg(musb->controller, "qh %p urb %p dev%d ep%d%s%s, hw_ep %d, %p/%d\n",
Felipe Balbi550a7372008-07-24 12:27:36 +0300258 qh, urb, address, qh->epnum,
259 is_in ? "in" : "out",
260 ({char *s; switch (qh->type) {
261 case USB_ENDPOINT_XFER_CONTROL: s = ""; break;
262 case USB_ENDPOINT_XFER_BULK: s = "-bulk"; break;
263 case USB_ENDPOINT_XFER_ISOC: s = "-iso"; break;
264 default: s = "-intr"; break;
Joe Perches2b84f922013-10-08 16:01:37 -0700265 } s; }),
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700266 epnum, buf + offset, len);
Felipe Balbi550a7372008-07-24 12:27:36 +0300267
268 /* Configure endpoint */
Sergei Shtylyov3e5c6dc2009-03-27 12:55:16 -0700269 musb_ep_set_qh(hw_ep, is_in, qh);
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700270 musb_ep_program(musb, epnum, urb, !is_in, buf, offset, len);
Felipe Balbi550a7372008-07-24 12:27:36 +0300271
272 /* transmit may have more work: start it when it is time */
273 if (is_in)
274 return;
275
276 /* determine if the time is right for a periodic transfer */
277 switch (qh->type) {
278 case USB_ENDPOINT_XFER_ISOC:
279 case USB_ENDPOINT_XFER_INT:
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300280 dev_dbg(musb->controller, "check whether there's still time for periodic Tx\n");
Felipe Balbi550a7372008-07-24 12:27:36 +0300281 frame = musb_readw(mbase, MUSB_FRAME);
282 /* FIXME this doesn't implement that scheduling policy ...
283 * or handle framecounter wrapping
284 */
Alan Stern8a1ea512013-05-29 13:21:01 -0400285 if (1) { /* Always assume URB_ISO_ASAP */
Felipe Balbi550a7372008-07-24 12:27:36 +0300286 /* REVISIT the SOF irq handler shouldn't duplicate
287 * this code; and we don't init urb->start_frame...
288 */
289 qh->frame = 0;
290 goto start;
291 } else {
292 qh->frame = urb->start_frame;
293 /* enable SOF interrupt so we can count down */
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300294 dev_dbg(musb->controller, "SOF for %d\n", epnum);
Felipe Balbi550a7372008-07-24 12:27:36 +0300295#if 1 /* ifndef CONFIG_ARCH_DAVINCI */
296 musb_writeb(mbase, MUSB_INTRUSBE, 0xff);
297#endif
298 }
299 break;
300 default:
301start:
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300302 dev_dbg(musb->controller, "Start TX%d %s\n", epnum,
Felipe Balbi550a7372008-07-24 12:27:36 +0300303 hw_ep->tx_channel ? "dma" : "pio");
304
305 if (!hw_ep->tx_channel)
306 musb_h_tx_start(hw_ep);
Tony Lindgrenf8e9f34f2015-05-01 12:29:27 -0700307 else if (is_cppi_enabled(musb) || tusb_dma_omap(musb))
Sergei Shtylyovc7bbc052009-03-26 18:26:40 -0700308 musb_h_tx_dma_start(hw_ep);
Felipe Balbi550a7372008-07-24 12:27:36 +0300309 }
310}
311
Sergei Shtylyovc9cd06b2009-03-27 12:58:31 -0700312/* Context: caller owns controller lock, IRQs are blocked */
313static void musb_giveback(struct musb *musb, struct urb *urb, int status)
Felipe Balbi550a7372008-07-24 12:27:36 +0300314__releases(musb->lock)
315__acquires(musb->lock)
316{
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300317 dev_dbg(musb->controller,
David Brownellbb1c9ef2008-11-24 13:06:50 +0200318 "complete %p %pF (%d), dev%d ep%d%s, %d/%d\n",
319 urb, urb->complete, status,
Felipe Balbi550a7372008-07-24 12:27:36 +0300320 usb_pipedevice(urb->pipe),
321 usb_pipeendpoint(urb->pipe),
322 usb_pipein(urb->pipe) ? "in" : "out",
323 urb->actual_length, urb->transfer_buffer_length
324 );
325
Daniel Mack8b125df2013-04-10 21:55:50 +0200326 usb_hcd_unlink_urb_from_ep(musb->hcd, urb);
Felipe Balbi550a7372008-07-24 12:27:36 +0300327 spin_unlock(&musb->lock);
Daniel Mack8b125df2013-04-10 21:55:50 +0200328 usb_hcd_giveback_urb(musb->hcd, urb, status);
Felipe Balbi550a7372008-07-24 12:27:36 +0300329 spin_lock(&musb->lock);
330}
331
Sergei Shtylyov846099a2009-03-27 12:54:21 -0700332/* For bulk/interrupt endpoints only */
333static inline void musb_save_toggle(struct musb_qh *qh, int is_in,
334 struct urb *urb)
Felipe Balbi550a7372008-07-24 12:27:36 +0300335{
Sergei Shtylyov846099a2009-03-27 12:54:21 -0700336 void __iomem *epio = qh->hw_ep->regs;
Felipe Balbi550a7372008-07-24 12:27:36 +0300337 u16 csr;
Felipe Balbi550a7372008-07-24 12:27:36 +0300338
Sergei Shtylyov846099a2009-03-27 12:54:21 -0700339 /*
340 * FIXME: the current Mentor DMA code seems to have
Felipe Balbi550a7372008-07-24 12:27:36 +0300341 * problems getting toggle correct.
342 */
343
Sergei Shtylyov846099a2009-03-27 12:54:21 -0700344 if (is_in)
345 csr = musb_readw(epio, MUSB_RXCSR) & MUSB_RXCSR_H_DATATOGGLE;
Felipe Balbi550a7372008-07-24 12:27:36 +0300346 else
Sergei Shtylyov846099a2009-03-27 12:54:21 -0700347 csr = musb_readw(epio, MUSB_TXCSR) & MUSB_TXCSR_H_DATATOGGLE;
Felipe Balbi550a7372008-07-24 12:27:36 +0300348
Sergei Shtylyov846099a2009-03-27 12:54:21 -0700349 usb_settoggle(urb->dev, qh->epnum, !is_in, csr ? 1 : 0);
Felipe Balbi550a7372008-07-24 12:27:36 +0300350}
351
Sergei Shtylyovc9cd06b2009-03-27 12:58:31 -0700352/*
353 * Advance this hardware endpoint's queue, completing the specified URB and
354 * advancing to either the next URB queued to that qh, or else invalidating
355 * that qh and advancing to the next qh scheduled after the current one.
356 *
357 * Context: caller owns controller lock, IRQs are blocked
358 */
359static void musb_advance_schedule(struct musb *musb, struct urb *urb,
360 struct musb_hw_ep *hw_ep, int is_in)
Felipe Balbi550a7372008-07-24 12:27:36 +0300361{
Sergei Shtylyovc9cd06b2009-03-27 12:58:31 -0700362 struct musb_qh *qh = musb_ep_get_qh(hw_ep, is_in);
Felipe Balbi550a7372008-07-24 12:27:36 +0300363 struct musb_hw_ep *ep = qh->hw_ep;
Felipe Balbi550a7372008-07-24 12:27:36 +0300364 int ready = qh->is_ready;
Sergei Shtylyovc9cd06b2009-03-27 12:58:31 -0700365 int status;
366
367 status = (urb->status == -EINPROGRESS) ? 0 : urb->status;
Felipe Balbi550a7372008-07-24 12:27:36 +0300368
Felipe Balbi550a7372008-07-24 12:27:36 +0300369 /* save toggle eagerly, for paranoia */
370 switch (qh->type) {
371 case USB_ENDPOINT_XFER_BULK:
372 case USB_ENDPOINT_XFER_INT:
Sergei Shtylyov846099a2009-03-27 12:54:21 -0700373 musb_save_toggle(qh, is_in, urb);
Felipe Balbi550a7372008-07-24 12:27:36 +0300374 break;
375 case USB_ENDPOINT_XFER_ISOC:
Sergei Shtylyov1fe975f2009-07-10 20:02:44 +0300376 if (status == 0 && urb->error_count)
Felipe Balbi550a7372008-07-24 12:27:36 +0300377 status = -EXDEV;
378 break;
379 }
380
Felipe Balbi550a7372008-07-24 12:27:36 +0300381 qh->is_ready = 0;
Sergei Shtylyovc9cd06b2009-03-27 12:58:31 -0700382 musb_giveback(musb, urb, status);
Felipe Balbi550a7372008-07-24 12:27:36 +0300383 qh->is_ready = ready;
384
385 /* reclaim resources (and bandwidth) ASAP; deschedule it, and
386 * invalidate qh as soon as list_empty(&hep->urb_list)
387 */
388 if (list_empty(&qh->hep->urb_list)) {
389 struct list_head *head;
Ajay Kumar Gupta8c778db2012-06-21 17:18:12 +0530390 struct dma_controller *dma = musb->dma_controller;
Felipe Balbi550a7372008-07-24 12:27:36 +0300391
Ajay Kumar Gupta8c778db2012-06-21 17:18:12 +0530392 if (is_in) {
Felipe Balbi550a7372008-07-24 12:27:36 +0300393 ep->rx_reinit = 1;
Ajay Kumar Gupta8c778db2012-06-21 17:18:12 +0530394 if (ep->rx_channel) {
395 dma->channel_release(ep->rx_channel);
396 ep->rx_channel = NULL;
397 }
398 } else {
Felipe Balbi550a7372008-07-24 12:27:36 +0300399 ep->tx_reinit = 1;
Ajay Kumar Gupta8c778db2012-06-21 17:18:12 +0530400 if (ep->tx_channel) {
401 dma->channel_release(ep->tx_channel);
402 ep->tx_channel = NULL;
403 }
404 }
Felipe Balbi550a7372008-07-24 12:27:36 +0300405
Sergei Shtylyov3e5c6dc2009-03-27 12:55:16 -0700406 /* Clobber old pointers to this qh */
407 musb_ep_set_qh(ep, is_in, NULL);
Felipe Balbi550a7372008-07-24 12:27:36 +0300408 qh->hep->hcpriv = NULL;
409
410 switch (qh->type) {
411
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +0200412 case USB_ENDPOINT_XFER_CONTROL:
413 case USB_ENDPOINT_XFER_BULK:
414 /* fifo policy for these lists, except that NAKing
415 * should rotate a qh to the end (for fairness).
416 */
417 if (qh->mux == 1) {
418 head = qh->ring.prev;
419 list_del(&qh->ring);
420 kfree(qh);
421 qh = first_qh(head);
422 break;
423 }
424
Felipe Balbi550a7372008-07-24 12:27:36 +0300425 case USB_ENDPOINT_XFER_ISOC:
426 case USB_ENDPOINT_XFER_INT:
427 /* this is where periodic bandwidth should be
428 * de-allocated if it's tracked and allocated;
429 * and where we'd update the schedule tree...
430 */
Felipe Balbi550a7372008-07-24 12:27:36 +0300431 kfree(qh);
432 qh = NULL;
433 break;
Felipe Balbi550a7372008-07-24 12:27:36 +0300434 }
435 }
Felipe Balbi550a7372008-07-24 12:27:36 +0300436
Sergei Shtylyova2fd8142009-02-21 15:30:45 -0800437 if (qh != NULL && qh->is_ready) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300438 dev_dbg(musb->controller, "... next ep%d %cX urb %p\n",
Sergei Shtylyovc9cd06b2009-03-27 12:58:31 -0700439 hw_ep->epnum, is_in ? 'R' : 'T', next_urb(qh));
Felipe Balbi550a7372008-07-24 12:27:36 +0300440 musb_start_urb(musb, is_in, qh);
441 }
442}
443
David Brownellc767c1c2008-09-11 11:53:23 +0300444static u16 musb_h_flush_rxfifo(struct musb_hw_ep *hw_ep, u16 csr)
Felipe Balbi550a7372008-07-24 12:27:36 +0300445{
446 /* we don't want fifo to fill itself again;
447 * ignore dma (various models),
448 * leave toggle alone (may not have been saved yet)
449 */
450 csr |= MUSB_RXCSR_FLUSHFIFO | MUSB_RXCSR_RXPKTRDY;
451 csr &= ~(MUSB_RXCSR_H_REQPKT
452 | MUSB_RXCSR_H_AUTOREQ
453 | MUSB_RXCSR_AUTOCLEAR);
454
455 /* write 2x to allow double buffering */
456 musb_writew(hw_ep->regs, MUSB_RXCSR, csr);
457 musb_writew(hw_ep->regs, MUSB_RXCSR, csr);
458
459 /* flush writebuffer */
460 return musb_readw(hw_ep->regs, MUSB_RXCSR);
461}
462
463/*
464 * PIO RX for a packet (or part of it).
465 */
466static bool
467musb_host_packet_rx(struct musb *musb, struct urb *urb, u8 epnum, u8 iso_err)
468{
469 u16 rx_count;
470 u8 *buf;
471 u16 csr;
472 bool done = false;
473 u32 length;
474 int do_flush = 0;
475 struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
476 void __iomem *epio = hw_ep->regs;
477 struct musb_qh *qh = hw_ep->in_qh;
478 int pipe = urb->pipe;
479 void *buffer = urb->transfer_buffer;
480
481 /* musb_ep_select(mbase, epnum); */
482 rx_count = musb_readw(epio, MUSB_RXCOUNT);
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300483 dev_dbg(musb->controller, "RX%d count %d, buffer %p len %d/%d\n", epnum, rx_count,
Felipe Balbi550a7372008-07-24 12:27:36 +0300484 urb->transfer_buffer, qh->offset,
485 urb->transfer_buffer_length);
486
487 /* unload FIFO */
488 if (usb_pipeisoc(pipe)) {
489 int status = 0;
490 struct usb_iso_packet_descriptor *d;
491
492 if (iso_err) {
493 status = -EILSEQ;
494 urb->error_count++;
495 }
496
497 d = urb->iso_frame_desc + qh->iso_idx;
498 buf = buffer + d->offset;
499 length = d->length;
500 if (rx_count > length) {
501 if (status == 0) {
502 status = -EOVERFLOW;
503 urb->error_count++;
504 }
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300505 dev_dbg(musb->controller, "** OVERFLOW %d into %d\n", rx_count, length);
Felipe Balbi550a7372008-07-24 12:27:36 +0300506 do_flush = 1;
507 } else
508 length = rx_count;
509 urb->actual_length += length;
510 d->actual_length = length;
511
512 d->status = status;
513
514 /* see if we are done */
515 done = (++qh->iso_idx >= urb->number_of_packets);
516 } else {
517 /* non-isoch */
518 buf = buffer + qh->offset;
519 length = urb->transfer_buffer_length - qh->offset;
520 if (rx_count > length) {
521 if (urb->status == -EINPROGRESS)
522 urb->status = -EOVERFLOW;
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300523 dev_dbg(musb->controller, "** OVERFLOW %d into %d\n", rx_count, length);
Felipe Balbi550a7372008-07-24 12:27:36 +0300524 do_flush = 1;
525 } else
526 length = rx_count;
527 urb->actual_length += length;
528 qh->offset += length;
529
530 /* see if we are done */
531 done = (urb->actual_length == urb->transfer_buffer_length)
532 || (rx_count < qh->maxpacket)
533 || (urb->status != -EINPROGRESS);
534 if (done
535 && (urb->status == -EINPROGRESS)
536 && (urb->transfer_flags & URB_SHORT_NOT_OK)
537 && (urb->actual_length
538 < urb->transfer_buffer_length))
539 urb->status = -EREMOTEIO;
540 }
541
542 musb_read_fifo(hw_ep, length, buf);
543
544 csr = musb_readw(epio, MUSB_RXCSR);
545 csr |= MUSB_RXCSR_H_WZC_BITS;
546 if (unlikely(do_flush))
547 musb_h_flush_rxfifo(hw_ep, csr);
548 else {
549 /* REVISIT this assumes AUTOCLEAR is never set */
550 csr &= ~(MUSB_RXCSR_RXPKTRDY | MUSB_RXCSR_H_REQPKT);
551 if (!done)
552 csr |= MUSB_RXCSR_H_REQPKT;
553 musb_writew(epio, MUSB_RXCSR, csr);
554 }
555
556 return done;
557}
558
559/* we don't always need to reinit a given side of an endpoint...
560 * when we do, use tx/rx reinit routine and then construct a new CSR
561 * to address data toggle, NYET, and DMA or PIO.
562 *
563 * it's possible that driver bugs (especially for DMA) or aborting a
564 * transfer might have left the endpoint busier than it should be.
565 * the busy/not-empty tests are basically paranoia.
566 */
567static void
Hans de Goede0cb74b32015-03-20 20:11:11 +0100568musb_rx_reinit(struct musb *musb, struct musb_qh *qh, u8 epnum)
Felipe Balbi550a7372008-07-24 12:27:36 +0300569{
Hans de Goede0cb74b32015-03-20 20:11:11 +0100570 struct musb_hw_ep *ep = musb->endpoints + epnum;
Felipe Balbi550a7372008-07-24 12:27:36 +0300571 u16 csr;
572
573 /* NOTE: we know the "rx" fifo reinit never triggers for ep0.
574 * That always uses tx_reinit since ep0 repurposes TX register
575 * offsets; the initial SETUP packet is also a kind of OUT.
576 */
577
578 /* if programmed for Tx, put it in RX mode */
579 if (ep->is_shared_fifo) {
580 csr = musb_readw(ep->regs, MUSB_TXCSR);
581 if (csr & MUSB_TXCSR_MODE) {
582 musb_h_tx_flush_fifo(ep);
Sergei Shtylyovb6e434a2009-03-26 18:27:47 -0700583 csr = musb_readw(ep->regs, MUSB_TXCSR);
Felipe Balbi550a7372008-07-24 12:27:36 +0300584 musb_writew(ep->regs, MUSB_TXCSR,
Sergei Shtylyovb6e434a2009-03-26 18:27:47 -0700585 csr | MUSB_TXCSR_FRCDATATOG);
Felipe Balbi550a7372008-07-24 12:27:36 +0300586 }
Sergei Shtylyovb6e434a2009-03-26 18:27:47 -0700587
588 /*
589 * Clear the MODE bit (and everything else) to enable Rx.
590 * NOTE: we mustn't clear the DMAMODE bit before DMAENAB.
591 */
592 if (csr & MUSB_TXCSR_DMAMODE)
593 musb_writew(ep->regs, MUSB_TXCSR, MUSB_TXCSR_DMAMODE);
Felipe Balbi550a7372008-07-24 12:27:36 +0300594 musb_writew(ep->regs, MUSB_TXCSR, 0);
595
596 /* scrub all previous state, clearing toggle */
597 } else {
598 csr = musb_readw(ep->regs, MUSB_RXCSR);
599 if (csr & MUSB_RXCSR_RXPKTRDY)
600 WARNING("rx%d, packet/%d ready?\n", ep->epnum,
601 musb_readw(ep->regs, MUSB_RXCOUNT));
602
603 musb_h_flush_rxfifo(ep, MUSB_RXCSR_CLRDATATOG);
604 }
605
606 /* target addr and (for multipoint) hub addr/port */
607 if (musb->is_multipoint) {
Hans de Goede6cc2af62015-03-20 20:11:12 +0100608 musb_write_rxfunaddr(musb, epnum, qh->addr_reg);
609 musb_write_rxhubaddr(musb, epnum, qh->h_addr_reg);
610 musb_write_rxhubport(musb, epnum, qh->h_port_reg);
Felipe Balbi550a7372008-07-24 12:27:36 +0300611 } else
612 musb_writeb(musb->mregs, MUSB_FADDR, qh->addr_reg);
613
614 /* protocol/endpoint, interval/NAKlimit, i/o size */
615 musb_writeb(ep->regs, MUSB_RXTYPE, qh->type_reg);
616 musb_writeb(ep->regs, MUSB_RXINTERVAL, qh->intv_reg);
617 /* NOTE: bulk combining rewrites high bits of maxpacket */
Cliff Cai9f445cb2010-01-28 20:44:18 -0500618 /* Set RXMAXP with the FIFO size of the endpoint
619 * to disable double buffer mode.
620 */
Felipe Balbi06624812011-01-21 13:39:20 +0800621 if (musb->double_buffer_not_ok)
Cliff Cai9f445cb2010-01-28 20:44:18 -0500622 musb_writew(ep->regs, MUSB_RXMAXP, ep->max_packet_sz_rx);
623 else
624 musb_writew(ep->regs, MUSB_RXMAXP,
625 qh->maxpacket | ((qh->hb_mult - 1) << 11));
Felipe Balbi550a7372008-07-24 12:27:36 +0300626
627 ep->rx_reinit = 0;
628}
629
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700630static int musb_tx_dma_set_mode_mentor(struct dma_controller *dma,
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700631 struct musb_hw_ep *hw_ep, struct musb_qh *qh,
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700632 struct urb *urb, u32 offset,
633 u32 *length, u8 *mode)
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700634{
635 struct dma_channel *channel = hw_ep->tx_channel;
636 void __iomem *epio = hw_ep->regs;
637 u16 pkt_size = qh->maxpacket;
638 u16 csr;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700639
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700640 if (*length > channel->max_len)
641 *length = channel->max_len;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700642
643 csr = musb_readw(epio, MUSB_TXCSR);
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700644 if (*length > pkt_size) {
645 *mode = 1;
Ajay Kumar Guptaa483d702009-04-03 16:16:17 -0700646 csr |= MUSB_TXCSR_DMAMODE | MUSB_TXCSR_DMAENAB;
647 /* autoset shouldn't be set in high bandwidth */
supriya karanthf2786282012-12-06 11:16:23 +0530648 /*
649 * Enable Autoset according to table
650 * below
651 * bulk_split hb_mult Autoset_Enable
652 * 0 1 Yes(Normal)
653 * 0 >1 No(High BW ISO)
654 * 1 1 Yes(HS bulk)
655 * 1 >1 Yes(FS bulk)
656 */
657 if (qh->hb_mult == 1 || (qh->hb_mult > 1 &&
658 can_bulk_split(hw_ep->musb, qh->type)))
Ajay Kumar Guptaa483d702009-04-03 16:16:17 -0700659 csr |= MUSB_TXCSR_AUTOSET;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700660 } else {
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700661 *mode = 0;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700662 csr &= ~(MUSB_TXCSR_AUTOSET | MUSB_TXCSR_DMAMODE);
663 csr |= MUSB_TXCSR_DMAENAB; /* against programmer's guide */
664 }
Cristian Birsanbba40e62016-02-11 08:58:17 -0700665 channel->desired_mode = *mode;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700666 musb_writew(epio, MUSB_TXCSR, csr);
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700667
668 return 0;
669}
670
671static int musb_tx_dma_set_mode_cppi_tusb(struct dma_controller *dma,
672 struct musb_hw_ep *hw_ep,
673 struct musb_qh *qh,
674 struct urb *urb,
675 u32 offset,
676 u32 *length,
677 u8 *mode)
678{
679 struct dma_channel *channel = hw_ep->tx_channel;
680
Tony Lindgrenf8e9f34f2015-05-01 12:29:27 -0700681 if (!is_cppi_enabled(hw_ep->musb) && !tusb_dma_omap(hw_ep->musb))
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700682 return -ENODEV;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700683
684 channel->actual_len = 0;
685
686 /*
687 * TX uses "RNDIS" mode automatically but needs help
688 * to identify the zero-length-final-packet case.
689 */
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700690 *mode = (urb->transfer_flags & URB_ZERO_PACKET) ? 1 : 0;
691
692 return 0;
693}
694
695static bool musb_tx_dma_program(struct dma_controller *dma,
696 struct musb_hw_ep *hw_ep, struct musb_qh *qh,
697 struct urb *urb, u32 offset, u32 length)
698{
699 struct dma_channel *channel = hw_ep->tx_channel;
700 u16 pkt_size = qh->maxpacket;
701 u8 mode;
702 int res;
703
704 if (musb_dma_inventra(hw_ep->musb) || musb_dma_ux500(hw_ep->musb))
705 res = musb_tx_dma_set_mode_mentor(dma, hw_ep, qh, urb,
706 offset, &length, &mode);
707 else
708 res = musb_tx_dma_set_mode_cppi_tusb(dma, hw_ep, qh, urb,
709 offset, &length, &mode);
710 if (res)
711 return false;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700712
713 qh->segsize = length;
714
Santosh Shilimkar4c647332010-09-20 10:32:07 +0300715 /*
716 * Ensure the data reaches to main memory before starting
717 * DMA transfer
718 */
719 wmb();
720
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700721 if (!dma->channel_program(channel, pkt_size, mode,
722 urb->transfer_dma + offset, length)) {
Tony Lindgren754fe4a2015-05-01 12:29:32 -0700723 void __iomem *epio = hw_ep->regs;
724 u16 csr;
725
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700726 dma->channel_release(channel);
727 hw_ep->tx_channel = NULL;
728
729 csr = musb_readw(epio, MUSB_TXCSR);
730 csr &= ~(MUSB_TXCSR_AUTOSET | MUSB_TXCSR_DMAENAB);
731 musb_writew(epio, MUSB_TXCSR, csr | MUSB_TXCSR_H_WZC_BITS);
732 return false;
733 }
734 return true;
735}
Felipe Balbi550a7372008-07-24 12:27:36 +0300736
737/*
738 * Program an HDRC endpoint as per the given URB
739 * Context: irqs blocked, controller lock held
740 */
741static void musb_ep_program(struct musb *musb, u8 epnum,
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700742 struct urb *urb, int is_out,
743 u8 *buf, u32 offset, u32 len)
Felipe Balbi550a7372008-07-24 12:27:36 +0300744{
745 struct dma_controller *dma_controller;
746 struct dma_channel *dma_channel;
747 u8 dma_ok;
748 void __iomem *mbase = musb->mregs;
749 struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
750 void __iomem *epio = hw_ep->regs;
Sergei Shtylyov3e5c6dc2009-03-27 12:55:16 -0700751 struct musb_qh *qh = musb_ep_get_qh(hw_ep, !is_out);
752 u16 packet_sz = qh->maxpacket;
Ajay Kumar Gupta31321222012-07-20 11:07:22 +0530753 u8 use_dma = 1;
754 u16 csr;
Felipe Balbi550a7372008-07-24 12:27:36 +0300755
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300756 dev_dbg(musb->controller, "%s hw%d urb %p spd%d dev%d ep%d%s "
Felipe Balbi550a7372008-07-24 12:27:36 +0300757 "h_addr%02x h_port%02x bytes %d\n",
758 is_out ? "-->" : "<--",
759 epnum, urb, urb->dev->speed,
760 qh->addr_reg, qh->epnum, is_out ? "out" : "in",
761 qh->h_addr_reg, qh->h_port_reg,
762 len);
763
764 musb_ep_select(mbase, epnum);
765
Ajay Kumar Gupta31321222012-07-20 11:07:22 +0530766 if (is_out && !len) {
767 use_dma = 0;
768 csr = musb_readw(epio, MUSB_TXCSR);
769 csr &= ~MUSB_TXCSR_DMAENAB;
770 musb_writew(epio, MUSB_TXCSR, csr);
771 hw_ep->tx_channel = NULL;
772 }
773
Felipe Balbi550a7372008-07-24 12:27:36 +0300774 /* candidate for DMA? */
775 dma_controller = musb->dma_controller;
Ajay Kumar Gupta31321222012-07-20 11:07:22 +0530776 if (use_dma && is_dma_capable() && epnum && dma_controller) {
Felipe Balbi550a7372008-07-24 12:27:36 +0300777 dma_channel = is_out ? hw_ep->tx_channel : hw_ep->rx_channel;
778 if (!dma_channel) {
779 dma_channel = dma_controller->channel_alloc(
780 dma_controller, hw_ep, is_out);
781 if (is_out)
782 hw_ep->tx_channel = dma_channel;
783 else
784 hw_ep->rx_channel = dma_channel;
785 }
786 } else
787 dma_channel = NULL;
788
789 /* make sure we clear DMAEnab, autoSet bits from previous run */
790
791 /* OUT/transmit/EP0 or IN/receive? */
792 if (is_out) {
793 u16 csr;
794 u16 int_txe;
795 u16 load_count;
796
797 csr = musb_readw(epio, MUSB_TXCSR);
798
799 /* disable interrupt in case we flush */
Sebastian Andrzej Siewiorb18d26f2012-10-30 19:52:26 +0100800 int_txe = musb->intrtxe;
Felipe Balbi550a7372008-07-24 12:27:36 +0300801 musb_writew(mbase, MUSB_INTRTXE, int_txe & ~(1 << epnum));
802
803 /* general endpoint setup */
804 if (epnum) {
Felipe Balbi550a7372008-07-24 12:27:36 +0300805 /* flush all old state, set default */
supriya karantha70b8442013-01-04 17:10:33 +0530806 /*
807 * We could be flushing valid
808 * packets in double buffering
809 * case
810 */
811 if (!hw_ep->tx_double_buffered)
812 musb_h_tx_flush_fifo(hw_ep);
Sergei Shtylyovb6e434a2009-03-26 18:27:47 -0700813
814 /*
815 * We must not clear the DMAMODE bit before or in
816 * the same cycle with the DMAENAB bit, so we clear
817 * the latter first...
818 */
Felipe Balbi550a7372008-07-24 12:27:36 +0300819 csr &= ~(MUSB_TXCSR_H_NAKTIMEOUT
Sergei Shtylyovb6e434a2009-03-26 18:27:47 -0700820 | MUSB_TXCSR_AUTOSET
821 | MUSB_TXCSR_DMAENAB
Felipe Balbi550a7372008-07-24 12:27:36 +0300822 | MUSB_TXCSR_FRCDATATOG
823 | MUSB_TXCSR_H_RXSTALL
824 | MUSB_TXCSR_H_ERROR
825 | MUSB_TXCSR_TXPKTRDY
826 );
827 csr |= MUSB_TXCSR_MODE;
828
supriya karantha70b8442013-01-04 17:10:33 +0530829 if (!hw_ep->tx_double_buffered) {
830 if (usb_gettoggle(urb->dev, qh->epnum, 1))
831 csr |= MUSB_TXCSR_H_WR_DATATOGGLE
832 | MUSB_TXCSR_H_DATATOGGLE;
833 else
834 csr |= MUSB_TXCSR_CLRDATATOG;
835 }
Felipe Balbi550a7372008-07-24 12:27:36 +0300836
Felipe Balbi550a7372008-07-24 12:27:36 +0300837 musb_writew(epio, MUSB_TXCSR, csr);
838 /* REVISIT may need to clear FLUSHFIFO ... */
Sergei Shtylyovb6e434a2009-03-26 18:27:47 -0700839 csr &= ~MUSB_TXCSR_DMAMODE;
Felipe Balbi550a7372008-07-24 12:27:36 +0300840 musb_writew(epio, MUSB_TXCSR, csr);
841 csr = musb_readw(epio, MUSB_TXCSR);
842 } else {
843 /* endpoint 0: just flush */
David Brownell78322c12009-03-26 17:38:30 -0700844 musb_h_ep0_flush_fifo(hw_ep);
Felipe Balbi550a7372008-07-24 12:27:36 +0300845 }
846
847 /* target addr and (for multipoint) hub addr/port */
848 if (musb->is_multipoint) {
Hans de Goede6cc2af62015-03-20 20:11:12 +0100849 musb_write_txfunaddr(musb, epnum, qh->addr_reg);
850 musb_write_txhubaddr(musb, epnum, qh->h_addr_reg);
851 musb_write_txhubport(musb, epnum, qh->h_port_reg);
Felipe Balbi550a7372008-07-24 12:27:36 +0300852/* FIXME if !epnum, do the same for RX ... */
853 } else
854 musb_writeb(mbase, MUSB_FADDR, qh->addr_reg);
855
856 /* protocol/endpoint/interval/NAKlimit */
857 if (epnum) {
858 musb_writeb(epio, MUSB_TXTYPE, qh->type_reg);
supriya karanthf2786282012-12-06 11:16:23 +0530859 if (musb->double_buffer_not_ok) {
Felipe Balbi550a7372008-07-24 12:27:36 +0300860 musb_writew(epio, MUSB_TXMAXP,
Felipe Balbi06624812011-01-21 13:39:20 +0800861 hw_ep->max_packet_sz_tx);
supriya karanthf2786282012-12-06 11:16:23 +0530862 } else if (can_bulk_split(musb, qh->type)) {
863 qh->hb_mult = hw_ep->max_packet_sz_tx
864 / packet_sz;
Ajay Kumar Guptaccc080c2011-12-13 10:32:42 +0530865 musb_writew(epio, MUSB_TXMAXP, packet_sz
supriya karanthf2786282012-12-06 11:16:23 +0530866 | ((qh->hb_mult) - 1) << 11);
867 } else {
Felipe Balbi550a7372008-07-24 12:27:36 +0300868 musb_writew(epio, MUSB_TXMAXP,
Felipe Balbi06624812011-01-21 13:39:20 +0800869 qh->maxpacket |
870 ((qh->hb_mult - 1) << 11));
supriya karanthf2786282012-12-06 11:16:23 +0530871 }
Felipe Balbi550a7372008-07-24 12:27:36 +0300872 musb_writeb(epio, MUSB_TXINTERVAL, qh->intv_reg);
873 } else {
874 musb_writeb(epio, MUSB_NAKLIMIT0, qh->intv_reg);
875 if (musb->is_multipoint)
876 musb_writeb(epio, MUSB_TYPE0,
877 qh->type_reg);
878 }
879
880 if (can_bulk_split(musb, qh->type))
881 load_count = min((u32) hw_ep->max_packet_sz_tx,
882 len);
883 else
884 load_count = min((u32) packet_sz, len);
885
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -0700886 if (dma_channel && musb_tx_dma_program(dma_controller,
887 hw_ep, qh, urb, offset, len))
888 load_count = 0;
Felipe Balbi550a7372008-07-24 12:27:36 +0300889
890 if (load_count) {
Felipe Balbi550a7372008-07-24 12:27:36 +0300891 /* PIO to load FIFO */
892 qh->segsize = load_count;
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +0530893 if (!buf) {
894 sg_miter_start(&qh->sg_miter, urb->sg, 1,
895 SG_MITER_ATOMIC
896 | SG_MITER_FROM_SG);
897 if (!sg_miter_next(&qh->sg_miter)) {
898 dev_err(musb->controller,
899 "error: sg"
900 "list empty\n");
901 sg_miter_stop(&qh->sg_miter);
902 goto finish;
903 }
904 buf = qh->sg_miter.addr + urb->sg->offset +
905 urb->actual_length;
906 load_count = min_t(u32, load_count,
907 qh->sg_miter.length);
908 musb_write_fifo(hw_ep, load_count, buf);
909 qh->sg_miter.consumed = load_count;
910 sg_miter_stop(&qh->sg_miter);
911 } else
912 musb_write_fifo(hw_ep, load_count, buf);
Felipe Balbi550a7372008-07-24 12:27:36 +0300913 }
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +0530914finish:
Felipe Balbi550a7372008-07-24 12:27:36 +0300915 /* re-enable interrupt */
916 musb_writew(mbase, MUSB_INTRTXE, int_txe);
917
918 /* IN/receive */
919 } else {
920 u16 csr;
921
922 if (hw_ep->rx_reinit) {
Hans de Goede0cb74b32015-03-20 20:11:11 +0100923 musb_rx_reinit(musb, qh, epnum);
Felipe Balbi550a7372008-07-24 12:27:36 +0300924
925 /* init new state: toggle and NYET, maybe DMA later */
926 if (usb_gettoggle(urb->dev, qh->epnum, 0))
927 csr = MUSB_RXCSR_H_WR_DATATOGGLE
928 | MUSB_RXCSR_H_DATATOGGLE;
929 else
930 csr = 0;
931 if (qh->type == USB_ENDPOINT_XFER_INT)
932 csr |= MUSB_RXCSR_DISNYET;
933
934 } else {
935 csr = musb_readw(hw_ep->regs, MUSB_RXCSR);
936
937 if (csr & (MUSB_RXCSR_RXPKTRDY
938 | MUSB_RXCSR_DMAENAB
939 | MUSB_RXCSR_H_REQPKT))
940 ERR("broken !rx_reinit, ep%d csr %04x\n",
941 hw_ep->epnum, csr);
942
943 /* scrub any stale state, leaving toggle alone */
944 csr &= MUSB_RXCSR_DISNYET;
945 }
946
947 /* kick things off */
948
Tony Lindgrenf8e9f34f2015-05-01 12:29:27 -0700949 if ((is_cppi_enabled(musb) || tusb_dma_omap(musb)) && dma_channel) {
Sergei Shtylyovc51e36d2011-05-07 19:44:13 +0400950 /* Candidate for DMA */
951 dma_channel->actual_len = 0L;
952 qh->segsize = len;
Felipe Balbi550a7372008-07-24 12:27:36 +0300953
Sergei Shtylyovc51e36d2011-05-07 19:44:13 +0400954 /* AUTOREQ is in a DMA register */
955 musb_writew(hw_ep->regs, MUSB_RXCSR, csr);
956 csr = musb_readw(hw_ep->regs, MUSB_RXCSR);
Felipe Balbi550a7372008-07-24 12:27:36 +0300957
Sergei Shtylyovc51e36d2011-05-07 19:44:13 +0400958 /*
959 * Unless caller treats short RX transfers as
960 * errors, we dare not queue multiple transfers.
961 */
962 dma_ok = dma_controller->channel_program(dma_channel,
963 packet_sz, !(urb->transfer_flags &
964 URB_SHORT_NOT_OK),
965 urb->transfer_dma + offset,
966 qh->segsize);
967 if (!dma_ok) {
968 dma_controller->channel_release(dma_channel);
969 hw_ep->rx_channel = dma_channel = NULL;
970 } else
971 csr |= MUSB_RXCSR_DMAENAB;
Felipe Balbi550a7372008-07-24 12:27:36 +0300972 }
973
974 csr |= MUSB_RXCSR_H_REQPKT;
Felipe Balbi5c8a86e2011-05-11 12:44:08 +0300975 dev_dbg(musb->controller, "RXCSR%d := %04x\n", epnum, csr);
Felipe Balbi550a7372008-07-24 12:27:36 +0300976 musb_writew(hw_ep->regs, MUSB_RXCSR, csr);
977 csr = musb_readw(hw_ep->regs, MUSB_RXCSR);
978 }
979}
980
Ajay Kumar Guptaf2838622012-07-19 13:41:59 +0530981/* Schedule next QH from musb->in_bulk/out_bulk and move the current qh to
982 * the end; avoids starvation for other endpoints.
983 */
984static void musb_bulk_nak_timeout(struct musb *musb, struct musb_hw_ep *ep,
985 int is_in)
986{
987 struct dma_channel *dma;
988 struct urb *urb;
989 void __iomem *mbase = musb->mregs;
990 void __iomem *epio = ep->regs;
991 struct musb_qh *cur_qh, *next_qh;
992 u16 rx_csr, tx_csr;
993
994 musb_ep_select(mbase, ep->epnum);
995 if (is_in) {
996 dma = is_dma_capable() ? ep->rx_channel : NULL;
997
998 /* clear nak timeout bit */
999 rx_csr = musb_readw(epio, MUSB_RXCSR);
1000 rx_csr |= MUSB_RXCSR_H_WZC_BITS;
1001 rx_csr &= ~MUSB_RXCSR_DATAERROR;
1002 musb_writew(epio, MUSB_RXCSR, rx_csr);
1003
1004 cur_qh = first_qh(&musb->in_bulk);
1005 } else {
1006 dma = is_dma_capable() ? ep->tx_channel : NULL;
1007
1008 /* clear nak timeout bit */
1009 tx_csr = musb_readw(epio, MUSB_TXCSR);
1010 tx_csr |= MUSB_TXCSR_H_WZC_BITS;
1011 tx_csr &= ~MUSB_TXCSR_H_NAKTIMEOUT;
1012 musb_writew(epio, MUSB_TXCSR, tx_csr);
1013
1014 cur_qh = first_qh(&musb->out_bulk);
1015 }
1016 if (cur_qh) {
1017 urb = next_urb(cur_qh);
1018 if (dma_channel_status(dma) == MUSB_DMA_STATUS_BUSY) {
1019 dma->status = MUSB_DMA_STATUS_CORE_ABORT;
1020 musb->dma_controller->channel_abort(dma);
1021 urb->actual_length += dma->actual_len;
1022 dma->actual_len = 0L;
1023 }
1024 musb_save_toggle(cur_qh, is_in, urb);
1025
1026 if (is_in) {
1027 /* move cur_qh to end of queue */
1028 list_move_tail(&cur_qh->ring, &musb->in_bulk);
1029
1030 /* get the next qh from musb->in_bulk */
1031 next_qh = first_qh(&musb->in_bulk);
1032
1033 /* set rx_reinit and schedule the next qh */
1034 ep->rx_reinit = 1;
1035 } else {
1036 /* move cur_qh to end of queue */
1037 list_move_tail(&cur_qh->ring, &musb->out_bulk);
1038
1039 /* get the next qh from musb->out_bulk */
1040 next_qh = first_qh(&musb->out_bulk);
1041
1042 /* set tx_reinit and schedule the next qh */
1043 ep->tx_reinit = 1;
1044 }
1045 musb_start_urb(musb, is_in, next_qh);
1046 }
1047}
Felipe Balbi550a7372008-07-24 12:27:36 +03001048
1049/*
1050 * Service the default endpoint (ep0) as host.
1051 * Return true until it's time to start the status stage.
1052 */
1053static bool musb_h_ep0_continue(struct musb *musb, u16 len, struct urb *urb)
1054{
1055 bool more = false;
1056 u8 *fifo_dest = NULL;
1057 u16 fifo_count = 0;
1058 struct musb_hw_ep *hw_ep = musb->control_ep;
1059 struct musb_qh *qh = hw_ep->in_qh;
1060 struct usb_ctrlrequest *request;
1061
1062 switch (musb->ep0_stage) {
1063 case MUSB_EP0_IN:
1064 fifo_dest = urb->transfer_buffer + urb->actual_length;
Sergei Shtylyov3ecdb9a2009-02-21 15:31:23 -08001065 fifo_count = min_t(size_t, len, urb->transfer_buffer_length -
1066 urb->actual_length);
Felipe Balbi550a7372008-07-24 12:27:36 +03001067 if (fifo_count < len)
1068 urb->status = -EOVERFLOW;
1069
1070 musb_read_fifo(hw_ep, fifo_count, fifo_dest);
1071
1072 urb->actual_length += fifo_count;
1073 if (len < qh->maxpacket) {
1074 /* always terminate on short read; it's
1075 * rarely reported as an error.
1076 */
1077 } else if (urb->actual_length <
1078 urb->transfer_buffer_length)
1079 more = true;
1080 break;
1081 case MUSB_EP0_START:
1082 request = (struct usb_ctrlrequest *) urb->setup_packet;
1083
1084 if (!request->wLength) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001085 dev_dbg(musb->controller, "start no-DATA\n");
Felipe Balbi550a7372008-07-24 12:27:36 +03001086 break;
1087 } else if (request->bRequestType & USB_DIR_IN) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001088 dev_dbg(musb->controller, "start IN-DATA\n");
Felipe Balbi550a7372008-07-24 12:27:36 +03001089 musb->ep0_stage = MUSB_EP0_IN;
1090 more = true;
1091 break;
1092 } else {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001093 dev_dbg(musb->controller, "start OUT-DATA\n");
Felipe Balbi550a7372008-07-24 12:27:36 +03001094 musb->ep0_stage = MUSB_EP0_OUT;
1095 more = true;
1096 }
1097 /* FALLTHROUGH */
1098 case MUSB_EP0_OUT:
Sergei Shtylyov3ecdb9a2009-02-21 15:31:23 -08001099 fifo_count = min_t(size_t, qh->maxpacket,
1100 urb->transfer_buffer_length -
1101 urb->actual_length);
Felipe Balbi550a7372008-07-24 12:27:36 +03001102 if (fifo_count) {
1103 fifo_dest = (u8 *) (urb->transfer_buffer
1104 + urb->actual_length);
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001105 dev_dbg(musb->controller, "Sending %d byte%s to ep0 fifo %p\n",
David Brownellbb1c9ef2008-11-24 13:06:50 +02001106 fifo_count,
1107 (fifo_count == 1) ? "" : "s",
1108 fifo_dest);
Felipe Balbi550a7372008-07-24 12:27:36 +03001109 musb_write_fifo(hw_ep, fifo_count, fifo_dest);
1110
1111 urb->actual_length += fifo_count;
1112 more = true;
1113 }
1114 break;
1115 default:
1116 ERR("bogus ep0 stage %d\n", musb->ep0_stage);
1117 break;
1118 }
1119
1120 return more;
1121}
1122
1123/*
1124 * Handle default endpoint interrupt as host. Only called in IRQ time
David Brownellc767c1c2008-09-11 11:53:23 +03001125 * from musb_interrupt().
Felipe Balbi550a7372008-07-24 12:27:36 +03001126 *
1127 * called with controller irqlocked
1128 */
1129irqreturn_t musb_h_ep0_irq(struct musb *musb)
1130{
1131 struct urb *urb;
1132 u16 csr, len;
1133 int status = 0;
1134 void __iomem *mbase = musb->mregs;
1135 struct musb_hw_ep *hw_ep = musb->control_ep;
1136 void __iomem *epio = hw_ep->regs;
1137 struct musb_qh *qh = hw_ep->in_qh;
1138 bool complete = false;
1139 irqreturn_t retval = IRQ_NONE;
1140
1141 /* ep0 only has one queue, "in" */
1142 urb = next_urb(qh);
1143
1144 musb_ep_select(mbase, 0);
1145 csr = musb_readw(epio, MUSB_CSR0);
1146 len = (csr & MUSB_CSR0_RXPKTRDY)
1147 ? musb_readb(epio, MUSB_COUNT0)
1148 : 0;
1149
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001150 dev_dbg(musb->controller, "<== csr0 %04x, qh %p, count %d, urb %p, stage %d\n",
Felipe Balbi550a7372008-07-24 12:27:36 +03001151 csr, qh, len, urb, musb->ep0_stage);
1152
1153 /* if we just did status stage, we are done */
1154 if (MUSB_EP0_STATUS == musb->ep0_stage) {
1155 retval = IRQ_HANDLED;
1156 complete = true;
1157 }
1158
1159 /* prepare status */
1160 if (csr & MUSB_CSR0_H_RXSTALL) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001161 dev_dbg(musb->controller, "STALLING ENDPOINT\n");
Felipe Balbi550a7372008-07-24 12:27:36 +03001162 status = -EPIPE;
1163
1164 } else if (csr & MUSB_CSR0_H_ERROR) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001165 dev_dbg(musb->controller, "no response, csr0 %04x\n", csr);
Felipe Balbi550a7372008-07-24 12:27:36 +03001166 status = -EPROTO;
1167
1168 } else if (csr & MUSB_CSR0_H_NAKTIMEOUT) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001169 dev_dbg(musb->controller, "control NAK timeout\n");
Felipe Balbi550a7372008-07-24 12:27:36 +03001170
1171 /* NOTE: this code path would be a good place to PAUSE a
1172 * control transfer, if another one is queued, so that
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08001173 * ep0 is more likely to stay busy. That's already done
1174 * for bulk RX transfers.
Felipe Balbi550a7372008-07-24 12:27:36 +03001175 *
1176 * if (qh->ring.next != &musb->control), then
1177 * we have a candidate... NAKing is *NOT* an error
1178 */
1179 musb_writew(epio, MUSB_CSR0, 0);
1180 retval = IRQ_HANDLED;
1181 }
1182
1183 if (status) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001184 dev_dbg(musb->controller, "aborting\n");
Felipe Balbi550a7372008-07-24 12:27:36 +03001185 retval = IRQ_HANDLED;
1186 if (urb)
1187 urb->status = status;
1188 complete = true;
1189
1190 /* use the proper sequence to abort the transfer */
1191 if (csr & MUSB_CSR0_H_REQPKT) {
1192 csr &= ~MUSB_CSR0_H_REQPKT;
1193 musb_writew(epio, MUSB_CSR0, csr);
1194 csr &= ~MUSB_CSR0_H_NAKTIMEOUT;
1195 musb_writew(epio, MUSB_CSR0, csr);
1196 } else {
David Brownell78322c12009-03-26 17:38:30 -07001197 musb_h_ep0_flush_fifo(hw_ep);
Felipe Balbi550a7372008-07-24 12:27:36 +03001198 }
1199
1200 musb_writeb(epio, MUSB_NAKLIMIT0, 0);
1201
1202 /* clear it */
1203 musb_writew(epio, MUSB_CSR0, 0);
1204 }
1205
1206 if (unlikely(!urb)) {
1207 /* stop endpoint since we have no place for its data, this
1208 * SHOULD NEVER HAPPEN! */
1209 ERR("no URB for end 0\n");
1210
David Brownell78322c12009-03-26 17:38:30 -07001211 musb_h_ep0_flush_fifo(hw_ep);
Felipe Balbi550a7372008-07-24 12:27:36 +03001212 goto done;
1213 }
1214
1215 if (!complete) {
1216 /* call common logic and prepare response */
1217 if (musb_h_ep0_continue(musb, len, urb)) {
1218 /* more packets required */
1219 csr = (MUSB_EP0_IN == musb->ep0_stage)
1220 ? MUSB_CSR0_H_REQPKT : MUSB_CSR0_TXPKTRDY;
1221 } else {
1222 /* data transfer complete; perform status phase */
1223 if (usb_pipeout(urb->pipe)
1224 || !urb->transfer_buffer_length)
1225 csr = MUSB_CSR0_H_STATUSPKT
1226 | MUSB_CSR0_H_REQPKT;
1227 else
1228 csr = MUSB_CSR0_H_STATUSPKT
1229 | MUSB_CSR0_TXPKTRDY;
1230
Ajay Kumar Gupta3c4653c2014-02-04 15:28:06 +02001231 /* disable ping token in status phase */
1232 csr |= MUSB_CSR0_H_DIS_PING;
1233
Felipe Balbi550a7372008-07-24 12:27:36 +03001234 /* flag status stage */
1235 musb->ep0_stage = MUSB_EP0_STATUS;
1236
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001237 dev_dbg(musb->controller, "ep0 STATUS, csr %04x\n", csr);
Felipe Balbi550a7372008-07-24 12:27:36 +03001238
1239 }
1240 musb_writew(epio, MUSB_CSR0, csr);
1241 retval = IRQ_HANDLED;
1242 } else
1243 musb->ep0_stage = MUSB_EP0_IDLE;
1244
1245 /* call completion handler if done */
1246 if (complete)
1247 musb_advance_schedule(musb, urb, hw_ep, 1);
1248done:
1249 return retval;
1250}
1251
1252
1253#ifdef CONFIG_USB_INVENTRA_DMA
1254
1255/* Host side TX (OUT) using Mentor DMA works as follows:
1256 submit_urb ->
1257 - if queue was empty, Program Endpoint
1258 - ... which starts DMA to fifo in mode 1 or 0
1259
1260 DMA Isr (transfer complete) -> TxAvail()
1261 - Stop DMA (~DmaEnab) (<--- Alert ... currently happens
1262 only in musb_cleanup_urb)
1263 - TxPktRdy has to be set in mode 0 or for
1264 short packets in mode 1.
1265*/
1266
1267#endif
1268
1269/* Service a Tx-Available or dma completion irq for the endpoint */
1270void musb_host_tx(struct musb *musb, u8 epnum)
1271{
1272 int pipe;
1273 bool done = false;
1274 u16 tx_csr;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001275 size_t length = 0;
1276 size_t offset = 0;
Felipe Balbi550a7372008-07-24 12:27:36 +03001277 struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
1278 void __iomem *epio = hw_ep->regs;
Sergei Shtylyov3e5c6dc2009-03-27 12:55:16 -07001279 struct musb_qh *qh = hw_ep->out_qh;
1280 struct urb *urb = next_urb(qh);
Felipe Balbi550a7372008-07-24 12:27:36 +03001281 u32 status = 0;
1282 void __iomem *mbase = musb->mregs;
1283 struct dma_channel *dma;
T. S., Anil Kumarf8afbf7f2010-09-24 13:44:09 +03001284 bool transfer_pending = false;
Felipe Balbi550a7372008-07-24 12:27:36 +03001285
Felipe Balbi550a7372008-07-24 12:27:36 +03001286 musb_ep_select(mbase, epnum);
1287 tx_csr = musb_readw(epio, MUSB_TXCSR);
1288
1289 /* with CPPI, DMA sometimes triggers "extra" irqs */
1290 if (!urb) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001291 dev_dbg(musb->controller, "extra TX%d ready, csr %04x\n", epnum, tx_csr);
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001292 return;
Felipe Balbi550a7372008-07-24 12:27:36 +03001293 }
1294
1295 pipe = urb->pipe;
1296 dma = is_dma_capable() ? hw_ep->tx_channel : NULL;
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001297 dev_dbg(musb->controller, "OUT/TX%d end, csr %04x%s\n", epnum, tx_csr,
Felipe Balbi550a7372008-07-24 12:27:36 +03001298 dma ? ", dma" : "");
1299
1300 /* check for errors */
1301 if (tx_csr & MUSB_TXCSR_H_RXSTALL) {
1302 /* dma was disabled, fifo flushed */
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001303 dev_dbg(musb->controller, "TX end %d stall\n", epnum);
Felipe Balbi550a7372008-07-24 12:27:36 +03001304
1305 /* stall; record URB status */
1306 status = -EPIPE;
1307
1308 } else if (tx_csr & MUSB_TXCSR_H_ERROR) {
1309 /* (NON-ISO) dma was disabled, fifo flushed */
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001310 dev_dbg(musb->controller, "TX 3strikes on ep=%d\n", epnum);
Felipe Balbi550a7372008-07-24 12:27:36 +03001311
1312 status = -ETIMEDOUT;
1313
1314 } else if (tx_csr & MUSB_TXCSR_H_NAKTIMEOUT) {
Ajay Kumar Guptaf2838622012-07-19 13:41:59 +05301315 if (USB_ENDPOINT_XFER_BULK == qh->type && qh->mux == 1
1316 && !list_is_singular(&musb->out_bulk)) {
1317 dev_dbg(musb->controller,
1318 "NAK timeout on TX%d ep\n", epnum);
1319 musb_bulk_nak_timeout(musb, hw_ep, 0);
1320 } else {
1321 dev_dbg(musb->controller,
1322 "TX end=%d device not responding\n", epnum);
1323 /* NOTE: this code path would be a good place to PAUSE a
1324 * transfer, if there's some other (nonperiodic) tx urb
1325 * that could use this fifo. (dma complicates it...)
1326 * That's already done for bulk RX transfers.
1327 *
1328 * if (bulk && qh->ring.next != &musb->out_bulk), then
1329 * we have a candidate... NAKing is *NOT* an error
1330 */
1331 musb_ep_select(mbase, epnum);
1332 musb_writew(epio, MUSB_TXCSR,
1333 MUSB_TXCSR_H_WZC_BITS
1334 | MUSB_TXCSR_TXPKTRDY);
1335 }
1336 return;
Felipe Balbi550a7372008-07-24 12:27:36 +03001337 }
1338
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05301339done:
Felipe Balbi550a7372008-07-24 12:27:36 +03001340 if (status) {
1341 if (dma_channel_status(dma) == MUSB_DMA_STATUS_BUSY) {
1342 dma->status = MUSB_DMA_STATUS_CORE_ABORT;
Daniel Mack9c547692014-05-26 14:52:35 +02001343 musb->dma_controller->channel_abort(dma);
Felipe Balbi550a7372008-07-24 12:27:36 +03001344 }
1345
1346 /* do the proper sequence to abort the transfer in the
1347 * usb core; the dma engine should already be stopped.
1348 */
1349 musb_h_tx_flush_fifo(hw_ep);
1350 tx_csr &= ~(MUSB_TXCSR_AUTOSET
1351 | MUSB_TXCSR_DMAENAB
1352 | MUSB_TXCSR_H_ERROR
1353 | MUSB_TXCSR_H_RXSTALL
1354 | MUSB_TXCSR_H_NAKTIMEOUT
1355 );
1356
1357 musb_ep_select(mbase, epnum);
1358 musb_writew(epio, MUSB_TXCSR, tx_csr);
1359 /* REVISIT may need to clear FLUSHFIFO ... */
1360 musb_writew(epio, MUSB_TXCSR, tx_csr);
1361 musb_writeb(epio, MUSB_TXINTERVAL, 0);
1362
1363 done = true;
1364 }
1365
1366 /* second cppi case */
1367 if (dma_channel_status(dma) == MUSB_DMA_STATUS_BUSY) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001368 dev_dbg(musb->controller, "extra TX%d ready, csr %04x\n", epnum, tx_csr);
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001369 return;
Felipe Balbi550a7372008-07-24 12:27:36 +03001370 }
1371
Sergei Shtylyovc7bbc052009-03-26 18:26:40 -07001372 if (is_dma_capable() && dma && !status) {
1373 /*
1374 * DMA has completed. But if we're using DMA mode 1 (multi
1375 * packet DMA), we need a terminal TXPKTRDY interrupt before
1376 * we can consider this transfer completed, lest we trash
1377 * its last packet when writing the next URB's data. So we
1378 * switch back to mode 0 to get that interrupt; we'll come
1379 * back here once it happens.
1380 */
1381 if (tx_csr & MUSB_TXCSR_DMAMODE) {
1382 /*
1383 * We shouldn't clear DMAMODE with DMAENAB set; so
1384 * clear them in a safe order. That should be OK
1385 * once TXPKTRDY has been set (and I've never seen
1386 * it being 0 at this moment -- DMA interrupt latency
1387 * is significant) but if it hasn't been then we have
1388 * no choice but to stop being polite and ignore the
1389 * programmer's guide... :-)
1390 *
1391 * Note that we must write TXCSR with TXPKTRDY cleared
1392 * in order not to re-trigger the packet send (this bit
1393 * can't be cleared by CPU), and there's another caveat:
1394 * TXPKTRDY may be set shortly and then cleared in the
1395 * double-buffered FIFO mode, so we do an extra TXCSR
1396 * read for debouncing...
1397 */
1398 tx_csr &= musb_readw(epio, MUSB_TXCSR);
1399 if (tx_csr & MUSB_TXCSR_TXPKTRDY) {
1400 tx_csr &= ~(MUSB_TXCSR_DMAENAB |
1401 MUSB_TXCSR_TXPKTRDY);
1402 musb_writew(epio, MUSB_TXCSR,
1403 tx_csr | MUSB_TXCSR_H_WZC_BITS);
1404 }
1405 tx_csr &= ~(MUSB_TXCSR_DMAMODE |
1406 MUSB_TXCSR_TXPKTRDY);
1407 musb_writew(epio, MUSB_TXCSR,
1408 tx_csr | MUSB_TXCSR_H_WZC_BITS);
1409
1410 /*
1411 * There is no guarantee that we'll get an interrupt
1412 * after clearing DMAMODE as we might have done this
1413 * too late (after TXPKTRDY was cleared by controller).
1414 * Re-read TXCSR as we have spoiled its previous value.
1415 */
1416 tx_csr = musb_readw(epio, MUSB_TXCSR);
1417 }
1418
1419 /*
1420 * We may get here from a DMA completion or TXPKTRDY interrupt.
1421 * In any case, we must check the FIFO status here and bail out
1422 * only if the FIFO still has data -- that should prevent the
1423 * "missed" TXPKTRDY interrupts and deal with double-buffered
1424 * FIFO mode too...
1425 */
1426 if (tx_csr & (MUSB_TXCSR_FIFONOTEMPTY | MUSB_TXCSR_TXPKTRDY)) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001427 dev_dbg(musb->controller, "DMA complete but packet still in FIFO, "
Sergei Shtylyovc7bbc052009-03-26 18:26:40 -07001428 "CSR %04x\n", tx_csr);
1429 return;
1430 }
1431 }
1432
Felipe Balbi550a7372008-07-24 12:27:36 +03001433 if (!status || dma || usb_pipeisoc(pipe)) {
1434 if (dma)
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001435 length = dma->actual_len;
Felipe Balbi550a7372008-07-24 12:27:36 +03001436 else
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001437 length = qh->segsize;
1438 qh->offset += length;
Felipe Balbi550a7372008-07-24 12:27:36 +03001439
1440 if (usb_pipeisoc(pipe)) {
1441 struct usb_iso_packet_descriptor *d;
1442
1443 d = urb->iso_frame_desc + qh->iso_idx;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001444 d->actual_length = length;
1445 d->status = status;
Felipe Balbi550a7372008-07-24 12:27:36 +03001446 if (++qh->iso_idx >= urb->number_of_packets) {
1447 done = true;
1448 } else {
1449 d++;
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001450 offset = d->offset;
1451 length = d->length;
Felipe Balbi550a7372008-07-24 12:27:36 +03001452 }
T. S., Anil Kumarf8afbf7f2010-09-24 13:44:09 +03001453 } else if (dma && urb->transfer_buffer_length == qh->offset) {
Felipe Balbi550a7372008-07-24 12:27:36 +03001454 done = true;
1455 } else {
1456 /* see if we need to send more data, or ZLP */
1457 if (qh->segsize < qh->maxpacket)
1458 done = true;
1459 else if (qh->offset == urb->transfer_buffer_length
1460 && !(urb->transfer_flags
1461 & URB_ZERO_PACKET))
1462 done = true;
1463 if (!done) {
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001464 offset = qh->offset;
1465 length = urb->transfer_buffer_length - offset;
T. S., Anil Kumarf8afbf7f2010-09-24 13:44:09 +03001466 transfer_pending = true;
Felipe Balbi550a7372008-07-24 12:27:36 +03001467 }
1468 }
1469 }
1470
1471 /* urb->status != -EINPROGRESS means request has been faulted,
1472 * so we must abort this transfer after cleanup
1473 */
1474 if (urb->status != -EINPROGRESS) {
1475 done = true;
1476 if (status == 0)
1477 status = urb->status;
1478 }
1479
1480 if (done) {
1481 /* set status */
1482 urb->status = status;
1483 urb->actual_length = qh->offset;
1484 musb_advance_schedule(musb, urb, hw_ep, USB_DIR_OUT);
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001485 return;
T. S., Anil Kumarf8afbf7f2010-09-24 13:44:09 +03001486 } else if ((usb_pipeisoc(pipe) || transfer_pending) && dma) {
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001487 if (musb_tx_dma_program(musb->dma_controller, hw_ep, qh, urb,
Ajay Kumar Guptadfeffa52009-11-17 15:22:55 +05301488 offset, length)) {
Tony Lindgrenf8e9f34f2015-05-01 12:29:27 -07001489 if (is_cppi_enabled(musb) || tusb_dma_omap(musb))
Ajay Kumar Guptadfeffa52009-11-17 15:22:55 +05301490 musb_h_tx_dma_start(hw_ep);
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001491 return;
Ajay Kumar Guptadfeffa52009-11-17 15:22:55 +05301492 }
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001493 } else if (tx_csr & MUSB_TXCSR_DMAENAB) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001494 dev_dbg(musb->controller, "not complete, but DMA enabled?\n");
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001495 return;
1496 }
Felipe Balbi550a7372008-07-24 12:27:36 +03001497
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001498 /*
1499 * PIO: start next packet in this URB.
1500 *
1501 * REVISIT: some docs say that when hw_ep->tx_double_buffered,
1502 * (and presumably, FIFO is not half-full) we should write *two*
1503 * packets before updating TXCSR; other docs disagree...
1504 */
1505 if (length > qh->maxpacket)
1506 length = qh->maxpacket;
Maulik Mankad496dda72010-09-24 13:44:06 +03001507 /* Unmap the buffer so that CPU can use it */
Daniel Mack8b125df2013-04-10 21:55:50 +02001508 usb_hcd_unmap_urb_for_dma(musb->hcd, urb);
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05301509
1510 /*
1511 * We need to map sg if the transfer_buffer is
1512 * NULL.
1513 */
1514 if (!urb->transfer_buffer)
Virupax Sadashivpetimathed74df12013-04-24 08:38:48 +02001515 qh->use_sg = true;
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05301516
Virupax Sadashivpetimathed74df12013-04-24 08:38:48 +02001517 if (qh->use_sg) {
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05301518 /* sg_miter_start is already done in musb_ep_program */
1519 if (!sg_miter_next(&qh->sg_miter)) {
1520 dev_err(musb->controller, "error: sg list empty\n");
1521 sg_miter_stop(&qh->sg_miter);
1522 status = -EINVAL;
1523 goto done;
1524 }
1525 urb->transfer_buffer = qh->sg_miter.addr;
1526 length = min_t(u32, length, qh->sg_miter.length);
1527 musb_write_fifo(hw_ep, length, urb->transfer_buffer);
1528 qh->sg_miter.consumed = length;
1529 sg_miter_stop(&qh->sg_miter);
1530 } else {
1531 musb_write_fifo(hw_ep, length, urb->transfer_buffer + offset);
1532 }
1533
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001534 qh->segsize = length;
Felipe Balbi550a7372008-07-24 12:27:36 +03001535
Virupax Sadashivpetimathed74df12013-04-24 08:38:48 +02001536 if (qh->use_sg) {
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05301537 if (offset + length >= urb->transfer_buffer_length)
Virupax Sadashivpetimathed74df12013-04-24 08:38:48 +02001538 qh->use_sg = false;
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05301539 }
1540
Sergei Shtylyov6b6e9712009-03-26 18:29:19 -07001541 musb_ep_select(mbase, epnum);
1542 musb_writew(epio, MUSB_TXCSR,
1543 MUSB_TXCSR_H_WZC_BITS | MUSB_TXCSR_TXPKTRDY);
Felipe Balbi550a7372008-07-24 12:27:36 +03001544}
1545
Tony Lindgren069a3fd2015-05-01 12:29:33 -07001546#ifdef CONFIG_USB_TI_CPPI41_DMA
1547/* Seems to set up ISO for cppi41 and not advance len. See commit c57c41d */
1548static int musb_rx_dma_iso_cppi41(struct dma_controller *dma,
1549 struct musb_hw_ep *hw_ep,
1550 struct musb_qh *qh,
1551 struct urb *urb,
1552 size_t len)
1553{
1554 struct dma_channel *channel = hw_ep->tx_channel;
1555 void __iomem *epio = hw_ep->regs;
1556 dma_addr_t *buf;
1557 u32 length, res;
1558 u16 val;
1559
1560 buf = (void *)urb->iso_frame_desc[qh->iso_idx].offset +
1561 (u32)urb->transfer_dma;
1562
1563 length = urb->iso_frame_desc[qh->iso_idx].length;
1564
1565 val = musb_readw(epio, MUSB_RXCSR);
1566 val |= MUSB_RXCSR_DMAENAB;
1567 musb_writew(hw_ep->regs, MUSB_RXCSR, val);
1568
1569 res = dma->channel_program(channel, qh->maxpacket, 0,
1570 (u32)buf, length);
1571
1572 return res;
1573}
1574#else
1575static inline int musb_rx_dma_iso_cppi41(struct dma_controller *dma,
1576 struct musb_hw_ep *hw_ep,
1577 struct musb_qh *qh,
1578 struct urb *urb,
1579 size_t len)
1580{
1581 return false;
1582}
1583#endif
Felipe Balbi550a7372008-07-24 12:27:36 +03001584
Tony Lindgrencff84bd2015-05-01 12:29:35 -07001585#if defined(CONFIG_USB_INVENTRA_DMA) || defined(CONFIG_USB_UX500_DMA) || \
1586 defined(CONFIG_USB_TI_CPPI41_DMA)
Felipe Balbi550a7372008-07-24 12:27:36 +03001587/* Host side RX (IN) using Mentor DMA works as follows:
1588 submit_urb ->
1589 - if queue was empty, ProgramEndpoint
1590 - first IN token is sent out (by setting ReqPkt)
1591 LinuxIsr -> RxReady()
1592 /\ => first packet is received
1593 | - Set in mode 0 (DmaEnab, ~ReqPkt)
1594 | -> DMA Isr (transfer complete) -> RxReady()
1595 | - Ack receive (~RxPktRdy), turn off DMA (~DmaEnab)
1596 | - if urb not complete, send next IN token (ReqPkt)
1597 | | else complete urb.
1598 | |
1599 ---------------------------
1600 *
1601 * Nuances of mode 1:
1602 * For short packets, no ack (+RxPktRdy) is sent automatically
1603 * (even if AutoClear is ON)
1604 * For full packets, ack (~RxPktRdy) and next IN token (+ReqPkt) is sent
1605 * automatically => major problem, as collecting the next packet becomes
1606 * difficult. Hence mode 1 is not used.
1607 *
1608 * REVISIT
1609 * All we care about at this driver level is that
1610 * (a) all URBs terminate with REQPKT cleared and fifo(s) empty;
1611 * (b) termination conditions are: short RX, or buffer full;
1612 * (c) fault modes include
1613 * - iff URB_SHORT_NOT_OK, short RX status is -EREMOTEIO.
1614 * (and that endpoint's dma queue stops immediately)
1615 * - overflow (full, PLUS more bytes in the terminal packet)
1616 *
1617 * So for example, usb-storage sets URB_SHORT_NOT_OK, and would
1618 * thus be a great candidate for using mode 1 ... for all but the
1619 * last packet of one URB's transfer.
1620 */
Tony Lindgrencff84bd2015-05-01 12:29:35 -07001621static int musb_rx_dma_inventra_cppi41(struct dma_controller *dma,
1622 struct musb_hw_ep *hw_ep,
1623 struct musb_qh *qh,
1624 struct urb *urb,
1625 size_t len)
1626{
1627 struct dma_channel *channel = hw_ep->rx_channel;
1628 void __iomem *epio = hw_ep->regs;
1629 u16 val;
1630 int pipe;
1631 bool done;
Felipe Balbi550a7372008-07-24 12:27:36 +03001632
Tony Lindgrencff84bd2015-05-01 12:29:35 -07001633 pipe = urb->pipe;
1634
1635 if (usb_pipeisoc(pipe)) {
1636 struct usb_iso_packet_descriptor *d;
1637
1638 d = urb->iso_frame_desc + qh->iso_idx;
1639 d->actual_length = len;
1640
1641 /* even if there was an error, we did the dma
1642 * for iso_frame_desc->length
1643 */
1644 if (d->status != -EILSEQ && d->status != -EOVERFLOW)
1645 d->status = 0;
1646
1647 if (++qh->iso_idx >= urb->number_of_packets) {
1648 done = true;
1649 } else {
1650 /* REVISIT: Why ignore return value here? */
1651 if (musb_dma_cppi41(hw_ep->musb))
1652 done = musb_rx_dma_iso_cppi41(dma, hw_ep, qh,
1653 urb, len);
1654 done = false;
1655 }
1656
1657 } else {
1658 /* done if urb buffer is full or short packet is recd */
1659 done = (urb->actual_length + len >=
1660 urb->transfer_buffer_length
1661 || channel->actual_len < qh->maxpacket
1662 || channel->rx_packet_done);
1663 }
1664
1665 /* send IN token for next packet, without AUTOREQ */
1666 if (!done) {
1667 val = musb_readw(epio, MUSB_RXCSR);
1668 val |= MUSB_RXCSR_H_REQPKT;
1669 musb_writew(epio, MUSB_RXCSR, MUSB_RXCSR_H_WZC_BITS | val);
1670 }
1671
1672 return done;
1673}
Tony Lindgrenac33cdb2015-05-01 12:29:37 -07001674
1675/* Disadvantage of using mode 1:
1676 * It's basically usable only for mass storage class; essentially all
1677 * other protocols also terminate transfers on short packets.
1678 *
1679 * Details:
1680 * An extra IN token is sent at the end of the transfer (due to AUTOREQ)
1681 * If you try to use mode 1 for (transfer_buffer_length - 512), and try
1682 * to use the extra IN token to grab the last packet using mode 0, then
1683 * the problem is that you cannot be sure when the device will send the
1684 * last packet and RxPktRdy set. Sometimes the packet is recd too soon
1685 * such that it gets lost when RxCSR is re-set at the end of the mode 1
1686 * transfer, while sometimes it is recd just a little late so that if you
1687 * try to configure for mode 0 soon after the mode 1 transfer is
1688 * completed, you will find rxcount 0. Okay, so you might think why not
1689 * wait for an interrupt when the pkt is recd. Well, you won't get any!
1690 */
1691static int musb_rx_dma_in_inventra_cppi41(struct dma_controller *dma,
1692 struct musb_hw_ep *hw_ep,
1693 struct musb_qh *qh,
1694 struct urb *urb,
1695 size_t len,
1696 u8 iso_err)
1697{
1698 struct musb *musb = hw_ep->musb;
1699 void __iomem *epio = hw_ep->regs;
1700 struct dma_channel *channel = hw_ep->rx_channel;
1701 u16 rx_count, val;
1702 int length, pipe, done;
1703 dma_addr_t buf;
1704
1705 rx_count = musb_readw(epio, MUSB_RXCOUNT);
1706 pipe = urb->pipe;
1707
1708 if (usb_pipeisoc(pipe)) {
1709 int d_status = 0;
1710 struct usb_iso_packet_descriptor *d;
1711
1712 d = urb->iso_frame_desc + qh->iso_idx;
1713
1714 if (iso_err) {
1715 d_status = -EILSEQ;
1716 urb->error_count++;
1717 }
1718 if (rx_count > d->length) {
1719 if (d_status == 0) {
1720 d_status = -EOVERFLOW;
1721 urb->error_count++;
1722 }
1723 dev_dbg(musb->controller, "** OVERFLOW %d into %d\n",
1724 rx_count, d->length);
1725
1726 length = d->length;
1727 } else
1728 length = rx_count;
1729 d->status = d_status;
1730 buf = urb->transfer_dma + d->offset;
1731 } else {
1732 length = rx_count;
1733 buf = urb->transfer_dma + urb->actual_length;
1734 }
1735
1736 channel->desired_mode = 0;
1737#ifdef USE_MODE1
1738 /* because of the issue below, mode 1 will
1739 * only rarely behave with correct semantics.
1740 */
1741 if ((urb->transfer_flags & URB_SHORT_NOT_OK)
1742 && (urb->transfer_buffer_length - urb->actual_length)
1743 > qh->maxpacket)
1744 channel->desired_mode = 1;
1745 if (rx_count < hw_ep->max_packet_sz_rx) {
1746 length = rx_count;
1747 channel->desired_mode = 0;
1748 } else {
1749 length = urb->transfer_buffer_length;
1750 }
1751#endif
1752
1753 /* See comments above on disadvantages of using mode 1 */
1754 val = musb_readw(epio, MUSB_RXCSR);
1755 val &= ~MUSB_RXCSR_H_REQPKT;
1756
1757 if (channel->desired_mode == 0)
1758 val &= ~MUSB_RXCSR_H_AUTOREQ;
1759 else
1760 val |= MUSB_RXCSR_H_AUTOREQ;
1761 val |= MUSB_RXCSR_DMAENAB;
1762
1763 /* autoclear shouldn't be set in high bandwidth */
1764 if (qh->hb_mult == 1)
1765 val |= MUSB_RXCSR_AUTOCLEAR;
1766
1767 musb_writew(epio, MUSB_RXCSR, MUSB_RXCSR_H_WZC_BITS | val);
1768
1769 /* REVISIT if when actual_length != 0,
1770 * transfer_buffer_length needs to be
1771 * adjusted first...
1772 */
1773 done = dma->channel_program(channel, qh->maxpacket,
1774 channel->desired_mode,
1775 buf, length);
1776
1777 if (!done) {
1778 dma->channel_release(channel);
1779 hw_ep->rx_channel = NULL;
1780 channel = NULL;
1781 val = musb_readw(epio, MUSB_RXCSR);
1782 val &= ~(MUSB_RXCSR_DMAENAB
1783 | MUSB_RXCSR_H_AUTOREQ
1784 | MUSB_RXCSR_AUTOCLEAR);
1785 musb_writew(epio, MUSB_RXCSR, val);
1786 }
1787
1788 return done;
1789}
Tony Lindgrencff84bd2015-05-01 12:29:35 -07001790#else
1791static inline int musb_rx_dma_inventra_cppi41(struct dma_controller *dma,
1792 struct musb_hw_ep *hw_ep,
1793 struct musb_qh *qh,
1794 struct urb *urb,
1795 size_t len)
1796{
1797 return false;
1798}
Tony Lindgrenac33cdb2015-05-01 12:29:37 -07001799
1800static inline int musb_rx_dma_in_inventra_cppi41(struct dma_controller *dma,
1801 struct musb_hw_ep *hw_ep,
1802 struct musb_qh *qh,
1803 struct urb *urb,
1804 size_t len,
1805 u8 iso_err)
1806{
1807 return false;
1808}
Felipe Balbi550a7372008-07-24 12:27:36 +03001809#endif
1810
1811/*
1812 * Service an RX interrupt for the given IN endpoint; docs cover bulk, iso,
1813 * and high-bandwidth IN transfer cases.
1814 */
1815void musb_host_rx(struct musb *musb, u8 epnum)
1816{
1817 struct urb *urb;
1818 struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
Tony Lindgrencff84bd2015-05-01 12:29:35 -07001819 struct dma_controller *c = musb->dma_controller;
Felipe Balbi550a7372008-07-24 12:27:36 +03001820 void __iomem *epio = hw_ep->regs;
1821 struct musb_qh *qh = hw_ep->in_qh;
1822 size_t xfer_len;
1823 void __iomem *mbase = musb->mregs;
1824 int pipe;
1825 u16 rx_csr, val;
1826 bool iso_err = false;
1827 bool done = false;
1828 u32 status;
1829 struct dma_channel *dma;
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05301830 unsigned int sg_flags = SG_MITER_ATOMIC | SG_MITER_TO_SG;
Felipe Balbi550a7372008-07-24 12:27:36 +03001831
1832 musb_ep_select(mbase, epnum);
1833
1834 urb = next_urb(qh);
1835 dma = is_dma_capable() ? hw_ep->rx_channel : NULL;
1836 status = 0;
1837 xfer_len = 0;
1838
1839 rx_csr = musb_readw(epio, MUSB_RXCSR);
1840 val = rx_csr;
1841
1842 if (unlikely(!urb)) {
1843 /* REVISIT -- THIS SHOULD NEVER HAPPEN ... but, at least
1844 * usbtest #11 (unlinks) triggers it regularly, sometimes
1845 * with fifo full. (Only with DMA??)
1846 */
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001847 dev_dbg(musb->controller, "BOGUS RX%d ready, csr %04x, count %d\n", epnum, val,
Felipe Balbi550a7372008-07-24 12:27:36 +03001848 musb_readw(epio, MUSB_RXCOUNT));
1849 musb_h_flush_rxfifo(hw_ep, MUSB_RXCSR_CLRDATATOG);
1850 return;
1851 }
1852
1853 pipe = urb->pipe;
1854
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001855 dev_dbg(musb->controller, "<== hw %d rxcsr %04x, urb actual %d (+dma %zu)\n",
Felipe Balbi550a7372008-07-24 12:27:36 +03001856 epnum, rx_csr, urb->actual_length,
1857 dma ? dma->actual_len : 0);
1858
1859 /* check for errors, concurrent stall & unlink is not really
1860 * handled yet! */
1861 if (rx_csr & MUSB_RXCSR_H_RXSTALL) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001862 dev_dbg(musb->controller, "RX end %d STALL\n", epnum);
Felipe Balbi550a7372008-07-24 12:27:36 +03001863
1864 /* stall; record URB status */
1865 status = -EPIPE;
1866
1867 } else if (rx_csr & MUSB_RXCSR_H_ERROR) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001868 dev_dbg(musb->controller, "end %d RX proto error\n", epnum);
Felipe Balbi550a7372008-07-24 12:27:36 +03001869
1870 status = -EPROTO;
1871 musb_writeb(epio, MUSB_RXINTERVAL, 0);
1872
Bin Liub5801212016-05-31 10:05:03 -05001873 rx_csr &= ~MUSB_RXCSR_H_ERROR;
1874 musb_writew(epio, MUSB_RXCSR, rx_csr);
1875
Felipe Balbi550a7372008-07-24 12:27:36 +03001876 } else if (rx_csr & MUSB_RXCSR_DATAERROR) {
1877
1878 if (USB_ENDPOINT_XFER_ISOC != qh->type) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001879 dev_dbg(musb->controller, "RX end %d NAK timeout\n", epnum);
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08001880
1881 /* NOTE: NAKing is *NOT* an error, so we want to
1882 * continue. Except ... if there's a request for
1883 * another QH, use that instead of starving it.
1884 *
1885 * Devices like Ethernet and serial adapters keep
1886 * reads posted at all times, which will starve
1887 * other devices without this logic.
1888 */
1889 if (usb_pipebulk(urb->pipe)
1890 && qh->mux == 1
1891 && !list_is_singular(&musb->in_bulk)) {
Ajay Kumar Guptaf2838622012-07-19 13:41:59 +05301892 musb_bulk_nak_timeout(musb, hw_ep, 1);
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08001893 return;
1894 }
Felipe Balbi550a7372008-07-24 12:27:36 +03001895 musb_ep_select(mbase, epnum);
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08001896 rx_csr |= MUSB_RXCSR_H_WZC_BITS;
1897 rx_csr &= ~MUSB_RXCSR_DATAERROR;
1898 musb_writew(epio, MUSB_RXCSR, rx_csr);
Felipe Balbi550a7372008-07-24 12:27:36 +03001899
1900 goto finish;
1901 } else {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001902 dev_dbg(musb->controller, "RX end %d ISO data error\n", epnum);
Felipe Balbi550a7372008-07-24 12:27:36 +03001903 /* packet error reported later */
1904 iso_err = true;
1905 }
Ajay Kumar Guptaa483d702009-04-03 16:16:17 -07001906 } else if (rx_csr & MUSB_RXCSR_INCOMPRX) {
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001907 dev_dbg(musb->controller, "end %d high bandwidth incomplete ISO packet RX\n",
Ajay Kumar Guptaa483d702009-04-03 16:16:17 -07001908 epnum);
1909 status = -EPROTO;
Felipe Balbi550a7372008-07-24 12:27:36 +03001910 }
1911
1912 /* faults abort the transfer */
1913 if (status) {
1914 /* clean up dma and collect transfer count */
1915 if (dma_channel_status(dma) == MUSB_DMA_STATUS_BUSY) {
1916 dma->status = MUSB_DMA_STATUS_CORE_ABORT;
Daniel Mack9c547692014-05-26 14:52:35 +02001917 musb->dma_controller->channel_abort(dma);
Felipe Balbi550a7372008-07-24 12:27:36 +03001918 xfer_len = dma->actual_len;
1919 }
1920 musb_h_flush_rxfifo(hw_ep, MUSB_RXCSR_CLRDATATOG);
1921 musb_writeb(epio, MUSB_RXINTERVAL, 0);
1922 done = true;
1923 goto finish;
1924 }
1925
1926 if (unlikely(dma_channel_status(dma) == MUSB_DMA_STATUS_BUSY)) {
1927 /* SHOULD NEVER HAPPEN ... but at least DaVinci has done it */
1928 ERR("RX%d dma busy, csr %04x\n", epnum, rx_csr);
1929 goto finish;
1930 }
1931
1932 /* thorough shutdown for now ... given more precise fault handling
1933 * and better queueing support, we might keep a DMA pipeline going
1934 * while processing this irq for earlier completions.
1935 */
1936
1937 /* FIXME this is _way_ too much in-line logic for Mentor DMA */
Tony Lindgren557d5432015-05-01 12:29:34 -07001938 if (!musb_dma_inventra(musb) && !musb_dma_ux500(musb) &&
1939 (rx_csr & MUSB_RXCSR_H_REQPKT)) {
Felipe Balbi550a7372008-07-24 12:27:36 +03001940 /* REVISIT this happened for a while on some short reads...
1941 * the cleanup still needs investigation... looks bad...
1942 * and also duplicates dma cleanup code above ... plus,
1943 * shouldn't this be the "half full" double buffer case?
1944 */
1945 if (dma_channel_status(dma) == MUSB_DMA_STATUS_BUSY) {
1946 dma->status = MUSB_DMA_STATUS_CORE_ABORT;
Daniel Mack9c547692014-05-26 14:52:35 +02001947 musb->dma_controller->channel_abort(dma);
Felipe Balbi550a7372008-07-24 12:27:36 +03001948 xfer_len = dma->actual_len;
1949 done = true;
1950 }
1951
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03001952 dev_dbg(musb->controller, "RXCSR%d %04x, reqpkt, len %zu%s\n", epnum, rx_csr,
Felipe Balbi550a7372008-07-24 12:27:36 +03001953 xfer_len, dma ? ", dma" : "");
1954 rx_csr &= ~MUSB_RXCSR_H_REQPKT;
1955
1956 musb_ep_select(mbase, epnum);
1957 musb_writew(epio, MUSB_RXCSR,
1958 MUSB_RXCSR_H_WZC_BITS | rx_csr);
1959 }
Tony Lindgren557d5432015-05-01 12:29:34 -07001960
Felipe Balbi550a7372008-07-24 12:27:36 +03001961 if (dma && (rx_csr & MUSB_RXCSR_DMAENAB)) {
1962 xfer_len = dma->actual_len;
1963
1964 val &= ~(MUSB_RXCSR_DMAENAB
1965 | MUSB_RXCSR_H_AUTOREQ
1966 | MUSB_RXCSR_AUTOCLEAR
1967 | MUSB_RXCSR_RXPKTRDY);
1968 musb_writew(hw_ep->regs, MUSB_RXCSR, val);
1969
Tony Lindgrencff84bd2015-05-01 12:29:35 -07001970 if (musb_dma_inventra(musb) || musb_dma_ux500(musb) ||
1971 musb_dma_cppi41(musb)) {
1972 done = musb_rx_dma_inventra_cppi41(c, hw_ep, qh, urb, xfer_len);
1973 dev_dbg(hw_ep->musb->controller,
1974 "ep %d dma %s, rxcsr %04x, rxcount %d\n",
1975 epnum, done ? "off" : "reset",
1976 musb_readw(epio, MUSB_RXCSR),
1977 musb_readw(epio, MUSB_RXCOUNT));
1978 } else {
1979 done = true;
Ajay Kumar Guptaf82a6892008-10-29 15:10:31 +02001980 }
Felipe Balbi550a7372008-07-24 12:27:36 +03001981
Felipe Balbi550a7372008-07-24 12:27:36 +03001982 } else if (urb->status == -EINPROGRESS) {
1983 /* if no errors, be sure a packet is ready for unloading */
1984 if (unlikely(!(rx_csr & MUSB_RXCSR_RXPKTRDY))) {
1985 status = -EPROTO;
1986 ERR("Rx interrupt with no errors or packet!\n");
1987
1988 /* FIXME this is another "SHOULD NEVER HAPPEN" */
1989
1990/* SCRUB (RX) */
1991 /* do the proper sequence to abort the transfer */
1992 musb_ep_select(mbase, epnum);
1993 val &= ~MUSB_RXCSR_H_REQPKT;
1994 musb_writew(epio, MUSB_RXCSR, val);
1995 goto finish;
1996 }
1997
1998 /* we are expecting IN packets */
Tony Lindgrene530bb82015-05-01 12:29:36 -07001999 if ((musb_dma_inventra(musb) || musb_dma_ux500(musb) ||
2000 musb_dma_cppi41(musb)) && dma) {
Tony Lindgrenac33cdb2015-05-01 12:29:37 -07002001 dev_dbg(hw_ep->musb->controller,
2002 "RX%d count %d, buffer 0x%llx len %d/%d\n",
2003 epnum, musb_readw(epio, MUSB_RXCOUNT),
2004 (unsigned long long) urb->transfer_dma
2005 + urb->actual_length,
2006 qh->offset,
2007 urb->transfer_buffer_length);
Felipe Balbi550a7372008-07-24 12:27:36 +03002008
Cristian Birsan4c2ba0c2016-02-19 10:11:56 +02002009 if (musb_rx_dma_in_inventra_cppi41(c, hw_ep, qh, urb,
2010 xfer_len, iso_err))
Tony Lindgrenac33cdb2015-05-01 12:29:37 -07002011 goto finish;
Felipe Balbi550a7372008-07-24 12:27:36 +03002012 else
Tony Lindgrenac33cdb2015-05-01 12:29:37 -07002013 dev_err(musb->controller, "error: rx_dma failed\n");
Felipe Balbi550a7372008-07-24 12:27:36 +03002014 }
Felipe Balbi550a7372008-07-24 12:27:36 +03002015
2016 if (!dma) {
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05302017 unsigned int received_len;
2018
Maulik Mankad496dda72010-09-24 13:44:06 +03002019 /* Unmap the buffer so that CPU can use it */
Daniel Mack8b125df2013-04-10 21:55:50 +02002020 usb_hcd_unmap_urb_for_dma(musb->hcd, urb);
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05302021
2022 /*
2023 * We need to map sg if the transfer_buffer is
2024 * NULL.
2025 */
2026 if (!urb->transfer_buffer) {
Virupax Sadashivpetimathed74df12013-04-24 08:38:48 +02002027 qh->use_sg = true;
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05302028 sg_miter_start(&qh->sg_miter, urb->sg, 1,
2029 sg_flags);
2030 }
2031
Virupax Sadashivpetimathed74df12013-04-24 08:38:48 +02002032 if (qh->use_sg) {
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05302033 if (!sg_miter_next(&qh->sg_miter)) {
2034 dev_err(musb->controller, "error: sg list empty\n");
2035 sg_miter_stop(&qh->sg_miter);
2036 status = -EINVAL;
2037 done = true;
2038 goto finish;
2039 }
2040 urb->transfer_buffer = qh->sg_miter.addr;
2041 received_len = urb->actual_length;
2042 qh->offset = 0x0;
2043 done = musb_host_packet_rx(musb, urb, epnum,
2044 iso_err);
2045 /* Calculate the number of bytes received */
2046 received_len = urb->actual_length -
2047 received_len;
2048 qh->sg_miter.consumed = received_len;
2049 sg_miter_stop(&qh->sg_miter);
2050 } else {
2051 done = musb_host_packet_rx(musb, urb,
2052 epnum, iso_err);
2053 }
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03002054 dev_dbg(musb->controller, "read %spacket\n", done ? "last " : "");
Felipe Balbi550a7372008-07-24 12:27:36 +03002055 }
2056 }
2057
Felipe Balbi550a7372008-07-24 12:27:36 +03002058finish:
2059 urb->actual_length += xfer_len;
2060 qh->offset += xfer_len;
2061 if (done) {
Virupax Sadashivpetimathed74df12013-04-24 08:38:48 +02002062 if (qh->use_sg)
2063 qh->use_sg = false;
Virupax Sadashivpetimath8e8a5512012-08-07 14:46:20 +05302064
Felipe Balbi550a7372008-07-24 12:27:36 +03002065 if (urb->status == -EINPROGRESS)
2066 urb->status = status;
2067 musb_advance_schedule(musb, urb, hw_ep, USB_DIR_IN);
2068 }
2069}
2070
2071/* schedule nodes correspond to peripheral endpoints, like an OHCI QH.
2072 * the software schedule associates multiple such nodes with a given
2073 * host side hardware endpoint + direction; scheduling may activate
2074 * that hardware endpoint.
2075 */
2076static int musb_schedule(
2077 struct musb *musb,
2078 struct musb_qh *qh,
2079 int is_in)
2080{
Rickard Strandqvisteac44dc2014-06-01 15:48:12 +02002081 int idle = 0;
Felipe Balbi550a7372008-07-24 12:27:36 +03002082 int best_diff;
2083 int best_end, epnum;
2084 struct musb_hw_ep *hw_ep = NULL;
2085 struct list_head *head = NULL;
Swaminathan S5274dab2009-12-28 13:40:37 +02002086 u8 toggle;
2087 u8 txtype;
2088 struct urb *urb = next_urb(qh);
Felipe Balbi550a7372008-07-24 12:27:36 +03002089
2090 /* use fixed hardware for control and bulk */
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +02002091 if (qh->type == USB_ENDPOINT_XFER_CONTROL) {
Felipe Balbi550a7372008-07-24 12:27:36 +03002092 head = &musb->control;
2093 hw_ep = musb->control_ep;
Felipe Balbi550a7372008-07-24 12:27:36 +03002094 goto success;
2095 }
2096
2097 /* else, periodic transfers get muxed to other endpoints */
2098
Sergei Shtylyov5d67a852009-02-24 15:23:34 -08002099 /*
2100 * We know this qh hasn't been scheduled, so all we need to do
Felipe Balbi550a7372008-07-24 12:27:36 +03002101 * is choose which hardware endpoint to put it on ...
2102 *
2103 * REVISIT what we really want here is a regular schedule tree
Sergei Shtylyov5d67a852009-02-24 15:23:34 -08002104 * like e.g. OHCI uses.
Felipe Balbi550a7372008-07-24 12:27:36 +03002105 */
2106 best_diff = 4096;
2107 best_end = -1;
2108
Sergei Shtylyov5d67a852009-02-24 15:23:34 -08002109 for (epnum = 1, hw_ep = musb->endpoints + 1;
2110 epnum < musb->nr_endpoints;
2111 epnum++, hw_ep++) {
Felipe Balbi550a7372008-07-24 12:27:36 +03002112 int diff;
2113
Sergei Shtylyov3e5c6dc2009-03-27 12:55:16 -07002114 if (musb_ep_get_qh(hw_ep, is_in) != NULL)
Felipe Balbi550a7372008-07-24 12:27:36 +03002115 continue;
Sergei Shtylyov5d67a852009-02-24 15:23:34 -08002116
Felipe Balbi550a7372008-07-24 12:27:36 +03002117 if (hw_ep == musb->bulk_ep)
2118 continue;
2119
2120 if (is_in)
Ajay Kumar Guptaa483d702009-04-03 16:16:17 -07002121 diff = hw_ep->max_packet_sz_rx;
Felipe Balbi550a7372008-07-24 12:27:36 +03002122 else
Ajay Kumar Guptaa483d702009-04-03 16:16:17 -07002123 diff = hw_ep->max_packet_sz_tx;
2124 diff -= (qh->maxpacket * qh->hb_mult);
Felipe Balbi550a7372008-07-24 12:27:36 +03002125
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +02002126 if (diff >= 0 && best_diff > diff) {
Swaminathan S5274dab2009-12-28 13:40:37 +02002127
2128 /*
2129 * Mentor controller has a bug in that if we schedule
2130 * a BULK Tx transfer on an endpoint that had earlier
2131 * handled ISOC then the BULK transfer has to start on
2132 * a zero toggle. If the BULK transfer starts on a 1
2133 * toggle then this transfer will fail as the mentor
2134 * controller starts the Bulk transfer on a 0 toggle
2135 * irrespective of the programming of the toggle bits
2136 * in the TXCSR register. Check for this condition
2137 * while allocating the EP for a Tx Bulk transfer. If
2138 * so skip this EP.
2139 */
2140 hw_ep = musb->endpoints + epnum;
2141 toggle = usb_gettoggle(urb->dev, qh->epnum, !is_in);
2142 txtype = (musb_readb(hw_ep->regs, MUSB_TXTYPE)
2143 >> 4) & 0x3;
2144 if (!is_in && (qh->type == USB_ENDPOINT_XFER_BULK) &&
2145 toggle && (txtype == USB_ENDPOINT_XFER_ISOC))
2146 continue;
2147
Felipe Balbi550a7372008-07-24 12:27:36 +03002148 best_diff = diff;
2149 best_end = epnum;
2150 }
2151 }
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +02002152 /* use bulk reserved ep1 if no other ep is free */
Felipe Balbiaa5cbbe2008-11-17 09:08:16 +02002153 if (best_end < 0 && qh->type == USB_ENDPOINT_XFER_BULK) {
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +02002154 hw_ep = musb->bulk_ep;
2155 if (is_in)
2156 head = &musb->in_bulk;
2157 else
2158 head = &musb->out_bulk;
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08002159
Ajay Kumar Guptaf2838622012-07-19 13:41:59 +05302160 /* Enable bulk RX/TX NAK timeout scheme when bulk requests are
Rahul Bedarkar5ae477b2014-01-02 19:27:47 +05302161 * multiplexed. This scheme does not work in high speed to full
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08002162 * speed scenario as NAK interrupts are not coming from a
2163 * full speed device connected to a high speed device.
2164 * NAK timeout interval is 8 (128 uframe or 16ms) for HS and
2165 * 4 (8 frame or 8ms) for FS device.
2166 */
Ajay Kumar Guptaf2838622012-07-19 13:41:59 +05302167 if (qh->dev)
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08002168 qh->intv_reg =
2169 (USB_SPEED_HIGH == qh->dev->speed) ? 8 : 4;
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +02002170 goto success;
2171 } else if (best_end < 0) {
Felipe Balbi550a7372008-07-24 12:27:36 +03002172 return -ENOSPC;
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +02002173 }
Felipe Balbi550a7372008-07-24 12:27:36 +03002174
2175 idle = 1;
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +02002176 qh->mux = 0;
Felipe Balbi550a7372008-07-24 12:27:36 +03002177 hw_ep = musb->endpoints + best_end;
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03002178 dev_dbg(musb->controller, "qh %p periodic slot %d\n", qh, best_end);
Felipe Balbi550a7372008-07-24 12:27:36 +03002179success:
Ajay Kumar Gupta23d15e02008-10-29 15:10:35 +02002180 if (head) {
2181 idle = list_empty(head);
2182 list_add_tail(&qh->ring, head);
2183 qh->mux = 1;
2184 }
Felipe Balbi550a7372008-07-24 12:27:36 +03002185 qh->hw_ep = hw_ep;
2186 qh->hep->hcpriv = qh;
2187 if (idle)
2188 musb_start_urb(musb, is_in, qh);
2189 return 0;
2190}
2191
2192static int musb_urb_enqueue(
2193 struct usb_hcd *hcd,
2194 struct urb *urb,
2195 gfp_t mem_flags)
2196{
2197 unsigned long flags;
2198 struct musb *musb = hcd_to_musb(hcd);
2199 struct usb_host_endpoint *hep = urb->ep;
David Brownell74bb3502009-03-26 17:36:57 -07002200 struct musb_qh *qh;
Felipe Balbi550a7372008-07-24 12:27:36 +03002201 struct usb_endpoint_descriptor *epd = &hep->desc;
2202 int ret;
2203 unsigned type_reg;
2204 unsigned interval;
2205
2206 /* host role must be active */
2207 if (!is_host_active(musb) || !musb->is_active)
2208 return -ENODEV;
2209
2210 spin_lock_irqsave(&musb->lock, flags);
2211 ret = usb_hcd_link_urb_to_ep(hcd, urb);
David Brownell74bb3502009-03-26 17:36:57 -07002212 qh = ret ? NULL : hep->hcpriv;
2213 if (qh)
2214 urb->hcpriv = qh;
Felipe Balbi550a7372008-07-24 12:27:36 +03002215 spin_unlock_irqrestore(&musb->lock, flags);
Felipe Balbi550a7372008-07-24 12:27:36 +03002216
2217 /* DMA mapping was already done, if needed, and this urb is on
David Brownell74bb3502009-03-26 17:36:57 -07002218 * hep->urb_list now ... so we're done, unless hep wasn't yet
2219 * scheduled onto a live qh.
Felipe Balbi550a7372008-07-24 12:27:36 +03002220 *
2221 * REVISIT best to keep hep->hcpriv valid until the endpoint gets
2222 * disabled, testing for empty qh->ring and avoiding qh setup costs
2223 * except for the first urb queued after a config change.
2224 */
David Brownell74bb3502009-03-26 17:36:57 -07002225 if (qh || ret)
2226 return ret;
Felipe Balbi550a7372008-07-24 12:27:36 +03002227
2228 /* Allocate and initialize qh, minimizing the work done each time
2229 * hw_ep gets reprogrammed, or with irqs blocked. Then schedule it.
2230 *
2231 * REVISIT consider a dedicated qh kmem_cache, so it's harder
2232 * for bugs in other kernel code to break this driver...
2233 */
2234 qh = kzalloc(sizeof *qh, mem_flags);
2235 if (!qh) {
Ajay Kumar Gupta2492e672008-09-11 11:53:21 +03002236 spin_lock_irqsave(&musb->lock, flags);
Felipe Balbi550a7372008-07-24 12:27:36 +03002237 usb_hcd_unlink_urb_from_ep(hcd, urb);
Ajay Kumar Gupta2492e672008-09-11 11:53:21 +03002238 spin_unlock_irqrestore(&musb->lock, flags);
Felipe Balbi550a7372008-07-24 12:27:36 +03002239 return -ENOMEM;
2240 }
2241
2242 qh->hep = hep;
2243 qh->dev = urb->dev;
2244 INIT_LIST_HEAD(&qh->ring);
2245 qh->is_ready = 1;
2246
Kuninori Morimoto29cc8892011-08-23 03:12:03 -07002247 qh->maxpacket = usb_endpoint_maxp(epd);
Ajay Kumar Guptaa483d702009-04-03 16:16:17 -07002248 qh->type = usb_endpoint_type(epd);
Felipe Balbi550a7372008-07-24 12:27:36 +03002249
Ajay Kumar Guptaa483d702009-04-03 16:16:17 -07002250 /* Bits 11 & 12 of wMaxPacketSize encode high bandwidth multiplier.
2251 * Some musb cores don't support high bandwidth ISO transfers; and
2252 * we don't (yet!) support high bandwidth interrupt transfers.
2253 */
2254 qh->hb_mult = 1 + ((qh->maxpacket >> 11) & 0x03);
2255 if (qh->hb_mult > 1) {
2256 int ok = (qh->type == USB_ENDPOINT_XFER_ISOC);
2257
2258 if (ok)
2259 ok = (usb_pipein(urb->pipe) && musb->hb_iso_rx)
2260 || (usb_pipeout(urb->pipe) && musb->hb_iso_tx);
2261 if (!ok) {
2262 ret = -EMSGSIZE;
2263 goto done;
2264 }
2265 qh->maxpacket &= 0x7ff;
Felipe Balbi550a7372008-07-24 12:27:36 +03002266 }
2267
Julia Lawall96bcd092009-01-24 17:57:24 -08002268 qh->epnum = usb_endpoint_num(epd);
Felipe Balbi550a7372008-07-24 12:27:36 +03002269
2270 /* NOTE: urb->dev->devnum is wrong during SET_ADDRESS */
2271 qh->addr_reg = (u8) usb_pipedevice(urb->pipe);
2272
2273 /* precompute rxtype/txtype/type0 register */
2274 type_reg = (qh->type << 4) | qh->epnum;
2275 switch (urb->dev->speed) {
2276 case USB_SPEED_LOW:
2277 type_reg |= 0xc0;
2278 break;
2279 case USB_SPEED_FULL:
2280 type_reg |= 0x80;
2281 break;
2282 default:
2283 type_reg |= 0x40;
2284 }
2285 qh->type_reg = type_reg;
2286
Sergei Shtylyov136733d2009-02-21 15:31:35 -08002287 /* Precompute RXINTERVAL/TXINTERVAL register */
Felipe Balbi550a7372008-07-24 12:27:36 +03002288 switch (qh->type) {
2289 case USB_ENDPOINT_XFER_INT:
Sergei Shtylyov136733d2009-02-21 15:31:35 -08002290 /*
2291 * Full/low speeds use the linear encoding,
2292 * high speed uses the logarithmic encoding.
2293 */
2294 if (urb->dev->speed <= USB_SPEED_FULL) {
2295 interval = max_t(u8, epd->bInterval, 1);
2296 break;
Felipe Balbi550a7372008-07-24 12:27:36 +03002297 }
2298 /* FALLTHROUGH */
2299 case USB_ENDPOINT_XFER_ISOC:
Sergei Shtylyov136733d2009-02-21 15:31:35 -08002300 /* ISO always uses logarithmic encoding */
2301 interval = min_t(u8, epd->bInterval, 16);
Felipe Balbi550a7372008-07-24 12:27:36 +03002302 break;
2303 default:
2304 /* REVISIT we actually want to use NAK limits, hinting to the
2305 * transfer scheduling logic to try some other qh, e.g. try
2306 * for 2 msec first:
2307 *
2308 * interval = (USB_SPEED_HIGH == urb->dev->speed) ? 16 : 2;
2309 *
2310 * The downside of disabling this is that transfer scheduling
2311 * gets VERY unfair for nonperiodic transfers; a misbehaving
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08002312 * peripheral could make that hurt. That's perfectly normal
2313 * for reads from network or serial adapters ... so we have
2314 * partial NAKlimit support for bulk RX.
Felipe Balbi550a7372008-07-24 12:27:36 +03002315 *
Ajay Kumar Gupta1e0320f2009-02-24 15:26:13 -08002316 * The upside of disabling it is simpler transfer scheduling.
Felipe Balbi550a7372008-07-24 12:27:36 +03002317 */
2318 interval = 0;
2319 }
2320 qh->intv_reg = interval;
2321
2322 /* precompute addressing for external hub/tt ports */
2323 if (musb->is_multipoint) {
2324 struct usb_device *parent = urb->dev->parent;
2325
2326 if (parent != hcd->self.root_hub) {
2327 qh->h_addr_reg = (u8) parent->devnum;
2328
2329 /* set up tt info if needed */
2330 if (urb->dev->tt) {
2331 qh->h_port_reg = (u8) urb->dev->ttport;
Ajay Kumar Guptaae5ad292008-09-11 11:53:20 +03002332 if (urb->dev->tt->hub)
2333 qh->h_addr_reg =
2334 (u8) urb->dev->tt->hub->devnum;
2335 if (urb->dev->tt->multi)
2336 qh->h_addr_reg |= 0x80;
Felipe Balbi550a7372008-07-24 12:27:36 +03002337 }
2338 }
2339 }
2340
2341 /* invariant: hep->hcpriv is null OR the qh that's already scheduled.
2342 * until we get real dma queues (with an entry for each urb/buffer),
2343 * we only have work to do in the former case.
2344 */
2345 spin_lock_irqsave(&musb->lock, flags);
yuzheng ma30677792012-08-15 16:11:40 +08002346 if (hep->hcpriv || !next_urb(qh)) {
Felipe Balbi550a7372008-07-24 12:27:36 +03002347 /* some concurrent activity submitted another urb to hep...
2348 * odd, rare, error prone, but legal.
2349 */
2350 kfree(qh);
Dan Carpenter714bc5e2010-03-25 13:14:27 +02002351 qh = NULL;
Felipe Balbi550a7372008-07-24 12:27:36 +03002352 ret = 0;
2353 } else
2354 ret = musb_schedule(musb, qh,
2355 epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK);
2356
2357 if (ret == 0) {
2358 urb->hcpriv = qh;
2359 /* FIXME set urb->start_frame for iso/intr, it's tested in
2360 * musb_start_urb(), but otherwise only konicawc cares ...
2361 */
2362 }
2363 spin_unlock_irqrestore(&musb->lock, flags);
2364
2365done:
2366 if (ret != 0) {
Ajay Kumar Gupta2492e672008-09-11 11:53:21 +03002367 spin_lock_irqsave(&musb->lock, flags);
Felipe Balbi550a7372008-07-24 12:27:36 +03002368 usb_hcd_unlink_urb_from_ep(hcd, urb);
Ajay Kumar Gupta2492e672008-09-11 11:53:21 +03002369 spin_unlock_irqrestore(&musb->lock, flags);
Felipe Balbi550a7372008-07-24 12:27:36 +03002370 kfree(qh);
2371 }
2372 return ret;
2373}
2374
2375
2376/*
2377 * abort a transfer that's at the head of a hardware queue.
2378 * called with controller locked, irqs blocked
2379 * that hardware queue advances to the next transfer, unless prevented
2380 */
Sergei Shtylyov81ec4e42009-03-27 12:57:50 -07002381static int musb_cleanup_urb(struct urb *urb, struct musb_qh *qh)
Felipe Balbi550a7372008-07-24 12:27:36 +03002382{
2383 struct musb_hw_ep *ep = qh->hw_ep;
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03002384 struct musb *musb = ep->musb;
Felipe Balbi550a7372008-07-24 12:27:36 +03002385 void __iomem *epio = ep->regs;
2386 unsigned hw_end = ep->epnum;
2387 void __iomem *regs = ep->musb->mregs;
Sergei Shtylyov81ec4e42009-03-27 12:57:50 -07002388 int is_in = usb_pipein(urb->pipe);
Felipe Balbi550a7372008-07-24 12:27:36 +03002389 int status = 0;
Sergei Shtylyov81ec4e42009-03-27 12:57:50 -07002390 u16 csr;
Felipe Balbi550a7372008-07-24 12:27:36 +03002391
2392 musb_ep_select(regs, hw_end);
2393
2394 if (is_dma_capable()) {
2395 struct dma_channel *dma;
2396
2397 dma = is_in ? ep->rx_channel : ep->tx_channel;
2398 if (dma) {
2399 status = ep->musb->dma_controller->channel_abort(dma);
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03002400 dev_dbg(musb->controller,
Felipe Balbi550a7372008-07-24 12:27:36 +03002401 "abort %cX%d DMA for urb %p --> %d\n",
2402 is_in ? 'R' : 'T', ep->epnum,
2403 urb, status);
2404 urb->actual_length += dma->actual_len;
2405 }
2406 }
2407
2408 /* turn off DMA requests, discard state, stop polling ... */
Ajay Kumar Gupta692933b2012-03-14 17:33:35 +05302409 if (ep->epnum && is_in) {
Felipe Balbi550a7372008-07-24 12:27:36 +03002410 /* giveback saves bulk toggle */
2411 csr = musb_h_flush_rxfifo(ep, 0);
2412
2413 /* REVISIT we still get an irq; should likely clear the
2414 * endpoint's irq status here to avoid bogus irqs.
2415 * clearing that status is platform-specific...
2416 */
David Brownell78322c12009-03-26 17:38:30 -07002417 } else if (ep->epnum) {
Felipe Balbi550a7372008-07-24 12:27:36 +03002418 musb_h_tx_flush_fifo(ep);
2419 csr = musb_readw(epio, MUSB_TXCSR);
2420 csr &= ~(MUSB_TXCSR_AUTOSET
2421 | MUSB_TXCSR_DMAENAB
2422 | MUSB_TXCSR_H_RXSTALL
2423 | MUSB_TXCSR_H_NAKTIMEOUT
2424 | MUSB_TXCSR_H_ERROR
2425 | MUSB_TXCSR_TXPKTRDY);
2426 musb_writew(epio, MUSB_TXCSR, csr);
2427 /* REVISIT may need to clear FLUSHFIFO ... */
2428 musb_writew(epio, MUSB_TXCSR, csr);
2429 /* flush cpu writebuffer */
2430 csr = musb_readw(epio, MUSB_TXCSR);
David Brownell78322c12009-03-26 17:38:30 -07002431 } else {
2432 musb_h_ep0_flush_fifo(ep);
Felipe Balbi550a7372008-07-24 12:27:36 +03002433 }
2434 if (status == 0)
2435 musb_advance_schedule(ep->musb, urb, ep, is_in);
2436 return status;
2437}
2438
2439static int musb_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status)
2440{
2441 struct musb *musb = hcd_to_musb(hcd);
2442 struct musb_qh *qh;
Felipe Balbi550a7372008-07-24 12:27:36 +03002443 unsigned long flags;
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002444 int is_in = usb_pipein(urb->pipe);
Felipe Balbi550a7372008-07-24 12:27:36 +03002445 int ret;
2446
Felipe Balbi5c8a86e2011-05-11 12:44:08 +03002447 dev_dbg(musb->controller, "urb=%p, dev%d ep%d%s\n", urb,
Felipe Balbi550a7372008-07-24 12:27:36 +03002448 usb_pipedevice(urb->pipe),
2449 usb_pipeendpoint(urb->pipe),
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002450 is_in ? "in" : "out");
Felipe Balbi550a7372008-07-24 12:27:36 +03002451
2452 spin_lock_irqsave(&musb->lock, flags);
2453 ret = usb_hcd_check_unlink_urb(hcd, urb, status);
2454 if (ret)
2455 goto done;
2456
2457 qh = urb->hcpriv;
2458 if (!qh)
2459 goto done;
2460
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002461 /*
2462 * Any URB not actively programmed into endpoint hardware can be
Sergei Shtylyova2fd8142009-02-21 15:30:45 -08002463 * immediately given back; that's any URB not at the head of an
Felipe Balbi550a7372008-07-24 12:27:36 +03002464 * endpoint queue, unless someday we get real DMA queues. And even
Sergei Shtylyova2fd8142009-02-21 15:30:45 -08002465 * if it's at the head, it might not be known to the hardware...
Felipe Balbi550a7372008-07-24 12:27:36 +03002466 *
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002467 * Otherwise abort current transfer, pending DMA, etc.; urb->status
Felipe Balbi550a7372008-07-24 12:27:36 +03002468 * has already been updated. This is a synchronous abort; it'd be
2469 * OK to hold off until after some IRQ, though.
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002470 *
2471 * NOTE: qh is invalid unless !list_empty(&hep->urb_list)
Felipe Balbi550a7372008-07-24 12:27:36 +03002472 */
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002473 if (!qh->is_ready
2474 || urb->urb_list.prev != &qh->hep->urb_list
2475 || musb_ep_get_qh(qh->hw_ep, is_in) != qh) {
Felipe Balbi550a7372008-07-24 12:27:36 +03002476 int ready = qh->is_ready;
2477
Felipe Balbi550a7372008-07-24 12:27:36 +03002478 qh->is_ready = 0;
Sergei Shtylyovc9cd06b2009-03-27 12:58:31 -07002479 musb_giveback(musb, urb, 0);
Felipe Balbi550a7372008-07-24 12:27:36 +03002480 qh->is_ready = ready;
Sergei Shtylyova2fd8142009-02-21 15:30:45 -08002481
2482 /* If nothing else (usually musb_giveback) is using it
2483 * and its URB list has emptied, recycle this qh.
2484 */
2485 if (ready && list_empty(&qh->hep->urb_list)) {
2486 qh->hep->hcpriv = NULL;
2487 list_del(&qh->ring);
2488 kfree(qh);
2489 }
Felipe Balbi550a7372008-07-24 12:27:36 +03002490 } else
Sergei Shtylyov81ec4e42009-03-27 12:57:50 -07002491 ret = musb_cleanup_urb(urb, qh);
Felipe Balbi550a7372008-07-24 12:27:36 +03002492done:
2493 spin_unlock_irqrestore(&musb->lock, flags);
2494 return ret;
2495}
2496
2497/* disable an endpoint */
2498static void
2499musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep)
2500{
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002501 u8 is_in = hep->desc.bEndpointAddress & USB_DIR_IN;
Felipe Balbi550a7372008-07-24 12:27:36 +03002502 unsigned long flags;
2503 struct musb *musb = hcd_to_musb(hcd);
Sergei Shtylyovdc61d232009-02-21 15:31:01 -08002504 struct musb_qh *qh;
2505 struct urb *urb;
Felipe Balbi550a7372008-07-24 12:27:36 +03002506
Felipe Balbi550a7372008-07-24 12:27:36 +03002507 spin_lock_irqsave(&musb->lock, flags);
2508
Sergei Shtylyovdc61d232009-02-21 15:31:01 -08002509 qh = hep->hcpriv;
2510 if (qh == NULL)
2511 goto exit;
2512
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002513 /* NOTE: qh is invalid unless !list_empty(&hep->urb_list) */
Felipe Balbi550a7372008-07-24 12:27:36 +03002514
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002515 /* Kick the first URB off the hardware, if needed */
Felipe Balbi550a7372008-07-24 12:27:36 +03002516 qh->is_ready = 0;
Sergei Shtylyov22a0d6f2009-03-27 12:56:26 -07002517 if (musb_ep_get_qh(qh->hw_ep, is_in) == qh) {
Felipe Balbi550a7372008-07-24 12:27:36 +03002518 urb = next_urb(qh);
2519
2520 /* make software (then hardware) stop ASAP */
2521 if (!urb->unlinked)
2522 urb->status = -ESHUTDOWN;
2523
2524 /* cleanup */
Sergei Shtylyov81ec4e42009-03-27 12:57:50 -07002525 musb_cleanup_urb(urb, qh);
Felipe Balbi550a7372008-07-24 12:27:36 +03002526
Sergei Shtylyovdc61d232009-02-21 15:31:01 -08002527 /* Then nuke all the others ... and advance the
2528 * queue on hw_ep (e.g. bulk ring) when we're done.
2529 */
2530 while (!list_empty(&hep->urb_list)) {
2531 urb = next_urb(qh);
2532 urb->status = -ESHUTDOWN;
2533 musb_advance_schedule(musb, urb, qh->hw_ep, is_in);
2534 }
2535 } else {
2536 /* Just empty the queue; the hardware is busy with
2537 * other transfers, and since !qh->is_ready nothing
2538 * will activate any of these as it advances.
2539 */
2540 while (!list_empty(&hep->urb_list))
Sergei Shtylyovc9cd06b2009-03-27 12:58:31 -07002541 musb_giveback(musb, next_urb(qh), -ESHUTDOWN);
Felipe Balbi550a7372008-07-24 12:27:36 +03002542
Sergei Shtylyovdc61d232009-02-21 15:31:01 -08002543 hep->hcpriv = NULL;
2544 list_del(&qh->ring);
2545 kfree(qh);
2546 }
2547exit:
Felipe Balbi550a7372008-07-24 12:27:36 +03002548 spin_unlock_irqrestore(&musb->lock, flags);
2549}
2550
2551static int musb_h_get_frame_number(struct usb_hcd *hcd)
2552{
2553 struct musb *musb = hcd_to_musb(hcd);
2554
2555 return musb_readw(musb->mregs, MUSB_FRAME);
2556}
2557
2558static int musb_h_start(struct usb_hcd *hcd)
2559{
2560 struct musb *musb = hcd_to_musb(hcd);
2561
2562 /* NOTE: musb_start() is called when the hub driver turns
2563 * on port power, or when (OTG) peripheral starts.
2564 */
2565 hcd->state = HC_STATE_RUNNING;
2566 musb->port1_status = 0;
2567 return 0;
2568}
2569
2570static void musb_h_stop(struct usb_hcd *hcd)
2571{
2572 musb_stop(hcd_to_musb(hcd));
2573 hcd->state = HC_STATE_HALT;
2574}
2575
2576static int musb_bus_suspend(struct usb_hcd *hcd)
2577{
2578 struct musb *musb = hcd_to_musb(hcd);
David Brownell89368d32009-07-01 03:36:16 -07002579 u8 devctl;
Felipe Balbi550a7372008-07-24 12:27:36 +03002580
Daniel Mack94f72132013-11-25 22:26:41 +01002581 musb_port_suspend(musb, true);
2582
David Brownell89368d32009-07-01 03:36:16 -07002583 if (!is_host_active(musb))
Felipe Balbi550a7372008-07-24 12:27:36 +03002584 return 0;
2585
Antoine Tenarte47d9252014-10-30 18:41:13 +01002586 switch (musb->xceiv->otg->state) {
David Brownell89368d32009-07-01 03:36:16 -07002587 case OTG_STATE_A_SUSPEND:
2588 return 0;
2589 case OTG_STATE_A_WAIT_VRISE:
2590 /* ID could be grounded even if there's no device
2591 * on the other end of the cable. NOTE that the
2592 * A_WAIT_VRISE timers are messy with MUSB...
2593 */
2594 devctl = musb_readb(musb->mregs, MUSB_DEVCTL);
2595 if ((devctl & MUSB_DEVCTL_VBUS) == MUSB_DEVCTL_VBUS)
Antoine Tenarte47d9252014-10-30 18:41:13 +01002596 musb->xceiv->otg->state = OTG_STATE_A_WAIT_BCON;
David Brownell89368d32009-07-01 03:36:16 -07002597 break;
2598 default:
2599 break;
2600 }
2601
2602 if (musb->is_active) {
2603 WARNING("trying to suspend as %s while active\n",
Antoine Tenarte47d9252014-10-30 18:41:13 +01002604 usb_otg_state_string(musb->xceiv->otg->state));
Felipe Balbi550a7372008-07-24 12:27:36 +03002605 return -EBUSY;
2606 } else
2607 return 0;
2608}
2609
2610static int musb_bus_resume(struct usb_hcd *hcd)
2611{
Daniel Mack869c5972013-11-26 13:31:14 +01002612 struct musb *musb = hcd_to_musb(hcd);
2613
2614 if (musb->config &&
2615 musb->config->host_port_deassert_reset_at_resume)
2616 musb_port_reset(musb, false);
2617
Felipe Balbi550a7372008-07-24 12:27:36 +03002618 return 0;
2619}
2620
Ruslan Bilovol8408fd12013-03-29 19:15:21 +02002621#ifndef CONFIG_MUSB_PIO_ONLY
2622
2623#define MUSB_USB_DMA_ALIGN 4
2624
2625struct musb_temp_buffer {
2626 void *kmalloc_ptr;
2627 void *old_xfer_buffer;
2628 u8 data[0];
2629};
2630
2631static void musb_free_temp_buffer(struct urb *urb)
2632{
2633 enum dma_data_direction dir;
2634 struct musb_temp_buffer *temp;
Johan Hovoldd72348f2015-04-23 16:06:50 +02002635 size_t length;
Ruslan Bilovol8408fd12013-03-29 19:15:21 +02002636
2637 if (!(urb->transfer_flags & URB_ALIGNED_TEMP_BUFFER))
2638 return;
2639
2640 dir = usb_urb_dir_in(urb) ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
2641
2642 temp = container_of(urb->transfer_buffer, struct musb_temp_buffer,
2643 data);
2644
2645 if (dir == DMA_FROM_DEVICE) {
Johan Hovoldd72348f2015-04-23 16:06:50 +02002646 if (usb_pipeisoc(urb->pipe))
2647 length = urb->transfer_buffer_length;
2648 else
2649 length = urb->actual_length;
2650
2651 memcpy(temp->old_xfer_buffer, temp->data, length);
Ruslan Bilovol8408fd12013-03-29 19:15:21 +02002652 }
2653 urb->transfer_buffer = temp->old_xfer_buffer;
2654 kfree(temp->kmalloc_ptr);
2655
2656 urb->transfer_flags &= ~URB_ALIGNED_TEMP_BUFFER;
2657}
2658
2659static int musb_alloc_temp_buffer(struct urb *urb, gfp_t mem_flags)
2660{
2661 enum dma_data_direction dir;
2662 struct musb_temp_buffer *temp;
2663 void *kmalloc_ptr;
2664 size_t kmalloc_size;
2665
2666 if (urb->num_sgs || urb->sg ||
2667 urb->transfer_buffer_length == 0 ||
2668 !((uintptr_t)urb->transfer_buffer & (MUSB_USB_DMA_ALIGN - 1)))
2669 return 0;
2670
2671 dir = usb_urb_dir_in(urb) ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
2672
2673 /* Allocate a buffer with enough padding for alignment */
2674 kmalloc_size = urb->transfer_buffer_length +
2675 sizeof(struct musb_temp_buffer) + MUSB_USB_DMA_ALIGN - 1;
2676
2677 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags);
2678 if (!kmalloc_ptr)
2679 return -ENOMEM;
2680
2681 /* Position our struct temp_buffer such that data is aligned */
2682 temp = PTR_ALIGN(kmalloc_ptr, MUSB_USB_DMA_ALIGN);
2683
2684
2685 temp->kmalloc_ptr = kmalloc_ptr;
2686 temp->old_xfer_buffer = urb->transfer_buffer;
2687 if (dir == DMA_TO_DEVICE)
2688 memcpy(temp->data, urb->transfer_buffer,
2689 urb->transfer_buffer_length);
2690 urb->transfer_buffer = temp->data;
2691
2692 urb->transfer_flags |= URB_ALIGNED_TEMP_BUFFER;
2693
2694 return 0;
2695}
2696
2697static int musb_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb,
2698 gfp_t mem_flags)
2699{
2700 struct musb *musb = hcd_to_musb(hcd);
2701 int ret;
2702
2703 /*
2704 * The DMA engine in RTL1.8 and above cannot handle
2705 * DMA addresses that are not aligned to a 4 byte boundary.
2706 * For such engine implemented (un)map_urb_for_dma hooks.
2707 * Do not use these hooks for RTL<1.8
2708 */
2709 if (musb->hwvers < MUSB_HWVERS_1800)
2710 return usb_hcd_map_urb_for_dma(hcd, urb, mem_flags);
2711
2712 ret = musb_alloc_temp_buffer(urb, mem_flags);
2713 if (ret)
2714 return ret;
2715
2716 ret = usb_hcd_map_urb_for_dma(hcd, urb, mem_flags);
2717 if (ret)
2718 musb_free_temp_buffer(urb);
2719
2720 return ret;
2721}
2722
2723static void musb_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb)
2724{
2725 struct musb *musb = hcd_to_musb(hcd);
2726
2727 usb_hcd_unmap_urb_for_dma(hcd, urb);
2728
2729 /* Do not use this hook for RTL<1.8 (see description above) */
2730 if (musb->hwvers < MUSB_HWVERS_1800)
2731 return;
2732
2733 musb_free_temp_buffer(urb);
2734}
2735#endif /* !CONFIG_MUSB_PIO_ONLY */
2736
Daniel Mack74c2e932013-04-10 21:55:45 +02002737static const struct hc_driver musb_hc_driver = {
Felipe Balbi550a7372008-07-24 12:27:36 +03002738 .description = "musb-hcd",
2739 .product_desc = "MUSB HDRC host driver",
Daniel Mack74c2e932013-04-10 21:55:45 +02002740 .hcd_priv_size = sizeof(struct musb *),
Bin Liuf551e132016-04-25 15:53:30 -05002741 .flags = HCD_USB2 | HCD_MEMORY,
Felipe Balbi550a7372008-07-24 12:27:36 +03002742
2743 /* not using irq handler or reset hooks from usbcore, since
2744 * those must be shared with peripheral code for OTG configs
2745 */
2746
2747 .start = musb_h_start,
2748 .stop = musb_h_stop,
2749
2750 .get_frame_number = musb_h_get_frame_number,
2751
2752 .urb_enqueue = musb_urb_enqueue,
2753 .urb_dequeue = musb_urb_dequeue,
2754 .endpoint_disable = musb_h_disable,
2755
Ruslan Bilovol8408fd12013-03-29 19:15:21 +02002756#ifndef CONFIG_MUSB_PIO_ONLY
2757 .map_urb_for_dma = musb_map_urb_for_dma,
2758 .unmap_urb_for_dma = musb_unmap_urb_for_dma,
2759#endif
2760
Felipe Balbi550a7372008-07-24 12:27:36 +03002761 .hub_status_data = musb_hub_status_data,
2762 .hub_control = musb_hub_control,
2763 .bus_suspend = musb_bus_suspend,
2764 .bus_resume = musb_bus_resume,
2765 /* .start_port_reset = NULL, */
2766 /* .hub_irq_enable = NULL, */
2767};
Daniel Mack0b3eba42013-04-10 21:55:42 +02002768
Daniel Mack74c2e932013-04-10 21:55:45 +02002769int musb_host_alloc(struct musb *musb)
2770{
2771 struct device *dev = musb->controller;
2772
2773 /* usbcore sets dev->driver_data to hcd, and sometimes uses that... */
2774 musb->hcd = usb_create_hcd(&musb_hc_driver, dev, dev_name(dev));
2775 if (!musb->hcd)
2776 return -EINVAL;
2777
2778 *musb->hcd->hcd_priv = (unsigned long) musb;
2779 musb->hcd->self.uses_pio_for_control = 1;
2780 musb->hcd->uses_new_polling = 1;
2781 musb->hcd->has_tt = 1;
2782
2783 return 0;
2784}
2785
2786void musb_host_cleanup(struct musb *musb)
2787{
Sebastian Andrzej Siewior90474282013-08-20 18:35:44 +02002788 if (musb->port_mode == MUSB_PORT_MODE_GADGET)
2789 return;
Daniel Mack74c2e932013-04-10 21:55:45 +02002790 usb_remove_hcd(musb->hcd);
Daniel Mack74c2e932013-04-10 21:55:45 +02002791}
2792
2793void musb_host_free(struct musb *musb)
2794{
2795 usb_put_hcd(musb->hcd);
2796}
2797
Daniel Mack2cc65fe2013-04-10 21:55:47 +02002798int musb_host_setup(struct musb *musb, int power_budget)
2799{
2800 int ret;
2801 struct usb_hcd *hcd = musb->hcd;
2802
2803 MUSB_HST_MODE(musb);
2804 musb->xceiv->otg->default_a = 1;
Antoine Tenarte47d9252014-10-30 18:41:13 +01002805 musb->xceiv->otg->state = OTG_STATE_A_IDLE;
Daniel Mack2cc65fe2013-04-10 21:55:47 +02002806
2807 otg_set_host(musb->xceiv->otg, &hcd->self);
2808 hcd->self.otg_port = 1;
2809 musb->xceiv->otg->host = &hcd->self;
2810 hcd->power_budget = 2 * (power_budget ? : 250);
2811
2812 ret = usb_add_hcd(hcd, 0, 0);
2813 if (ret < 0)
2814 return ret;
2815
Peter Chen3c9740a2013-11-05 10:46:02 +08002816 device_wakeup_enable(hcd->self.controller);
Daniel Mack2cc65fe2013-04-10 21:55:47 +02002817 return 0;
2818}
2819
Daniel Mack0b3eba42013-04-10 21:55:42 +02002820void musb_host_resume_root_hub(struct musb *musb)
2821{
Daniel Mack74c2e932013-04-10 21:55:45 +02002822 usb_hcd_resume_root_hub(musb->hcd);
Daniel Mack0b3eba42013-04-10 21:55:42 +02002823}
2824
2825void musb_host_poke_root_hub(struct musb *musb)
2826{
2827 MUSB_HST_MODE(musb);
Daniel Mack74c2e932013-04-10 21:55:45 +02002828 if (musb->hcd->status_urb)
2829 usb_hcd_poll_rh_status(musb->hcd);
Daniel Mack0b3eba42013-04-10 21:55:42 +02002830 else
Daniel Mack74c2e932013-04-10 21:55:45 +02002831 usb_hcd_resume_root_hub(musb->hcd);
Daniel Mack0b3eba42013-04-10 21:55:42 +02002832}