summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2012-09-06usb: musb: musbhsdma: fix IRQ checkSergei Shtylyov1-1/+1
2012-09-06usb: musb: tusb6010: fix error path in tusb_probe()Sergei Shtylyov1-1/+1
2012-09-06usb: musb: host: fix for musb_start_urb Oopsyuzheng ma1-1/+1
2012-08-03usb: musb: reorder runtime pm callAjay Kumar Gupta1-8/+9
2012-08-03usb: musb: am335x: fix pdev resource bugAjay Kumar Gupta1-1/+1
2012-08-03usb: musb: Fix wrong config for am33xx and ti81xxAjay Kumar Gupta1-2/+2
2012-07-30usb/musb: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman10-74/+109
2012-07-05Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2-1/+19
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I8-8/+15
2012-06-25usb: musb: omap: use devres API to allocate resourcesKishon Vijay Abraham I1-12/+7
2012-06-25usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I1-0/+5
2012-06-25usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I1-35/+59
2012-06-25usb: musb: move work_struct(otg_notifier_work) from core to omap glueKishon Vijay Abraham I2-11/+15
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I8-8/+8
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I9-20/+20
2012-06-22usb: musb: host: release dma channels if no active ioAjay Kumar Gupta1-2/+12
2012-06-04usb: musb: host: Disable MUSB DMA mode incase of DMA channel request failureMantesh Sarasetti1-1/+5
2012-06-04usb: musb_gadget: fix crash caused by dangling pointerGrazvydas Ignotas1-0/+1
2012-06-04usb: musb: davinci: Fix build breakageJon Povey2-2/+3
2012-06-04usb: musb: handle nuked ep dma interruptVikram Pandita1-0/+14
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-2/+723
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-1/+1
2012-05-14usb: musb: cppi: add missing include to fix compilationReinhard Tartler1-0/+1
2012-05-07Merge tag 'musb-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman4-2/+722
2012-05-04usb: musb: enable support for am335xAjay Kumar Gupta1-2/+2
2012-05-04usb: musb: Add support for ti81xx platformAjay Kumar Gupta4-2/+722
2012-04-22m68k: Make sure {read,write}s[bwl]() are always definedGeert Uytterhoeven1-1/+1
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/b...Greg Kroah-Hartman11-70/+80
2012-03-01Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg 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