summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: drop board_set_vbusFelipe Balbi2010-12-107-15/+0
* usb: musb: drop musb_platform_suspend/resumeFelipe Balbi2010-12-102-25/+0
* usb: musb: blackfin: usb dev_pm_ops structureFelipe Balbi2010-12-101-24/+40
* usb: musb: am35x: usb dev_pm_ops structureFelipe Balbi2010-12-101-17/+45
* usb: musb: omap2430: use dev_pm_ops structureFelipe Balbi2010-12-101-59/+87
* usb: musb: omap2430: drop the nopsFelipe Balbi2010-12-101-11/+0
* usb: musb: mark musb_save/restore_context staticFelipe Balbi2010-12-101-2/+2
* usb: musb: drop musb_platform_save/restore_contextFelipe Balbi2010-12-105-38/+30
* usb: musb: drop the set_clock magicFelipe Balbi2010-12-101-2/+0
* usb: musb: move clock handling to glue layerFelipe Balbi2010-12-107-125/+140
* usb: musb: pass platform_ops via platform_dataFelipe Balbi2010-12-108-9/+19
* usb: musb: blackfin: give it a context structureFelipe Balbi2010-12-101-9/+28
* usb: musb: da8xx: give it a context structureFelipe Balbi2010-12-101-9/+28
* usb: musb: davinci: give it a context structureFelipe Balbi2010-12-101-9/+28
* usb: musb: tusb6010: give it a context structureFelipe Balbi2010-12-101-8/+27
* usb: musb: am35x: give it a context structureFelipe Balbi2010-12-101-9/+28
* usb: musb: omap2430: give it a context structureFelipe Balbi2010-12-101-9/+28
* usb: musb: split blackfin to its own platform_driverFelipe Balbi2010-12-102-3/+85
* usb: musb: split da8xx to its own platform_driverFelipe Balbi2010-12-102-1/+85
* usb: musb: split davinci to its own platform_driverFelipe Balbi2010-12-102-1/+85
* usb: musb: split tusb6010 to its own platform_driverFelipe Balbi2010-12-102-1/+84
* usb: musb: split am35x to its own platform_driverFelipe Balbi2010-12-102-1/+85
* usb: musb: split omap2430 to its own platform_driverFelipe Balbi2010-12-102-1/+86
* usb: musb: trivial search and replace patchFelipe Balbi2010-12-102-2/+2
* usb: musb: add Kconfig options for each glue layerFelipe Balbi2010-12-106-70/+46
* usb: musb: hold context on musb structureFelipe Balbi2010-12-102-84/+83
* usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi2010-12-079-177/+335
* usb: musb: introduce struct musb_platform_opsFelipe Balbi2010-12-071-0/+28
* usb: musb: gadget: prevent a NULL pointer dereferenceFelipe Balbi2010-12-011-5/+8
* usb: musb: add names for IRQs in structure resourceHema Kalliguddi2010-12-013-3/+3
* usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi2010-12-016-7/+9
* USB: musb: AM35x: Workaround for fifo read issueAjay Kumar Gupta2010-10-222-0/+32
* USB: musb: add musb support for AM35xAjay Kumar Gupta2010-10-224-2/+512
* usb: makefile cleanupmatt mooney2010-10-221-54/+17
* usb: musb: blackfin: call gpio_free() on error path in musb_platform_init()Sergei Shtylyov2010-10-221-1/+3
* usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()Sergei Shtylyov2010-10-221-1/+1
* USB: MUSB: fix kernel WARNING/oops when unloading module in OTG modeSergei Shtylyov2010-10-225-4/+8
* usb: change to new flag variablematt mooney2010-10-221-3/+1
* usb: musb: gadget: only enable AUTOCLEAR in double buffered caseFelipe Balbi2010-10-221-1/+2
* usb: musb: gadget: fix ZLP sending in musb_g_tx(v1)Ming Lei2010-10-221-30/+29
* usb: musb: ignore spurious SESSREQ interruptsHeikki Krogerus2010-10-221-0/+5
* usb: musb: gadget: kill unreachable code in musb_g_rx()Sergei Shtylyov2010-10-221-9/+3
* USB: musb: suppress warning about unused flagsJon Povey2010-10-221-1/+1
* usb: musb: host: support DMA transfers greater than max channel lengthT. S., Anil Kumar2010-10-221-2/+4
* usb: musb: Change to direct addr in context save/restoreBob Liu2010-10-221-24/+22
* usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad2010-10-221-0/+5
* usb: musb: musbhsdma: increase max_len to 1MBAnil Shetty2010-10-221-1/+1
* usb: musb: support ISO high bandwidth for gadget modeMing Lei2010-10-222-12/+39
* usb: musb: introduce DA8xx/OMAP-L1x glue layerSergei Shtylyov2010-10-224-1/+478
* USB: musb: make DBG() calls actually depend on CONFIG_USB_MUSB_DEBUGSergei Shtylyov2010-10-221-7/+4