aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_gadget.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-27/+44
2011-09-18Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman1-26/+43
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-1/+8
2011-09-15treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov1-1/+1
2011-09-09usb: musb: Enable DMA mode1 RX for transfers without short packetsAnand Gadiyar1-26/+43
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-08-12usb: musb: gadget: fix error pathSebastian Andrzej Siewior1-1/+3
2011-08-12usb: musb: fix oops on musb_gadget_pullupJohn Stultz1-0/+5
2011-08-01usb: musb: fix oops on musb_gadget_pullupJohn Stultz1-0/+5
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-75/+27
2011-07-01usb: musb: convert musb to new style bindSebastian Andrzej Siewior1-74/+17
2011-07-01usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi1-4/+0
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+18
2011-06-09usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFOYauheni Kaliuta1-0/+6
2011-05-18usb: musb: ux500: add ux500 specific code for gadget sideMian Yousaf Kaukab1-4/+53
2011-05-13usb: musb: Calling VBUS pulsing API when SRP is initiated.Hema HK1-0/+4
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-53/+57
2011-05-10Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman1-4/+2
2011-05-06usb: fix building musb driversAnatolij Gustschin1-4/+5
2011-05-02usb: musb: gadget: Fix out-of-sync runtime pm callsJarkko Nikula1-4/+2
2011-04-13usb: musb: gadget: check the correct list_headFelipe Balbi1-1/+1
2011-04-13usb: musb: clear AUTOSET while clearing DMAENABMian Yousaf Kaukab1-1/+1
2011-03-23usb: musb: Fix for merge issueHema HK1-4/+4
2011-03-01usb: musb: Idle path retention and offmode support for OMAP3Hema HK1-0/+11
2011-03-01usb: musb: gadget: fix list_head usageFelipe Balbi1-3/+4
2011-02-21usb: musb: gadget: DBG() already prints function nameSergei Shtylyov1-4/+4
2011-02-18usb: musb: OMAP4430: Fix usb device detection if connected during bootHema HK1-0/+4
2011-02-17usb: musb: gadget: do not poke with gadget's list_headFelipe Balbi1-17/+20
2011-02-17usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_driverFelipe Balbi1-71/+79
2011-02-01usb: musb: introduce api for dma code to check compatibility with usb requestMian Yousaf Kaukab1-0/+14
2011-02-01usb: musb: maintain three states for buffer mappings instead of twoMian Yousaf Kaukab1-20/+25
2011-02-01usb: musb: disable double buffering when it's brokenFelipe Balbi1-2/+10
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-57/+108
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-5/+8
2010-12-01usb: musb: gadget: prevent a NULL pointer dereferenceFelipe Balbi1-5/+8
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar1-0/+4
2010-11-22usb: musb: gadget: fix compilation warningAjay Kumar Gupta1-0/+2
2010-11-22usb: musb: clear RXCSR_AUTOCLEAR before PIO readMing Lei1-2/+3
2010-11-22usb: musb: unmap dma buffer when switching to PIOHema Kalliguddi1-38/+79
2010-11-08usb: musb: gadget: kill duplicate code in musb_gadget_queue()Sergei Shtylyov1-2/+0
2010-11-05USB: musb: gadget: fix MUSB_TXMAXP and MUSB_RXMAXP configurationMing Lei1-10/+3
2010-11-05usb: musb: musb_gadget: fix resource leakage in error pathRahul Ruikar1-1/+3
2010-11-05usb: musb: gadget: fix dma mode 0 in double buffer Rx caseMing Lei1-6/+16
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-2/+2
2010-10-22usb: musb: gadget: only enable AUTOCLEAR in double buffered caseFelipe Balbi1-1/+2
2010-10-22usb: musb: gadget: fix ZLP sending in musb_g_tx(v1)Ming Lei1-30/+29
2010-10-22usb: musb: gadget: kill unreachable code in musb_g_rx()Sergei Shtylyov1-9/+3
2010-10-22usb: musb: support ISO high bandwidth for gadget modeMing Lei1-12/+37