Age | Commit message (Expand) | Author | Files | Lines |
2011-08-29 | Merge 3.1-rc4 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 1 | -1/+1 |
2011-08-12 | usb: musb: gadget: fix error path | Sebastian Andrzej Siewior | 1 | -1/+3 |
2011-08-12 | usb: musb: fix oops on musb_gadget_pullup | John Stultz | 1 | -0/+5 |
2011-08-01 | usb: musb: fix oops on musb_gadget_pullup | John Stultz | 1 | -0/+5 |
2011-07-26 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -75/+27 |
2011-07-02 | usb: musb: convert musb to new style bind | Sebastian Andrzej Siewior | 1 | -74/+17 |
2011-07-02 | usb: musb: drop a gigantic amount of ifdeferry | Felipe Balbi | 1 | -4/+0 |
2011-06-28 | usb: gadget: convert all users to the new udc infrastructure | Sebastian Andrzej Siewior | 1 | -5/+18 |
2011-06-09 | usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFO | Yauheni Kaliuta | 1 | -0/+6 |
2011-05-18 | usb: musb: ux500: add ux500 specific code for gadget side | Mian Yousaf Kaukab | 1 | -4/+53 |
2011-05-13 | usb: musb: Calling VBUS pulsing API when SRP is initiated. | Hema HK | 1 | -0/+4 |
2011-05-13 | usb: musb: drop unneeded musb_debug trickery | Felipe Balbi | 1 | -53/+57 |
2011-05-11 | Merge branch 2.6.39-rc7 into usb-linus | Greg Kroah-Hartman | 1 | -4/+2 |
2011-05-07 | usb: fix building musb drivers | Anatolij Gustschin | 1 | -4/+5 |
2011-05-02 | usb: musb: gadget: Fix out-of-sync runtime pm calls | Jarkko Nikula | 1 | -4/+2 |
2011-04-13 | usb: musb: gadget: check the correct list_head | Felipe Balbi | 1 | -1/+1 |
2011-04-13 | usb: musb: clear AUTOSET while clearing DMAENAB | Mian Yousaf Kaukab | 1 | -1/+1 |
2011-03-23 | usb: musb: Fix for merge issue | Hema HK | 1 | -4/+4 |
2011-03-01 | usb: musb: Idle path retention and offmode support for OMAP3 | Hema HK | 1 | -0/+11 |
2011-03-01 | usb: musb: gadget: fix list_head usage | Felipe Balbi | 1 | -3/+4 |
2011-02-21 | usb: musb: gadget: DBG() already prints function name | Sergei Shtylyov | 1 | -4/+4 |
2011-02-18 | usb: musb: OMAP4430: Fix usb device detection if connected during boot | Hema HK | 1 | -0/+4 |
2011-02-17 | usb: musb: gadget: do not poke with gadget's list_head | Felipe Balbi | 1 | -17/+20 |
2011-02-17 | usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_d... | Felipe Balbi | 1 | -71/+79 |
2011-02-01 | usb: musb: introduce api for dma code to check compatibility with usb request | Mian Yousaf Kaukab | 1 | -0/+14 |
2011-02-01 | usb: musb: maintain three states for buffer mappings instead of two | Mian Yousaf Kaukab | 1 | -20/+25 |
2011-02-01 | usb: musb: disable double buffering when it's broken | Felipe Balbi | 1 | -2/+10 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+2 |
2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -57/+108 |
2010-12-16 | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 1 | -5/+8 |
2010-12-01 | usb: musb: gadget: prevent a NULL pointer dereference | Felipe Balbi | 1 | -5/+8 |
2010-11-22 | usb: musb: do not use dma for control transfers | Anand Gadiyar | 1 | -0/+4 |
2010-11-22 | usb: musb: gadget: fix compilation warning | Ajay Kumar Gupta | 1 | -0/+2 |
2010-11-22 | usb: musb: clear RXCSR_AUTOCLEAR before PIO read | Ming Lei | 1 | -2/+3 |
2010-11-22 | usb: musb: unmap dma buffer when switching to PIO | Hema Kalliguddi | 1 | -38/+79 |
2010-11-08 | usb: musb: gadget: kill duplicate code in musb_gadget_queue() | Sergei Shtylyov | 1 | -2/+0 |
2010-11-05 | USB: musb: gadget: fix MUSB_TXMAXP and MUSB_RXMAXP configuration | Ming Lei | 1 | -10/+3 |
2010-11-05 | usb: musb: musb_gadget: fix resource leakage in error path | Rahul Ruikar | 1 | -1/+3 |
2010-11-05 | usb: musb: gadget: fix dma mode 0 in double buffer Rx case | Ming Lei | 1 | -6/+16 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -2/+2 |
2010-10-22 | usb: musb: gadget: only enable AUTOCLEAR in double buffered case | Felipe Balbi | 1 | -1/+2 |
2010-10-22 | usb: musb: gadget: fix ZLP sending in musb_g_tx(v1) | Ming Lei | 1 | -30/+29 |
2010-10-22 | usb: musb: gadget: kill unreachable code in musb_g_rx() | Sergei Shtylyov | 1 | -9/+3 |
2010-10-22 | usb: musb: support ISO high bandwidth for gadget mode | Ming Lei | 1 | -12/+37 |
2010-10-22 | usb gadget: don't save bind callback in struct usb_gadget_driver | Uwe Kleine-König | 1 | -5/+6 |
2010-09-24 | usb: musb: gadget: restart request on clearing endpoint halt | Sergei Shtylyov | 1 | -1/+1 |
2010-09-24 | usb: musb: gadget: fix dma length in txstate | Ming Lei | 1 | -9/+9 |
2010-09-24 | usb: musb: gadget: complete request only if data is transfered over | Ming Lei | 1 | -8/+8 |
2010-09-24 | usb: musb: gadget: fix DMA length for OUT transfer | Ming Lei | 1 | -2/+3 |