Age | Commit message (Expand) | Author | Files | Lines |
2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 1 | -1/+1 |
2011-06-09 | usb: musb: host: compare status for negative error values | Márton Németh | 1 | -1/+1 |
2011-05-13 | usb: musb: host: remove duplicate check in musb_ep_program() | Sergei Shtylyov | 1 | -27/+22 |
2011-05-13 | usb: musb: drop unneeded musb_debug trickery | Felipe Balbi | 1 | -59/+47 |
2011-05-07 | usb: fix building musb drivers | Anatolij Gustschin | 1 | -1/+1 |
2011-02-17 | Merge 2.6.38-rc5 into usb-next | Greg Kroah-Hartman | 1 | -6/+5 |
2011-02-04 | USB: HCD: Add usb_hcd prefix to exported functions | Robert Morell | 1 | -2/+2 |
2011-02-01 | usb: musb: disable double buffering when it's broken | Felipe Balbi | 1 | -6/+5 |
2010-10-22 | usb: musb: host: support DMA transfers greater than max channel length | T. S., Anil Kumar | 1 | -2/+4 |
2010-10-22 | usb: musb: host: unmap the buffer for PIO data transfers | Maulik Mankad | 1 | -0/+5 |
2010-09-24 | usb: musb: host: Issue a memory barrier before starting DMA | Santosh Shilimkar | 1 | -0/+6 |
2010-04-30 | musb: potential use after free | Dan Carpenter | 1 | -0/+1 |
2010-03-19 | USB: musb: fix build error introduced by isoc change | Sonic Zhang | 1 | -1/+1 |
2010-03-03 | USB: musb: disable double buffering for older RTL versions | Cliff Cai | 1 | -2/+8 |
2010-03-03 | usb: musb: workaround toggle bug when doing bulk transfer after isoc | Swaminathan S | 1 | -0/+24 |
2009-12-11 | USB: musb: musb_host: fix sparse warning | Felipe Balbi | 1 | -5/+5 |
2009-12-01 | USB: musb: fix ISOC Tx programming for CPPI DMAs | Ajay Kumar Gupta | 1 | -1/+4 |
2009-07-13 | USB: musb_host: undo incorrect change in musb_advance_schedule() | Sergei Shtylyov | 1 | -1/+1 |
2009-07-13 | USB: musb: silence "suspend as a_wait_vrise is_active" msgs | David Brownell | 1 | -4/+21 |
2009-06-16 | musb: add high bandwidth ISO support | Ajay Kumar Gupta | 1 | -12/+35 |
2009-06-16 | musb: proper hookup to transceiver drivers | David Brownell | 1 | -1/+1 |
2009-06-16 | musb_host: refactor URB giveback | Sergei Shtylyov | 1 | -34/+20 |
2009-06-16 | musb_host: streamline musb_cleanup_urb() calls | Sergei Shtylyov | 1 | -4/+5 |
2009-06-16 | musb_host: simplify check for active URB | Sergei Shtylyov | 1 | -58/+14 |
2009-06-16 | musb_host: factor out musb_ep_{get|set}_qh() | Sergei Shtylyov | 1 | -34/+22 |
2009-06-16 | musb_host: refactor musb_save_toggle() (take 2) | Sergei Shtylyov | 1 | -23/+12 |
2009-04-17 | USB: musb: fix isochronous TXDMA (take 2) | Sergei Shtylyov | 1 | -123/+104 |
2009-04-17 | USB: musb: sanitize clearing TXCSR DMA bits (take 2) | Sergei Shtylyov | 1 | -47/+32 |
2009-04-17 | USB: musb: bugfixes for multi-packet TXDMA support | Sergei Shtylyov | 1 | -2/+66 |
2009-04-17 | USB: musb_host, fix ep0 fifo flushing | David Brownell | 1 | -14/+29 |
2009-04-17 | USB: musb_host, minor enqueue locking fix (v2) | David Brownell | 1 | -9/+8 |
2009-03-25 | USB: musb: NAK timeout scheme on bulk RX endpoint | Ajay Kumar Gupta | 1 | -27/+85 |
2009-03-25 | USB: musb: rewrite host periodic endpoint allocation | Sergei Shtylyov | 1 | -17/+11 |
2009-02-28 | USB: musb: use right poll limit for low speed devices | Sergei Shtylyov | 1 | -8/+10 |
2009-02-28 | USB: musb: be careful with 64K+ transfer lengths, host side | Sergei Shtylyov | 1 | -7/+7 |
2009-02-28 | USB: musb: fix data toggle saving with shared FIFO | Sergei Shtylyov | 1 | -6/+1 |
2009-02-28 | USB: musb: host endpoint_disable() oops fixes | Sergei Shtylyov | 1 | -10/+26 |
2009-02-28 | USB: musb: fix urb_dequeue() method | Sergei Shtylyov | 1 | -3/+12 |
2009-02-28 | USB: musb: fix musb_host_tx() for shared endpoint FIFO | Dmitry Krivoschekov | 1 | -1/+2 |
2009-01-28 | USB: musb uses endpoint functions | Julia Lawall | 1 | -2/+2 |
2009-01-07 | USB: musb: add Blackfin specific configuration to MUSB | Bryan Wu | 1 | -15/+7 |
2009-01-07 | USB: musb: host side diagnostics tweaks | David Brownell | 1 | -9/+14 |
2008-11-20 | usb: musb: fix bug in musb_schedule | Felipe Balbi | 1 | -1/+1 |
2008-11-14 | usb: musb: fix BULK request on different available endpoints | Ajay Kumar Gupta | 1 | -37/+45 |
2008-11-14 | usb: musb: Fix for isochronous IN transfer | Ajay Kumar Gupta | 1 | -20/+57 |
2008-10-18 | usb: musb_hdrc build fixes | David Brownell | 1 | -3/+3 |
2008-10-18 | OMAP:MUSB: Corrects urb unlink function path | Ajay Kumar Gupta | 1 | -2/+5 |
2008-10-18 | OMAP:MUSB: Fixes the TT programming. | Ajay Kumar Gupta | 1 | -1/+5 |
2008-08-14 | USB: Add MUSB and TUSB support | Felipe Balbi | 1 | -0/+2170 |