aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2012-08-09usb: musb: Remove redundant if statementRoger Quadros1-19/+15
2012-08-09usb: musb: drop is_host_capable() and is_peripheral_capable()Felipe Balbi2-34/+18
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi11-331/+156
2012-08-07usb: musb: use DMA mode 1 whenever possibleRoger Quadros1-26/+4
2012-08-07usb: musb: host: Handle highmem in PIO modeVirupax Sadashivpetimath2-5/+96
2012-08-07usb: musb: Fix bad call to kfree() in musb_freeBrian Downing1-1/+1
2012-08-07usb: musb: fix sparse warningsFelipe Balbi3-4/+4
2012-08-03usb: musb: cleanup while removing musb omap glue driverKishon Vijay Abraham I1-2/+1
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi6-0/+6
2012-08-03usb: musb: NAK timeout scheme on bulk TX endpointAjay Kumar Gupta1-62/+92
2012-08-03usb: musb: check for zero byte in musb_read/write_fifoAjay Kumar Gupta1-0/+6
2012-08-03usb: musb: gadget: don't program dma for zero byte txAjay Kumar Gupta1-1/+1
2012-08-03usb: musb: host: don't program dma for zero byte txAjay Kumar Gupta1-1/+11
2012-08-03usb: musb: gadget: use variables according to their names in rxstate()Sergei Shtylyov1-12/+13
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/balbi/usb into usb-nextGreg Kroah-Hartman10-74/+109
2012-07-05Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg 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/gregkh/usbLinus Torvalds5-2/+723
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus 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/balbi/usb into usb-nextGreg 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