aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-18usb: musb: davinci.c: add missing unregisterJulia Lawall1-1/+2
2012-04-18usb: musb: drop __deprecated flagFelipe Balbi1-1/+1
2012-04-10usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D1-2/+3
2012-04-10usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I1-2/+2
2012-04-10usb: musb: wake the device before ulpi transfersGrazvydas Ignotas1-6/+25
2012-04-10usb: musb: fix bug in musb_cleanup_urbAjay Kumar Gupta1-1/+1
2012-04-10usb: musb: fix some runtime_pm issuesGrazvydas Ignotas2-2/+9
2012-04-10usb: musb: fix oops on omap2430 module unloadVladimir Zapolskiy1-8/+12
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-2/+1
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi2-2/+2
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman11-70/+80
2012-03-01Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman10-72/+92
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus3-9/+9
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus9-34/+33
2012-02-24usb: musb: Reselect index reg in interrupt contextSupriya Karanth1-0/+18
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar1-0/+1
2012-02-13usb: musb: Start using struct usb_otgHeikki Krogerus8-24/+35
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus4-5/+5
2012-02-03usb: musb: fix a build error on mipsCong Wang1-1/+2
2012-02-01usb: musb: debugfs: fix error checkFelipe Balbi1-6/+6
2012-01-31usb: musb: make modules behave betterFelipe Balbi10-64/+68
2012-01-25usb: musb: omap2430: minor cleanups.NeilBrown1-2/+2
2012-01-24usb: musb: fix shutdown while usb gadget is in useGrazvydas Ignotas1-2/+3
2012-01-24usb: musb: davinci: fix build breakageSekhar Nori1-3/+0
2012-01-24usb: musb: drop superfluous pm_runtime calls around musb_shutdownGrazvydas Ignotas1-2/+0
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-134/+87
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-12-22Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-34/+21
2011-12-21usb: musb: remove extern qualifier from musb_debug.h headerVladimir Zapolskiy1-2/+2
2011-12-20usb: musb: cleanup kconfigFelipe Contreras1-6/+4
2011-12-20usb: musb: trivial Kconfig cleanupsFelipe Contreras1-1/+1
2011-12-20musb: omap2430: avoid pm_runtime_disable()Felipe Contreras1-2/+0
2011-12-20usb: musb: remove a bit of indentationFelipe Contreras1-14/+13
2011-12-20usb: musb: trivial cleanupFelipe Contreras1-7/+1
2011-12-20usb: musb: fix pm_runtime mismatchFelipe Contreras1-2/+0
2011-12-14usb: musb: fix reset issue with full speed deviceAjay Kumar Gupta1-0/+4
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-2/+2
2011-12-12Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman11-102/+69
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-7/+1
2011-12-12usb: musb: omap2430: fix compile warningFelipe Balbi1-3/+0
2011-12-12usb: musb: fix pm_runtime calls while atomicVikram Pandita2-1/+15
2011-12-12usb: musb: drop ARCH dependencyFelipe Balbi1-2/+0
2011-12-12usb: musb: headers cleanupFelipe Balbi5-13/+0
2011-12-12usb: musb: allow building USB_MUSB_TUSB6010 as a moduleArnd Bergmann3-2/+4
2011-12-12usb: musb: use a Kconfig choice to pick the right DMA methodArnd Bergmann2-45/+38
2011-12-12usb: musb: omap2+: save and restore OTG_INTERFSELHema HK2-0/+7
2011-12-12usb: musb: omap2+: fix context api'sVikram Pandita1-0/+2