summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2010-12-10usb: musb: mark musb_save/restore_context staticFelipe Balbi1-2/+2
2010-12-10usb: musb: drop musb_platform_save/restore_contextFelipe Balbi5-38/+30
2010-12-10usb: musb: drop the set_clock magicFelipe Balbi1-2/+0
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi7-125/+140
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi8-9/+19
2010-12-10usb: musb: blackfin: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: da8xx: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: davinci: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: tusb6010: give it a context structureFelipe Balbi1-8/+27
2010-12-10usb: musb: am35x: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: omap2430: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: split blackfin to its own platform_driverFelipe Balbi2-3/+85
2010-12-10usb: musb: split da8xx to its own platform_driverFelipe Balbi2-1/+85
2010-12-10usb: musb: split davinci to its own platform_driverFelipe Balbi2-1/+85
2010-12-10usb: musb: split tusb6010 to its own platform_driverFelipe Balbi2-1/+84
2010-12-10usb: musb: split am35x to its own platform_driverFelipe Balbi2-1/+85
2010-12-10usb: musb: split omap2430 to its own platform_driverFelipe Balbi2-1/+86
2010-12-10usb: musb: trivial search and replace patchFelipe Balbi2-2/+2
2010-12-10usb: musb: add Kconfig options for each glue layerFelipe Balbi6-70/+46
2010-12-10usb: musb: hold context on musb structureFelipe Balbi2-84/+83
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi9-177/+335
2010-12-07usb: musb: introduce struct musb_platform_opsFelipe Balbi1-0/+28
2010-12-01usb: musb: gadget: prevent a NULL pointer dereferenceFelipe Balbi1-5/+8
2010-12-01usb: musb: add names for IRQs in structure resourceHema Kalliguddi3-3/+3
2010-12-01usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi6-7/+9
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar2-0/+7
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-09usb: musb: fail unaligned DMA transfers on v1.8 and aboveAnand Gadiyar1-0/+14
2010-11-08usb: musb: gadget: kill duplicate code in musb_gadget_queue()Sergei Shtylyov1-2/+0
2010-11-05usb: musb: Fix handling of spurious SESSREQHeikki Krogerus1-1/+2
2010-11-05usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd timeMing Lei1-1/+0
2010-11-05USB: musb: blackfin: push clkin value to platform resourcesBob Liu1-1/+2
2010-11-05USB: musb: blackfin: fix dynamic device<->host changingBob Liu1-2/+3
2010-11-05USB: musb: blackfin: pm: make it workBob Liu2-24/+50
2010-11-05USB: musb: pm: don't rely fully on clock supportBob Liu1-14/+12
2010-11-05USB: musb: blackfin: fix musb_read_txhubport() definitionIan Jeffray1-1/+2
2010-11-05USB: musb: gadget: fix MUSB_TXMAXP and MUSB_RXMAXP configurationMing Lei1-10/+3
2010-11-05usb: musb: don't leave PHY enabled on shutdown()Grazvydas Ignotas1-7/+6
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: AM35x: Workaround for fifo read issueAjay Kumar Gupta2-0/+32
2010-10-22USB: musb: add musb support for AM35xAjay Kumar Gupta4-2/+512
2010-10-22usb: makefile cleanupmatt mooney1-54/+17
2010-10-22usb: musb: blackfin: call gpio_free() on error path in musb_platform_init()Sergei Shtylyov1-1/+3
2010-10-22usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()Sergei Shtylyov1-1/+1
2010-10-22USB: MUSB: fix kernel WARNING/oops when unloading module in OTG modeSergei Shtylyov5-4/+8
2010-10-22usb: change to new flag variablematt mooney1-3/+1