aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb_gadget: fix crash caused by dangling pointerGrazvydas Ignotas2012-06-191-0/+1
* usb: musb: Reselect index reg in interrupt contextSupriya Karanth2012-04-021-0/+18
* usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz2011-11-291-1/+1
* usb: musb: gadget: don't call ->disconnect() on exitFelipe Balbi2011-11-141-4/+0
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-251-27/+44
|\
| * Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman2011-09-181-26/+43
| |\
| | * usb: musb: Enable DMA mode1 RX for transfers without short packetsAnand Gadiyar2011-09-091-26/+43
| * | Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2011-08-291-1/+1
| |\ \ | | |/
| | * USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
| | * usb: musb: fix oops on musb_gadget_pullupJohn Stultz2011-08-011-0/+5
* | | Merge branch 'master' into for-nextJiri Kosina2011-09-151-1/+8
|\ \ \ | |/ /
| * | usb: musb: gadget: fix error pathSebastian Andrzej Siewior2011-08-121-1/+3
| * | usb: musb: fix oops on musb_gadget_pullupJohn Stultz2011-08-121-0/+5
| |/
* | treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov2011-09-151-1/+1
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-251-75/+27
|\
| * usb: musb: convert musb to new style bindSebastian Andrzej Siewior2011-07-011-74/+17
| * usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi2011-07-011-4/+0
| * usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-281-5/+18
* | usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFOYauheni Kaliuta2011-06-091-0/+6
|/
* usb: musb: ux500: add ux500 specific code for gadget sideMian Yousaf Kaukab2011-05-181-4/+53
* usb: musb: Calling VBUS pulsing API when SRP is initiated.Hema HK2011-05-131-0/+4
* usb: musb: drop unneeded musb_debug trickeryFelipe Balbi2011-05-131-53/+57
* Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman2011-05-101-4/+2
|\
| * usb: musb: gadget: Fix out-of-sync runtime pm callsJarkko Nikula2011-05-021-4/+2
* | usb: fix building musb driversAnatolij Gustschin2011-05-061-4/+5
|/
* usb: musb: gadget: check the correct list_headFelipe Balbi2011-04-131-1/+1
* usb: musb: clear AUTOSET while clearing DMAENABMian Yousaf Kaukab2011-04-131-1/+1
* usb: musb: Fix for merge issueHema HK2011-03-231-4/+4
* usb: musb: Idle path retention and offmode support for OMAP3Hema HK2011-03-011-0/+11
* usb: musb: gadget: fix list_head usageFelipe Balbi2011-03-011-3/+4
* usb: musb: gadget: DBG() already prints function nameSergei Shtylyov2011-02-211-4/+4
* usb: musb: OMAP4430: Fix usb device detection if connected during bootHema HK2011-02-181-0/+4
* usb: musb: gadget: do not poke with gadget's list_headFelipe Balbi2011-02-171-17/+20
* usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_d...Felipe Balbi2011-02-171-71/+79
* usb: musb: introduce api for dma code to check compatibility with usb requestMian Yousaf Kaukab2011-02-011-0/+14
* usb: musb: maintain three states for buffer mappings instead of twoMian Yousaf Kaukab2011-02-011-20/+25
* usb: musb: disable double buffering when it's brokenFelipe Balbi2011-02-011-2/+10
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-57/+108
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
* | | Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-5/+8
|\ \ \ | |_|/ |/| |
| * | usb: musb: gadget: prevent a NULL pointer dereferenceFelipe Balbi2010-12-011-5/+8
| |/
* | usb: musb: do not use dma for control transfersAnand Gadiyar2010-11-221-0/+4
* | usb: musb: gadget: fix compilation warningAjay Kumar Gupta2010-11-221-0/+2
* | usb: musb: clear RXCSR_AUTOCLEAR before PIO readMing Lei2010-11-221-2/+3
* | usb: musb: unmap dma buffer when switching to PIOHema Kalliguddi2010-11-221-38/+79
* | usb: musb: gadget: kill duplicate code in musb_gadget_queue()Sergei Shtylyov2010-11-081-2/+0
* | USB: musb: gadget: fix MUSB_TXMAXP and MUSB_RXMAXP configurationMing Lei2010-11-051-10/+3
* | usb: musb: musb_gadget: fix resource leakage in error pathRahul Ruikar2010-11-051-1/+3
* | usb: musb: gadget: fix dma mode 0 in double buffer Rx caseMing Lei2010-11-051-6/+16
|/