summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)Author
2016-01-05usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König
2015-10-28usb: musb: fix cppi channel teardown for isoch transferBin Liu
2015-10-28usb: musb: cppi41: improve rx channel abort routineBin Liu
2015-08-04usb: musb: host: rely on port_mode to call musb_start()Felipe Balbi
2015-05-15usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-03-12usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi
2015-01-29usb: musb: Fix a few off-by-one lengthsRasmus Villemoes
2015-01-29usb: musb: stuff leak of struct usb_hcdSebastian Andrzej Siewior
2014-11-13usb: musb: cppi41: restart hrtimer only if not yet doneThomas Gleixner
2014-09-02usb: musb: cppi41: fire hrtimer according to programmed channel lengthDaniel Mack
2014-07-17usb: musb: Fix panic upon musb_am335x module removalEzequiel Garcia
2014-07-17usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irqThomas Gleixner
2014-07-17usb: musb: ux500: don't propagate the OF nodeLinus Walleij
2014-05-15usb: musb: avoid NULL pointer dereferenceFelipe Balbi
2014-01-09usb: musb: only cancel work if it is initializedSebastian Andrzej Siewior
2014-01-09usb: musb: core: Call dma_controller_destroy() in error path only once.Sebastian Andrzej Siewior
2013-12-20usb: musb: musb_cppi41: handle pre-mature TX complete interruptSebastian Andrzej Siewior
2013-12-20usb: musb: musb_cppi41: factor most of cppi41_dma_callback() into cppi41_tran...Sebastian Andrzej Siewior
2013-12-08usb: musb: davinci: fix resources passed to MUSB driver for DM6467Sergei Shtylyov
2013-11-29usb: musb: core: properly free host / device structs in err pathSebastian Andrzej Siewior
2013-11-29usb: musb: dsps: redo the otg timerSebastian Andrzej Siewior
2013-11-29usb: musb: dsps: move try_idle to start hookSebastian Andrzej Siewior
2013-11-29usb: musb: call musb_start() only once in OTG modeSebastian Andrzej Siewior
2013-11-29usb: musb: cancel work on removalSebastian Andrzej Siewior
2013-10-14Revert "usb: musb: gadget: fix otg active status flag"Greg Kroah-Hartman
2013-10-11usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior
2013-10-01usb: musb: dsps: do not bind to "musb-hdrc"Sebastian Andrzej Siewior
2013-09-25usb: musb: gadget: fix otg active status flagBin Liu
2013-09-17usb: musb: fix otg default stateBin Liu
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-27usb: musb: ux500: Add check for NULL board dataLee Jones
2013-08-27usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior
2013-08-27usb: musb: dsps: do not set is_active on the first drvbus interruptSebastian Andrzej Siewior
2013-08-27usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior
2013-08-27usb: musb: only remove host/udc if it has been addedSebastian Andrzej Siewior
2013-08-27usb: musb: dsps: fix devm_ioremap_resource error detection codeJulia Lawall
2013-08-27usb: musb: avoid null pointer dereference in debug loggingMaarten ter Huurne
2013-08-27usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()Wei Yongjun
2013-08-27usb: musb: honour the return value of dma_map_single()Sebastian Andrzej Siewior
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-08-13usb: musb: cppi41: Enable in device-TX modeSebastian Andrzej Siewior
2013-08-13usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdefSebastian Andrzej Siewior
2013-08-12usb: musb: dsps: make it depend on OF_IRQFelipe Balbi
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior
2013-08-09usb: musb: dsps: use proper child nodesSebastian Andrzej Siewior
2013-08-09usb: musb: dsps: remove the hardcoded phy piecesSebastian Andrzej Siewior
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han