summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: only cancel work if it is initializedSebastian Andrzej Siewior2013-11-251-4/+5
* usb: musb: musb_cppi41: handle pre-mature TX complete interruptSebastian Andrzej Siewior2013-11-251-5/+108
* usb: musb: musb_cppi41: factor most of cppi41_dma_callback() into cppi41_tran...Sebastian Andrzej Siewior2013-11-251-23/+36
* usb: fix musb gadget to enable OTG mode conditionallyApelete Seketeli2013-11-251-0/+4
* Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-11-111-1/+1
|\
| * Merge tag 'omap-for-v3.13/quirk-signed' of git://git.kernel.org/pub/scm/linux...Kevin Hilman2013-10-142-1/+7
| |\
| * | usb: musb: ux500: Don't supply a con_id when requesting the clockLee Jones2013-09-261-1/+1
* | | Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-10-2413-214/+179
|\ \ \
| * | | usb: musb: cppi41: allow to defer probing if DMA isn't yet availableSebastian Andrzej Siewior2013-10-172-3/+13
| * | | usb: musb: core: Call dma_controller_destroy() in error path only once.Sebastian Andrzej Siewior2013-10-171-2/+3
| * | | usb: musb: core: properly free host / device structs in err pathSebastian Andrzej Siewior2013-10-171-0/+3
| * | | usb: musb: dsps: run the timer only on OTG systemsSebastian Andrzej Siewior2013-10-171-1/+1
| * | | usb: musb: dsps: redo the otg timerSebastian Andrzej Siewior2013-10-171-11/+9
| * | | usb: musb: dsps: remove declartion for dsps_musb_try_idle()Sebastian Andrzej Siewior2013-10-171-38/+37
| * | | usb: musb: dsps: move try_idle to start hookSebastian Andrzej Siewior2013-10-171-0/+5
| * | | usb: musb: call musb_start() only once in OTG modeSebastian Andrzej Siewior2013-10-171-1/+18
| * | | usb: musb: cancel work on removalSebastian Andrzej Siewior2013-10-101-0/+1
| * | | usb: musb_am335x: Remove redundant of_match_ptrSachin Kamat2013-10-041-1/+1
| * | | usb: musb: ux500: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
| * | | usb: musb: blackfin: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
| * | | usb: musb: am35x: use SIMPLE_DEV_PM_OPSDaniel Mack2013-10-021-10/+3
| * | | usb: musb_dsps: Remove redundant of_match_ptrSachin Kamat2013-10-011-1/+1
| * | | usb: musb: davinci: fix resources passed to MUSB driver for DM6467Sergei Shtylyov2013-10-011-1/+10
| * | | usb: musb: use platform_device_register_full() to avoid directly messing with...Russell King2013-10-014-128/+68
| * | | usb: musb: Call atomic_notifier_call_chain when status is changedPali Rohár2013-10-011-0/+3
| * | | usb: musb: name ux500 platforms more broadlyLinus Walleij2013-10-011-2/+2
| |/ /
* | | Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-194-46/+50
|\ \ \
| * | | Revert "usb: musb: gadget: fix otg active status flag"Greg Kroah-Hartman2013-10-141-0/+1
| * | | usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior2013-10-114-46/+49
| | |/ | |/|
* | | usb: Remove unnecessary semicolonsJoe Perches2013-10-114-4/+4
* | | Merge 3.12-rc4 into usb-nextGreg Kroah-Hartman2013-10-062-1/+7
|\ \ \ | |/ /
| * | usb: musb: dsps: do not bind to "musb-hdrc"Sebastian Andrzej Siewior2013-10-011-0/+3
| * | usb: musb: gadget: fix otg active status flagBin Liu2013-09-251-1/+0
| * | usb: musb: fix otg default stateBin Liu2013-09-171-0/+4
| |/
* | usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros2013-10-031-11/+14
* | usb: musb: omap2430: use the new generic PHY frameworkKishon Vijay Abraham I2013-09-273-6/+23
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* usb: musb: ux500: Add check for NULL board dataLee Jones2013-08-271-1/+3
* usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior2013-08-271-0/+2
* usb: musb: dsps: do not set is_active on the first drvbus interruptSebastian Andrzej Siewior2013-08-271-1/+0
* usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior2013-08-271-18/+36
* usb: musb: only remove host/udc if it has been addedSebastian Andrzej Siewior2013-08-272-0/+4
* usb: musb: dsps: fix devm_ioremap_resource error detection codeJulia Lawall2013-08-271-2/+2
* usb: musb: avoid null pointer dereference in debug loggingMaarten ter Huurne2013-08-271-1/+2
* usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()Wei Yongjun2013-08-271-1/+3
* usb: musb: honour the return value of dma_map_single()Sebastian Andrzej Siewior2013-08-271-1/+9
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-1320-443/+830
|\
| * usb: musb: cppi41: Enable in device-TX modeSebastian Andrzej Siewior2013-08-131-0/+3
| * usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdefSebastian Andrzej Siewior2013-08-131-40/+42
| * usb: musb: dsps: make it depend on OF_IRQFelipe Balbi2013-08-121-0/+1
OpenPOWER on IntegriCloud