aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)Author
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
2013-07-29usb: musb: dsps: remove EOI accessSebastian Andrzej Siewior
2013-07-29usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_dataSebastian Andrzej Siewior
2013-07-29usb: musb: do not change dev's dma_maskSebastian Andrzej Siewior
2013-07-29usb: musb: remove ti81xx pieces from musbSebastian Andrzej Siewior
2013-07-29usb: musb: dsps: init / shutdown the phySebastian Andrzej Siewior
2013-07-29usb: musb: get rid of unused proc_dir_entryGreg Kroah-Hartman
2013-07-29usb: musb: unmap reqs in musb_gadget_queue()'s error caseSebastian Andrzej Siewior
2013-07-29usb: musb: core: call dma_controller_destroy() in the err pathSebastian Andrzej Siewior
2013-07-29usb: musb: remove a few is_dma_capable() in init/exit codeSebastian Andrzej Siewior
2013-07-29usb: musb: provide empty dma_controller_create() in PIO modeSebastian Andrzej Siewior
2013-07-29usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior
2013-07-29usb: musb: musbhsdma: drop the controller check in dma_controller_destroy()Sebastian Andrzej Siewior
2013-07-29usb: musb: replace ifndef with ifdef for CONFIG_MUSB_PIO_ONLYSebastian Andrzej Siewior
2013-07-24USB: remove unneeded idr.h includeGreg Kroah-Hartman
2013-07-17usb: musb: fix resource passed from glue layer to musbKishon Vijay Abraham I
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-06-25usb: musb: omap2430: make it compile againSebastian Andrzej Siewior
2013-06-14Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson
2013-06-12Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman
2013-06-04usb: musb: ux500: add device tree probing supportLee Jones
2013-06-04usb: musb: ux500: attempt to find channels by name before using pdataLee Jones
2013-06-04usb: musb: ux500: harden checks for platform dataLee Jones
2013-06-04usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones
2013-06-04usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones
2013-06-04usb: musb: ux500: move channel number knowledge into the driverLee Jones
2013-05-30USB: MUSB: upgrade the isochronous APIAlan Stern
2013-05-30usb: musb: host: fix build warningFelipe Balbi