summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-222-2/+2
|\
| * ARM: nomadik: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| * ARM: davinci: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* | Merge tag 'omap-cleanup-local-headers-for-v3.7' of git://git.kernel.org/pub/s...Olof Johansson2012-09-201-1/+0
|\ \
| * | ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2012-09-201-1/+0
| |/
* | usb: musb: musbhsdma: fix IRQ checkSergei Shtylyov2012-09-061-1/+1
* | usb: musb: tusb6010: fix error path in tusb_probe()Sergei Shtylyov2012-09-061-1/+1
* | usb: musb: host: fix for musb_start_urb Oopsyuzheng ma2012-09-061-1/+1
|/
* usb: musb: reorder runtime pm callAjay Kumar Gupta2012-08-031-8/+9
* usb: musb: am335x: fix pdev resource bugAjay Kumar Gupta2012-08-031-1/+1
* usb: musb: Fix wrong config for am33xx and ti81xxAjay Kumar Gupta2012-08-031-2/+2
* usb/musb: remove conditional compilation of clk codeViresh Kumar2012-07-301-8/+0
* Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-0510-74/+109
|\
| * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-028-8/+15
| * usb: musb: omap: use devres API to allocate resourcesKishon Vijay Abraham I2012-06-251-12/+7
| * usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I2012-06-251-0/+5
| * usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I2012-06-251-35/+59
| * usb: musb: move work_struct(otg_notifier_work) from core to omap glueKishon Vijay Abraham I2012-06-252-11/+15
| * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-258-8/+8
| * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-259-20/+20
* | Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-07-052-1/+19
|\ \
| * | usb: musb: host: Disable MUSB DMA mode incase of DMA channel request failureMantesh Sarasetti2012-06-041-1/+5
| * | usb: musb: handle nuked ep dma interruptVikram Pandita2012-06-041-0/+14
| |/
* | usb: musb: host: release dma channels if no active ioAjay Kumar Gupta2012-06-221-2/+12
* | usb: musb_gadget: fix crash caused by dangling pointerGrazvydas Ignotas2012-06-041-0/+1
* | usb: musb: davinci: Fix build breakageJon Povey2012-06-042-2/+3
|/
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-225-2/+723
|\
| * usb: musb: cppi: add missing include to fix compilationReinhard Tartler2012-05-141-0/+1
| * Merge tag 'musb-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-05-074-2/+722
| |\
| | * usb: musb: enable support for am335xAjay Kumar Gupta2012-05-041-2/+2
| | * usb: musb: Add support for ti81xx platformAjay Kumar Gupta2012-05-044-2/+722
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-05-211-1/+1
|\ \ \ | |/ / |/| |
| * | m68k: Make sure {read,write}s[bwl]() are always definedGeert Uytterhoeven2012-04-221-1/+1
| |/
* | usb: musb: davinci.c: add missing unregisterJulia Lawall2012-04-181-1/+2
* | usb: musb: drop __deprecated flagFelipe Balbi2012-04-181-1/+1
|/
* usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D2012-04-101-2/+3
* usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I2012-04-101-2/+2
* usb: musb: wake the device before ulpi transfersGrazvydas Ignotas2012-04-101-6/+25
* usb: musb: fix bug in musb_cleanup_urbAjay Kumar Gupta2012-04-101-1/+1
* usb: musb: fix some runtime_pm issuesGrazvydas Ignotas2012-04-102-2/+9
* usb: musb: fix oops on omap2430 module unloadVladimir Zapolskiy2012-04-101-8/+12
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-2/+2
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-2/+1
| * dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-221-0/+1
* | usb: core: hcd: make hcd->irq unsignedFelipe Balbi2012-03-012-2/+2
* | Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-03-0111-70/+80
|\ \
| * | usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-273-9/+9
| * | usb: Convert all users to new usb_phyHeikki Krogerus2012-02-279-34/+33
| * | usb: musb: Start using struct usb_otgHeikki Krogerus2012-02-138-24/+35
| * | usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus2012-02-134-5/+5
OpenPOWER on IntegriCloud