| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: musb: fix build when !CONFIG_PM | Alexander Beregalov | 2009-04-23 | 1 | -1/+1 |
* | USB: musb: Remove my email address from few musb related drivers | Jarkko Nikula | 2009-04-23 | 3 | -3/+0 |
* | USB: musb: fix possible panic while resuming | Kim Kyuwon | 2009-04-17 | 1 | -8/+4 |
* | USB: musb: fix isochronous TXDMA (take 2) | Sergei Shtylyov | 2009-04-17 | 2 | -123/+105 |
* | USB: musb: sanitize clearing TXCSR DMA bits (take 2) | Sergei Shtylyov | 2009-04-17 | 3 | -81/+90 |
* | USB: musb: bugfixes for multi-packet TXDMA support | Sergei Shtylyov | 2009-04-17 | 3 | -28/+69 |
* | USB: musb_host, fix ep0 fifo flushing | David Brownell | 2009-04-17 | 1 | -14/+29 |
* | USB: musb_host, minor enqueue locking fix (v2) | David Brownell | 2009-04-17 | 1 | -9/+8 |
* | USB: musb: partial DaVinci dm355 support | David Brownell | 2009-03-24 | 3 | -30/+62 |
* | USB: musb: only turn off vbus in OTG hosts | Ajay Kumar Gupta | 2009-03-24 | 1 | -1/+1 |
* | USB: musb: fix init oops crash with static FIFO config | Giuseppe GORGOGLIONE | 2009-03-24 | 1 | -1/+3 |
* | USB: musb: NAK timeout scheme on bulk RX endpoint | Ajay Kumar Gupta | 2009-03-24 | 1 | -27/+85 |
* | USB: musb: rewrite host periodic endpoint allocation | Sergei Shtylyov | 2009-03-24 | 2 | -18/+11 |
* | USB: replace uses of __constant_{endian} | Harvey Harrison | 2009-03-24 | 1 | -1/+1 |
* | USB: musb: fix srp sysfs entry deletion | Vikram Pandita | 2009-02-27 | 1 | -2/+2 |
* | USB: musb: resume suspended root hub on disconnect | Anand Gadiyar | 2009-02-27 | 1 | -0/+1 |
* | USB: musb: use right poll limit for low speed devices | Sergei Shtylyov | 2009-02-27 | 1 | -8/+10 |
* | USB: musb: be careful with 64K+ transfer lengths, host side | Sergei Shtylyov | 2009-02-27 | 1 | -7/+7 |
* | USB: musb: fix data toggle saving with shared FIFO | Sergei Shtylyov | 2009-02-27 | 1 | -6/+1 |
* | USB: musb: host endpoint_disable() oops fixes | Sergei Shtylyov | 2009-02-27 | 1 | -10/+26 |
* | USB: musb: fix urb_dequeue() method | Sergei Shtylyov | 2009-02-27 | 1 | -3/+12 |
* | USB: musb: fix musb_host_tx() for shared endpoint FIFO | Dmitry Krivoschekov | 2009-02-27 | 1 | -1/+2 |
* | USB: musb: be careful with 64K+ transfer lengths (gadget side) | Felipe Balbi | 2009-02-27 | 1 | -2/+2 |
* | usb: musb: make Davinci *work* in mainline | David Brownell | 2009-02-27 | 2 | -15/+8 |
* | USB: musb: Kconfig fix | David Brownell | 2009-01-27 | 1 | -1/+1 |
* | USB: musb cppi dma fix | Swaminathan S | 2009-01-27 | 1 | -0/+1 |
* | USB: musb cppi bugfixes | Hugo Villeneuve | 2009-01-27 | 1 | -2/+7 |
* | USB: musb uses endpoint functions | Julia Lawall | 2009-01-27 | 2 | -5/+5 |
* | USB: musb: tusb6010 buildfix | Kalle Valo | 2009-01-27 | 1 | -2/+2 |
* | USB: musb free_irq bugfix | Ajay Kumar Gupta | 2009-01-27 | 1 | -2/+3 |
* | USB: musb_hdrc: another davinci buildfix (otg related) | David Brownell | 2009-01-27 | 1 | -0/+1 |
* | USB: musb davinci buildfix | David Brownell | 2009-01-27 | 1 | -9/+4 |
* | USB: musb: Kill some compiling warning in musb Blackfin part | Bryan Wu | 2009-01-07 | 1 | -6/+8 |
* | USB: musb: Blackfin provides read/write I/O accessor in header files | Bryan Wu | 2009-01-07 | 1 | -1/+1 |
* | USB: musb: add Blackfin Kconfig options and Makefile | Bryan Wu | 2009-01-07 | 2 | -2/+18 |
* | USB: musb: add Blackfin specific configuration to MUSB | Bryan Wu | 2009-01-07 | 4 | -144/+397 |
* | USB: musb: enable low level DMA operation for Blackfin | Bryan Wu | 2009-01-07 | 2 | -69/+162 |
* | USB: musb: add Blackfin version low level register accessing helper functions | Bryan Wu | 2009-01-07 | 1 | -0/+24 |
* | USB: musb: Make sure we program the correct values in only when necessary. | Robin Getz | 2009-01-07 | 1 | -6/+8 |
* | USB: musb: add Blackfin driver to MUSB framework (v2) | Bryan Wu | 2009-01-07 | 2 | -0/+368 |
* | USB: musb: check if set_irq_wake succeded and remember it | Felipe Balbi | 2009-01-07 | 2 | -2/+7 |
* | USB: musb: host side diagnostics tweaks | David Brownell | 2009-01-07 | 2 | -11/+15 |
* | USB: musb: minor locking fix | David Brownell | 2009-01-07 | 1 | -2/+2 |
* | USB: musb: build fixes for DaVinci | Kevin Hilman | 2009-01-07 | 1 | -3/+9 |
* | USB: musb: sysfs mode updates | David Brownell | 2009-01-07 | 5 | -11/+32 |
* | usb: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-07 | 3 | -4/+4 |
* | usb: musb: fix bug in musb_schedule | Felipe Balbi | 2008-11-19 | 1 | -1/+1 |
* | usb: musb: fix BULK request on different available endpoints | Ajay Kumar Gupta | 2008-11-13 | 2 | -37/+46 |
* | usb: musb: fix debug global variable name | Felipe Balbi | 2008-11-13 | 2 | -5/+5 |
* | usb: musb: Removes compilation warning in gadget mode | Ajay Kumar Gupta | 2008-11-13 | 1 | -0/+2 |